/*base*/

/* 各ブラウザの標準スタイルの破棄'
---------------------------------------------------------------------------- */
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}legend{color:#000}


/*link*/

a {
	color:#ff6600;
	text-decoration:none;
}

a:hover {
	color:#ff6600;
	text-decoration:underline;
}

/* このテンプレの外に1枚wrapしてmax-width等で整える */
/* youtube box template ------------------------------ */
.youtube-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* youtube box template ------------------------------ */



/* ---------------------------------------------------------------------------- */
















/*layout*/

html {
	overflow:auto;
}

body {
  	font-family: 'Kosugi Maru', sans-serif;
  	font-size:100%;
  	line-height:2.0;
  	color:#000;
  	text-align:center;
/*	background:url(../img/body_bg.png) no-repeat , url(../img/body_bg2.png) no-repeat; */
  	background:url(../img/body_bg.png) no-repeat;
  	-webkit-text-size-adjust: 100%;
  	background-position: center top, center 6210px;
  	overflow:hidden;
  	min-width:900px;
}

body.is-ss {
	background: url(../img/body_bg_particle.png) repeat-y;
	background-size: 1280px;
	background-position: center;
}


@media screen and (max-width: 900px){

	body {
		background:url(../img/body_bg_sp.png) no-repeat top center;
	}

}

header,
footer,
section {
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

section {
	padding-bottom:30px;
}


#container {
	position:relative;
}

#header_container {
	z-index:1000;
	position:fixed;
	top:0;
	width:100%;
}

header {
	z-index:1001;
	position:fixed;
	left:50%;
	width:900px;
	height:80px;
	margin-left:-450px;
}

img {
	vertical-align:bottom;
	transition:all 0.5s;
}

a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

header img#header_dash {
	position:absolute;
	top:0;
	left:0;
}

header ul {
	position:absolute;
	top:7px;
	left:80px;
}

header ul li {
	float:left;
	height: 32px;
}

header ul li a {
	box-sizing: border-box;

	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
 }

header ul li a img {
	height: 24px;
}

.header_bg,
.header_tw,
.header_novels,
.header_comics {
	display:none;
}

.header_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:46px;
	background:#ff187c;
}

.header_comic {
	height: 32px;
}

.header-link {
	height: 32px;
}

.header-link-img {
	height: 32px;
}


.header_book {
	width:94px;
	height:32px;
}

.header_book a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.header_book img {
	position:absolute;
	height: 24px;
	width: auto;
}


.header_comic {
	width:98px;
	height:32px;
}

.header_comic a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.header_comic img {
	position:absolute;
	height: 24px;
	width: auto;
}

h2 {
	text-align:center;
}


#footer_container {
	background:url(../img/footer_bg.png) no-repeat center bottom #FFF;
}

footer {
	position:relative;
	padding:40px 0;
}

footer p {
	text-align:center;
	padding:5px 0;
}

footer p.copyright {
	margin-top:-5px;
	font-size:10px;
}


.pagetop {
	position:absolute;
	left:150px;
	bottom:55px;
	z-index: 1;
	transition: 0.2s;
}


.pagetop:hover {
	transform: translateY(-4px);
}


@media screen and (max-width: 900px){

	footer {
	}
}



/* top */

#top {
	margin-bottom:-260px;

	display: flex;
	justify-content: center;
	height: 1360px;
}

.top_image-box {
	display: flex;
	justify-content: center;

	opacity:0;
	transition-delay: 0.2s;
	transition: 1.5s;

	position: absolute;
	height: 1360px;
	width: 1280px;
}

.is-1 .top_image-box {
	transition: 1s;
	opacity: 1;
}
.is-2 .top_image-box {
	transition: 1s;
	opacity: 1;
}
.is-3 .top_image-box {
	transition: 1s;
	opacity: 1;
}
.is-4 .top_image-box {
	transition: 1s;
	opacity: 1;
}


