@charset "utf-8";

#page .navigation{
	background-color: #f2f5f5 !important;
	}

.glay{
	background-color: #f2f5f5;
	width: 100%;
	height: 130px;
	}
@media screen and (max-width: 640px) {
.glay{
	}
	}


/*================================

story_page

================================*/

.story_page {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0;
	padding: 80px 0 60px;
	}
@media screen and (max-width: 640px) {
.story_page {
	padding: 80px 0 30px;
	}
	}

.story_page .texts{
	width: 100%;
	height: auto;
	margin-top: 50px;
	}
@media screen and (max-width: 640px) {
.story_page .texts{
	margin-top: 20px;
	}
	}

.story_page .group{
	text-align: center;
	}

.story_page .group p.catch{
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: .05em;
	}
@media screen and (max-width: 640px) {
.story_page .group p.catch{
	font-size: 1.3em;
	line-height: 1.5em;
	}
	}

.story_page .group p.lead{
	margin-top: 2em;
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0;
	}
@media screen and (max-width: 640px) {
.story_page .group p.lead{
	width: 90%;
	margin: 2em auto 0;
	font-size: .9em;
	line-height: 1.8em;
	}
	}


/*================================

stories

================================*/

.stories {
	position: relative;
	width: 100%;
	height: auto;
	}
.stories:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.stories .pack{
	position: relative;
	padding: 40px 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
	display: table;
	vertical-align: middle;
	border-bottom: 1px solid #dedede;
	}
.stories .pack:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.stories .pack{
	width: 86%;
	}
	}

.stories .pack .inner{
	position: relative;
	display: table-cell;
	width: 50%;
	height: auto;
	float: none;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	}
@media screen and (max-width: 640px) {
.stories .pack .inner{
	width: 100%;
	display: block;
	}
	}

.stories .pack .inner .photos{
	width: 100%;
	height: auto;
	}

.stories .pack .inner .photos img{
	width: 60%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.stories .pack .inner .photos img{
	width: 80%;
	height: auto;
	}
	}

.stories .pack .inner p{
	color: #ff6c6c;
	font-weight: 300;
	}

.stories .pack.comingsoon .inner p{
	color: #aaa;
	}

.stories .pack .inner p.vol{
	line-height: 1.5em;
	font-size: 1.5em;
	letter-spacing: .05em;
	font-weight: 300;
	margin-bottom: .5em;
	}
@media screen and (max-width: 640px) {
.stories .pack .inner p.vol{
	margin-top: .5em;
	}
	}

.stories .pack .inner p.storytitle{
	display: inline;
	line-height: 1.5em;
	font-size: 1.7em;
	font-weight: 600;
	letter-spacing: .05em;
	background-image: linear-gradient(transparent 50%, rgba(255, 108, 108, .2) 50%);
	}
@media screen and (max-width: 640px) {
.stories .pack .inner p.storytitle{
	font-size: 1.8em;
	}
	}

.stories .pack.comingsoon .inner p.storytitle{
	background-image: none;
	}

.stories .pack .inner p.name{
	margin-top: 1.2em;
	line-height: 1em;
	font-size: 1.7em;
	letter-spacing: 0em;
	}

.stories .pack .inner p.status{
	margin-top: .7em;
	line-height: 1.5em;
	font-size: .8em;
	}

.stories .pack .inner p.word{
	margin-top: 1.5em;
	font-size: 1em;
	line-height: 1.8em;
	}
@media screen and (max-width: 640px) {
.stories .pack .inner p.word{
	font-size: .9em;
	}
	}

.stories .pack .inner p.more{
	margin-top: 1.4em;
	margin-left: auto;
	margin-right: auto;
	line-height: 3.5em;
	width: 180px;
	height: auto;
	}

.stories .pack .inner p.more a{
	display: block;
	font-weight: 300;
	line-height: 3.5em;
	letter-spacing: .1em;
	color: #fff;
	width: 180px;
	height: auto;
	background-color: #ff6c6c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	border: 1px solid #ff6c6c;
	}

