.main img {
	width: 100%;
	height: auto;
}

.top-news {
	padding: 80px 0;
}

.read-more {
	text-align: right;
}

.read-more a {
	color: #E5467E;
}

.read-more a:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../images/common/li.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.top-model-course {
	padding: 80px 0;
}

.top-model-course ul {
	display: flex;
	justify-content: space-between;
}

.top-model-course ul li {
	width: 32%;
	background: #E44280;
	color: #fff;
	padding-bottom: 20px;
}

.top-model-course .thum {
	position: relative;
}

.top-model-course .thum span {
	padding: 20px 10px;
	text-align: center;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	color: #E44280;
	background: rgba(255,255,255,0.9);
}

.top-model-course .thum strong {
	display: block;
	font-size: 32px;
	line-height: 1;
}

.top-model-course h3 {
	text-align: center;
	padding: 14px 0;
	font-size: 18px;
	 font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.top-model-course p {
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
}

.top-model-course .bt a {
	color: #E5467E;
	font-size: 12px;
	display: block;
	background: #fff;
	padding: 6px 0;
	border-radius: 40px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.top-model-course .bt a:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../images/common/li.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.top-gallery {
	padding: 80px 0;
	background: #E44280;
	margin-bottom: 20px;
}

.top-insta,
.top-youtube,
.top-short {
	background: #EDEDED;
	padding: 80px 0;
	margin-bottom: 20px;
}

.top-youtube p {
	text-align: center;
	font-size: 16px;
	color: #E44280;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.top-youtube ul {
	display: flex;
	justify-content: space-between;
}

.top-youtube li {
	width: 48%;
}


.top-short ul {
	display: flex;
	justify-content: space-between;
}

.top-short li {
	position: relative;
	width: 18%;
	padding-top: 35%;
	margin-bottom: 20px;
}
.top-short li iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}









