@charset "utf-8";

/* topMv
------------------------------------------------------------------------------------ */
section#topMv {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
}
section#topMv ul {
	display: flex;
	margin-right: 20px;
	animation: topMv 60s linear infinite;
}
@keyframes topMv {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
section#topMv ul li {
	display: flex;
	align-items: flex-start;
	margin-right: 20px;
}
section#topMv ul li:nth-child(odd) {
	width: 640px;
}
section#topMv ul li:nth-child(even) {
	width: 400px;
	margin-top: 120px;
}
section#topMv ul li:last-child {
	margin-right: 0;
}


/* topBanner
------------------------------------------------------------------------------------ */
section#topBanner {
	margin: 50px 0 150px 0;
	padding: 70px 0;
	background: linear-gradient(135deg, #373578, #625fad);
}
section#topBanner div.sectionInner {
}
section#topBanner div.sectionInner ul#topBannerSlider {
	position: relative;
}
section#topBanner div.sectionInner ul#topBannerSlider div.slick-list {
	padding: 0 !important;
}
section#topBanner div.sectionInner ul#topBannerSlider div.slick-list li {
	margin: 0 10px;
}
section#topBanner div.sectionInner ul#topBannerSlider div.slick-list li a {
	transition: all 0.3s ease;
}
section#topBanner div.sectionInner ul#topBannerSlider div.slick-list li a:hover {
	opacity: 0.75;
}
section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev,
section#topBanner div.sectionInner ul#topBannerSlider button.slick-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	font-size: 20px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border-radius: 30px;
	z-index: 3;
	transform: translateY(-50%);
}
section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev {
	left: calc(-36px - 15px);
}
section#topBanner div.sectionInner ul#topBannerSlider button.slick-next {
	right: calc(-36px - 15px);
}
section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev:before,
section#topBanner div.sectionInner ul#topBannerSlider button.slick-next:before {
	display: none;
}
section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev i,
section#topBanner div.sectionInner ul#topBannerSlider button.slick-next i {
	color: #373578;
}


/* topCautionArea
------------------------------------------------------------------------------------ */
section#topCautionArea {
	margin-bottom: 150px;
}
section#topCautionArea div.sectionInner {
}
section#topCautionArea div.sectionInner div {
	padding: 50px;
	border: 1px solid #373578;
}
section#topCautionArea div.sectionInner div h3.title02 {
	text-align: center;
}
section#topCautionArea div.sectionInner div p {
	text-align: center;
}


/* topMessage
------------------------------------------------------------------------------------ */
section#topMessage {
	margin-top: 150px;
}
section#topMessage div.sectionInner {
	display: flex;
	justify-content: space-between;
}
section#topMessage div.sectionInner div#topMessagePhoto {
	width: 40%;
}
section#topMessage div.sectionInner div#topMessageText {
	width: calc((100% - 100px) - 40%);
	padding-top: 80px;
}
section#topMessage div.sectionInner div#topMessageText h3#topMessageSlogan {
	width: auto;
	max-width: 640px;
}


/* topNews
------------------------------------------------------------------------------------ */
section#topNews {
	margin-top: 150px;
}
section#topNews div.sectionInner {
	display: flex;
}
section#topNews div.sectionInner div#topNewsLeft {
	width: 360px;
	margin-right: 100px;
}
section#topNews div.sectionInner div#topNewsLeft h2.pageTitle {
}
section#topNews div.sectionInner div#topNewsRight {
	width: calc(calc(100% - 250px) - 100px);
}
section#topNews div.sectionInner div#topNewsRight ul {
	border-top: 1px solid #CCC;
}
section#topNews div.sectionInner div#topNewsRight ul li {
	border-bottom: 1px solid #CCC;
}
section#topNews div.sectionInner div#topNewsRight ul li a {
	display: block;
	padding: 35px 0;
}
section#topNews div.sectionInner div#topNewsRight ul li a div {
	display: flex;
}
section#topNews div.sectionInner div#topNewsRight ul li a div p {
	color: #333;
	font-family: "Libre Baskerville", serif;
	font-weight:400;
	margin-right: 30px;
	transition: all 0.3s ease;
}
section#topNews div.sectionInner div#topNewsRight ul li a:hover div p {
	color: #373578;
}
section#topNews div.sectionInner div#topNewsRight ul li a div h3 {
	color: #333;
	transition: all 0.3s ease;
}
section#topNews div.sectionInner div#topNewsRight ul li a:hover div h3 {
	color: #373578;
}


/* topTextScroll
------------------------------------------------------------------------------------ */
section#topTextScroll {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
}
section#topTextScroll p {
	display: inline-block;
	color: #ebeaf1;
	font-family: "Libre Baskerville", serif;
	font-size: 54px;
	line-height: 100%;
	font-weight:400;
	padding: 0 30px 10px 0;
	animation: topTextScroll 20s linear infinite;
}
@keyframes topTextScroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* topAbout
------------------------------------------------------------------------------------ */
section#topAbout {
	margin-top: 150px;
}

