/*
Theme Name: Kwansei Lightning
Theme URI: sankyosyoji.com
Template: lightning
Description: 関西学院同窓会徳島支部オリジナルテーマ
Author:
Tags:
Version: 0.6.1
*/

html, body {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html {
	font-size: 100%;
}
body {
	font-size: 1em;
	line-height: 1.5;
}
@media (min-width: 992px) {
	body {
		font-size: 1.1em;
	}
}
/* --------------- header --------------- */
.site-header-container {
	padding: 0;
	max-width: inherit;
}
.site-header-logo {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0.5em 0;
}
.site-header-logo span {
	color: var(--vk-color-primary);
}
.global-nav-list > li.none {
	display: none;
}
@media (min-width: 992px) {
	.header_scrolled .site-header-logo {
		display: block;
	}
	.site-header--layout--nav-float .site-header-logo {
		margin: 0 24px;
	}
	.global-nav {
		margin-right: 12px;
	}
	.global-nav-list > li::before {
		display: none;
	}
	.global-nav-list > li::after {
		content: "";
		position: absolute;
		top: 80%;
		left: 50%;
		transform: translateX(-50%);
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: var(--vk-color-primary);
		opacity: 0;
		transition: all .4s;
	}
	.global-nav-list > li:hover::after,
	.global-nav-list > li.current-menu-item::after {
		opacity: 1;
	}
	.global-nav-list > li .global-nav-name {
		font-size: 1rem;
	}
	.header_scrolled .global-nav-list > li::after {
		top: 70%;
	}
}
@media (max-width: 991.98px) {
	.header_scrolled .site-header {
		clear: both;
		z-index: 1000;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100vw;
		min-height: unset;
		box-shadow: 0 1px 3px rgba(0,0,0,.1);
		animation: header_drop .5s ease-out 0s 1 alternate none running;
	}
	.global-nav {
		display: flex;
	}
	.vk-mobile-nav-menu-btn {
		display: none;
	}
	.global-nav-list {
		width: 100%;
		border-top: 1px solid var(--vk-color-primary);
	}
	.header_scrolled .global-nav-list {
		border-top: 0;
	}
	.global-nav-list li {
		width: 20%;
		border-left: 1px solid var(--vk-color-primary);
		font-size: clamp(1px, 4vw, 1rem);
		padding: 0 !important;
		margin: 0 !important;
	}
	.global-nav-list li a {
		padding: 1em 0 !important;
		color: var(--vk-color-primary);
		transition: all .3s ease-out;
		margin: 0;
	}
	.global-nav-list li a .global-nav-name {
		font-size: 1em !important;
		white-space: inherit;
	}
	.global-nav-list li:first-child {
		display: none;
	}
	.global-nav-list li:nth-child(2) {
		border-left: 0;
	}
	.global-nav-list > li::before {
		height: 100%;
		background-color: var(--vk-color-primary);
		transition: all .3s ease-out;
	}
	.global-nav-list > li:hover a,
	.global-nav-list > li[class*="current"] a {
		color: #FFFFFF;
	}
}
@media (max-width: 600px) {
	.global-nav-list li a {
		padding: 0.4em 0 !important;
		line-height: 1.2;
	}
	.global-nav-list li:last-child a .global-nav-name {
		width: 4em;
	}
}
.site-body {
	min-height: 50vh;
}
/* --------------- entry-meta --------------- */
.entry-meta-item,
.entry-meta-data-list {
	display: none;
}
.entry-meta-item-date {
	display: block !important;
}
.entry-meta-item-date i {
	display: none;
}
/* --------------- page-header --------------- */
.page-header {
	color: var(--vk-color-primary);
	background-color: #FFFFFF;
	border-top: 1px solid var(--vk-color-primary);
	border-bottom: 1px solid var(--vk-color-primary);
}
.page-header-en {
	color: var(--vk-color-custom-1);
}
.blog .page-header-en::before,
.category-news .page-header-en::before {
	content: "News"
}
.post-name-officers .page-header-en::before {
	content: "Officers"
}
.post-type-photography .page-header-en::before {
	content: "Photography"
}
.post-name-rules .page-header-en::before {
	content: "Rules"
}
/* --------------- entry-header --------------- */
.entry-header {
	color: var(--vk-color-primary);
}
.entry-meta {
	color: var(--vk-color-custom-1);
}
/* --------------- entry title --------------- */
.entry-body h2 {
	border: 0;
	padding: .5em;
	background-color: var(--vk-color-custom-2);
	border-radius: var(--vk-size-radius);
}
.entry-body h3 {
	border-bottom: 1px solid var(--vk-color-primary);
}
.entry-body h4 {
	background: none;
	padding: 0 0 0 0.5em;
	border-left: 4px solid var(--vk-color-primary);
	border-radius: 0;
}
/* --------------- breadcrumb --------------- */
.breadcrumb {
	background-color: var(--vk-color-custom-2);
	border-bottom: 0;
}
/* --------------- table --------------- */
.site-body table th,
.site-body table td {
	font-size: 1em;
}
/* --------------- slide --------------- */
.swiper-pagination-bullet-active {
	background: var(--vk-color-custom-1);
}
/* --------------- ul --------------- */
.entry ul li {
	position: relative;
	list-style: none;
}
.entry ul li::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: -1.5em;
	width: 1em;
	height: 1em;
	background-color: var(--vk-color-primary);
	border-radius: 50%;
}
/* --------------- home --------------- */
.home-box {
	padding: 3em 0;
	position: relative;
}
.home-bg:nth-child(2n) {
	background-color: var(--vk-color-custom-2);
}
.home .site-body {
	display: none;
}
@media (min-width: 992px) {
	.home-box {
		display: flex;
		padding: 5em 0;
	}
	.home-detail {
		width: calc(100% - 15rem);
	}
	.home-box:has(.post-list) {
		min-height: 17em;
	}
}
/* --------------- home-title --------------- */
h2.home-title {
	color: var(--vk-color-primary);
	padding: 0;
	border: 0;
	background: none;
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
}
h2.home-title span {
	color: var(--vk-color-custom-1);
	margin-bottom: 0;
	display: block;
	font-size: 1rem;
}
@media (min-width: 992px) {
	h2.home-title {
		width: 15rem;
		text-align: left;
	}
}
/* --------------- home-greeting --------------- */
.home-greeting-text p + br,
.home-greeting-text ul br,
.home-greeting-text ul + br,
.home-greeting-text li + br {
	display: none;
}
.home-greeting-text p br + br {
	display: none;
}
.home-greeting-text p + br + ul {
	margin-top: -1em;
}
.home-greeting-text ul li {
	position: relative;
	list-style: none;
}
.home-greeting-text ul li::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: -1.35em;
	width: 0.7em;
	height: 0.7em;
	background-color: var(--vk-color-primary);
	border-radius: 50%;
}
.home-greeting-name {
	text-align: right;
}
.home-greeting-name span {
	display: block;
}
.home-greeting-name h3 {
	border: 0;
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
}
.home-greeting-name h3::after {
	display: none;
}
/* --------------- vk_posts --------------- */
.vk_posts {
	margin: 0;
}
.postListText_date,
.postListText_title {
	font-size: 1em;
}
.postListText {
	border-bottom: 1px solid var(--vk-color-primary);
	padding: 0;
	position: relative;
}
.postListText:first-child {
	border-top: 1px solid var(--vk-color-primary);
}
.postListText_title,
.postListText_date {
	font-size: 1em;
	padding: 0;
}
.postListText_date {
	color: var(--vk-color-primary);
	font-weight: bold;
	position: absolute;
	top: 1.2em;
	padding-left: 1em;
}
.postListText_title span.post-text,
.postListText_title a {
	padding: 2.7em 1em 1em;
	color: #353535 !important;
	display: block;
	transition: all .4s;
	position: relative;
}
.postListText_title a {
	color: #000000 !important;
	background: url('images/arrow-icon.jpg') center right 1em / 1em no-repeat;
	background-size: 1em;
	padding-right: 3em;
	text-decoration: none;
}
.postListText_title a:hover {
	background-color: rgba(1,2,56,0.1);
}
@media (min-width: 992px) {
	.postListText_date {
		top: 0;
		left: 0;
		padding: 0;
		height: 100%;
		background-color: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 7em;
	}
	.postListText_date.in {
		background-color: var(--vk-color-custom-2);
	}
	.postListText_title span.post-text,
	.postListText_title a {
		padding: 1em 3em 1em 8.5em;
	}
}
.vk_post_title_new {
	background-color: var(--vk-color-custom-1);
	color: #FFFFFF;
	padding: 0 0.5em;
	display: inline-block;
	font-size: 0.85em;
	margin-left: 0.5em;
}
/* --------------- home-news-link --------------- */
.home-news-link {
	margin: 2em auto 0;
	max-width: 12em;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--vk-color-primary);
	padding: 1em 0.1em;
	position: relative;
}
.home-news-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: var(--vk-color-primary);
	transition: all .3s;
}
.home-news-link span {
	color: var(--vk-color-primary);
	transition: all .3s;
	position: relative;
}
.home-news-link:hover span {
	color: #FFFFFF;
}
.home-news-link:hover::before {
	width: 100%;
}
@media (min-width: 992px) {
	.home-news-link {
		position: absolute;
		top: 8rem;
		left: 0;
		width: 8rem;
		padding: 0.5em 0.1em;
	}
}
/* --------------- home-link --------------- */
.home-link {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home-link li {
	max-width: 287px;
	margin: 0.7em 10px;
}
.home-link li a {
	display: block;
	background-color: #FFFFFF;
}
.home-link li a img {
	transition: all .3s;
	display: block;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.home-link li a:hover img {
	opacity: 0.7;
}
@media (min-width: 576px) {
	.home-link {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
}
@media (min-width: 992px) {
	.home-link {
		justify-content: flex-start;
	}
	.home-link li {
		width: 31.33333%;
		margin-top: 0;
		margin-right: 0;
		margin-left: 3%;
	}
	.home-link li:nth-child(3n+1) {
		margin-left: 0;
	}
}
/* --------------- photography --------------- */
.photography-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 200px;
}
.photography-list-box {
	display: block;
	transition: all .3s;
	margin: 1em 0;
}
.photography-list-box:hover  {
	opacity: 0.7;
}
.photography-list-img {
	height: 200px;
	width: 200px;
}
.photography-list-img img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.photography-list-date {
	color: var(--vk-color-primary);
	margin-top: 0.7em;
}
.photography-list-title {
	color: var(--vk-color-text-body);
	display: inline;
	padding-right: 1.5em;
	background: url('images/arrow-icon.jpg') top 0.2em right / 1em no-repeat;
}
@media (min-width: 300px) {
	.photography-list {
		max-width: 260px;
	}
	.photography-list-img,
	.photography-list-img img {
		height: 260px;
		width: 260px;
	}
}
@media (min-width: 576px) {
	.photography-list {
		max-width: 510px;
	}
	.photography-list-box {
		margin: 0;
	}
	.photography-list.in .photography-list-box {
		margin-bottom: 1em;
		margin-top: 1em;
	}
	.photography-list-img,
	.photography-list-img img {
		width: 245px;
		height: 245px;
	}
	.photography-list-box {
		margin-left: 20px;
	}
	.photography-list-box:nth-child(2n+1) {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.photography-list {
		max-width: inherit;
	}
	.photography-list.in:has(> :nth-child(-n+3):last-child) {
		justify-content: center;
	}
	.photography-list-img,
	.photography-list-img img {
		width: 157px;
		height: 157px;
	}
	.in .photography-list-img,
	.in .photography-list-img img {
		width: 217px;
		height: 217px;
	}
	.photography-list-box:nth-child(2n+1) {
		margin-left: 20px;
	}
	.photography-list-box:nth-child(4n+1) {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.photography-list-img,
	.photography-list-img img {
		width: 202px;
		height: 202px;
	}
	.in .photography-list-img,
	.in .photography-list-img img {
		width: 262px;
		height: 262px;
	}
}
/* --------------- officers --------------- */
.entry-body h2.officers-title {
	color: var(--vk-color-primary);
	padding: 0;
	margin-top: 0;
	background: none;
	font-size: clamp(1px, 7vw, 2rem);
}
.entry-body h2.officers-title em {
	font-style: normal;
	display: inline-block;
}
.officers-title-sub {
	color: var(--vk-color-custom-1);
	margin-bottom: 0;
}
.officers-list {
	display: flex;
	flex-wrap: wrap;
}
.officers-list-box {
	width: 100%;
	border: 1px solid var(--vk-color-primary);
	margin: 1em 0 0;
	padding: 1em;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
h2.officers-list-title {
	background: none;
	padding: 0;
	margin: 0.5em 0;
	font-size: 1.15rem;
}
.officers-list-position span {
	margin-left: 0.5em;
}
.officers-list-detail {
	display: flex;
}
.officers-list-faculty {
	margin-right: 1em;
}
@media (min-width: 400px) {
	.officers-list-box {
		flex-direction: row;
		align-items: center;
	}
	.officers-list-position {
		width: 7rem;
	}
	.officers-list-position span {
		display: block;
		margin-left: 0;
	}
	h2.officers-list-title {
		width: calc(100% - 12rem);
	}
	.officers-list-detail {
		flex-direction: column;
		width: 4rem;
	}
	.officers-list-faculty {
		margin-right: 0;
	}
}
@media (min-width: 500px) {
	h2.officers-list-title {
		width: calc(100% - 16.5rem);
	}
	.officers-list-detail {
		flex-direction: row;
		width: 8.5rem;
	}
	.officers-list-faculty {
		width: 5em;
	}
}
@media (min-width: 768px) {
	.officers-list {
		flex-direction: row;
		justify-content: space-between;
	}
	.officers-list-box {
		width: 49%;
		flex-direction: column;
		align-items: flex-start;
	}
	.officers-list-position {
		width: auto;
	}
	.officers-list-position span {
		margin-left: 0.5em;
		display: inline;
	}
	h2.officers-list-title {
		width: auto;
		font-size: 1.3rem;
	}
	.officers-list-faculty {
		width: auto;
		margin-right: 1em;
	}
}
@media (min-width: 992px) {
	.officers-list-box {
		flex-direction: row;
		align-items: center;
	}
	.officers-list-position {
		width: 7rem;
	}
	.officers-list-position span {
		margin-left: 0;
		display: block;
	}
	h2.officers-list-title {
		width: calc(100% - 13rem);
	}
	.officers-list-detail {
		flex-direction: column;
		width: 4.5rem;
	}
	.officers-list-faculty {
		margin-right: 0;
	}
}
@media (min-width: 1200px) {
	h2.officers-list-title {
		width: calc(100% - 20.5rem);
	}
	.officers-list-detail {
		flex-direction: row;
		justify-content: flex-end;
		width: 10rem;
	}
	.officers-list-faculty {
		width: auto;
		margin-right: 1em;
	}
}
/* --------------- rules --------------- */
.post-name-rules .site-body .container {
	max-width: 800px;
}
.post-name-rules ol ul {
	list-style: none;
	padding: 0;
}
.post-name-rules ol ul li::before {
	display: none;
}

/* --------------- sponsorship --------------- */
.post-name-sponsorship .site-body .container {
	max-width: 440px;
}
.sponsorship-list {
	border-top: 1px solid var(--vk-color-primary);
}
.sponsorship-list-box {
	width: 100%;
	border-bottom: 1px solid var(--vk-color-primary);
	padding: 1em 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
h2.sponsorship-list-title {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 1.15rem;
}
.sponsorship-list-detail {
	display: flex;
	flex-direction: column;
	text-align: right;
	width: 5rem;
}
@media (min-width: 300px) {
	.sponsorship-list-detail {
		flex-direction: row;
		width: auto;
	}
	.sponsorship-list-faculty {
		margin-right: 1em;
	}
}
/* --------------- sponsorship ---------------
.post-name-sponsorship .wp-block-group {
	margin-bottom: 2rem;
	text-align: center;
}
.post-name-sponsorship .wp-block-group:has(h2) h2 {
	background: none;
	margin: 0;
	padding: 1.5rem;
	border-top: 1px solid rgba(0,0,0,0.15);
}
.post-name-sponsorship .wp-block-group:has(h2) h2:first-child {
	border-top: 0;
}
.post-name-sponsorship .wp-block-group:has(h3) h3 {
	background: none;
	margin: 0;
	padding: 1.5rem;
	border-top: 1px solid rgba(0,0,0,0.15);
	border-bottom: 0;
}
.post-name-sponsorship .wp-block-group:has(h3) h3::after {
	display: none;
}
.post-name-sponsorship .wp-block-group:has(h3) h3:first-child {
	border-top: 0;
}
.post-name-sponsorship .wp-block-group:has(h4) h4 {
	background: none;
	margin: 0;
	padding: 1.5rem;
	border-top: 1px solid rgba(0,0,0,0.15);
	border-left: 0;
}
.post-name-sponsorship .wp-block-group:has(h4) h4:first-child {
	border-top: 0;
}
.post-name-sponsorship .wp-block-group:has(p) p {
	background: none;
	margin: 0;
	padding: 1.5rem;
	border-top: 1px solid rgba(0,0,0,0.15);
	border-left: 0;
}
.post-name-sponsorship .wp-block-group:has(p) p:first-child {
	border-top: 0;
}
*/
/* --------------- footer --------------- */
.site-footer {
	background-color: var(--vk-color-primary);
	color: #FFFFFF;
	padding: 2em 0 0;
	font-size: 1rem;
}
.footer-box {
	padding: 0 !important;
}
@media (min-width: 992px) {
	.footer-box {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}
.footer-title {
	text-align: center;
	font-size: clamp(1px, 7vw, 1.3rem);
	font-weight: 600;
	margin-bottom: 1em;
}
@media (min-width: 992px) {
	.footer-title {
		text-align: left;
	}
}
.footer-detail-box {
	display: flex;
	flex-wrap: wrap;
	max-width: 24em;
	margin: 1em auto 2em;
}
.footer-detail-box dt {
	width: 4.5em;
	font-weight: 400;
}
.footer-detail-box dd {
	width: calc(100% - 4.5em);
	margin-bottom: 0.5em;
}
@media (max-width: 380px) {
	.footer-detail-box {
		display: block;
		max-width: 22em;
		padding: 0 15px;
	}
	.footer-detail-box dd {
		width: 100%;
	}
}
@media (min-width: 576px) {
	.footer-detail-box {
		margin: 1em auto 1em;
	}
}
@media (min-width: 992px) {
	.footer-detail-box {
		margin: 1em auto 2em;
	}
}
.footer-nav {
	padding: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.footer-nav-list {
	display: flex;
	justify-content: center;
}
.footer-nav-list li {
	width: 25%;
	border-left: 1px solid #FFFFFF;
	padding: 0;
}
.footer-nav-list li:first-child {
	display: none;
}
.footer-nav-list li:nth-child(2) {
	border-left: 0;
}
.footer-nav-list li a {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFFFFF;
	padding: 0.7em 0;
	line-height: 1.2;
	font-size: clamp(1px, 4vw, 1rem);
}
@media (min-width: 576px) {
	.footer-nav {
		border: 0;
	}
	.footer-nav-list li {
		width: auto;
		border-left: 0;
		margin-left: 1.2em;
	}
	.footer-nav-list li:first-child {
		display: block;
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.footer-nav {
		border: 0;
	}
	.footer-nav-list li {
		width: auto;
		border-left: 0;
		margin-left: 1.2em;
	}
	.footer-nav-list li:first-child {
		display: block;
	}
}
@media (max-width: 575.98px) {
	.footer-nav-list li a {
		padding: 0.3em 1.2em !important;
		font-size: clamp(1px, 3.0vw, 1rem);
	}
}
.site-footer-copyright {
	height: 90px;
	display: flex;
	align-items: center;
	padding: 0 3.8em 0 15px;
}
@media (min-width: 380px) {
	.site-footer-copyright {
		justify-content: center;
		padding-right: 15px;
	}
}
@media (min-width: 576px) {
	.site-footer-copyright {
		height: auto;
		margin-bottom: 2.5rem;
		margin-top: 1.5em;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.site-footer-copyright {
		justify-content: flex-end;
		margin-bottom: 2.5rem;
	}
}
.page_top_btn {
	border-radius: 50%;
	background-color: var(--vk-color-primary);
}