.top_image {
	position: absolute;
	top: 0;
	height: 1360px;
	width: 1280px;
	width: 100%;

	opacity: 0;
}

.is-1 .top_image.is-1 {
	opacity: 1;
}
.is-2 .top_image.is-2 {
	opacity: 1;
}
.is-3 .top_image.is-3 {
	opacity: 1;
}
.is-4 .top_image.is-4 {
	opacity: 1;
}



#top_copy {
	position:absolute;
	top:50px;
	left:-10px;
	opacity:0;
	animation: SlideDown 0.5s ease 2.2s 1 forwards;
}

#top_copy02 {
	position:absolute;
	top:10px;
	right:10px;
	opacity:0;
	animation: SlideDown 0.5s ease 1.5s 1 forwards;
}



#top_copy03 {
	transition: 0.5s;
	position:absolute;
	opacity:0;
	transition-delay: 0s;
	transform: translateY(-50px);

	width: 200px;
}

.is-1 #top_copy03.is-1,
.is-2 #top_copy03.is-2,
.is-3 #top_copy03.is-3,
.is-4 #top_copy03.is-4 {
	transition-delay: 1.0s;
	opacity: 1;
	transform: translateY(0px);
}

.is-first #top_copy03.is-1 {
	transition-delay: 4.0s;
}


#top_copy03.is-1 {
	top:445px;
	right:125px;
}

#top_copy03.is-2 {
	top: 460px;
	right: 115px;
}

#top_copy03.is-3 {
	top:380px;
	right:135px;
}

#top_copy03.is-4 {
	top: 454px;
	right: 120px;
}





#top_copy04 {
	position:absolute;
	top:610px;
	right:-300px;
	opacity:0;
	animation: SlideDown 0.5s ease 3.0s 1 forwards;
}

@keyframes SlideDown {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}




@media screen and (max-width: 900px){
}


.top_anime-link {
	transition-duration: 0.2s;
	width: auto;
	z-index: 100;

	align-self: end;
	margin-bottom: 240px;

	flex-basis: 0;
}

.top_anime-link :hover {
	transform: scale(1.1);
	opacity: 1;
}

.top_anime-link-button {
	max-width: 90%;
	min-width: 672px;
}


/* about */

#about {
	margin-top: 32px;
}

#about p {
	text-align:center;
}

@media screen and (max-width: 900px){
	#about p img {
		width:94%;
	}
}




/* pv */

.l-pv {
	margin-top: 64px;
}

.m-pv {
	/* display: flex; */
	justify-content: center;
	align-items: center;
}

.m-pv-heading {
	margin-bottom: 24px;
}

.m-pv-heading-img {
	width: 180px;
}

.m-pv-item {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 48px;

	border: 2px solid #ff187c;
}




/* ss */
.l-ss {
	margin-top: 64px;
	margin-bottom: 92px;
}

.m-ss-heading {}

.m-ss-heading-img {
	height: 34px;
}

.m-ss-attention {
	font-size: 14px;
	text-align: center;
	margin-top: 0.75em;
}

.m-ss-link-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;

	margin-top: 40px;
}


.m-ss-link {
	color : rgb(255, 24, 124);
	margin-bottom: 32px;

/*	height: 64px; */
  	max-width: 720px;
  	width: 100%;
  	box-sizing: border-box;

	border-radius: 100px;
	border: 2px solid #ff187c;
	overflow: hidden;

	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;

	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;

	position: relative;
	z-index: 0;
}


.m-ss-link:hover {
	color: white;
	text-decoration: none;
  background: rgb(255, 255, 255);
  transition: color 0.2s ease 0s, background 0s ease 0.2s;
} 


.m-ss-link::before {
      position: absolute;
      content: "";
      background: rgb(255, 24, 124);
      transition-duration: 0.3s;
      z-index: -1;
      inset: 0px auto auto 0px;
      width: 0px;
      height: 100%;
      opacity: 1;
}

.m-ss-link:hover::before {
      width: 100%;
      height: 100%;
      opacity: 1;
}













