@charset "utf-8";

/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
html {
	width: 100%;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	background: url(../images/sky-bg01.jpg) center top no-repeat fixed;
	color: #000;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-text-size-adjust: 100%;
}

a:link {
	color: #ff3300;
	text-decoration: none;
}
a:visited {
	color: #ff3300;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}
a:active {
	color: #ff3300;
	text-decoration: underline;
}

img {
	/*width: 100%;*/
}

a {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
	opacity: 0.6;
}

.btn a img {
	opacity: 1;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.btn a:hover {
	opacity: 0.7;
}
.disabled {
	opacity: 0.5;

}
.disabled img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.fixed {
	position: fixed !important;
}

.lock {
    overflow:hidden;
}
.overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
	background-color: #fff;
	opacity: 0.75;
}
.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}
.modal-content {
    position:relative;
    display:none;
    width:100%;
    padding:50px 0;
    box-sizing: border-box;
    text-align: center;
}
.modal-image {
	margin: 0 auto;
	width: 800px;
}
.modal-text {
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	text-align: left;
}
.modal-text h2 {
	margin-bottom: 1.5em;
	padding: 0.5em;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.modal-text h2 span {
	display: block;
	margin-top: 0.2em;
	font-size: 0.7em;
	font-weight: normal;
}
.modal-text .sign {
	text-align: right;
}
.modal-image p:not(:last-of-type) {
	margin-bottom: 30px;
} 
.modal-close {
	display: inline-block;
	margin: 20px auto 0 auto;
	padding: 5px 20px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	border: 2px solid #000;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.modal-close:hover {
	background-color: #fff;
	color: #000;
}

/* --------------------------------------------------
-------------------------------------------------- Clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}


/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
.inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
}



/* --------------------------------------------------
-------------------------------------------------- SNS */
.sns ul {
	font-size: 0;
}
.sns ul li {
	display: inline-block;
}
.sns ul li:not(:last-of-type) {
	margin-right: 10px;
}


/* -------------------------------------------------- ページ全体 */
#wrapper {
	opacity: 0;
	position: relative;
	animation-duration: 2s;
}
#contents {
	position: relative;
	margin: 0 auto;
}
#contents h2 {
	padding: 50px 0;
	text-align: center;
	font-size: 0;
}
#contents .inner {
	position: relative;
	z-index: 100;
}


/* --------------------------------------------------
-------------------------------------------------- 星空 */
#stars {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#stars .shooting {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	animation-duration: 16s;
	transition-timing-function: linear;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(-45deg);
}
#stars .shooting:nth-of-type(1) {
	left: 80%;
	animation-delay: 3s;
}
#stars .shooting:nth-of-type(2) {
	left: 90%;
	animation-delay: 8.5s;
}
#stars .shooting:nth-of-type(3) {
	left: 80%;
	animation-delay: 8.5s;
}
#stars .shooting:nth-of-type(4) {
	left: 90%;
	animation-delay: 5.4s;
}
#stars .shooting:nth-of-type(5) {
	left: 10%;
	animation-delay: 4.2s;
}
#stars .shooting:nth-of-type(6) {
	left: 80%;
	animation-delay: 3.6s;
}
#stars .shooting:nth-of-type(7) {
	left: 10%;
	animation-delay: 6.3s;
}
#stars .shooting:nth-of-type(8) {
	left: 90%;
	animation-delay: 2.2s;
}
#stars .shooting:nth-of-type(9) {
	left: 90%;
	animation-delay: 8.1s;
}
#stars .shooting:nth-of-type(10) {
	left: 90%;
	animation-delay: 7.2s;
}
#stars .shooting:nth-of-type(11) {
	left: 20%;
	animation-delay: 7.2s;
}
#stars .shooting:nth-of-type(12) {
	left: 10%;
	animation-delay: 9.1s;
}
#stars .shooting:nth-of-type(13) {
	left: 20%;
	animation-delay: 4.2s;
}
#stars .shooting:nth-of-type(14) {
	left: 10%;
	animation-delay: 6.3s;
}
#stars .shooting:nth-of-type(15) {
	left: 10%;
	animation-delay: 2.6s;
}
#stars .shooting:nth-of-type(16) {
	left: 10%;
	animation-delay: 3.2s;
}
#stars .shooting:nth-of-type(17) {
	left: 95%;
	animation-delay: 10.4s;
}
#stars .shooting:nth-of-type(18) {
	left: 80%;
	animation-delay: 8.5s;
}
#stars .shooting:nth-of-type(19) {
	left: 10%;
	animation-delay: 3.5s;
}
#stars .shooting:nth-of-type(20) {
	left: 90%;
	animation-delay: 5s;
}


