@charset "utf-8";

/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
body {
	display: none;
	background: url("../images/bg01-pc.png") center top repeat-y fixed;
}
#wrapper {
	animation-delay: 0;
	animation-duration: 2s;
}

#motif {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.snowfall-flakes {}


@keyframes snowfall-flakes {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.snowfall-flakes {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transition-property:all;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: snowfall-flakes;
	animation-name: snowfall-flakes;
}

/* --------------------------------------------------
-------------------------------------------------- ページ切り替え演出 */
#overlay {
	display: none;
}



/* --------------------------------------------------
-------------------------------------------------- トップ */
#top {
	margin-bottom: -1020px;
	min-height: 1452px;
	background: url("../images/top-bg01-pc.png") center top no-repeat;
}
#top h1 {
	position: relative;
	z-index: 4;
}
#top h1 span {
	position: absolute;
	display: block;
}
#top h1 span:nth-of-type(1) {
	top: 114px;
	right: 47px;
	animation-delay: 2s;
	animation-duration: 1.2s;
}
#top h1 span:nth-of-type(2) {
	top: 335px;
	right: 112px;
	animation-delay: 2.4s;
	animation-duration: 0.8s;
}
#top h1 span:nth-of-type(3) {
	top: 583px;
	right: 162px;
	animation-delay: 2.8s;
	animation-duration: 1.2s;
}
#top h1 span:nth-of-type(4) {
	top: 107px;
	left: 25px;
	animation-delay: 3s;
	animation-duration: 1.6s;
}
#top h1 span:nth-of-type(5) {
	top: 349px;
	left: 60px;
	animation-delay: 3.2s;
	animation-duration: 1.6s;
}
#top h1 span:nth-of-type(6) {
	top: 319px;
	left: -20px;
	animation-delay: 3.4s;
	animation-duration: 1.6s;
}
#logo-mark span {
	position: absolute;
}
#logo-mark span:nth-of-type(1) {
	top: 335px;
	right: 112px;
	animation-delay: 2.6s;
}
#logo-mark span:nth-of-type(2) {
	top: 107px;
	left: 25px;
	animation-delay: 3.6s;
}

#top p {
	position: absolute;
	top: 11px;
	left: -11px;
	animation-delay: 1s;
	animation-duration: 1s;
}

#top #top-author ul li {
	position: absolute;
	animation-duration: 1s;
}
#top #top-author ul li:nth-of-type(1) {
	top: 173px;
	left: -20px;
	animation-delay: 4s;
}
#top #top-author ul li:nth-of-type(2) {
	top: 175px;
	left: -51px;
	animation-delay: 4.2s;
}

#illust-change {
	display: none;
}
#illust-change span {
	position: absolute;
}
#illust-change #change-chara01 {
	top: -104px;
	left: 20px;
}
#illust-change #change-chara02 {
	top: -31px;
	left: -43px;
}
#illust-change #change-chara03 {
	top: -70px;
	left: 120px;
}
#illust-change #change-chara04 {
	top: -31px;
	left: 45px;
}
#illust-change #change-chara05 {
	top: -48px;
	left: 12px;
}
#illust-change #change-chara06 {
	top: -50px;
	left: 65px;
}
#illust-change #change-chara07 {
	top: -38px;
	left: -25px;
}
#illust-change #change-chara08 {
	top: 2px;
	left: 8px;
}
#illust-change #change-chara09 {
	top: -50px;
	left:-100px;
}
#illust-change #change-chara10 {
	top: -110px;
	left: 130px;
}
#illust-change #change-chara11 {
	top: -91px;
	left: -60px;
}
#illust-change #change-chara12 {
	top: -30px;
	left: 10px;
}
#illust-change #change-chara13 {
	top: -50px;
	left: 140px;
}
#illust-change #change-chara14 {
	top: -105px;
	left: 80px;
}
#top-info01 {
	position: absolute;
	top: 112px;
	right: 164px;
	z-index: 2;
}
#top-info01 .bg {
	animation-delay: 4.5s;
	animation-duration: 0.75s;
}
#top-info01 .btn {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3 !important;
	font-size: 0;
	line-height: 1;
	animation-delay: 5.2s;
	animation-duration: 0.8s;
}

