/* top page */
.container-video {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0.01;
	animation: load 1.5s 0.8s ease-out forwards;
}
@keyframes load {
  100% {
	  opacity: 1;
  }
}
.container-video #topmv {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	transform: translate(-50%, -50%) scale(1.00);
}
.table-center {
	display: table;
	width: 100%;
	position: relative;
	height: 100%;
	margin: 500px auto 500px;
}
.table-center img{
	width: 100%;
}
.table-center > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
}
.table-center > div p {
	width: 60%;
	margin: 0 auto;
}
/*新しいトップ動画*/
.video_wrapper {
    width: 100%;
	margin: 0 auto;
}
 video.topview {
	width: 100%;
}
@media screen and ( max-width : 768px ) {
.container-video #topmv {
	width: auto;
	height: 100%;
}
.table-center {
	margin: 150px auto 150px;
}
.table-center > div p {
	width: 85%;
	margin: 0 auto;
}
.video_wrapper {
    width: 100%;
	margin: 0 auto;
}
 video.topview {
	width: 100%;
	max-width: 768px;
}
}
@media screen and ( min-width : 769px ) {
/* top hed */
#top_hed {
  background : #fff;
}
#top_hed section.content_top {
	max-width: 100%;
	min-width: 320px;
	margin: 0 auto ;
}
.tophed_pic{
	margin: 0 auto;
}
.tophed_pic img{
	width: 100%;
}
.tophed_midashi{
	text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 180px 0 50px 0;
}
.tophed_area {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.tophed_area .tophed_info {
  width: calc(50% - 10px);
  margin: 5px 5px 5px 0;
}
.tophed_txt{
	background: rgba(255,255,255,0.7);
	padding: 20px 0 20px 50px;
}
.tophed_btn{
	margin: 30px 0 0 50px;
}
.button03 {
  display: inline-block;
  width: 300px;
  height: 54px;
	border-radius: 10px;
  text-align: center;
  text-decoration: none;
  outline: none;
	font-weight: bold;
	line-height: 52px;
}
.button03 span{
  font-size: 150%;
}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button03 {
  background-color: #13ac67;
  color: #fff;
	border: 2px solid #13ac67;
}
.button03:hover {
  background-color: #fff;
	color: #13ac67;
	border: 2px solid #13ac67;
}
/* 各セクションタイトル */
.top_ttl{
	text-align: center;
	width: 95%;
	color: #870101;
	border-bottom: solid 1px #870101;
	font-size: 40px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.top_subttl{
	text-align: center;
	width: 95%;
	font-size: 18px;
	color: #870101;
	margin: 0 auto;
	padding: 5px 0 15px 0;
}
/* top SNS. icon */
#top_snsicon {
  background : #fff4f4;
	margin-top: -10px;
}
#top_snsicon section.content_top {
	width: 500px;
	min-width: 320px;
	margin: 0 auto ;
	text-align: center;
	padding: 10px;
}
.top_sns_msg {
	text-align: center;
	font-size: 16px;
	margin: 5px 0 ;
	color: #870101;
}