section#topAbout div.topAbout01 {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin-top: 150px;
	margin-left: 5%;
}
section#topAbout div.topAbout01 div.topAbout01Text {
	width: 45%;
	padding: 100px 0;
}
section#topAbout div.topAbout01 div.topAbout01Photo {
	width: calc((100% - 100px) - 45%);
	background: url("/2026/wp-content/themes/jc2026/images/top_about.jpg") 50% 50% no-repeat;
	background-size: cover;
}

section#topAbout div.topAbout02 {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin-top: 150px;
	margin-right: 5%;
}
section#topAbout div.topAbout02 div.topAbout02Photo {
	width: calc((100% - 100px) - 45%);
	background: url("/2026/wp-content/themes/jc2026/images/top_membership.jpg") 50% 50% no-repeat;
	background-size: cover;
}
section#topAbout div.topAbout02 div.topAbout02Text {
	width: 45%;
	padding: 100px 0;
}


/* topActivities
------------------------------------------------------------------------------------ */
section#topActivities {
	margin-top: 150px;
}
section#topActivities div.sectionInner {
}
section#topActivities div.sectionInner ul {
	display: flex;
}
section#topActivities div.sectionInner ul li {
	width: 32%;
	margin-right: 2%;
}
section#topActivities div.sectionInner ul li:nth-child(3n) {
	margin-right: 0;
}
section#topActivities div.sectionInner ul li a {
}
section#topActivities div.sectionInner ul li a p {
	overflow: hidden;
}
section#topActivities div.sectionInner ul li a p img {
	transition: all 0.3s ease;
}
section#topActivities div.sectionInner ul li a:hover p img {
	transform: scale(1.05,1.05);
}
section#topActivities div.sectionInner ul li a h3 {
	padding-top: 20px;
}
section#topActivities div.sectionInner ul li a h3 span {
	position: relative;
	color: #373578;
	font-size:20px;
	line-height:100%;
	font-weight:700;
}
section#topActivities div.sectionInner ul li a h3 span:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	width: 1px;
	height: 22px;
	background-color: #9b9abc;
	transform: translateY(-50%);
}
section#topActivities div.sectionInner ul li a h3 span:after {
	content: '\f061';
	position: absolute;
	top: 50%;
	right: -55px;
	font-family: fontAwesome;
	font-style: normal;
	color: #373578;
	font-size: 18px;
	line-height: 100%;
	transform: translateY(-50%);
}


/* topSponsor
------------------------------------------------------------------------------------ */
section#topSponsor {
	margin-top: 150px;
}





/* タブレット用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1279px) {

	/* topMv
	------------------------------------------------------------------------------------ */
	section#topMv ul {
		margin-right: 15px;
	}
	section#topMv ul li {
		margin-right: 15px;
	}
	section#topMv ul li:nth-child(odd) {
		width: 384px;
	}
	section#topMv ul li:nth-child(even) {
		width: 240px;
		margin-top: 70px;
	}

	/* topBanner
	------------------------------------------------------------------------------------ */
	section#topBanner {
		margin: 50px 0 120px 0;
	}
	section#topBanner div.sectionInner ul#topBannerSlider div.slick-list li {
		margin-left: 0;
		margin-right: 0;
	}
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev {
		left: -18px;
	}
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-next {
		right: -18px;
	}

	/* topCautionArea
	------------------------------------------------------------------------------------ */
	section#topCautionArea {
		margin-bottom: 120px;
	}

	/* topMessage
	------------------------------------------------------------------------------------ */
	section#topMessage {
		margin-top: 120px;
	}
	section#topMessage div.sectionInner {
	}
	section#topMessage div.sectionInner div#topMessagePhoto {
		width: 45%;
	}
	section#topMessage div.sectionInner div#topMessageText {
		width: calc((100% - 80px) - 45%);
		padding-top: 80px;
	}

	/* topNews
	------------------------------------------------------------------------------------ */
	section#topNews {
		margin-top: 120px;
	}
	section#topNews div.sectionInner {
		display: block;
	}
	section#topNews div.sectionInner div#topNewsLeft {
		width: 100%;
		margin-right: 0;
	}
	section#topNews div.sectionInner div#topNewsRight {
		width: 100%;
	}
	section#topNews div.sectionInner div#topNewsRight ul li a {
		padding: 25px 0;
	}
	section#topNews div.sectionInner div#topNewsRight ul li a div p {
		margin-right: 25px;
	}

	/* topAbout
	------------------------------------------------------------------------------------ */
	section#topAbout {
		margin-top: 120px;
	}
	section#topAbout div.topAbout01 {
		flex-direction: column;
		width: 100%;
		margin-top: 120px;
		margin-left: 0;
	}
	section#topAbout div.topAbout01 div.topAbout01Text {
		width: 90%;
		margin: 50px auto 0 auto;
		padding: 0;
		order: 2;
	}
	section#topAbout div.topAbout01 div.topAbout01Photo {
		width: 95%;
		height: 350px;
		margin-right: 5%;
		order: 1;
	}

	section#topAbout div.topAbout02 {
		flex-direction: column;
		width: 100%;
		margin-top: 120px;
		margin-right: 0;
	}
	section#topAbout div.topAbout02 div.topAbout02Photo {
		width: 95%;
		height: 350px;
		margin-left: 5%;
	}
	section#topAbout div.topAbout02 div.topAbout02Text {
		width: 90%;
		margin: 50px auto 0 auto;
		padding: 0;
	}

	/* topActivities
	------------------------------------------------------------------------------------ */
	section#topActivities {
		margin-top: 120px;
	}

	/* topSponsor
	------------------------------------------------------------------------------------ */
	section#topSponsor {
		margin-top: 120px;
	}
}



