@charset "utf-8";
/* CSS Document */

#TopMain {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100vh!important;
	z-index: 0!important;
}
@-webkit-keyframes zoomUp {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
}
}
@keyframes zoomUp { /* 1.15倍させる指定 */
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
}
}
#TopMain .swiper-wrapper .swiper-slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#TopMain .swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
	-webkit-animation: zoomUp 12s linear 0s;
	animation: zoomUp 12s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#TopMain .slide-img {
	background-size: cover;
	background-position: center center;
	height: 100vh;
}
#swiper-vSpace {
	position: relative;
	height: 100vh;
	width: 100%;
	z-index: -10;
}
#TopMain .scrolldownBtn {
	position: absolute;
	bottom: 10%;
	right: 10%;
	z-index: 100;
	/*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 3s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
 0% {bottom:10%;}
 50% {bottom:14%;}
 100% {bottom:10%;}
}
/*Scrollテキストの描写*/
#TopMain .scrolldownBtn span {
	/*描画位置*/
	position: absolute;
	left: -20px;
	bottom: 10px;
	/*テキストの形状*/
	color: #eee;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
/* 矢印の描写 */
#TopMain .scrolldownBtn:before {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom: 0;
	right: -15px;
	/*矢印の形状*/
	width: 2px;
	height: 20px;
	background: #eee;
	transform: skewX(-31deg);
}
#TopMain .scrolldownBtn:after {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom: 0;
	right: -9px;
	/*矢印の形状*/
	width: 2px;
	height: 65px;
	background: #eee;
}
#topNews1{
	background: rgba(255,255,255,0.95) url(https://kyoto-gakuren.jp/w/wp-content/uploads/2021/09/top_news_bg.png) repeat-x bottom;
	border-bottom: #C466C9 16px solid;
}
#FeedBox {
	height: 255px;
	overflow: hidden;
	border-top: #1A1A1A 1px solid;
}
#PrivArea #FeedBox {
	height: auto;
	overflow: hidden;
	border-top: #1A1A1A 1px solid;
}
/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {
#FeedBox {
	height: 344px;
}
#PrivArea #FeedBox {
	height: auto;
}
}
#FeedBox a {
	border-bottom: #1A1A1A 1px dotted;
	text-align: left;
}
#FeedBox a li div.title {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	vertical-align: middle;
}
.Slug1 {
	color: #fff;
	background-color: #EA9292;
}
.Slug2 {
	color: #fff;
	background-color: #9CBF92;
}
.Slug3 {
	color: #fff;
	background-color: #749292;
}
.Slug4 {
	color: #fff;
	background-color: #B5A4E0;
}
.Slug5 {
	color: #fff;
	background-color: #888888;
}

#ActivityArea{
	background: #ede4f1 url(https://kyoto-gakuren.jp/w/wp-content/uploads/2021/09/top_news_bg.png) repeat-x bottom;
	border-bottom: #39b24a 16px solid;
}
#ActivityArea .card{
	height: 100%;
}
#ActivityArea .card p.ActGroup{
	position: absolute;
	top: 15px;
	right: 4px;
	z-index: 10;
}
#ActivityArea .card p.Actdate{
	position: relative;
	margin-top: -40px;
	z-index: 10;
}
#ActivityArea .card .detailBtn{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {
}

/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
}

.grecaptcha-badge{
	display: none!important;
}








/*トップページ用 設定 OnlyTop*/