.top_snsicon_sec {
	display: flex;
	flex-wrap: wrap;
}
.top_snsicon_sec .snsiconlist {
  width: calc(25.0% - 30px);
  margin: 15px;
}
.top_snsicon_sec .snsiconlist img{
	width: 100%;
}
/* top Event Information */
#top_event {
  background: #fff;
}
#top_event section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 40px 0 40px 0;
	margin: 0 auto ;
}
.top_event_ttl01 {
	text-align: center;
	color: #870101;
	font-size: 45px;
	font-weight: bold;
	margin: 10px 0 0;
}
.top_event_ttl02 {
	width: 100%;
	margin: 5px auto 5px;
}
.top_event_ttl02 img{
	width: 100%;
}
.top_event_bnr {
	width: 90%;
	margin: 5px auto 20px;
}
.top_event_bnr img{
	width: 100%;
}
.top_event_sec02 {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 10px 0 20px;
}
.top_event_sec02 img{
	width: 100%;
	margin: 0 auto;
}
.top_event_sec02 .eventimg02 {
  width: calc(50.0% - 30px);
  margin: 5px 15px;
}
.top_event_btnarea02 {
	width: 50%;
	margin: 0 auto;
}
.top_event_btn02 {
	width: 50%;
	border: 2px solid #870101;
  font-size: 1.5rem;
  color: #870101;
  padding: 30px 50px;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.top_event_btn02:hover {
  transform: scale(0.95);
}
.top_event_btn02::before {
  content: "";
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -5px;
  z-index: -1;
  border-radius: 50px;
  opacity: .8;
  filter: blur(15px);
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.top_event_btn02:hover::before {
  bottom: 0;
  filter: blur(8px);
}
.gradient2,
.gradient2::before {
  background: -moz-linear-gradient(top, #ffffff 0%, #fff9f9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fff9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fff9f9 100%);
}
.event_calendar{
	width: 85%;
	margin: 0 auto ;
}
.top_event_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_event_sec img{
	width: 100%;
	margin: 0 auto;
}
.top_event_sec .eventimg {
  width: calc(33.3% - 40px);
  margin: 20px 20px;
}
.event_bnr{
	width: 100%;
	display: inline-block;
	margin: 40px 0 0 0 ;
	clear: both;
}
.event_bnr img{
	width: 100%;
}
.event_bnr01 {
  width: 45%;
  float: left;
}
.event_bnr02 {
  width: 45%;
  float: right;
}
.top_event_intro {
	background: url("../img/top/top_event_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.top_event_intro_img {
	width: 30%;
	margin: 0 auto;
	padding: 200px 0 100px;
}
.top_event_intro_img img{
	width: 100%;
}
.top_event_day {
	width: 30%;
	height: 100%;
	margin: -80px auto 0;
	background: url("../img/top/top_event_day_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0 ;
}
.top_event_day01 {
	color: #333;
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	font-size: 1.5em;
	margin: 0 0 5px;
}
.top_event_day02 {
	width: 80%;
	background: #fff;
	margin: 5px auto 20px;
	padding: 1px 10px 10px;
}
.top_event_day02_day {
	text-align: center;
	font-size: 3.5em;
	color: #3356a8;
	font-family: 'Overpass Mono', monospace;
	font-weight: 500;
}
.top_event_day02_week {
	text-align: center;
	font-size: 1.2em;
	color: #3356a8;
	font-family: 'Kosugi Maru', sans-serif;
	margin-top: -15px;
}
.top_event_txt {
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	font-size: 1.2em;
	color: #111;
	margin: 10px;
}
.top_event_btnarea {
	width: 100%;
}
.top_event_btn {
	width: 30%;
	margin: 0 auto;
  font-size: 1.5em;
  color: #fff;
  padding: 10px 50px;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.top_event_btn:hover {
  transform: scale(0.95);
}
.top_event_btn::before {
  content: "";
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -5px;
  z-index: -1;
  border-radius: 50px;
  opacity: .8;
  filter: blur(15px);
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.top_event_btn:hover::before {
  bottom: 0;
  filter: blur(8px);
}
.gradient1,
.gradient1::before {
  background: -moz-linear-gradient(left, #852781 0%, #0000ff 100%);
  background: -webkit-linear-gradient(left, #852781 0%, #0000ff 100%);
  background: linear-gradient(to right, #852781 0%, #0000ff 100%);
}
/* top slide */
#top_slide {
  background: #fff;
}
#top_slide section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 40px 0 40px 0;
	margin: 0 auto ;
}
#top_slide img{
  width: 100%;
}
/* top course */
#top_course {
  background: #ffffff;
}
#top_course section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 40px 0 40px 0;
	margin: 0 auto ;
}
.top_course_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_course_sec img{
	width: 100%;
	margin: 0 auto;
}
.top_course_sec .courselist {
  width: calc(50.0% - 30px);
  margin: 15px;
}
.top_course_sec02 {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_course_sec02 img{
	width: 100%;
	margin: 0 auto;
}
.top_course_sec02 .courselist02 {
  width: calc(50% - 20px);
  margin: 10px;
}
.top_koutou {
	width: 80%;
	margin: 0 auto;
}
.top_koutou img{
	width: 100%;
}
/* top School Life */
#top_schoollife {
	background: #ffffff;
}
#top_schoollife section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 40px 0 40px 0;
	margin: 0 auto ;
}
.schoollife01{
	width: 95%;
	margin: 10px auto ;
}
.schoollife01 img{
	width: 100%;
}
.top_school_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_school_sec img{
	width: 100%;
	margin: 0 auto;
}
.top_school_sec .schoolimg {
  width: calc(50.0% - 40px);
  margin: 20px 20px;
}

/* top NEWS */
#top_news {
  background: #fff;
}
#top_news section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 40px 0 40px 0;
	margin: 0 auto ;
}
.top_news{
	width: 550px;
	margin: 0 auto;
}
.news_btn {
	text-align: center;
}
.topkiji-list {
  margin: 0 0 10px;
  background-color: #fff;
}
.topkiji-list a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000;
}
.topkiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
.topkiji-list a:hover {
  background-color: #eee;
}
.topkiji-list img {
  float: left;
  width: 220px;
  height: 150px;
  object-fit: cover;
}
.topkiji-list .text {
  width: auto;
  margin-left: 0px;
}
.topkiji-list h2 {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 5px;
	color: #595757;
}
.topkiji-date {
  font-size: 16px;
  margin-bottom: 0px;
  color: #009ee7;
}
.topcat-data {
  font-size: 0.9em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #121212;
  border-radius: 3px;
  background-color: #17184b;
}
.topkiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
}
/* top SNS */
#top_sns {
  background: #fff;
}
#top_sns section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 40px 0 40px 0;
	margin: 0 auto ;
}
.top_sns_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_sns_sec .sns_info {
  width: calc(50% - 40px);
  margin: 5px 20px 5px 20px;
}
/* top OTHERS */
#top_others {
  background: #fff;
}
#top_others section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 40px 0 40px 0;
	margin: 0 auto ;
}
.top_other_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_other_sec img {
	width: 100%;
}
.top_other_sec .other_bnr {
  width: calc(50% - 40px);
  margin: 20px;
}
#top_course_ex {
  background: #fff8ee;
}
#top_course_ex section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 40px 0 40px 0;
	margin: 0 auto ;
}
}
@media screen and (max-width:768px) {
/* top hed */
#top_hed {
  background: #fff;
}
#top_hed section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
}
.tophed_pic{
	margin: 0 auto;
}
.tophed_pic img{
	width: 100%;
}
.tophed_midashi{
	text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 40px 0 20px 0;
}
.tophed_area {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.tophed_area .tophed_info {
  width: calc(100% - 10px);
  margin: 5px;
}
.tophed_txt{
	background: rgba(255,255,255,0.7);
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.tophed_btn{
	margin: 30px 0 50px 0 ;
	text-align: center;
}
.button03 {
  display: inline-block;
  width: 250px;
  height: 54px;
	border-radius: 10px;
  text-align: center;
  text-decoration: none;
  outline: none;
	font-weight: bold;
	line-height: 50px;
}
.button03 span{
  font-size: 150%;
}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button03 {
  background-color: #13ac67;
  color: #fff;
	border: 2px solid #13ac67;
}
.button03:hover {
  background-color: #fff;
	color: #13ac67;
	border: 2px solid #13ac67;
}
/* 各セクションタイトル */
.top_ttl{
	text-align: center;
	width: 100%;
	color: #870101;
	border-bottom: solid 1px #870101;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.top_subttl{
	text-align: center;
	width: 100%;
	color: #870101;
	font-size: 16px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
}
/* top SNS. icon */
#top_snsicon {
  background : #fff4f4;
}
#top_snsicon section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: -10px auto ;
	padding: 10px;
}
.top_sns_msg {
	text-align: center;
	font-size: 14px;
	margin: 5px 0 ;
	color: #870101;
}
.top_snsicon_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_snsicon_sec .snsiconlist {
  width: calc(25.0% - 20px);
  margin: 10px;
}
.top_snsicon_sec .snsiconlist img{
	width: 100%;
}
/* top Event Information */
#top_event {
  background: #fff;
}
#top_event section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 0px 0 20px 0;
	margin: 0 auto ;
}
.top_event_ttl01 {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: #870101;
	font-size: 50px;
	font-weight: bold;
	margin: 20px 0 10px;
}
.top_event_ttl02 {
	width: 98%;
	margin: 5px auto 5px;
}
.top_event_ttl02 img{
	width: 100%;
}
.top_event_bnr {
	width: 95%;
	margin: 5px auto 10px;
}
.top_event_bnr img{
	width: 100%;
}
.top_event_sec02 {
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 5px 0;
}
.top_event_sec02 img{
	width: 100%;
	margin: 0 auto;
}
.top_event_sec02 .eventimg02 {
  width: calc(50.0% - 20px);
  margin: 10px 10px;
}
.top_event_btnarea02 {
	width: 90%;
	margin: 0 auto;
}
.top_event_btn02 {
	width: 90%;
	border: 2px solid #870101;
  font-size: 1.8em;
  color: #870101;
  padding: 20px ;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.top_event_btn02:hover {
  transform: scale(0.95);
}
.top_event_btn02::before {
  content: "";
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -5px;
  z-index: -1;
  border-radius: 50px;
  opacity: .8;
  filter: blur(15px);
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.top_event_btn02:hover::before {
  bottom: 0;
  filter: blur(8px);
}
.gradient2,
.gradient2::before {
  background: -moz-linear-gradient(top, #ffffff 0%, #fff9f9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fff9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fff9f9 100%);
}
.event_calendar{
	width: 90%;
	margin: 0 auto ;
}
.top_event_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_event_sec img{
	width: 100%;
	margin: 0 auto;
}
.top_event_sec .eventimg {
  width: calc(100% - 60px);
  margin: 10px 30px;
}
.top_event_intro {
	width: 100%;
	background: url("../img/top/top_event_bg_sp.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.top_event_intro_img {
	width: 80%;
	margin: 0 auto;
	padding: 200px 0 200px;
}
.top_event_intro_img img{
	width: 100%;
}
.top_event_day {
	width: 75%;
	height: 100%;
	margin: -50px auto 0;
	background: url("../img/top/top_event_day_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0 ;
}
.top_event_day01 {
	color: #333;
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	font-size: 1.5em;
	margin: 0 0 5px;
}
.top_event_day02 {
	width: 75%;
	background: #fff;
	margin: 10px auto 20px;
	padding: 1px 10px 10px;
}
.top_event_day02_day {
	text-align: center;
	font-size: 3.5em;
	color: #3356a8;
	font-family: 'Overpass Mono', monospace;
	font-weight: 500;
}
.top_event_day02_week {
	text-align: center;
	font-size: 1.5em;
	color: #3356a8;
	font-family: 'Kosugi Maru', sans-serif;
	margin-top: -5px;
}
.top_event_txt {
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	font-size: 1.2em;
	color: #111;
	margin: 10px;
}
.top_event_btnarea {
	width: 100%;
}
.top_event_btn {
	width: 50%;
	margin: 0 auto;
	font-family: 'Kosugi Maru', sans-serif;
  font-size: 1.5em;
  color: #fff;
  padding: 10px 30px;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.top_event_btn:hover {
  transform: scale(0.95);
}
.top_event_btn::before {
  content: "";
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -5px;
  z-index: -1;
  border-radius: 50px;
  opacity: .8;
  filter: blur(15px);
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.top_event_btn:hover::before {
  bottom: 0;
  filter: blur(8px);
}
.gradient1,
.gradient1::before {
  background: -moz-linear-gradient(left, #852781 0%, #0000ff 100%);
  background: -webkit-linear-gradient(left, #852781 0%, #0000ff 100%);
  background: linear-gradient(to right, #852781 0%, #0000ff 100%);
}
/* top slide */
#top_slide {
  background: #fff;
}
#top_slide section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 30px 0 30px 0;
	margin: 0 auto ;
}
#top_slide img{
  width: 100%;
}
/* top course */
#top_course {
  background: #ffffff;
}
#top_course section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 30px 0 30px 0;
	margin: 0 auto ;
}
.top_course_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_course_sec img{
	width: 100%;
}
.top_course_sec .courselist {
  width: calc(50.0% - 20px);
  margin: 10px;
}
.top_course_sec02 {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_course_sec02 img{
	width: 100%;
}
.top_course_sec02 .courselist02 {
  width: calc(100% - 10px);
  margin: 10px;
}
.top_koutou {
	width: 97%;
	margin: 0 auto;
}
.top_koutou img{
	width: 100%;
}
/* top School Life */
#top_schoollife {
	background: #ffffff;
}
#top_schoollife section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 40px 0 20px 0;
	margin: 0 auto ;
}
.schoollife01{
	width: 98%;
	margin: 0 auto ;
}
.schoollife01 img{
	width: 100%;
}
.top_school_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}
.top_school_sec img{
	width: 100%;
	margin: 0 auto;
}
.top_school_sec .schoolimg {
  width: calc(100% - 40px);
  margin: 10px 20px;
}

/* top NEWS */
#top_news {
  background: #fff;
}
#top_news section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 20px 0 20px 0;
	margin: 0 auto ;
}
.top_news{
	width: 95%;
	margin: 0 auto;
}
.news_btn {
	text-align: center;
	font-size: 14px
}
.topkiji-list {
  margin: 0 0 15px;
  background-color: #fff;
}
.topkiji-list a {
  display: block;
	padding: 5px;
  text-decoration: none;
  color: #000;
}
.topkiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
.topkiji-list a:hover {
  background-color: #eee;
}
.topkiji-list img {
  float: left;
  width: 100px;
    height: 80px;
  object-fit: cover;
}
.topkiji-list .text {
  width: auto;
  margin-left: 0px;
}
.topkiji-list h2 {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 6px;
	color: #121212;
}
.topkiji-date {
  font-size: 14px;
  margin-bottom: 7px;
  color: #009ee7;
	margin-bottom: 0;
}
.topcat-data {
  font-size: 0.8em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #121212;
  border-radius: 3px;
  background-color: #ffee00;
}
.topkiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
	visibility: hidden;
    height: 0;
}
/* top SNS */
#top_sns {
  background: #fff;
}
#top_sns section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 20px 0 20px 0;
	margin: 0 auto ;
}
.top_sns_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top_sns_sec .sns_info {
  width: calc(100% - 10px);
  margin: 5px 5px 5px 0;
}
/* top OTHERS */
#top_others {
  background: #fff;
}
#top_others section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 20px 0 20px 0;
	margin: 0 auto ;
}
.top_other_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}
.top_other_sec .other_bnr {
  width: calc(50% - 20px);
  margin: 1px 10px;
}
.top_other_sec .other_bnr img {
  width: 100%;
}
#course_ex {
  background: #fff;
}
#course_ex section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 10px 0 10px 0;
	margin: 50px 0 auto ;
}
}
/* トップページここまで　*/