.stories .pack .inner p.more a:hover{
	color: #ff6c6c;
	background-color: #fff;
	}



/*================================

stories : page

================================*/

.stories .storyentry{
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.stories .storyentry{
	width: 86%;
	}
	}

.stories .storyentry .intro{
	color: #ff6c6c;
	padding: 0 0 40px 0;
	width: 100%;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .intro{
	padding: 0 0 30px 0;
	}
	}

.stories .storyentry .intro p.number{
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 300;
	letter-spacing: .1em;
	padding-bottom: 1.5em;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .intro p.number{
	padding-bottom: 1em;
	}
	}

.stories .storyentry .intro h2{
	display: inline;
	font-size: 2em;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: .1em;
	background-image: linear-gradient(transparent 50%, rgba(255, 108, 108, .2) 50%);
	}
@media screen and (max-width: 640px) {
.stories .storyentry .intro h2{
	font-size: 1.8em;
	line-height: 1.7em;
	letter-spacing: 0;
	}
	}

.stories .storyentry img{
	display: block;
	width: 30%;
	height: auto;
	margin: 30px auto 20px;
	}
@media screen and (max-width: 640px) {
.stories .storyentry img{
	width: 90%;
	margin: 20px auto;
	}
	}

.stories .storyentry p.name{
	line-height: 1.4em;
	font-size: 1.9em;
	letter-spacing: 0em;
	}

.stories .storyentry p.status{
	margin-top: .7em;
	line-height: 1.5em;
	font-size: 1em;
	}

.stories .storyentry p.word{
	margin-top: 2em;
	font-size: 1.1em;
	line-height: 2.2em;
	}
@media screen and (max-width: 640px) {
.stories .storyentry p.word{
	font-size: 1.1em;
	line-height: 2em;
	}
	}

.stories .storyentry .me{
	margin: 70px auto 0;
	height: 17px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/me.svg);
	background-size: contain;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .me{
	margin: 50px auto 0;
	}
	}



/*================================

block

================================*/

.stories .storyentry .block{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 3em 0;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block{
	padding: 2em 0 1em;
	}
	}

.stories .storyentry .block h3{
	display: inline;
	color: #ff6c6c;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 0em;
	background-image: linear-gradient(transparent 50%, rgba(255, 108, 108, .2) 50%);
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block h3{
	line-height: 1.6em;
	}
	}

.stories .storyentry .block p{
	padding-top: 3em;
	font-size: 1em;
	line-height: 2.5em;
	font-weight: 400;
	letter-spacing: 0em;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block p{
	padding-top: 2em;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
	}
	}

/*== vol1 illust ==*/

.stories .storyentry .block img.vol1_1{
	position: absolute;
	width: 150px;
	height: auto;
	bottom: -50px;
	left: 5%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol1_1{
	position: relative;
	width: 40%;
	height: auto;
	bottom: auto;
	left: auto;
	z-index: 0;
	padding-top: 10px;
	margin-left: 25%;
	}
	}

.stories .storyentry .block img.vol1_2{
	position: relative;
	width: 250px;
	height: auto;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol1_2{
	position: relative;
	width: 76%;
	height: auto;
	}
	}

.stories .storyentry .block img.vol1_3{
	position: absolute;
	width: 150px;
	height: auto;
	bottom: -50px;
	right: 8%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol1_3{
	position: relative;
	width: 50%;
	height: auto;
	bottom: auto;
	right: auto;
	z-index: 0;
	padding-top: 10px;
	margin-right: 10%;
	}
	}

/*== vol2 illust ==*/

.stories .storyentry .block img.vol2_1{
	position: absolute;
	width: 180px;
	height: auto;
	top: 30px;
	right: 7%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol2_1{
	position: relative;
	width: 55%;
	height: auto;
	top: auto;
	right: auto;
	z-index: 0;
	padding-top: 10px;
	margin-right: 10%;
	}
	}

