/***************************
 *
 * トップページ
 * ★ページ中身用★
 *
 **************************/
@media all and (max-width: 736px) {
	.scroll-arrow {
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		animation: arrowBounce 1.8s infinite ease-in-out;
		cursor: pointer;
		transition: opacity 0.3s ease;
	}
	.scroll-arrow:hover {
		opacity: 0.6;
	}
	.scroll-arrow span {
		display: block;
		width: 0;
		height: 0;
		margin: 0 auto;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 12px solid #4aa3c6;
		animation: bounce 1.5s infinite;
	}
	.arrow-icon {
		width: 64px;
		height: 64px;
		stroke: #4aa3c6;
	}

	@keyframes arrowBounce {
		0%,
		100% {
			transform: translate(-50%, 0);
		}
		50% {
			transform: translate(-50%, 10px);
		}
	}
	/*
MAIN VISUAL
*/
	.main-visual {
		position: relative;
		margin-top: 40px;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}
	.main-visual .main-visual-bottom {
		position: absolute;
		left: 0;
		bottom: 0px;
		z-index: 5;
	}
	.main-visual .main-visual-bottom img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.main-visual .main-visual-bottom-stick {
		width: 330px;
		position: absolute;
		left: 50%;
		margin-left: -165px;
		bottom: 15px;
		z-index: 5;
	}
	.main-visual .main-visual-swiper {
		position: relative;
	}
	.main-visual .swiper-slide {
		width: 100%;
	}
	.main-visual .swiper-slide-pic {
		height: 450px;
		width: 100%;
	}
	.main-visual .swiper-slide img {
		width: 100%;
		height: 450px;
		object-fit: cover;
		/* transform: scale(1.1);
		animation: zoomOut 12s ease-out forwards; */
	}
	@keyframes zoomOut {
		to {
			transform: scale(1);
		}
	}
	.main-visual-slice {
		width: 100%;
		height: 100vh;
		perspective: 1000px;
		position: relative;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}

	@keyframes rotateIn {
		to {
			transform: rotateY(0deg) scale(1);
		}
	}
	.main-visual .swiper-slide-content {
		position: absolute;
		left: 20px;
		top: 50%;
		box-sizing: border-box;
		z-index: 15;
		margin-top: -90px;
	}
	.main-visual .swiper-slide-content p {
		color: #fff;
		font-size: 3rem;
		font-weight: bold;
		line-height: 1.5333em;
		margin: 0;
		text-shadow: 1px 1px 0px #000;
	}

	/*
	MAIN INTRO
	*/
	.main-intro {
		position: relative;
		background: #f0f8ff;
		padding-top: 55px;
		padding-bottom: 50px;
	}
	.main-intro .main-intro-title {
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.5em;
		margin-bottom: 30px;
	}
	.list-sv {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}
	.list-sv > li {
		background: #fff;
		box-sizing: border-box;
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 15px;
	}
	.list-sv > li .sv-pic {
		width: 80px;
		margin: 0 auto 10px;
	}
	.list-sv > li .sv-pic img {
		width: 100%;
		max-width: 100%;
	}
	.list-sv > li .sv-title {
		text-align: center;
		font-size: 2rem;
		font-weight: 500;
		color: #4aa3c6;
		margin-bottom: 15px;
	}
	.list-sv > li p.center {
		font-size: 1.5rem;
		line-height: 1.875em;
		color: #4aa3c6;
		text-align: center;
	}

	/*
	BANNERS
	*/
	.banners {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.banners .banner {
		position: relative;
		overflow: hidden;
		height: 200px;
		border-radius: 10px;
	}
	.banners .banner > a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		height: 200px;

		padding-left: 20px;
	}
	.banners .banner > a img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 200px;
	}
	.banners .banner > a:hover img {
		transform: scale(1.3);
		opacity: 1;
		transition: 0.4s ease;
	}
	.banners .banner .banner-en {
		color: white;
		font-size: 3.6rem;
		position: relative;
		width: 100%;
	}
	.banners .banner .banner-caption {
		color: white;
		font-size: 1.6rem;
		position: relative;
		width: 100%;
	}

	.title-main-caption {
		text-align: center;
		font-size: 4rem;
		color: #4aa3c6;
	}
	.title-main {
		text-align: center;
		font-size: 1.6rem;
		color: #3d3e4f;
	}

	/*
	MAIN NEWS
	*/
	.main-news {
		position: relative;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.main-news .main-news-header {
		position: relative;
	}
	.main-news .main-news-header .title-main-caption {
		text-align: left;
	}
	.main-news .main-news-header .title-main {
		text-align: left;
	}
	.main-news .main-news-header .btn {
		position: absolute;
		right: 0;
		top: 0px;
		margin: 0;
		width: 200px;
	}
	.banner-con {
		width: 800px;
		margin: 70px auto;
	}
	.stick-ball {
		position: absolute;
		left: 0;
		bottom: -100px;
		background: url(../img/ball.svg) 0 0 no-repeat;
		background-size: contain;
		width: 45px;
		height: 45px;
	}
	.main-news .stick-ball {
		bottom: auto;
		top: 0;
		animation: ball-move-spin 10s linear infinite alternate;
		transform-origin: center;
	}
	@keyframes ball-move-spin {
		0% {
			transform: translateX(0) rotate(0deg);
		}
		100% {
			transform: translateX(100vw) rotate(1440deg); /* 1秒1回転 ×10秒 */
		}
	}
	.stick-goal {
		position: absolute;
		right: 0;
		bottom: -100px;
		background: url(../img/goal.png) 0 0 no-repeat;
		background-size: contain;
		width: 175px;
		height: 87.5px;
	}
}