#top-info02 {
	position: absolute;
	top: 390px;
	right: 280px;
	z-index: 2;
}
#top-info02 .bg {
	animation-delay: 4.5s;
	animation-duration: 0.75s;
}
#top-info02 .btn {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 3 !important;
	font-size: 0;
	line-height: 1;
	animation-delay: 5.2s;
	animation-duration: 0.8s;
}

#top-info03 {
	position: absolute;
	top: 638px;
	right: 180px;
	z-index: 2;
}
#top-info03 .bg {
	animation-delay: 4.5s;
	animation-duration: 0.75s;
}
#top-info03 .btn {
	position: absolute;
	top: -35px;
	left: -8px;
	z-index: 3 !important;
	font-size: 0;
	line-height: 1;
	animation-delay: 5.2s;
	animation-duration: 0.8s;
}

#top-info04 {
	position: absolute;
	top: 366px;
	left: 145px;
	z-index: 2;
}
#top-info04 .bg {
	animation-delay: 4.5s;
	animation-duration: 0.75s;
}
#top-info04 .btn {
	position: absolute;
	top: -48px;
	left: 20px;
	z-index: 3 !important;
	font-size: 0;
	line-height: 1;
	animation-delay: 5.2s;
	animation-duration: 0.8s;
}
#top-issued {
	position: absolute;
	z-index: 2;
	top: 595px;
	left: 82px;
	animation-duration: 2s;
}
#top-issued figure .cover {
	animation-delay: 5.4s;
	animation-duration: 1.5s;
}
#top-issued figure .cover img {
	border: 2px solid #f76c62;
	box-shadow: 5px 5px 0 #f76c62;
}
#top-issued figure figcaption {
/*	margin: -29px 0 0 -25px;*/
	margin: -29px 0 0 -38px;
	animation-delay: 5.6s;
	animation-duration: 1.5s;
}

#top-fortune-banner {
	position: absolute;
	top: 572px;
	left: 79px;
	z-index: 1000;
	animation-delay: 6s;
	animation-duration: 2s;
}
#top-fortune-banner a {
	display: block;
	animation-delay: 0.3s;
	animation-duration: 1.6s;
}



/* --------------------------------------------------
-------------------------------------------------- メインコンテンツ */
#main {
	position: relative;
	z-index: 1;
}


/* --------------------------------------------------
-------------------------------------------------- TVCM */
#tvcm {
	padding: 397px 0 120px 0;
	background: url(../images/tvcm-bg01-pc.png) center top no-repeat;
}
#tvcm h2 {
	padding: 10px 0 20px 0;
	text-align: center;
}
#tvcm .youtube {
	margin: 0 auto;
	width: 584px;
	padding: 10px;
	background-color: #fff;
	border: 2px dotted #1e2f8a;
	border-radius: 10px;
	box-sizing: border-box;
}


/* --------------------------------------------------
-------------------------------------------------- story */
#story {
	background-color: #b6e1f9;
	background-image: url("../images/story-bg02-pc.png"), url("../images/story-bg01-pc.jpg");
	background-position:center top;
	background-repeat: no-repeat;
}
#story h2 {
	padding: 10px 0 27px 0;
	text-align: center;
}
#story h3 {
	margin-bottom: 20px;
	text-align: center;
}
#story ol {
	margin: 23px 0 11px 72px;
	overflow: hidden;
}
#story ol li {
	float: left;
}
#story ol li:nth-of-type(1) {
	margin-right: 22px;
}
#story ol li:nth-of-type(2) {
	margin: 40px 32px 0 0;
}
#story ol li:nth-of-type(3) {
	margin-right: 35px;
}
#story ol li:nth-of-type(4) {
	margin-top: 40px;
}
#story p {
	text-align: center;
}
#story p:nth-of-type(2) {
	margin-bottom: 15px;
}
#story p:nth-of-type(3) {
	margin-bottom: 32px;
}
#story p:nth-of-type(4) {
	padding-bottom: 67px;
}


/* --------------------------------------------------
-------------------------------------------------- Character */
#character {
	padding-top: 10px;
	background: #ffff00 url("../images/character-bg01-pc.jpg") center top no-repeat;
}
#character h2 {
	margin-bottom: -4px;
	text-align: center;
}
#character ul {
	overflow: hidden;
	padding-bottom: 60px;
}
#character ul li {
	float: left;
	margin-bottom: 10px;
}
#character ul li:nth-of-type(1) {
	width: 100%;
	text-align: center;
}
#character ul li:nth-of-type(even) {
	margin-right: 15px;
}