/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {
	/* topMv
	------------------------------------------------------------------------------------ */
	section#topMv ul {
		margin-right: 10px;
	}
	section#topMv ul li {
		margin-right: 10px;
	}
	section#topMv ul li:nth-child(odd) {
		width: 256px;
	}
	section#topMv ul li:nth-child(even) {
		width: 160px;
		margin-top: 48px;
	}

	/* topBanner
	------------------------------------------------------------------------------------ */
	section#topBanner {
		margin: 30px 0;
	}
	section#topBanner div.sectionInner {
		width: calc(100% - 28px);
	}
	section#topBanner div.sectionInner ul#topBannerSlider div.slick-list li {
		margin-left: 0;
		margin-right: 0;
	}
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev,
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-next {
		width: 28px;
		height: 28px;
		font-size: 16px;
		line-height: 100%;
	}
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev {
		left: -14px;
	}
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-next {
		right: -14px;
	}

	/* topCautionArea
	------------------------------------------------------------------------------------ */
	section#topCautionArea {
		margin-bottom: 50px;
	}

	/* topMessage
	------------------------------------------------------------------------------------ */
	section#topMessage {
		margin-top: 50px;
	}
	section#topMessage div.sectionInner {
		flex-direction: column;
	}
	section#topMessage div.sectionInner div#topMessageText {
		width: 100%;
		margin-top: 50px;
		padding-top: 0;
		padding-bottom: 0;
		order: 2;
	}
	section#topMessage div.sectionInner div#topMessagePhoto {
		width: 100%;
		order: 1;
	}

	/* topNews
	------------------------------------------------------------------------------------ */
	section#topNews {
		margin-top: 50px;
	}
	section#topNews div.sectionInner {
		display: block;
	}
	section#topNews div.sectionInner div#topNewsLeft {
		width: 100%;
		margin-right: 0;
	}
	section#topNews div.sectionInner div#topNewsRight {
		width: 100%;
	}
	section#topNews div.sectionInner div#topNewsRight ul li a {
		padding: 25px 0;
	}
	section#topNews div.sectionInner div#topNewsRight ul li a div p {
		margin-right: 25px;
	}

	/* topAbout
	------------------------------------------------------------------------------------ */
	section#topAbout {
		margin-top: 50px;
	}
	section#topAbout div.topAbout01 {
		flex-direction: column;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
	section#topAbout div.topAbout01 div.topAbout01Text {
		width: 90%;
		margin: 50px auto 0 auto;
		padding: 0;
		order: 2;
	}
	section#topAbout div.topAbout01 div.topAbout01Photo {
		width: 95%;
		height: 200px;
		margin-right: 5%;
		order: 1;
	}

	section#topAbout div.topAbout02 {
		flex-direction: column;
		width: 100%;
		margin-top: 50px;
		margin-right: 0;
	}
	section#topAbout div.topAbout02 div.topAbout02Photo {
		width: 95%;
		height: 200px;
		margin-left: 5%;
	}
	section#topAbout div.topAbout02 div.topAbout02Text {
		width: 90%;
		margin: 50px auto 0 auto;
		padding: 0;
	}

	/* topActivities
	------------------------------------------------------------------------------------ */
	section#topActivities {
		margin-top: 50px;
	}
	section#topActivities div.sectionInner ul {
		display: block;
	}
	section#topActivities div.sectionInner ul li {
		width: 100%;
		margin-top: 30px;
		margin-right: 0;
	}
	section#topActivities div.sectionInner ul li:first-child {
		margin-top: 0;
	}

	/* topSponsor
	------------------------------------------------------------------------------------ */
	section#topSponsor {
		margin-top: 50px;
	}
}