#stars .shooting:nth-of-type(21) {
	left: 80%;
	animation-delay: 11s;
}
#stars .shooting:nth-of-type(22) {
	left: 90%;
	animation-delay: 12.5s;
}
#stars .shooting:nth-of-type(23) {
	left: 80%;
	animation-delay: 16.5s;
}
#stars .shooting:nth-of-type(24) {
	left: 90%;
	animation-delay: 15.4s;
}
#stars .shooting:nth-of-type(25) {
	left: 10%;
	animation-delay: 14.2s;
}
#stars .shooting:nth-of-type(26) {
	left: 80%;
	animation-delay: 13.6s;
}
#stars .shooting:nth-of-type(27) {
	left: 10%;
	animation-delay: 16.3s;
}
#stars .shooting:nth-of-type(28) {
	left: 90%;
	animation-delay: 12.2s;
}
#stars .shooting:nth-of-type(29) {
	left: 90%;
	animation-delay: 18.1s;
}
#stars .shooting:nth-of-type(30) {
	left: 30%;
	animation-delay: 17.2s;
}
#stars .shooting:nth-of-type(31) {
	left: 20%;
	animation-delay: 14.2s;
}
#stars .shooting:nth-of-type(32) {
	left: 10%;
	animation-delay: 19.1s;
}
#stars .shooting:nth-of-type(33) {
	left: 20%;
	animation-delay: 14.2s;
}
#stars .shooting:nth-of-type(34) {
	left: 10%;
	animation-delay: 16.3s;
}
#stars .shooting:nth-of-type(35) {
	left: 10%;
	animation-delay: 12.6s;
}
#stars .shooting:nth-of-type(36) {
	left: 5%;
	animation-delay: 13.2s;
}
#stars .shooting:nth-of-type(37) {
	left: 95%;
	animation-delay: 20.4s;
}
#stars .shooting:nth-of-type(38) {
	left: 80%;
	animation-delay: 18.5s;
}
#stars .shooting:nth-of-type(39) {
	left: 10%;
	animation-delay: 13.5s;
}
#stars .shooting:nth-of-type(40) {
	left: 100%;
	animation-delay: 15s;
}

@-webkit-keyframes shooting {
  from {
	-webkit-transform-origin: 0 100%;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(-45deg);
  }
  1% {
	-webkit-transform-origin: 0 100%;
   	opacity: 1;
  }
  17% {
	-webkit-transform-origin: 0 100%;
   	opacity: 1;
    -webkit-transform: translate3d(-3000px, 3000px, 0) rotateZ(-45deg);
  }
  99% {
	-webkit-transform-origin: 0 100%;
   	opacity: 1;
  }
  to {
	-webkit-transform-origin: 0 100%;
    -webkit-transform: translate3d(-3000px, 9000px, 0) rotateZ(-45deg);
   	opacity: 0;
  }
}
@keyframes shooting {
  from {
	transform-origin: 0 100%;
	opacity: 0;
    transform: translate3d(0, 0, 0) rotateZ(-45deg);
  }
  1% {
	transform-origin: 0 100%;
   	opacity: 1;
  }
  40% {
	transform-origin: 0 100%;
   	opacity: 1;
    transform: translate3d(-3000px, 3000px, 0) rotateZ(-45deg);
  }
  99% {
	transform-origin: 0 100%;
   	opacity: 1;
  }
  to {
	transform-origin: 0 100%;
    transform: translate3d(-3000px, 3000px, 0) rotateZ(-45deg);
   	opacity: 0;
  }
}
.shooting {
	-webkit-animation-name: shooting;
	animation-name: shooting;
}