.stories .storyentry .block img.vol2_2{
	position: absolute;
	width: 210px;
	height: auto;
	bottom: -160px;
	left: 3%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol2_2{
	position: relative;
	width: 60%;
	height: auto;
	bottom: auto;
	left: auto;
	z-index: 0;
	padding-top: 10px;
	margin-left: 12%;
	}
	}

.stories .storyentry .block img.vol2_3{
	position: absolute;
	width: 180px;
	height: auto;
	top: 160px;
	right: 3%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol2_3{
	position: relative;
	width: 60%;
	height: auto;
	top: auto;
	right: auto;
	z-index: 0;
	padding: 10px 0;
	margin-right: 20%;
	}
	}

.stories .storyentry .block img.vol2_4{
	position: relative;
	width: 50%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol2_4{
	width: 100%;
	height: auto;
	}
	}

/*== vol3 illust ==*/

.stories .storyentry .block img.vol3_1{
	position: absolute;
	width: 140px;
	height: auto;
	bottom: 10px;
	right: 3%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol3_1{
	position: relative;
	width: 50%;
	height: auto;
	bottom: auto;
	right: auto;
	z-index: 0;
	padding: 10px 0;
	margin-right: 20%;
	}
	}

.stories .storyentry .block img.vol3_2{
	position: absolute;
	width: 160px;
	height: auto;
	top: 140px;
	left: 5%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol3_2{
	position: relative;
	width: 50%;
	height: auto;
	top: auto;
	left: auto;
	z-index: 0;
	padding: 10px 0;
	margin-left: 20%;
	}
	}

.stories .storyentry .block img.vol3_3{
	position: relative;
	width: 30%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol3_3{
	width: 80%;
	height: auto;
	}
	}

.stories .storyentry .block img.vol3_4{
	position: absolute;
	width: 150px;
	height: auto;
	bottom: -20px;
	right: 12%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol3_4{
	position: relative;
	width: 50%;
	height: auto;
	bottom: auto;
	right: auto;
	z-index: 0;
	padding-top: 10px;
	margin-right: 10%;
	}
	}

/*== vol4 illust ==*/

.stories .storyentry .block img.vol4_1{
	position: relative;
	width: 40%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol4_1{
	width: 90%;
	height: auto;
	}
	}

.stories .storyentry .block img.vol4_2{
	position: absolute;
	width: 180px;
	height: auto;
	bottom: 20px;
	right: 2%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol4_2{
	position: relative;
	width: 60%;
	height: auto;
	bottom: auto;
	right: auto;
	z-index: 0;
	padding: 10px 0;
	margin-right: 20%;
	}
	}

.stories .storyentry .block img.vol4_3{
	position: absolute;
	width: 200px;
	height: auto;
	bottom: -130px;
	left: 8%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol4_3{
	position: relative;
	width: 70%;
	height: auto;
	bottom: auto;
	left: auto;
	z-index: 0;
	padding: 10px 0;
	}
	}

.stories .storyentry .block img.vol4_4{
	position: relative;
	width: 50%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol4_4{
	width: 100%;
	height: auto;
	}
	}


/*== vol5 illust ==*/

.stories .storyentry .block img.vol5_1{
	position: absolute;
	width: 180px;
	height: auto;
	bottom: 160px;
	right: 3%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol5_1{
	position: relative;
	width: 60%;
	height: auto;
	bottom: auto;
	right: auto;
	z-index: 0;
	padding: 10px 0;
	margin-right: 20%;
	}
	}

.stories .storyentry .block img.vol5_2{
	position: relative;
	width: 30%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol5_2{
	width: 80%;
	height: auto;
	}
	}

.stories .storyentry .block img.vol5_3{
	position: absolute;
	width: 160px;
	height: auto;
	bottom: -60px;
	left: 12%;
	z-index: -1;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol5_3{
	position: relative;
	width: 50%;
	height: auto;
	bottom: auto;
	left: auto;
	z-index: 0;
	padding: 10px 0;
	margin-left: 20%;
	}
	}

