@charset "utf-8";
/* CSS Document */

/*slider*/
#contents .slider {
	position: relative;
	height: 430px;
	margin: -8px auto 20px auto;
	width: 1100px;
	overflow: hidden;
}

@media screen and (max-width: 1100px) {
	#contents .slider {
		width: 940px;
	}
}

#contents #slider {
	margin: 0 auto;
}

#contents .slider .gallery {
	margin: 0;
	width: 940px;
}

#contents .slider .arrow {
	cursor: pointer;
	position: relative;
	top: -265px;
}

#contents .slider .arrow.left {
	float: left;
	left: 80px;
}

#contents .slider .arrow.right {
	float: right;
	right: 80px;
}

#contents .slider span {
	position: absolute;
	top: 167px;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

#contents .slider span a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 40px;
}

#contents .slider span#prevBtn {
	left: 80px;
	background: url(../images/index/slider/arrow_left.png) no-repeat 0 0;
}

#contents .slider span#nextBtn {
	right: 80px;
	background: url(../images/index/slider/arrow_right.png) no-repeat 0 0;
}

#contents .slider .decoration {
	position: absolute;
	top: 334px;
	z-index: 110;
}

/*etc*/

#contents .main dl {
	border-top: 0;
	clear: none;
	width: 288px;
}

#contents .main .news {
	float: left;
	height: 940px;
}

#contents .main .facebook {
	float: right;
	height: 940px;
}

#contents .main dl dt {
	width: 278px;
}

#contents .main .news dt {
	height: 25px;
	padding: 0 5px;
}

#contents .main .facebook dt {
	height: 21px;
	padding: 2px 5px;
}

#contents .main dl dd ul {
	font-size: 12px;
	height: 492px;
	margin: 5px 0 5px 20px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 10px 0;
	text-align: justify;
	width: 268px;
}

#contents .main dl dd ul li {
	border-bottom: 1px dotted #DFDADC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#contents .main dl dd ul li .date {
	color: #E60077;
	display: block;
	float: left;
	width: 80px;
}

#contents .main dl dd ul li .sentence {
	display: block;
	float: left;
	width: 166px;
}

#contents .main dl dd ul li .sentence a {
	color: #444;
	text-decoration: underline;
}

#contents .sidebar embed {
	margin-bottom: 10px;
}


/* Slider */
.gv_galleryWrap {
	margin: 0 auto;
	padding: 0 !important;
}

/* SociableKIT Widget Adjustments */
#contents .main dl dd {
	width: 100%;
	overflow: hidden;
	/* Prevent horizontal overflow */
}

#contents .main .news dd,
#contents .main .facebook dd {
	height: auto;
	margin-top: 5px;
	overflow: visible;
}



/* Force vertical stacking safely */
.sk-ig-all-posts {
	padding: 0 !important;
	display: block !important;
	/* Ensure it's a block, not flex to avoid collapse */
	height: 700px !important;
	overflow-y: scroll !important;
}

.sk-instagram-feed-item {
	display: block !important;
	float: none !important;
	width: 100% !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
}

/* Image sizing within the item */
.sk-instagram-feed-item .sk-ig-post-img {
	width: 100% !important;
	height: 100% !important;
	background-size: cover !important;
	background-position: center !important;
}

/* Hide the sizer element if it exists and messes up layout */
.sk-instagram-feed-item-sizer {
	display: none !important;
}

/* Hide first 3 items in news feed and first 2 items in facebook feed */
.news .sk-instagram-feed-item:nth-child(-n+4) {
	display: none !important;
}

.facebook .sk-instagram-feed-item:nth-child(-n+3) {
	display: none !important;
}

/* Adjust hover overlay size if needed */
.sk-instagram-feed-item .sk-ig-post-hover {
	width: 100% !important;
	height: 100% !important;
	line-height: inherit !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

body .sk-instagram-feed .sk-ig-profile-usename {
	font-size: 11px !important;
	line-height: 1rem;
}

.sk-ig-profile-counts {
	font-size: 11px !important;
	line-height: 1rem !important;
}

body .sk-ig-profile-bio-container,
body .sk-instagram-feed .bio-website {
	display: none !important;
}

body .sk-instagram-feed .sk-ig-post-hover {
	display: none !important;
}

.sk_branding,
.sk-ig-profile-counts,
.tutorial_link {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body .sk-instagram-feed .sk-instagram-profile-pic_container img {
	width: 50px !important;
	height: 50px !important;
}

.href_status_trigger {
	pointer-events: none !important
}

/* User requested titles after follow button */
.sk-instagram-feed[data-embed-id="25644237"] .sk_ig_feed_username_follow::after {
	content: "Star Cheers(スターチアーズ)【公式】チアダンス・チアリーディングチーム";
	display: block;
	font-size: 12px;
	line-height: 1.2rem;
	color: #333;
	margin-top: 5px;
	font-weight: normal;
	height: auto !important;
	visibility: visible !important;
}

.sk-instagram-feed[data-embed-id="25644236"] .sk_ig_feed_username_follow::after {
	content: "チアクリエーション│キッズチアリーディング・チアダンススクール";
	display: block;
	font-size: 12px;
	line-height: 1.2rem;
	color: #333;
	margin-top: 5px;
	font-weight: normal;
	height: auto !important;
	visibility: visible !important;
}