/* --------------------------------------------------
-------------------------------------------------- 占い */
#fortune {
	position: relative;
	background: #ffff00 url("../images/fortune-bg01-pc.jpg") center top no-repeat;
	height: 576px;
	overflow: hidden;
}

#fortune h2 span {
	position: absolute;
}
#fortune h2 span:nth-of-type(1) {
	top: 12px;
	left: 84px;
}
#fortune h2 span:nth-of-type(2) {
	top: 87px;
	left: 134px;
}
#fortune h2 span:nth-of-type(3) {
	top: 87px;
	left: 223px;
}
#fortune h2 span:nth-of-type(4) {
	top: 79px;
	left: 317px;
}
#fortune h2 span:nth-of-type(5) {
	top: 81px;
	left: 402px;
}
#fortune h2 span:nth-of-type(6) {
	top: 63px;
	left: 494px;
}

#fortune p {
	position: absolute;
	top: 232px;
	left:180px;
}
#curtain {
	height: 576px;
	overflow: hidden;
}
#curtain span {
	display: block;
}
#curtain-silhouette {
	margin: 0 auto;
	width: 1000px;
}
#curtain .silhouette {
	margin-top: 133px;
	float: left;
	animation-duration: 2s;
}
#curtain .silhouette:nth-of-type(1) {
	margin-left: 56px;
	animation-delay: 0.3s;
}
#curtain .silhouette:nth-of-type(2) {
	margin-left: -68px;
	animation-delay: 0.6s;
}
#curtain .silhouette:nth-of-type(3) {
	margin-left: -54px;
	animation-delay: 0.4s;
}
#curtain .silhouette:nth-of-type(4) {
	margin-left: -48px;
	animation-delay: 0.8s;
}
#curtain .silhouette:nth-of-type(5) {
	margin-left: -60px;
	animation-delay: 1s;
}
#fortune-overlay {
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0.6;
	margin-left: -1250px;
	animation-duration: 5s;
}
#fortune-table {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 500;
	margin-left: -530px;
}

#crystals {
	position: absolute;
	top: 0;
	left: 0;
}
#crystals .crystal {
	position: absolute;
	z-index: 500;
	width: 112px;
	height: 142px;
}
#crystals .crystal span {
	position: absolute;
	z-index: 600;
	margin: -40px 0 0 20px;
}
#crystals .crystal:nth-of-type(1) {
	top: 373px;
	left: 111px;
}
#crystals .crystal:nth-of-type(2) {
	top: 417px;
	left: 273px;
}
#crystals .crystal:nth-of-type(3) {
	top: 373px;
	left: 444px;
}
#crystals .crystal:nth-of-type(4) {
	top: 417px;
	left: 614px;
}
#crystals .crystal:nth-of-type(5) {
	top: 373px;
	left: 775px;
}

#crystals .crystal a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	animation-duration: 1.8s;
}


/* --------------------------------------------------
-------------------------------------------------- 書籍情報 */
#books {
}
#books h2 {
	padding: 10px 0 27px 0;
	text-align: center;
}
#books .book {
	position: relative;
	width: 920px;
	margin-bottom: 60px;
}
#books .book .release-date {
		position: absolute;
		top: -20px;
		right: 0;
}
#books .book .cover {
	float: left;
	width: 217px;
	margin-right: 23px;
}
#books .book .cover img {
	border-width: 1px;
	border-style: solid;
}
#books .book:nth-last-child(1) .cover img {
	border-color: #0d1c6d;
}
#books .book:nth-last-child(2) .cover img {
	border-color: #8eba10;
}
#books .book:nth-last-child(3) .cover img {
	border-color: #74227a;
}
#books .book:nth-last-child(4) .cover img {
	border-color: #31a3ac;
}
#books .book:nth-last-child(5) .cover img {
	border-color: #f5a300;
}
#books .book:nth-last-child(6) .cover img {
	border-color: #529dd6;
}
#books .book:nth-last-child(7) .cover img {
	border-color: #68bd83;
}
#books .book:nth-last-child(8) .cover img {
	border-color: #5bc2d8;
}
#books .book:nth-last-child(9) .cover img {
	border-color: #f76c62;
}
#books .book:nth-last-child(10) .cover img {
	border-color: #ff5082;
}
#books .book:nth-last-child(11) .cover img {
	border-color: #20b2b3;
}
#books .book:nth-last-child(12) .cover img {
	border-color: #5757e8;
}
#books .book:nth-last-child(13) .cover img {
	border-color: #269b83;
}
#books .book:nth-last-child(14) .cover img {
	border-color: #ed6d9e;
}