/* --------------------------------------------------
-------------------------------------------------- ナビゲーション */


/* --------------------------------------------------
-------------------------------------------------- キービジュアル */
#kv {
	width: 100%;
	background:url(../images/bg01.png) center top no-repeat;
}
#kv .kv-bg {
	position: relative;
	background:url(../images/kv-bg01.jpg) center top no-repeat;
}
#kv .kv-bg > .inner {
	background:url(../images/kv-bg02.png) center top no-repeat;
}
#kv #kv-stars {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#kv #kv-stars .inner {
	position: relative;
	overflow: hidden;
}
#kv-stars .shooting {
	display: block;
	position: absolute;
	top: 0;
	animation-duration: 26s;
	transition-timing-function: ease-out;
}
#kv-stars .shooting img {
	transform: scale(0.5);
}
#kv-stars .shooting:nth-of-type(1) {
	left: 80%;
	animation-delay: 3s;
}
#kv-stars .shooting:nth-of-type(2) {
	left: 90%;
	animation-delay: 8.5s;
}
#kv-stars .shooting:nth-of-type(3) {
	left: 80%;
	animation-delay: 8.5s;
}
#kv-stars .shooting:nth-of-type(4) {
	left: 50%;
	animation-delay: 5.4s;
}
#kv-stars .shooting:nth-of-type(5) {
	left: 10%;
	animation-delay: 4.2s;
}
#kv-stars .shooting:nth-of-type(6) {
	left: 60%;
	animation-delay: 3.6s;
}
#kv-stars .shooting:nth-of-type(7) {
	left: 10%;
	animation-delay: 6.3s;
}
#kv-stars .shooting:nth-of-type(8) {
	left: 30%;
	animation-delay: 2.2s;
}
#kv-stars .shooting:nth-of-type(9) {
	left: 20%;
	animation-delay: 8.1s;
}
#kv-stars .shooting:nth-of-type(10) {
	left: 40%;
	animation-delay: 7.2s;
}
#kv-stars .shooting:nth-of-type(11) {
	left: 60%;
	animation-delay: 7.2s;
}
#kv-stars .shooting:nth-of-type(12) {
	left: 20%;
	animation-delay: 9.1s;
}
#kv-stars .shooting:nth-of-type(13) {
	left: 30%;
	animation-delay: 4.2s;
}
#kv-stars .shooting:nth-of-type(14) {
	left: 40%;
	animation-delay: 6.3s;
}
#kv-stars .shooting:nth-of-type(15) {
	left: 40%;
	animation-delay: 2.6s;
}
#kv-stars .shooting:nth-of-type(16) {
	left: 5%;
	animation-delay: 3.2s;
}
#kv-stars .shooting:nth-of-type(17) {
	left: 95%;
	animation-delay: 10.4s;
}
#kv-stars .shooting:nth-of-type(18) {
	left: 80%;
	animation-delay: 8.5s;
}
#kv-stars .shooting:nth-of-type(19) {
	left: 60%;
	animation-delay: 3.5s;
}
#kv-stars .shooting:nth-of-type(20) {
	left: 5%;
	animation-delay: 5s;
}