.m-ss-link:hover .m-ss-link-nav {
	border-color: white;
}

.m-ss-link.is-disable {
	opacity: 0.35;
	pointer-events: none;
}

.m-ss-link.is-prev {
}

.m-ss-link.is-next {
	flex-direction: row-reverse;
	border-left: 1px solid #ff187c;
}

.m-ss-link-nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	height: 100%;
	width: 96px;
	width: 10em;

	border-left: 1px solid #ff187c;
	padding-left: 1em;
}

.is-prev .m-ss-link-nav {
	border-right: 1px solid #ff187c;
}

.is-next .m-ss-link-nav {
	border-left: 1px solid #ff187c;
}

.m-ss-link-title-box {
	display: flex;
	font-weight: bold;
	justify-content: center;
	width: 100%;
}

.is-next .m-ss-link-title-box {
	display: flex;
}

.m-ss-link-title {
  	display: inline-block;
/*	text-align: center; */
/*	width: 100%; */

	font-size: 20px;
	line-height: 1.25;
	text-align: left;
	padding-right: 1em;
	padding-left: 2em;
}

















/* chara */

.l-chara {
	margin-top: 32px;
	margin-bottom: 64px;
}

#chara {
/*	padding-top: 80px; */
}

.m-chara {
	text-align:center;
	margin-top: 80px;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.m-chara img {
  	width: 100%;
/*	max-width: 700px; */
}

@media screen and (max-width: 900px){
	#chara p img {
		width: 85%;
	}
}

p.m-chara.is-01 {}

p.m-chara.is-02 img {
	width: 90%;
}

p.m-chara.is-03 {}

p.m-chara.is-04 img {
	width: 92%;
}

p.m-chara.is-05 img {
	width: 85%;
}



/* gallery */

#gallery {
  	font-size:0;
  	width: 800px;
/*	padding-top: 64px; */
}
#gallery h2 + p{
	margin-top:20px;
}
#gallery p {
	text-align:center;
	margin-bottom:20px;
}
#gallery .gallery_img_l{
}

#gallery .gallery_img_l img {
	width: 100%;
}


#gallery .gallery_img_m{
	display:inline-block;
	max-width: 390px;
}

#gallery .gallery_img_m img{
	width: 100%;
}


#gallery .gallery_img_m:nth-child(odd){
	margin-right:20px;
}

.gallery-hr {
	border-color: transparent;
	margin-top: 48px;
	margin-bottom: 48px;
}


/* book */

#book {
	background: linear-gradient(180deg,transparent 0%,transparent 250px,#FFF 250px,#FFF 100%);

	padding-top: 32px;

  	width: 1140px;
/*	width: 1280px; */

	@media screen and (max-width: 900px){
		width: 100%;
		width: 800px;
	}
}

.book-heading {
}

.book-heading-img {
	/* width: 180px; */
	width: auto;
	height: 36px;
}

.book-copy-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.book-copy {
	max-width: 480px;
}

.m-book-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 8px;
}

.m-book-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;

	margin-top: 16px;
}

.m-book-list-item {
	display: flex;
	justify-content: center;
	width: calc(100% / 4);
	/* width: 320px; */

	margin-bottom: 40px;

	@media screen and (max-width: 900px){
		width: calc(100% / 2);
	}
}

.m-book-list-item.is-comic {
	display: flex;
	justify-content: center;
	width: calc(100% / 4);
	/* width: 280px; */

	@media screen and (max-width: 900px){
		width: calc(100% / 2);
	}
}

.m-book-link {
	padding-left: 16px;
	padding-right: 16px;
}

.a-disable {
	pointer-events: none;
}

.m-book-img {
	width: 100%;
}


#comic {
	background: linear-gradient(180deg,transparent 0%,transparent 250px,#FFF 250px,#FFF 100%);

	margin-top: 32px;
	padding-top: 48px;

  	width: 1140px;
/*	width: 1280px; */


	@media screen and (max-width: 900px){
		width: 100%;
		width: 800px;
	}
}