#books .book .description {
	float: left;
	width: 680px;
}
#books .book .description h3 {
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 1.2;
}
#books .book:nth-last-child(1) h3 {
	color: #0d1c6d;
}
#books .book:nth-last-child(2) h3 {
	color: #8eba10;
}
#books .book:nth-last-child(3) h3 {
	color: #74227a;
}
#books .book:nth-last-child(4) h3 {
	color: #31a3ac;
}
#books .book:nth-last-child(5) h3 {
	color: #f5a300;
}
#books .book:nth-last-child(6) h3 {
	color: #529dd6;
}
#books .book:nth-last-child(7) h3 {
	color: #68bd83;
}
#books .book:nth-last-child(8) h3 {
	color: #5bc2d8;
}
#books .book:nth-last-child(9) h3 {
	color: #f76c62;
}
#books .book:nth-last-child(10) h3 {
	color: #ff5082;
}
#books .book:nth-last-child(11) h3 {
	color: #20b2b3;
}
#books .book:nth-last-child(12) h3 {
	color: #5757e8;
}
#books .book:nth-last-child(13) h3 {
	color: #269b83;
}
#books .book:nth-last-child(14) h3 {
	color: #ed6d9e;
}

#books .book .description .author ul {
	font-size: 0;
	margin-bottom: 20px;
}
#books .book .description .author ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
#books .book .description .author ul li:not(:last-of-type) {
	margin-right: 1em;
}
#books .book .description .summary {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#books .book .description .btn ul {
	font-size: 0;
}
#books .book .description .btn ul li {
	display: inline-block;
}
#books .book .description .btn ul li:not(:last-of-type) {
	margin-right: 15px;
}

/* --------------------------------------------------
-------------------------------------------------- comics 2018/10/15更新*/
#comics {
}
#comics h2 {
	padding: 10px 0 27px 0;
	text-align: center;
}
#comics .book {
	position: relative;
	width: 920px;
	margin-bottom: 60px;
}
#comics .book .release-date {
		position: absolute;
		top: -20px;
		right: 0;
}
#comics .book .cover {
	float: left;
	width: 217px;
	margin-right: 23px;
}
#comics .book .cover img {
	border-width: 1px;
	border-style: solid;
}
#comics .book .cover img {
	border-color: #e95283;
}

#comics .book .description {
	float: left;
	width: 680px;
}
#comics .book .description h3 {
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 1.2;
}
#comics .book h3 {
	color: #e95283;
}

#comics .book .description .author ul {
	font-size: 0;
	margin-bottom: 20px;
}
#comics .book .description .author ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
#comics .book .description .author ul li:not(:last-of-type) {
	margin-right: 1em;
}
#comics .book .description .summary {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#comics .book .description .btn ul {
	font-size: 0;
}
#comics .book .description .btn ul li {
	display: inline-block;
}
#comics .book .description .btn ul li:not(:last-of-type) {
	margin-right: 15px;
}

/* --------------------------------------------------
-------------------------------------------------- artbook*/
#artbook {
}
#artbook h2 {
	padding: 10px 0 27px 0;
	text-align: center;
}
#artbook .book {
	position: relative;
	width: 920px;
	margin-bottom: 60px;
}
#artbook .book .release-date {
		position: absolute;
		top: -20px;
		right: 0;
}
#artbook .book .cover {
	float: left;
	width: 217px;
	margin-right: 23px;
}
#artbook .book .cover img {
	border-width: 1px;
	border-style: solid;
}
#artbook .book .cover img {
	border-color: #e95283;
}