#kv-stars .shooting:nth-of-type(21) {
	left: 40%;
	animation-delay: 11s;
}
#kv-stars .shooting:nth-of-type(22) {
	left: 90%;
	animation-delay: 12.5s;
}
#kv-stars .shooting:nth-of-type(23) {
	left: 80%;
	animation-delay: 16.5s;
}
#kv-stars .shooting:nth-of-type(24) {
	left: 50%;
	animation-delay: 15.4s;
}
#kv-stars .shooting:nth-of-type(25) {
	left: 10%;
	animation-delay: 14.2s;
}
#kv-stars .shooting:nth-of-type(26) {
	left: 30%;
	animation-delay: 13.6s;
}
#kv-stars .shooting:nth-of-type(27) {
	left: 10%;
	animation-delay: 16.3s;
}
#kv-stars .shooting:nth-of-type(28) {
	left: 60%;
	animation-delay: 12.2s;
}
#kv-stars .shooting:nth-of-type(29) {
	left: 80%;
	animation-delay: 18.1s;
}
#kv-stars .shooting:nth-of-type(30) {
	left: 50%;
	animation-delay: 17.2s;
}
#kv-stars .shooting:nth-of-type(31) {
	left: 20%;
	animation-delay: 14.2s;
}
#kv-stars .shooting:nth-of-type(32) {
	left: 10%;
	animation-delay: 19.1s;
}
#kv-stars .shooting:nth-of-type(33) {
	left: 20%;
	animation-delay: 14.2s;
}
#kv-stars .shooting:nth-of-type(34) {
	left: 50%;
	animation-delay: 16.3s;
}
#kv-stars .shooting:nth-of-type(35) {
	left: 60%;
	animation-delay: 12.6s;
}
#kv-stars .shooting:nth-of-type(36) {
	left: 20%;
	animation-delay: 13.2s;
}
#kv-stars .shooting:nth-of-type(37) {
	left: 50%;
	animation-delay: 26s;
}
#kv-stars .shooting:nth-of-type(38) {
	left: 50%;
	animation-delay: 18.5s;
}
#kv-stars .shooting:nth-of-type(39) {
	left: 70%;
	animation-delay: 13.5s;
}
#kv-stars .shooting:nth-of-type(40) {
	left: 50%;
	animation-delay: 15s;
}
#kv-stars .shooting:nth-of-type(41) {
	left: 20%;
	animation-delay: 15.5s;
}
#kv-stars .shooting:nth-of-type(42) {
	left: 10%;
	animation-delay: 16.2s;
}
#kv-stars .shooting:nth-of-type(43) {
	left: 60%;
	animation-delay: 17.1s;
}
#kv-stars .shooting:nth-of-type(44) {
	left: 10%;
	animation-delay: 18.3s;
}
#kv-stars .shooting:nth-of-type(45) {
	left: 10%;
	animation-delay: 19.4s;
}
#kv-stars .shooting:nth-of-type(46) {
	left: 5%;
	animation-delay: 20.5s;
}
#kv-stars .shooting:nth-of-type(47) {
	left: 95%;
	animation-delay: 21.5s;
}
#kv-stars .shooting:nth-of-type(48) {
	left: 80%;
	animation-delay: 22.5s;
}
#kv-stars .shooting:nth-of-type(49) {
	left: 10%;
	animation-delay: 24.5s;
}
#kv-stars .shooting:nth-of-type(50) {
	left: 120%;
	animation-delay: 25s;
}

#kv .inner {
	width: 1100px;
	height: 774px;
	overflow: hidden;
}
#kv h1 {
	position: relative;
	padding-top: 68px;
	margin: 0 0 0 503px;
}
#kv h1 span {
	position: absolute;
	top: 68px;
	left: 0;
	display: block;
}
#kv h1 span:nth-of-type(2) {
	top: 73px;
	left: 5px;
}
#kv .sns {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}
#kv .author {
	position: absolute;
	top: 324px;
	left: 440px;
}
#kv .author ul li:first-of-type {
	margin-bottom: 5px;
}
#kv .campaign {
	position: absolute;
	z-index: 100;
	top: 45px;
	left: 71px;
}
#kv .sign {
	position: absolute;
	bottom: 130px;
	left: 30px;
	z-index: 20;
}

#catch {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
}
#catch p {
	padding: 17px 0 30px 0;
}


#information {
	padding-bottom: 60px;
	background-color: rgba(1, 12, 53, 0.7);
}