/* SS */

.m-page-ss-container {
	margin-top: 128px;
	margin-top: 112px;
}

.m-page-ss-heading {}

.m-page-ss-heading-img {
	height: 28px;
}

.m-page-ss-text-heading {
	font-family : 游ゴシック体;
	font-weight: bold;
	font-size : 28px;
	line-height : 43.2px;
	letter-spacing : 4.2px;
	color : #FF187C;
	color : rgb(255, 24, 124);

	text-align: center;
	margin-top: 16px;
}

.m-page-ss-text-author {
	font-size: 18px;
	text-align: center;
	margin-top: 0.35em;
}

.m-page-ss-text-box {
	border: 1px solid #ff187c;
	background-color: white;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	padding: 48px;
	margin-top: 32px;

	margin-right: 16px;
	margin-left: 16px;

/*    	transition: 0.5s; */
/*    	transition-delay: 0.5s; */

	animation: riseup 0.6s ease-in-out both;
	animation-delay: 0.5s;
}

@keyframes riseup {
	0% {
		transform: translate(0, 32px);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

.m-page-ss-text-picture {
	border: 1px solid black;
	width: 560px;
	height: auto;
	aspect-ratio: 1120/1559;

	margin-bottom: 48px;

/*	@media screen and (max-width: 900px){
  		width: 720px; 
  		width: 100%;
  		height: auto;
  	} */
}

.m-page-ss-text {
	font-feature-settings: "palt";

	font-family : 游明朝体;
	font-size : 18px;
	font-size : 21px; 
	line-height : 2;
	letter-spacing : 0.15em;
	color : #000000;
	color : rgb(0, 0, 0);

	width: 640px;
}


.m-page-ss-text .is-period {
	display: inline-block;
	text-align: center;
	width: 100%;
	
	margin-top: 1em;
	margin-bottom: 1em;
}

.m-page-ss-text .is-rest {
	color: #ff187c;
	font-size: 1.15em;
	display: inline-block;
	text-align: center;
	width: 100%;
	
	margin-top: 2em;
	margin-bottom: 2em;
}




.m-page-ss-link-box {
	border: 1px solid #ff187c;
	background-color: white;
	margin-top: -1px;
	margin-right: 16px;
	margin-left: 16px;

	display: flex;
	flex-direction: row;
	justify-content: center;
}

.m-page-ss-link {
	color : rgb(255, 24, 124);

	height: 64px;
	width: 100%;

	padding-top: 0.5em;
	padding-bottom: 0.5em;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.m-page-ss-link:hover {
	background-color: rgb(255, 24, 124);
	color: white;
	text-decoration: none;
}

.m-page-ss-link:hover .m-page-ss-link-nav {
	border-color: white;
}

.m-page-ss-link.is-disable {
	opacity: 0.35;
	pointer-events: none;
}

.m-page-ss-link.is-prev {
}

.m-page-ss-link.is-next {
	flex-direction: row-reverse;
	border-left: 1px solid #ff187c;
}

.m-page-ss-link-nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 96px;
	width: 10em;
}

.is-prev .m-page-ss-link-nav {
	border-right: 1px solid #ff187c;
}

.is-next .m-page-ss-link-nav {
	border-left: 1px solid #ff187c;
}

.m-page-ss-link-title-box {
  	display: flex;
/*	justify-content: flex-end; */
  	justify-content: center;
  	width: 100%;
}

.is-next .m-page-ss-link-title-box {
	display: flex;
}

.m-page-ss-link-title {
  	display: inline-block;
/*	text-align: center; */
/*	width: 100%; */

	line-height: 1.25;
	text-align: left;
	padding-right: 1em;
	padding-left: 1em;
}




.m-page-ss-back-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	margin-top: 32px;
}

.m-page-ss-back-top {
}

.m-page-ss-back-top-img {
	height: 48px;
}