#artbook .book .description {
	float: left;
	width: 680px;
}
#artbook .book .description h3 {
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 1.2;
}
#artbook .book h3 {
	color: #e95283;
}

#artbook .book .description .author ul {
	font-size: 0;
	margin-bottom: 20px;
}
#artbook .book .description .author ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
#artbook .book .description .author ul li:not(:last-of-type) {
	margin-right: 1em;
}
#artbook .book .description .summary {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#artbook .book .description .btn ul {
	font-size: 0;
}
#artbook .book .description .btn ul li {
	display: inline-block;
}
#artbook .book .description .btn ul li:not(:last-of-type) {
	margin-right: 15px;
}


/* ----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------- ここからスマートフォン */

@media screen and (max-width: 640px) {
/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
#motif {
	display: none;
}
#star-canvas {
	display: none;
}



/* --------------------------------------------------
-------------------------------------------------- トップ */
#top {
	margin-bottom: -63%;
	min-height: inherit;
	background: none;
}
#top span.bg {
	opacity: 1 !important;
}

#top h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: unset;
	width: 100%;
	min-height: 100%;
	line-height: 1;
}
	#content #top span.animated :nth-of-type(2) {
		z-index: 2;
	}
#top h1 span:nth-of-type(1) {
	top: 10%;
	right: 1%;
	width: 15%;
}
#top h1 span:nth-of-type(2) {
	top: 25%;
	right: 8%;
	width: 18%;
}
#top h1 span:nth-of-type(3) {
	top: 42%;
	right: 14%;
	width: 8%;
}
#top h1 span:nth-of-type(4) {
	top: 10%;
	left: 6%;
	width: 18%;
}
#top h1 span:nth-of-type(5) {
	top: 27%;
	left: 11%;
	width: 8%;
}
#top h1 span:nth-of-type(6) {
	top: 25%;
	left: 1%;
	width: 10%;
}
#logo-mark span:nth-of-type(1) {
	top: 25%;
	right: 8%;
	width: 18%;
}
#logo-mark span:nth-of-type(2) {
	top: 10%;
	left: 6%;
	width: 18%;
}

#top p {
	top: 0;
	left: 0;
}

#top #top-author ul li:nth-of-type(1) {
	top: 32%;
	left: 71%;
	width: 6%;
}
#top #top-author ul li:nth-of-type(2) {
	top: 33%;
	left: 67%;
	width: 4%;
}

#illust-change {
	display: none;
}
#illust-change span {
	position: absolute;
}
#illust-change #change-chara01 {
	top: -5%;
	left: -10%;
	width: 115%;
}
#illust-change #change-chara02 {
	top: 1%;
	left: -15%;
	width: 106%;
}
#illust-change #change-chara03 {
	top: -2%;
	left: 0%;
	width: 95%;
}
#illust-change #change-chara04 {
	top: 1%;
	left: -5%;
	width: 82%;
}
#illust-change #change-chara05 {
	top: -1%;
	left: -9%;
	width: 100%;
}
#illust-change #change-chara06 {
	top: 0%;
	left: 0%;
	width: 90%;
}
#illust-change #change-chara07 {
	top: -2%;
	left: -9%;
	width: 92%;
}
#illust-change #change-chara08 {
	top: 0;
	left: -12%;
	width: 78%;
}
#illust-change #change-chara09 {
	top: -1%;
	left: -18%;
	width: 100%;
}
#illust-change #change-chara10 {
	top: 2%;
	left: 0;
	width: 100%;
}
#illust-change #change-chara11 {
	top: 2%;
	left: -10%;
	width: 100%;
} 
#illust-change #change-chara12 {
	top: 2%;
	left: -5%;
	width: 90%;
} 
#illust-change #change-chara13 {
	top: calc(75 / 640 * 100vw);
	left: calc(30 / 640 * 100vw);
	width: calc(490 / 640 * 100vw);
} 
#illust-change #change-chara14 {
	top: -2%;
	left: -3%;
	width: 90%;
} 
#top-info01 {
	top: 9%;
	right: 15%;
	width: 33%;
	height: auto;
  z-index: 1;
}
#top-info01 .btn {
	top: -3%;
	left: 8%;
	margin-right: 0;
	width: 87%;
}