#twitter {
	padding: 10px;
	background-color: rgba(255,255,255,0.6);
}

#kv .cover{
	position: absolute;
	z-index: 20;
	bottom: 50px;
	left: 50px;
	width: 164px;
}

#kv .cover .pop{
	position: absolute;
	z-index: -1;
    top: -70px;
    right: -31px;
}

#kv .cover .image{
	margin-bottom: 10px;
}

#kv .cover img{
	max-width: 100%;
}
#kv .cover .btn ul {
	font-size: 0;
}
#kv .cover .btn ul li{
	display: block;
}

#kv .cover .btn ul li:first-child{
	margin-bottom: 10px;
}

#kv .cover .btn ul li a{
	display: block;
	background-color: #fff;
}


/* --------------------------------------------------
-------------------------------------------------- 書籍情報 */
#books .book {
	margin: 0 0 40px;
	position: relative;
	color: #fff;
}
#books .book .release-date {
	position: absolute;
	top: 10px;
	left: -58px;
}
#books .book .cover {
	float: left;
	margin-right: 25px;
	width: 214px;
}
#books .book .cover img {
	border: 1px solid #7e4228;
}
#books .book .description {
	float: left;
	width: 701px;
}
#books .book .description h3 {
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 1.2;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-feature-settings: "palt";
}
#books .book .description h3 .sub {
	display: block;
	font-size: 20px;
}
#books .book .description .author {
	margin-bottom: 10px;
	font-size: 0;
}
#books .book .description .author li {
	display: inline-block;
	font-size: 15px;
}
#books .book .description .author li:not(:last-of-type) {
	margin-right: 1em;
}
#books .book .description .info {
	margin-bottom: 20px;
}
#books .book .description .info li {
	font-size: 15px;
}

#books .book .description .summary {
	margin-bottom: 30px;
}
#books .book .description .summary p strong {
	color: #e30000;
	font-size: 22px;
	line-height: 1.4;
}

#books .book .description dl {
	margin-bottom: 20px;
}
#books .book .description dl dt {
	color: #ff4200;
	font-feature-settings: "palt";
	font-size: 24px;
	font-weight: bold;
}
#books .book .description dl dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
#books .book .description .btn ul {
	font-size: 0;
}
#books .book .description .btn ul li{
	display: inline-block;
	width: 238px;
	margin-right: 20px;
}

#books .book .description .btn ul li a, #books .book .description .btn ul li span {
	display: block;
	background-color: #fff;
}

/* --------------------------------------------------
-------------------------------------------------- ストーリー */
#story {
	text-align: center;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9) 20%);
}
#story p {
	font-size: 0;
	padding-bottom: 60px;
}
#story p:nth-of-type(1) {
	padding-bottom: 40px;
}

/* --------------------------------------------------
-------------------------------------------------- 応援の声・感想 */
#impressions {
background-color: rgba(9, 134, 166, 0.7);
}
#impressions .article {
	margin-bottom: 30px;
	padding: 25px 20px;
	background-color: rgba(0, 0, 0, 0.2);
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	font-weight: bold;
	
}
#impressions .article .comment {
	color: #fff;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
#impressions .article .name {
	color: #ffff00;
	text-align: right
}

#impressions .note {
	padding-bottom: 100px;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}


/* --------------------------------------------------
-------------------------------------------------- フッター */
footer {
	position: relative;
	z-index: 100;
	padding: 20px 0;
	background-color: #012747;
	color: #fff;
	text-align: center;
}
footer .pagetop {
	display: block;
	margin-bottom: 20px;
}
footer .mf-logo {
	display: block;
	margin-bottom: 20px;
}
footer .sns {
	margin-bottom: 10px;
}
footer .sns ul {
	font-size: 0;
}
footer .sns ul li {
	display: inline-block;
}
footer .sns ul li:not(:last-of-type) {
	margin-right: 10px;
}
footer small {
	font-size: 12px;
}