@charset "UTF-8";

@media (max-width: 998px) {
	.intro {
		position: relative;
		padding: 0 0 75px;
	}
	.hero-txt {
		top: 17%;
	}
	.sub-title-vertical {
		margin: 3em auto 0;
		letter-spacing: .05em;
	}
	.sub-title-vertical .break {
		display: inline-block;
	}
	.scroll-icon {
		bottom: -25px;
		height: 75px;
	}




	/* BOOK OUTLINE */
	#Book_outline h2 {
		margin-bottom: .3em;
	}
	.books-jacket {
		width: 100%;
		padding: 10% 17.5%;
	}
	.books-jacket::before {
		width: 100vw;
		background: url("../img/bg-pattern-blue.svg") center;
		background-size: 100px;
	}
	.books-jacket p {
		padding: 35px;
	}
	.books-details {
		width: 100%;
		padding-left: 0;
		padding-top: 2em;
	}
	.books-details-intro {
		width: 100%;
	}
	.books-details h3 {
		margin-bottom: 2em;
	}
	.books-details h3 p {
		margin-top: 1em;
	}
	.books-details-info {
		width: 85%;
		margin: auto;
		margin-top: 3em;
		padding-top: 3em;
	}
	.books-details-info::before {
		right: 0;
		width: 100%;
	}
	.books-details-info-lnk {
		position: inherit;
		bottom: 0;
		right: 0;
		margin-top: 50px;
	}
	.books-details-info-lnk a {
		margin: auto;
	}



	/* #NEWS */
	#News::before {
		right: 0;
	}
	#News h2 {
		text-align: center;
	}
	.news-content {
		margin-left: 0;
		padding: 0 5%;
	}
	.news-content ul li {
		padding: 2em 0 2em 7.5em;
	}
	.news-content ul li span {
		top: 2em;
	}
	.news-content-lnk {
		text-align: center;
	}



	/* TRAILER */
	#Trailer {
		padding-bottom: 60px;
	}
	#Trailer .inner {
		display: block;
		padding-right: 5%;
	}
	.trailer-title {
		width: 100%;
		margin-bottom: 2em;
	}
	.trailer-title::after {
		display: none;
	}
	.trailer-video {
		width: calc(100% + 5vw);
		padding-left: 0;
	}
	.trailer-video-lnk {
		margin-top: 50px;
		text-align: center;
	}
	.video-attn {
		font-size: 10px;
		text-align: center;
	}




	/* GALLERY */
	#Gallery {
		padding: 0 0 30px;
	}
	.galler-swiper-wrapper .swiper-wrapper .swiper-slide {
		width: 175px;
		margin-right: 10px;
	}




	/* MESSAGE */
	#Message h2 {
		margin-bottom: .7em;
	}
	#Message h2 span {
		letter-spacing: 0;
		line-height: 1.5;
	}
	.mess-txt, .mess-photo {
		width: 100%;	
	}
	.-kurt .mess-txt {
		width: 100%;
		margin-left: 0;
	}
	.-higashi .mess-photo {
		width: 100%;
		margin-left: 0;
	}
	.-kurt .mess-photo-box {
		width: 100%;
		margin-left: 0;
	}
	.mess-txt-inner {
		position: relative;
		padding-left: 3.5em;
	}
	.mess-txt-inner::before {
		content: '';
		position: absolute;
		top: 1em;
		left: 0;
		width: 2.5em;
		height: 1px;
		background: #FFF;
	}
	.mess-txt-inner p {
		margin-bottom: 2em;
	}
	.mess-txt-from {
		margin: 2.5em 0;
	}
	#Message .inner.bar {
		margin-top: 4em;
		padding-top: 4em;
	}
	#Message .inner.bar::before {
		right: 10%;
		width: 80%;
	}
	#Message .inner.bar h2 {
		text-align: center;
	}




	/* COMMENT */
	.profs-box {
		padding-top: 30px;
		width: 80%;
		margin: auto;
	}
	.profs-box::before {
		height: 20px;
		background-size: 85px;
	}
	.profs-box:nth-child(2),
	.profs-box:nth-child(3),
	.profs-box:nth-child(4) {
		margin-top: 50px;
	}
	.profs-box-name {
		text-align: center;
	}
	.profs-box-name span {
		display: inline-block;
		margin-left: 10px;
	}
	.profs-lnk {
		text-align: center;
		margin-top: 60px;
	}
	
}

