/***************************
 *
 * トップページ
 * ★ページ中身用★
 *
 **************************/
@media all and (min-width: 737px) {
	/*
MAIN VISUAL
*/
	.main-visual {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
	}
	.main-visual .main-visual-inner {
		position: relative;
	}

	.main-visual .main-visual-swiper {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	.main-visual .swiper-slide {
		position: relative;
		overflow: hidden;
	}

	.main-visual .swiper-slide img {
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	.main-visual .swiper-pagination {
		transform: rotate(-90deg);
		left: auto;
		right: 40px;
		width: auto;
		bottom: auto;
		top: 50%;
		transform-origin: right top;
		opacity: 0;
	}
	.main-visual .swiper-pagination .swiper-pagination-bullet {
		background: none;
		font-size: 1.4rem;
		color: #fff;
		opacity: 0.4;
		margin-left: 15px;
		transition: 0.3s ease;
	}
	.main-visual .swiper-pagination .swiper-pagination-bullet-active {
		opacity: 1;
	}
	.main-visual .swiper-pagination .swiper-pagination-bullet:before {
		content: none;
	}

	.main-visual .main-visual-content {		
		
	}
	.main-visual .main-visual-title {
		color: white;
		font-weight: bold;
		font-size: 5.2rem;
		text-align: center;
		line-height: 0.7;
		width: 440px;
		margin-left: 140px;
		position: absolute;
		left: 0%;
		top: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		z-index: 5;
	}
	.main-visual .main-visual-title small {
		font-size: 4rem;
	}

	@keyframes zoomUp {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.15);
		}
	}
	.swiper-slide-active .swiper-slide-pic img,
	.swiper-slide-duplicate-active .swiper-slide-pic img,
	.swiper-slide-prev .swiper-slide-pic img {
		/*animation: zoomUp 12s linear 0s normal both;*/
	}
	.swiper-slide-pic img {
	}

	/*
	MAIN NEWS
	*/
	.bg-main {
		background: url(../img/bg-main.jpg) center center no-repeat;
		background-size: cover;
		position: relative;
	}
	.main-news {
		position: relative;
		padding-top: 130px;
	}
	.main-news .box-content {
		background: url(../img/border-green.png) left bottom repeat-x;
		background-size: 1038px 3px;
		padding-bottom: 90px;
	}
	.main-news .main-news-header {
		position: relative;
		margin-bottom: 40px;
	}
	.main-news .main-news-header .main-news-title {
		font-size: 3rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.main-news .main-news-header .main-news-title .en {
		font-size: 1.4rem;
		color: #6cbae3;
		margin-left: 20px;
		letter-spacing: 0.1em;
	}
	.main-news .main-news-header .main-news-title:before {
		content: "";
		display: inline-block;
		background: url(../img/main-news-title.png) 0 0 no-repeat;
		background-size: contain;
		width: 39px;
		height: 64px;
		vertical-align: middle;
		margin-right: 30px;
	}
	.main-news .main-news-header .btn {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		width: 240px;
	}
	.main-news .stick-gin {
		right: -10px;
		top: -20px;
	}
	.main-news .stick-straw {
		right: -10px;
		top: -20px;
	}
	.main-news .stick-tan {
		left: -110px;
		bottom: 200px;
	}
	.main-news .stick-leaf-2 {
		right: -110px;
		bottom: 200px;
	}
	.main-news .stick-flower-3 {
		right: 10px;
		bottom: -30px;
	}

	/*
	MAIN ABOUT
	*/
	.main-about {
		position: relative;
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.main-about .main-about-title {
		font-size: 3rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}
	.main-about .main-about-title .en {
		font-size: 1.4rem;
		color: #6bca87;
		margin-left: 20px;
		letter-spacing: 0.1em;
	}
	.main-about .main-about-title:before {
		content: "";
		display: inline-block;
		background: url(../img/main-about-title.png) 0 0 no-repeat;
		background-size: contain;
		width: 55px;
		height: 68px;
		vertical-align: middle;
		margin-right: 20px;
	}
	.main-about .main-about-col {
		display: flex;
		justify-content: space-between;
	}
	.main-about .main-about-col > div:nth-child(1) {
		width: 490px;
	}
	.main-about .main-about-col > div:nth-child(2) {
		width: 500px;
		position: relative;
	}
	.main-about .main-about-col > div:nth-child(2) img {
		border-top-left-radius: 80px;
		border-bottom-right-radius: 80px;
	}
	.main-about .main-about-col p {
		font-size: 1.6rem;
		line-height: 1.875em;
		color: #222222;
		margin-bottom: 30px;
	}
	.main-about .main-about-col .btn {
		width: 380px;
		margin-left: 0;
		margin-right: 0;
	}
	.main-about .stick-ki {
		left: -30px;
		bottom: -20px;
	}
	/*
	MAIN LIFE
	*/
	.main-life {
		position: relative;
		background: url(../img/bg-pink.jpg) 0 0 repeat;
		background-size: 1400px 614px;
		padding: 100px 0;
	}
	.main-life .main-life-col {
		display: flex;
		justify-content: space-between;
	}
	.main-life .main-life-col > div:nth-child(1) {
		order: 2;
		width: 480px;
	}
	.main-life .main-life-col > div:nth-child(2) {
		order: 1;
		width: 500px;
	}
	.main-life .main-life-col > div:nth-child(2) img {
		border-top-left-radius: 80px;
		border-bottom-right-radius: 80px;
	}
	.main-life .main-life-title {
		font-size: 3rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}
	.main-life .main-life-title .en {
		font-size: 1.4rem;
		color: #6bca87;
		margin-left: 20px;
		letter-spacing: 0.1em;
	}
	.main-life .main-life-title:before {
		content: "";
		display: inline-block;
		background: url(../img/main-life-title.png) 0 0 no-repeat;
		background-size: contain;
		width: 80px;
		height: 56px;
		vertical-align: middle;
		margin-right: 20px;
	}
	.main-life .main-life-col p {
		font-size: 1.6rem;
		line-height: 1.875em;
		color: #222222;
		margin-bottom: 30px;
	}
	.main-life .main-life-col .btn {
		width: 280px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	.main-life .stick-sun {
		left: 10px;
		top: 10px;
	}
	.main-life .stick-leaf-2-2 {
		left: 100px;
		bottom: -00px;
	}
	/*
	MAIN LINKS
	*/
	.main-links {
		position: relative;
		background: url(../img/bg-blue.jpg) 0 0 repeat;
		background-size: 1400px 920px;
		padding: 100px 0;
	}
	.main-links .cards {
		margin: 0;
	}
	.main-links .stick-books {
		left: -30px;
		bottom: -30px;
		z-index: 3;
	}
	.main-links .stick-leaf {
		right: -30px;
		top: -30px;
	}
	.main-links .stick-ku {
		left: -30px;
		bottom: -30px;
	}
	.main-links .stick-butter {
		right: 130px;
		bottom: 0;
	}
	/*
	MAIN ACCESS
	*/
	.main-access {
		background: url(../img/bg-yellow.jpg) 0 0 repeat;
		background-size: 700px 418px;
		position: relative;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.main-access .main-access-l {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		padding: 100px 0;
	}
	.main-access .main-access-title {
		text-align: center;
		font-size: 3rem;
		line-height: 2em;
		color: #222222;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.main-access .main-access-caption {
		text-align: center;
		font-size: 1.4rem;
		margin-bottom: 40px;
		letter-spacing: 0.1em;
	}
	.main-access p.center {
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		color: #222222;
		margin-bottom: 15px;
	}
	.main-access .btn-border {
		width: 120px;
		margin: 0 auto;
	}
	.main-access .btn-border > a {
		display: block;
		text-align: center;
		font-size: 1.2rem;
		line-height: 24px;
		color: #222222;
		border-radius: 12px;
		border: 1px solid #222222;
	}
	.main-access .btn-border > a:hover {
		opacity: 0.7;
	}
}