.stories .storyentry .block img.vol5_4{
	position: relative;
	width: 45%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.stories .storyentry .block img.vol5_4{
	width: 100%;
	height: auto;
	}
	}



/*================================

prof

================================*/

.prof{
	position: relative;
	width: 70%;
	height: auto;
	margin: 100px auto 0;
	padding: 0 0 40px 0;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.prof{
	position: relative;
	width: 86%;
	text-align: left;
	margin: 40px auto 0;
	padding: 30px 0;
	}
	}

.prof p{
	line-height: 1.8em;
	}

.prof p a{
	color: #ff6c6c;
	}


/*================================

share

================================*/

.share{
	position: relative;
	width: 30%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
@media screen and (max-width: 640px) {
.share{
	position: relative;
	width: 86%;
	padding: 30px 0;
	}
	}

.share p{
	margin-bottom: 3em;
	line-height: 1em;
	font-size: .8em;
	letter-spacing: .05em;
	}
@media screen and (max-width: 640px) {
.share p{
	margin-bottom: 2em;
	}
	}

.share a{
	margin-left: 5px;
	margin-right: 5px;
	}

.share a img{
	width: 30px;
	height: auto;
	}


/*================================

storylist

================================*/

.storylist{
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
.storylist:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.storylist{
	width: 90%;
	}
	}

.storylist p.more{
	padding-top: 2em;
	color: #ff6c6c;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 300;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
.storylist p.more{
	padding-top: 1.5em;
	padding-bottom: .5em;
	font-size: 1.5em;
	letter-spacing: .05em;
	}
	}

.storylist .one{
	position: relative;
	float: left;
	width: 20%;
	height: auto;
	margin: 50px auto 0;
	}
.storylist .one:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.storylist .one{
	float: none;
	width: 100%;
	margin: 20px auto 0;
	display: table;
	vertical-align: middle;
	}
	}

.storylist .one .photo{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.storylist .one .photo{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	}
	}

.storylist .one .photo img{
	width: 85%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.storylist .one .photo img{
	width: 90%;
	}
	}

.storylist .one .alts{
	position: relative;
	width: 100%;
	height: auto;
	margin: 1em auto 0;
	}
@media screen and (max-width: 640px) {
.storylist .one .alts{
	width: 50%;
	margin: 0 auto 0;
	display: table-cell;
	vertical-align: middle;
	}
	}

.storylist .one .alts p{
	color: #ff6c6c;
	}

.storylist .one.comingsoon .alts p{
	color: #aaa;
	}

.storylist .one .alts p.vol{
	font-size: 1.1em;
	margin-bottom: .5em;
	font-weight: 300;
	}

.storylist .one .alts p.storytitle{
	display: inline;
	margin-top: 1em;
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: .05em;
	background-image: linear-gradient(transparent 50%, rgba(255, 108, 108, .2) 50%);
	}
@media screen and (max-width: 640px) {
.storylist .one .alts p.storytitle{
	font-size: 1.1em;
	letter-spacing: 0em;
	}
	}

.storylist .one.comingsoon .alts p.storytitle{
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 300;
	background-image: none;
	}
@media screen and (max-width: 640px) {
.storylist .one.comingsoon .alts p.storytitle{
	line-height: 1.5em;
	}
	}

.storylist .one.comingsoon .alts p.storytitle .small{
	line-height: 1em;
	font-size: .8em;
	}

.storylist .one .alts p.name{
	margin-top: 1.2em;
	line-height: 1.4em;
	font-size: 1.2em;
	letter-spacing: 0em;
	}
@media screen and (max-width: 640px) {
.storylist .one .alts p.name{
	font-size: 1.1em;
	margin-top: 1em;
	}
	}

.storylist .one .alts p.status{
	margin-top: .7em;
	line-height: 1.5em;
	font-size: .8em;
	}
@media screen and (max-width: 640px) {
.storylist .one .alts p.status{
	margin-top: .4em;
	}
	}