#top-info02 {
	top: 47.5%;
	left: 61%;
	width: 28%;
}
#top-info02 .btn {
	top: 6%;
	left: 9%;
	margin-right: 0;
	width: 90%;
}
    
#top-info03 {
	top: 64%;
	left: 70%;
	width: 29%;
}
#top-info03 .btn {
	top: -4%;
	left: 0;
	margin-right: 0;
	width: 100%;
}  
	
#top-info04 {
	top: calc(610 / 640 * 100vw);
	left: calc(200 / 640 * 100vw);
	width: calc(220 / 640 * 100vw);
}
#top-info04 .btn {
	top: -38%;
	left: 3%;
	margin-right: 0;
	width: calc(210 / 640 * 100vw);
}

#top-issued {
	top: 60.5%;
	left: 5%;
	width: 20%;
}
#top-issued figure {
	position: relative;
	width: 100%;
}
#top-issued figure .cover img {
	border-width: 1px;
	box-shadow: 2px 2px 0 #f76c62;
}
#top-issued figure figcaption {
	position: absolute;
	top: 80%;
/*	left: -26%;*/
	left: -11%;
	margin: 0;
	width: 128%;
}

#top-fortune-banner {
	top: 50%;
	left: 2%;
	width: 22%;
}


/* --------------------------------------------------
-------------------------------------------------- TVCM */
#tvcm {
	padding: 0;
	background: none;
}
#tvcm h2 {
	position: absolute;
	top: 11%;
	left: 0;
	padding: 0;
}
#tvcm .youtube {
	position: absolute;
	top: 45%;
	left: 2%;
	width: 96%;
}
#tvcm .viewer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#tvcm .viewer iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* --------------------------------------------------
-------------------------------------------------- story */
#story {
	background-image: url("../images/story-bg01-sp.jpg");
}
#story h2 {
	padding: 0;
}
#story h3 {
	margin-bottom: 0;
}
#story ol {
	margin: 0;
}
#story ol li {
	width: 50%;
}
#story ol li {
	margin: 0 !important;
}
#story p {
	text-align: center;
}
#story p:nth-of-type(2) {
	margin-bottom: 15px;
}
#story p:nth-of-type(3) {
	margin-bottom: 32px;
}
#story p:nth-of-type(4) {
	padding-bottom: 67px;
}


/* --------------------------------------------------
-------------------------------------------------- Character */
#character {
	padding-top: 10px;
	background: none;
	background-color: #ffff00;
}
#character h2 {
	margin-bottom: 0;
}
#character ul {
	padding-bottom: 0;
}
#character ul li {
	float: none;
	margin-bottom: 0;
}
#character ul li:nth-of-type(even) {
	margin-right: 0;
}


/* --------------------------------------------------
-------------------------------------------------- 占い */
#fortune {
	background: url("../images/fortune-bg01-sp.jpg") center top no-repeat;
	height: auto;
}

#fortune h2 span:nth-of-type(1) {
	top: 0;
	left: 0;
}

#fortune p {
	top: 38%;
	left: 0;
}
#curtain {
	height: auto;
}
#curtain span {
	display: block;
}
#curtain-silhouette {
	margin: 0 auto;
	width: auto;
}
#curtain .silhouette {
	margin-top: 25%;
	float: left;
	animation-duration: 2s;
}
#curtain .silhouette:nth-of-type(1) {
	margin-left: -3%;
	width: 25%;
}
#curtain .silhouette:nth-of-type(2) {
	margin-left: -13%;
	width: 33%;
}
#curtain .silhouette:nth-of-type(3) {
	margin-left: -10%;
	width: 31%;
}
#curtain .silhouette:nth-of-type(4) {
	margin-left: -10%;
	width: 30%;
}
#curtain .silhouette:nth-of-type(5) {
	margin-left: -9%;
	width: 25%;
}
#fortune-overlay {
	top: 0;
	left: 0;
	margin-left: -12%;
}
#fortune-table {
	top: 0;
	left: 0;
	margin-left: 0;
}

