@charset "UTF-8";

* {
	box-sizing: border-box;
}

body,
html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Yu Gothic UI", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, メイリオ, Meiryo, sans-serif;
	font-size: 16px;
	color: #433032;
	background: #f4c8c8;
}

img {
	vertical-align: bottom;
}

.big {
	font-size: 1.5rem;
}

.bold {
	font-weight: bold;
}

.inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

@media screen and (max-width:1279px) {
	.inner {
		width: 90%;
	}
}

@media screen and (min-width:768px) {
	.sp-br {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.sp-br {
		display: block;
	}
}

.attention {
	font-size: 0.8em;
	margin-top: 15px;
}

/* top */
.title {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

img {
	width: 100%;
	height: auto;
}

.top__text {
	background: #ff7979;
	color: #433032;
	margin: 0 auto 60px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding: 15px 20px;
	width: fit-content;
	color: #fff;
}

.logo {
	width: 450px;
	position: absolute;
	top: 15vh;
	right: 5%;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 10px 5px 10px;
}

.event__title {
	margin-top: -60px;
}

.top__ul {
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	/* position: absolute;
	top: 60vh;
	right: 5%; */
	width: 100%;
	max-width: 500px;
	margin: 0 auto 150px;
	margin-bottom: 0;
}

.top__li {
	background: #fff;
	border: 2px dashed #f9b8b8;
	padding: 5px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	text-align: center;
}

.top__li span {
	background: #f9b8b8;
	padding: 5px;
	width: 100%;
	display: block;
}

header .inner {
	display: flex;
	flex-wrap: wrap;
}

.header__text {
	color: #433032;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	text-align: center;
	font-size: 1.5em;
}

@media screen and (max-width:767px) {
	.header__text {
		font-size: 1em;
		line-height: 1.6;
	}
}

.main__image__area {
	position: relative;
}

.main__link__area {
	display: flex;
	justify-content: space-evenly;
	/* padding: 0 0 65px 0; */
	/* margin: 0 0 200px; */
	margin: 0;
	background: #fff;
	padding: 20px 0 30px;
}

.meta__link__area {
	width: 50%;
	text-align: center;
}

.meta__link__btn {
	text-decoration: none;
	background: #f8a4a4;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	padding: 15px;
	border-radius: 5px;
	transition: 0.2s;
	display: block;
	width: 50%;
	margin: 0 auto;
}

.meta__link__btn:hover {
	opacity: 0.8;
}

.real__link__area {
	width: 50%;
	text-align: center;
}

.real__link__btn {
	text-decoration: none;
	background: #94ddde;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	padding: 15px;
	border-radius: 5px;
	transition: 0.2s;
	display: block;
	width: 50%;
	margin: 0 auto;
}

.real__link__btn:hover {
	opacity: 0.8;
}


@media screen and (max-width:767px) {
	.main__link__area {
		flex-wrap: wrap;
		margin: 30px auto 50px;
		padding: 0;
		background: none;
	}

	.meta__link__area {
		width: 100%;
		margin-bottom: 30px;
	}

	.meta__link__btn {
		width: 90%;
		margin: 0 auto;
		font-size: 1.2em;
	}

	.real__link__area {
		width: 100%;
	}

	.real__link__btn {
		width: 90%;
		margin: 0 auto;
		font-size: 1.2em;
	}
}

.about__zawakon {
	margin: 80px auto 120px;
}

.about__zawakon__dl {
	margin: 0 auto;
	width: 80%;
	background: #fff;
	padding: 20px;
	line-height: 1.8;
}

.about__zawakon__dt {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

.about__zawakon__dd {
	margin: 0;
}

.title h1 {
	width: 100%;
}

.title h2 {
	width: 50%;
	margin: 0;
}

.title h2 img {
	max-width: 600px;
}

.first {
	width: 48%;
}

.first h3 {
	font-size: 1.9em;
	margin: 0;
	font-weight: normal;
}

.subtitle {
	margin: 0;
	font-weight: bold;
	font-size: 4.5rem;
	line-height: 1.3;
}

.subtitle span {
	font-size: 2rem;
}

.title_text {
	line-height: 1.6;
	margin: 30px auto 0;
	width: 80%;
	font-size: 18px;
}

@media screen and (max-width:768px) {
	.top__text {
		font-size: 1em;
		/* padding: 15px 10px; */
		margin: 0 0 30px;
		line-height: 1.6;
		width: 100%;
	}

	.event__title {
		margin-top: -70px;
	}

	header .inner.main__image__area {
		flex-direction: column;
	}
	.title h2, .title .first {
		width:100%;
	}

	.title h2 img {
		max-width: 100%;
	}

	.first {
		margin-top: 30px;;
	}

	.first h3 {
		font-size: 1.3em;
	}

	.subtitle {
		font-size: 2.5rem;
	}

	.title_text {
		width: 100%;
	}

	.logo {
		display: none;
	}

	.top__ul {
		position: static;
		width: 95%;
		margin: 0 auto;
		top: 15vh;
	}
}

/* schedule */
.heart {
	color: #ff0000;
}

.schedule__time {
	position: relative;
	margin: 15px 0 5px;
}

.schedule__memo {
	font-weight: bold;
	background: #d0f4de;
	padding: 5px 10px;
	border-radius: 5px;
}

.schedule__time .schedule__memo {
	position: absolute;
	top: 0;
}

.schedule__place {
	line-height: 2em;
}

.schedule__recruitment {
	line-height: 2em;
	margin: 5px 0;
}

.schedule__deadline {
	line-height: 2em;
}


.schedule__area {
	margin-top: 100px;
}

.schedule__content__area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.schedule__content__box {
	width: 30%;
	padding: 20px 10px;
	background: #fff;
	border: 1px solid transparent;
	position: relative;
}

.schedule__content__box::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 2px solid #433032;
}

.schedule__date__box {
	background: #f8a4a4;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	position: absolute;
	top: -61px;
	left: -40px;
	overflow: hidden;
	border: 4px solid #f8a4a4;
}

.prod.schedule__content__box::before {
	border: 2px solid #ff5050;
}

.prod .schedule__date__box {
	color: #fff;
	background: #ff5050;
	border: 4px solid #ff5050;
}

.prod .schedule__date__text {
	background: #fff;
	color: #433032;
}

.prod .schedule__subtitle {
	color: #ff5050;
	font-weight: bold;
	font-size: 0.9em;
}

.schedule__date {
	text-align: center;
	font-size: 2.1em;
	font-weight: bold;
	margin: 10px 0 0 5px;
}

.date__big {
	font-size: 1.6em;
	letter-spacing: -0.05em;
}

.date__small {
	font-size: 0.45em;
	margin-left: -9px;
}

.schedule__date__text {
	background: #fbd1d1;
	text-align: center;
	margin: 0;
	height: 75px;
	padding-top: 5px;
	font-size: 1.15em;
}

.schedule__title {
	border-bottom: 2px dashed #433032;
	padding-bottom: 10px;
	margin: 0 5px 5px auto;
	text-align: right;
	font-size: 1.4em;
}

.schedule__cost {
	background: #ed5960;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	width: 100px;
	margin: 10px 5px 0 auto;
	font-weight: bold;
}

.schedule__image {
	margin-top: 5px;
}

.schedule__text {
	margin-top: 10px;
}

.schedule__area .attention {
	line-height: 1.8;
	font-size: 1em;
	font-weight: bold;
}

.schedule__area .attention p {
	margin: 0;
}

.schedule__subtitle {
	font-size: 0.75em;
	font-weight: normal;
	display: block;
}

.schedule__dl {
	display: flex;
	align-items: center;
	margin: 0;
	line-height: 1.6;
	font-size: 1.2em;
	/* justify-content: center; */
	padding-left: 55px;
}

.schedule__dt {
	font-weight: bold;
}

.schedule__dd {
	margin: 0;
}

.female {
	color: #db534b;
}

.male {
	color: #5479f7;
}

@media screen and (max-width:1279px) {
	.schedule__date__box {
		top: -105px;
	}
}

@media screen and (max-width:767px) {
	.schedule__area {
		margin-top: 150px;
	}


	.schedule__content__box {
		width: 100%;
		margin: 0 auto 150px;
	}

	.schedule__content__box:last-child {
		margin-bottom: 20px;
	}

	.schedule__date__box {
			left: -13px;
		top: -105px;
	}

	.schedule__date {
		font-size: 1.6em;
	}
}

/* メタバース申込 */
.meta__contact {
	padding: 50px 0;
}

.meta__contact__text {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 50px;
}

.meta__contact__btn {
	text-align: center;
	display: block;
	background: #fff;
	color: #f8a4a4;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	padding: 15px 0;
	width: 280px;
	margin: 0 auto;
	position: relative;
	border: 1px solid transparent;
	transition: 0.2s;
}

.meta__contact__btn:hover {
	background: #f8a4a4;
	color: #fff;
}

.meta__contact__btn::before {
	background-color: transparent;
	border: 2px solid #433032;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -7px;
	left: -7px;
	transition: 0.2s;
}

.meta__contact__btn:hover::before {
	border: 2px solid #fff;
}

/* リアルイベント */
.real__area {
	background: #D0F4DE;
	padding-bottom: 50px;
}


/* skill up */
.skillup__area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0 0;
}

.skillup__copy {
	width: 80%;
	text-align: left;
	margin: 0 auto 50px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6;
}

.skillup__title {
	font-size: 1.4em;
	font-weight: bold;
}

.skillup__box {
	background: #fff;
}

.skillup__date {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	position: relative;
	text-align: center;
}

.skillup__date span {
	font-size: 0.6em;
	margin-left: -10px;
}

.skillup__date .big {
	font-size: 1.4em;
}

.skillup__date .small {
	font-size: 0.5em;
	margin-left: -10px;
}

.skillup__time {
	font-weight: bold;
	font-size: 1.8em;
	margin: 10px 0;
}

.skillup__place {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
}

.online {
	display: block;
	font-size: 0.65em;
	font-weight: normal;
	text-align: right;
}

.female__skill__area {
	width: 48%;
}

.female__skillup__title__area {
	border: 3px dashed #F191BC;
}

.female__skillup__title {
	margin: 10px;
	padding: 10px;
	/* background: url(img/make.png) center right no-repeat;
	background-size: contain; */
	background-color: #F8A4A4;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.6;
	position: relative;
}

.female__skillup__title::after {
	content: "";
	width: 100px;
	height: 50px;
	background: url(img/free.png) center right no-repeat;
	display: block;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 10px;
}

.female__skillup__subtitle {
	margin: 0;
	color: #fff;
	font-size: 0.85em;
}

.female__skillup__title span {
	text-indent: 3em;
	display: block;
}

.female__skillup__content {
	margin: 0;
	padding-left: 35%;
	background: url(img/sasaki.png) bottom left no-repeat;
	background-size: contain;
	padding-bottom: 15px;
	position: relative;
}

.female__img {
	display: none;
}

.male__skill__area {
	width: 48%;
}

.male__skillup__title__area {
	border: 3px dashed #5EC2FF;
}

.male__skillup__title {
	margin: 10px;
	padding: 10px;
	/* background: url(img/heart.png) center right no-repeat;
	background-size: contain; */
	background-color: #94DDDE;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.6;
	position: relative;
}

.male__skillup__title::after {
	content: "";
	width: 100px;
	height: 50px;
	background: url(img/free.png) center right no-repeat;
	display: block;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 10px;
}

.male__skillup__subtitle {
	margin: 0;
	color: #fff;
	font-size: 0.85em;
}

.male__skillup__title span {
	text-indent: 3em;
	display: block;
}

.male__skillup__content {
	margin: 0;
	padding-left: 20px;
	padding-right: calc(38% - 20px);
	background: url(img/matsukura.png) bottom right no-repeat;
	background-size: contain;
	padding-bottom: 15px;
}

.male__img {
	display: none;
}

.skillup__area .meta__contact {
	text-align: center;
	margin: 0 auto;
}

.skillup__area .meta__contact a {
	color: #94DDDE;
}

.skillup__area .meta__contact__btn:hover {
	background:#94DDDE;
}

.skillup__area .meta__contact a:hover {
	color: #ffffff;
}

.meta__confirmation {
	width: 100%;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.skillup__copy {
		width: 100%;
		text-align: left;
		margin: 0 auto 30px;
		font-size: 1.2em;
		font-weight: bold;
	}

	.female__skill__area {
		width: 100%;
	}

	.female__skillup__title span {
		text-indent: 0;
	}

	.female__skillup__content {
		padding: 20px;
		background: none;
	}

	.male__skill__area {
		width: 100%;
		margin-top: 50px;
	}

	.male__skillup__title span {
		text-indent: 0;
	}

	.male__skillup__content {
		padding: 20px;
		background: none;
	}

	.female__img {
		display: block;
		position: relative;
	}

	.male__img {
		display: block;
		position: relative;
	}

	.female__img::before {
		content: "";
		display: block;
		background: url(img/make.png) center no-repeat;
		width: 100px;
		height: 100px;
		background-size: contain;
		position: absolute;
		top: -20%;
		right: 0;
	}

	.male__img::before {
		content: "";
		display: block;
		background: url(img/heart.png) center no-repeat;
		width: 100px;
		height: 100px;
		background-size: contain;
		position: absolute;
		top: -20%;
		right: 0;
	}

}

.teacher__dl {
	display: flex;
	align-items: center;
	margin: 0;
	padding-top: 15px;
	position: relative;
}

.female__skillup__content .teacher__dl::after {
	content: "";
	display: block;
	background: url(img/make.png) center no-repeat;
	width: 100px;
	height: 100px;
	background-size: contain;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.male__skillup__content .teacher__dl::after {
	content: "";
	display: block;
	background: url(img/heart.png) center no-repeat;
	width: 100px;
	height: 100px;
	background-size: contain;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.teacher__dt img {
	max-width: 100px;
}

.teacher__dd {
	margin: 0 0 0 10px;
	font-size: 0.9em;
}

.teacer {
	margin: 0;
}

.teacher__class {
	margin: 5px 0 0 0px;
}

.teacher__name {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

@media screen and (max-width:767px) {
	.female__skillup__content .teacher__dl::after, .male__skillup__content .teacher__dl::after {
		display: none;
	}
}

/* interact */
.interact__area {
	background: #fff;
	padding: 20px;
}

.interact__header {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.interact__date__area {
	background: #D0F4DE;
	border: 3px solid #D0F4DE;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	text-align: center;
	overflow: hidden;
}

.interact__date {
	font-weight: bold;
	font-size: 3em;
	margin: 0 auto 15px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.interact__date p {
	width: calc(100% - 250px);
	text-align: right;
	margin: 0;
}

.interact__date img {
	width: 250px;
}

.interact__date span {
	font-size: 0.65em;
	margin-left: -15px;
}

.interact__big {
	font-size: 1.8em;
}

.interact__small {
	font-size: 0.7em;
	margin-left: -10px;
}

.interact__date__text {
	background: #FEFEFE;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.4;
	letter-spacing: 0.2em;
	padding: 10px 0 25px;
}

.interact__schedule {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 0 1.5em;
}

.interact__schedule__dl {
	display: flex;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px;
	align-items: flex-start;
}

.interact__schedule__dt {
	background: linear-gradient(90deg, #fff6ae, #ffaff4);
	padding: 3px 15px;
	border-radius: 5px;
}

.interact__schedule__dd {
	margin: 0 0 0 10px;
	padding: 3px 0;
	text-align: left;
}

.interact__subtitle__footer {
	background: linear-gradient(rgba(255, 255, 255, 0) 65%, #ff914d 35%);
	width: fit-content;
	padding: 0 10px;
	font-size: 1.6em;
	margin: 5px 0 0 0;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.2em;
}

.interact__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
}

.interact__content__left {
	width: 33%;
}

.interact__content__left__text {
	background: #ff8086;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
}

.interact__content__right {
	/* width: 25%; */
	text-align: right;
	width: 65%;
}

.interact__cost {
	color: #DB534B;
	font-size: 2.8em;
	font-weight: bold;
	margin: 0 10px;
}

.interact__cost span {
	display: block;
	font-size: 0.5em;
	font-weight: normal;
	text-align: left;
}

.interact__content__right img {
	/* max-width: 180px; */
}

.interact__application {
	margin: 10px 0 0;
	font-size: 0.85em;
	text-align: center;
}

.skillup__area .meta__contact {
	padding-top: 0;
}

@media screen and (max-width:767px) {
	.interact__subtitle {
		font-size: 1.2em;
		margin-top: 20px;
	}

	.interact__title {
		font-size: 1.8em;
		margin-top: 20px;
	}

	.interact__title span {
		display: block;
		margin: 0;
		font-size: 0.8em;
	}

	.interact__subtitle__footer {
		letter-spacing: 0.2em;
		margin: 0;
		font-size: 1em;
	}

	.interact__date {
		font-size: 2em;
	}

	.interact__date p {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	.interact__date img {
		text-align: center;
		margin: 0 auto 10px;
	}

	.interact__content__left {
		display: none;
	}

	.interact__content__right {
		width: 100%;
	}

	.interact__content__left__text {
		text-align: left;
		padding: 10px 20px;
		border-radius: 10px;
		margin: 5px 0 20px 0;
	}

	.interact__cost {
		margin: 0 10px 20px;
	}

	.interact__content__right img {
		max-width: 100%;
	}

	.break {
		display: block;
	}
}



/* contact */
.form__area {
	margin: 80px auto 30px;
}

.contact__btn {
	margin: 0;
}

.contact__btn a {
	text-decoration: none;
	background: #65b72e;
	color: #fff;
	display: block;
	padding: 20px 30px;
	font-weight: bold;
	font-size: 1.8rem;
	width: 90%;
	max-width: 350px;
	text-align: center;
	border-radius: 15px;
	transition: .3s;
	margin: 0 auto;
}

.contact__btn a:hover {
	background: #fcc800;
	transition: .3s;
}

.application__dt, .application__dd {
	display: inline-block;
}

.application__dl {
	font-weight: bold;
	font-size: 1.5rem;
	margin: 20px auto 0;
	display: block;
	text-align: center;
}

.application__dd {
	margin: 0;
}

.contact__info {
	text-align: center;
}

.contact__dl {
	display: inline-block;
	text-align: center;
	margin: 0 0 0;
}

.contact__dl:last-child {
	margin-left: 30px;
}

.contact__dt {
	display: inline-block;
	text-align: center;
}

.contact__dd {
	display: inline-block;
	margin: 0;
	text-align: center;
}

/* Youtube */
.youtube__catch {
	font-weight: bold;
	font-size: 1.15em;
	text-align: center;
	line-height: 1.8;
}

#youtube__area {
	margin: 50px auto 50px;
}

.youtube__video__area {
	display: flex;
	justify-content: space-around;
	margin: 50px auto 0;
	flex-wrap: wrap;
}

.youtube__video__left {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.youtube__video__right {
	width: 100%;
	max-width: 560px;
}

@media screen and (max-width:1260px) {
	.youtube__video__right {
		margin: 30px auto 0;
	}
}

.youtube__video__area iframe {
	width: 100%;
}

/* footer */
footer {
	font-weight: bold;
	background: #94DDDE;
	padding: 20px 0;
}

.footer__confirmation__area {
	/* display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	font-weight: bold;
}

.footer__confirmation__left {
	width: auto;
	margin-right: 10px;
}

.footer__confirmation__title {
	background: #fff;
	width: fit-content;
	padding: 5px 10px;
	font-size: 1.1em;
}

.footer__confirmation__ul {
	list-style-type: none;
	padding-left: 10px;
}

.footer__confirmation__li {
	line-height: 1.6em;
}

.real__area .footer__confirmation__li span {
	margin-left: 105px;
}

@media screen and (max-width:767px) {
	.real__area .footer__confirmation__li span {
		margin-left: 0;
	}
}

.footer__confirmation__li::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/list-mark.png) center no-repeat;
	background-size: contain;
	vertical-align: sub;
	margin-right: 5px;
}

.inner__ul {
	list-style-type: none;
	margin: -26px 0 0 65px;
}

.margin__span {
	margin-left: 81px;
}

@media screen and (max-width:767px) {
	.inner__ul {
		margin: 0;
		padding: 0;
	}
	.margin__span {
		margin-left: 0;
	}
}

.footer__confirmation__right img {
	max-width: 280px;
}


.footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}



.footer__dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	line-height: 1.6;
}

.footer__dd {
	margin: 0;
}

.footer__logo img {
	max-width: 200px;
	height: auto;
}

.footer__info {
	text-align: left;
}

.footer__info p {
	margin: 5px 0 0 0;
}

/* トップページポップアップ用 */
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	cursor: pointer;
}

.modal__content {
	background: #fff;
	left: 50%;
	/* padding: 60px; */
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 650px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal__content img {
 margin-bottom: 15px;
}

.modal__content .meta__contact {
	padding: 0 0 15px 0;
}

.modal__content .meta__contact__text {
	margin-bottom: 30px;
}

.modal__content .popup_attention {
	text-align: center;
	color: #f00;
	font-weight: bold;
	margin: 0;
	font-size: 1.2em;
}

.modal__content .popup_attention span {
	display: inline-block;
	border-bottom: 3px solid #f00;
	padding: 0 5px;
}

.modal__content .popup_title {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}

.modal__content .popup_text {
	font-size: 1.1em;
	line-height: 2;
	margin-bottom: 35px;
}

.modal__content .popup_text a {
	font-size: 1.05em;
	font-weight: bold;
}

.modal__content .popup_close {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.modal__content {
		padding: 20px;
	}
}

.voice {
	margin: 30px auto;
	padding: 15px;
	border: 3px solid #f8a4a4;
	background: #fff;
}

.voice .footer__confirmation__title {
	background: #fbd1d1;
}

.voice ul {
	padding-left: 25px;
}

.faq {
	padding: 15px 5%;
	border: 3px solid #94ddde;
	background: #fff;
}

p.faq__title {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}

dl.faq__dl {
	font-size: 1.1em;
	line-height: 1.6;
}

dt.faq__dt {
	font-weight: bold;
}

dd.faq__dd {
	text-indent: -1em;
}

.about__event {
	margin: 50px auto;
	background: #fff;
	border: 3px solid #f8a4a4;
	padding: 30px;
	text-align: center;
}

.about__event__title {
	text-align: center;
	color: #fff;
	margin-top: 0;
	background: #ff5050;
	padding: 10px 15px;
	display: inline-block;
}

.about__event__box {
	font-size: 1.1em;
	line-height: 1.6;
	background: url(img/about_event.png) bottom right no-repeat;
	background-size: contain;
	text-align: left;
}

.about__event__dl {
	display: flex;
}

.about__event__dd {
	margin: 0;
}

.about__event__ul {
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}

.about__event__p {
	font-size: 0.9em;
}

.about__event__attention {
	font-size: 0.9em;
}

.about__event__img {
	display: none;
}

@media screen and (max-width:767px) {
	.about__event {
		padding: 30px 15px;
	}

	.about__event__box {
		font-size: 1.05em;
		background: none;
	}

	.about__event__img {
		display: block;
	}
}

.movie__area {
	margin: 50px auto;
	text-align: center;
}

video.movie {
	width: 100%;
	height: auto;
	max-width: 400px;
}

@media screen and (max-width:450px) {
	video.movie {
		max-width: 300px;
	}
}