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

/*
* MAINVISUAL
******************************************************/
.index-mainvisual {
	height: calc(100vh - 180px + 4px);
}
.swiper-wrapper {
	height: calc(100vh - 180px + 4px) !important;
}
.swiper {
	width: 100%;
	height: calc(100vh - 180px + 4px);
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/* slider bottom line */
	height: calc(100vh - 180px + 4px) !important;
	background-color: #9899ad;
	overflow: hidden;
	margin-top: 0 !important;
}
.swiper-slide img {
	display: block;
	width: inherit;
	height: calc(100vh - 180px);
	object-fit: cover;
	margin-top: 0;
	padding-bottom: 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 !important;
	width: 60px;
	height: 4px;
	border-radius: 0;
}
.swiper-pagination-bullet {
    background: #31335c !important;
    opacity: 1 !important;
    margin: 0 !important;
    width: 60px !important;
    height: 4px !important;
    border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
    background:#ffffff !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -9px !important;
}
@-moz-document url-prefix() {
	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: -8px !important;
	}
}
.swiper-pagination-bullet:focus,
.swiper-pagination-bullet-active:focus,
.swiper-pagination-bullet:active,
.swiper-pagination-bullet-active:active {
	outline: none;
}
@media screen and (max-width:768px) {
	.index-mainvisual {
		height: calc(100vh - 250px - 2px - 30px);
	}
	.swiper-wrapper {
		height: calc(100vh - 250px) !important;
	}
	.swiper {
		height: calc(100vh - 250px + 3px - 30px);
	}
	.swiper-slide {
		height: calc(100vh - 250px + 3px - 30px) !important;
	}
	.swiper-slide img {
		height: calc(100vh - 244px - 29px);
		padding-bottom: 10px;
	}
	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: -9px !important;
	}
	.swiper-pagination-bullet {
		width: 36px !important;
	}
	@-moz-document url-prefix() {
		.swiper-horizontal > .swiper-pagination-bullets,
		.swiper-pagination-bullets.swiper-pagination-horizontal,
		.swiper-pagination-custom,
		.swiper-pagination-fraction {
			bottom: -8px !important;
		}
	}
}

/*
* BASE
******************************************************/
.index-heading {
	margin: 0 0 100px 0;
}
@media screen and (max-width:768px) {
	.index-heading {
		margin: 0 0 50px 0;
	}
}

/*
* INFORMATION
******************************************************/
.index-information {
	background: #f9f6f5;
}
.index-information-text-link {
	text-align: center;
	padding: 20px 0;
	text-decoration: underline;
}

/*
* MESSAGE
******************************************************/
.index-message {
	background-image:url('../img/index/message-bg.jpg');
	height: 700px;
	text-align: center;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.index-message-bg-effect {
	height: 700px;
	transition : all 0.5s ease 0s;
}
.index-message_content {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	max-width: 740px;
	padding: 130px 0;
}
.index-message_inner {
}
.index-message_heading {
	font-size: 3.2rem;
	font-weight: 400;
	color: #ffffff;
	padding-top: 40px;
}
.index-message_title {
	font-size: 1.6rem;
	margin-top: 1em;
	color: #ffffff;	
}
.index-message_text {
	font-size: 1.6rem;
	margin-top: 1em;
	color: #ffffff;
}
.index-message_text a,
.index-message_text a:active {
	color: #ffffff;
	font-weight: 700;
	text-decoration: underline; 
}
@media screen and (max-width:768px) {
	.index-message {
		background-attachment: scroll;
		max-height: 420px;
	}
	.index-message-bg-effect {
		max-height: 420px;
	}
	.index-message_content {
		margin: 0 auto;
		padding: 100px 20px;
	}
	.index-message_inner {
	}
	.index-message_heading {
		font-size: 2.2rem;
		padding-top: 20px;
		margin: 0 0 30px 0;
	}
	.index-message_title,
	.index-message_text {
		font-size: 1.2rem;
	}
}
/*
* EFFECT
******************************************************/
.effect-fadein {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 800ms;
}
.effect-fadein.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.bg-effect {
    background-color: rgba(77, 63, 18, 0.5);
}

/*
* BOOKS
******************************************************/
.index-books {
	background: #eaeaef;
}
.index-books-list {
}
.index-books-list ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.index-books-list li {
	background: #f4f4f4;
	width: calc(50% - 30px / 2);
	margin-top: auto;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 30px;
}
.index-books-list li:nth-child(2n+1) {
	margin-left: 0;
}
.index-books-list_inner {
	background: #f4f4f4;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start; 
	padding: 30px;
	position: relative;
}
.index-books-list_thumb {
	margin: 0;
	padding: 0;
	line-height: 0;
	max-width: 170px;
}
.index-books-list_thumb img {
	max-width: 100%;
}
.index-books-list_desc {
	margin-left: 30px;
	text-align: left;
}
.index-books-list_heading {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0;
}
.index-books-list_text {
	font-size: 1.4rem;
}
.index-books-list_button {
	position: absolute;
	bottom:30px;
	right:30px;
}
@media screen and (min-width:900px) and (max-width:1169px) {
	.index-books {
		padding: 0 20px;
	}
	.index-books-list_inner {
		padding: 15px;
	}
	.index-books-list_thumb {
		max-width: 120px;
	}
	.index-books-list_desc {
		margin-left: 15px;
	}
}
@media screen and (max-width:900px) {
	.index-books {
		padding: 20px 0;
	}
	.index-books-list ul {
		display: block;
	}
	.index-books-list li {
		width: auto;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.index-books-list li:nth-child(2n+1) {
		margin-left: 0;
	}
	.index-books-list li:last-child {
		margin-bottom: 0;
	}
	.index-books-list_inner {
		display: block;
		padding: 15px;
		position: static;
	}
	.index-books-list_thumb {
		max-width: inherit;
	}
	.index-books-list_desc {
		margin-left: 0;
		margin-top: 15px;
		text-align: left;
	}
	.index-books-list_button {
		position: static;
		margin-top: 30px;
	}
}

/*
* BANNER
******************************************************/
.index-banner {
	background: #f4f4f4;
}
.index-banner_list {
	padding: 100px 0;
}
.index-banner_list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.index-banner_list li {
	width: calc(33% - (30px * 2) / 3);
	margin-top: auto;
	text-align: center;
	margin-left: 30px;
}
.index-banner_list li:nth-child(3n+1) {
	margin-left: 0;
}
.index-banner_list li img {
	max-width: 100%;
}
@media screen and (min-width:768px) and (max-width:1169px) {
	.index-banner_list {
		padding: 100px 20px;
	}
}
@media screen and (max-width:768px) {
	.index-banner_list {
		padding: 75px 0;
	}
	.index-banner_list ul {
		display: block;
	}
	.index-banner_list li {
		width: auto;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.index-banner_list li:last-child {
		margin-bottom: 0;
	}
}