#crystals {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#crystals .crystal {
	width: 18%;
	height: auto;
}
#crystals .crystal span {
	top: -38%;
	left: 8%;
	margin: 0;
	width: 84%;
}
#crystals .crystal:nth-of-type(1) {
	top: 62%;
	left: 9%;
}
#crystals .crystal:nth-of-type(2) {
	top: 78%;
	left: 25%;
}
#crystals .crystal:nth-of-type(3) {
	top: 62%;
	left: 40%;
}
#crystals .crystal:nth-of-type(4) {
	top: 78%;
	left: 56%;
}
#crystals .crystal:nth-of-type(5) {
	top: 62%;
	left: 71%;
}


/* --------------------------------------------------
-------------------------------------------------- 書籍情報 */
#books {
}
#books h2 {
	padding: 0;
}
#books .book {
	width: auto;
	margin-bottom: 8%;
}
#books .book .release-date {
	top: 30%;
	right: 2%;
	width: 19%;
}
#books .book .cover {
	float: none;
	margin: 0 auto 4% auto;
	width: 34%;
}
#books .book .cover img {
	border-width: 1px;
	border-style: solid;
}
#books .book:nth-last-child(1) .cover img {
	border-color: #0d1c6d;
}
#books .book:nth-last-child(2) .cover img {
	border-color: #8eba10;
}
#books .book:nth-last-child(3) .cover img {
	border-color: #74227a;
}

#books .book .description {
	float: none;
	width: 88%;
	margin: 0 auto;
}
#books .book .description h3 {
	margin-bottom: 5px;
	font-size: 5.357vw;
}
#books .book .description .author ul {
	margin-bottom: 4%;
}
#books .book .description .author ul li {
	font-size: 3.214vw;
}
#books .book .description .summary {
	margin-bottom: 4%;
	font-size: 2.857vw;
}
#books .book .description .btn ul {
	text-align: center;
}
#books .book .description .btn ul li {
	width: 35%;
}
#books .book .description .btn ul li:not(:last-of-type) {
	margin-right: 3%;
}
	
	/* --------------------------------------------------
-------------------------------------------------- comics 2018/10/15更新*/
#comics {
}
#comics h2 {
	padding: 0;
}
#comics .book {
	width: auto;
	margin-bottom: 8%;
}
#comics .book .release-date {
	top: 30%;
	right: 2%;
	width: 19%;
}
#comics .book .cover {
	float: none;
	margin: 0 auto 4% auto;
	width: 34%;
}
#comics .book .cover img {
	border-width: 1px;
	border-style: solid;
}
#comics .book .cover img {
	border-color: #e95283;
}
#comics .book .description {
	float: none;
	width: 88%;
	margin: 0 auto;
}
#comics .book .description h3 {
	margin-bottom: 5px;
	font-size: 5.357vw;
}
#comics .book .description .author ul {
	margin-bottom: 4%;
}
#comics .book .description .author ul li {
	font-size: 3.214vw;
}
#comics .book .description .summary {
	margin-bottom: 4%;
	font-size: 2.857vw;
}
#comics .book .description .btn ul {
	text-align: center;
}
#comics .book .description .btn ul li {
	width: 35%;
}
#comics .book .description .btn ul li:not(:last-of-type) {
	margin-right: 3%;
}
		/* --------------------------------------------------
-------------------------------------------------- artbook*/
#artbook {
}
#artbook h2 {
	padding: 0;
}
#artbook .book {
	width: auto;
	margin-bottom: 8%;
}
#artbook .book .release-date {
	top: 30%;
	right: 2%;
	width: 19%;
}
#artbook .book .cover {
	float: none;
	margin: 0 auto 4% auto;
	width: 34%;
}
#artbook .book .cover img {
	border-width: 1px;
	border-style: solid;
}
#artbook .book .cover img {
	border-color: #e95283;
}
#artbook .book .description {
	float: none;
	width: 88%;
	margin: 0 auto;
}
#artbook .book .description h3 {
	margin-bottom: 5px;
	font-size: 5.357vw;
}
#artbook .book .description .author ul {
	margin-bottom: 4%;
}
#artbook .book .description .author ul li {
	font-size: 3.214vw;
}
#artbook .book .description .summary {
	margin-bottom: 4%;
	font-size: 2.857vw;
}
#artbook .book .description .btn ul {
	text-align: center;
}
#artbook .book .description .btn ul li {
	width: 35%;
}
#artbook .book .description .btn ul li:not(:last-of-type) {
	margin-right: 3%;
}
}