/*-----------------------------------------------
 title
-----------------------------------------------*/
#title{
	position: relative;
	z-index: 10;
	height: 274px;
	margin-bottom: 42px;
	background: rgba(255,183,229,0.8);
}
#title .inner{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#title .inner h1{
	overflow: hidden;
	text-align: center;
}
@media only screen and (max-width: 640px) {
	#title{
		height: auto;
		margin-bottom: 7.188vw;
		background: none;
	}
	#title .inner{
		width: auto;
	}
	#title .inner h1{
		position: static;
		background: none;
		padding-top: 0;
	}
	#title .inner h1 img{
		width: 100%;
	}
}

/*-----------------------------------------------
 content
-----------------------------------------------*/
#content{
	width: 1000px;
	min-height: 1200px;
	margin: 0 auto;
	padding: 0;
}
#content .read {
	width:900px;
	margin:0 auto 38px;
	font-size:18px;
	line-height:1.44;
}
.timeline{
	position: relative;
	z-index: 10;
}
.timeline li {
	min-height: 1px;
	padding-bottom: 20px;
	background-repeat: repeat-y;
	background-position: 169px top;
	position:relative;
	display:flex;
	}
.timeline li::after {
	content:"";
	position: absolute;
	top: 54px;
	bottom: 0;
	width: 2px;
	background: #000;
	left: 0;
	height:calc(100% - 54px);
}
	.timeline li a{
		text-decoration: underline;
	}
	.timeline li a:hover{
		text-decoration: none;
	}
.timeline time {
	display: block;
	font-size: 50.43px;
	line-height: 1;
	font-family :	YuMincho,'Yu Mincho',	serif;
	padding:0 21px 0 30px;
	margin:-7px 9px 0 0;
	position:relative;
	letter-spacing:-0.04em;
}
.timeline time::before,.timeline time::after {
	content:"";
	position:absolute;
	display:block;
}
.timeline time::before {
	left: -11px;
	top: 27px;
	width:32px;
	height:24px;
}
.timeline time::after {
	width:16px;
	height:8px;
	top:85px;
	right:0;
}
.novels time::before {
	background:url(../img/history/novels_icon.png) no-repeat;
	background-size:contain;
}
.novels time::after {
	background:#f274d1;
}
.comics time::before {
	background:url(../img/history/comics_icon.png) no-repeat;
	background-size:contain;
}
.comics time::after {
	background:#00c8ff;
}
.others time::before {
	background:url(../img/history/others_icon.png) no-repeat;
	background-size:contain;
}
.others time::after {
	background:#5ea7fe;
}
.animation time::before {
	background:url(../img/history/animation_icon.png) no-repeat;
	background-size:contain;
}
.animation time::after {
	background:#ff9500;
}
.game time::before {
	background:url(../img/history/game_icon.png) no-repeat;
	background-size:contain;
}
.game time::after {
	background:#86e815;
}
.timeline article {
	position:relative;
	padding:30px;
	background-color:rgba(255,255,255,0.8);
	overflow:hidden;
	width:100%;
  border-style: solid;
  border-width: 2px;
  background-position:top left,bottom right,right bottom;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-size:8px 8px,8px 8px,auto;
}
.timeline article::after{
  content: '';
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  position: absolute;
  top: 8px;
  left: 8px;
  border-style: solid;
  border-width: 1px;
}
.timeline article.nobg{
  background-position:top left,bottom right;
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-size:8px 8px,8px 8px;
}
.novels article,.novels article::after {
	border-color: #f274d1;
}
.novels article img{
	border: 1px solid #f274d1;
}
.comics article,.comics article::after {
	border-color:#00c8ff;
}
.comics article img{
	border: 1px solid #00c8ff;
}
.others article,.others article::after {
	border-color:#5ea7fe;
}
.others article img{
	border: 1px solid #5ea7fe;
}
.animation article,.animation article::after {
	border-color:#ff9500;
}
.animation article img{
	border: 1px solid #ff9500;
}
.game article,.game article::after {
	border-color:#86e815;
}
.game article img{
	border: 1px solid #86e815;
}
.novels article.bg01 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg01.png);
}
.novels article.bg02 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg02.png);
}
.novels article.bg03 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg03.png);
}
.novels article.bg04 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg04.png);
}
.novels article.bg05 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg05.png);
}
.novels article.bg06 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg06.png);
}
.novels article.bg07 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg07.png);
}
.novels article.bg08 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg08.png);
}
.novels article.bg09 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg09.png);
}
.novels article.bg10 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg10.png);
}
.novels article.bg11 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg11.png);
}
.novels article.bg12 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg12.png);
}
.novels article.bg13 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg13.png);
}
.novels article.bg14 {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png),url(../img/history/novels_image_bg14.png);
}
.novels article.nobg {
	background-image:url(../img/history/novels_bg.png),url(../img/history/novels_bg.png);
}
.comics article.bg01 {
	background-image:url(../img/history/comics_bg.png),url(../img/history/comics_bg.png),url(../img/history/comics_image_bg01.png);
}
.comics article.bg02 {
	background-image:url(../img/history/comics_bg.png),url(../img/history/comics_bg.png),url(../img/history/comics_image_bg02.png);
}
.comics article.bg03 {
	background-image:url(../img/history/comics_bg.png),url(../img/history/comics_bg.png),url(../img/history/comics_image_bg03.png);
}
.comics article.nobg {
	background-image:url(../img/history/comics_bg.png),url(../img/history/comics_bg.png);
  background-position:top left,bottom right;
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-size:8px 8px,8px 8px;
}
.others article.bg01 {
	background-image:url(../img/history/others_bg.png),url(../img/history/others_bg.png),url(../img/history/others_image_bg01.png);
}
.others article.bg02 {
	background-image:url(../img/history/others_bg.png),url(../img/history/others_bg.png),url(../img/history/others_image_bg02.png);
}
.others article.bg03 {
	background-image:url(../img/history/others_bg.png),url(../img/history/others_bg.png),url(../img/history/others_image_bg03.png);
}
.others article.nobg {
	background-image:url(../img/history/others_bg.png),url(../img/history/others_bg.png);
}
.animation article.bg01 {
	background-image:url(../img/history/animation_bg.png),url(../img/history/animation_bg.png),url(../img/history/animation_image_bg01.png);
}
.animation article.bg02 {
	background-image:url(../img/history/animation_bg.png),url(../img/history/animation_bg.png),url(../img/history/animation_image_bg02.png);
}
.animation article.nobg {
	background-image:url(../img/history/animation_bg.png),url(../img/history/animation_bg.png);
}
.game article.bg01 {
	background-image:url(../img/history/game_bg.png),url(../img/history/game_bg.png),url(../img/history/game_image_bg01.png);
}
.game article.nobg {
	background-image:url(../img/history/game_bg.png),url(../img/history/game_bg.png);
}
.timeline article figure {
	display:flex;
}

.timeline article figure a {
	z-index:1;
	position:relative;
	cursor: pointer;
}
.timeline article figure img {
	margin-right:23px;
	height: 100%;
}
.timeline time span {
	font-size: 20px;
	display: inline-block;
	font-family :	MyYuGothicM,	YuGothic,	sans-serif;
}
.timeline .category {
	color:#fff;
	font-family: YuMincho,'Yu Mincho', serif;
	font-size:33px;
	line-height:1em;
	padding:2px 20px;
	display:inline-block;
	margin:19px 0 0;
}
.novels .category {
	background-color:#f274d1;
}
.point{
	position: relative;
	display: inline-block;
	border: 1px solid #d0a81d;
	padding: 30px 20px;
	background: #FFF;
	box-sizing: border-box;
}
.point::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 10%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
	z-index: 2;
}
.point:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 10%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #d0a81d;
  z-index: 1;
}
.point .category {
	background-color:#d0a81d;
	margin-top: 0;
	font-size: 28px;
}
.point .category span {
	font-size:16px;
	vertical-align:bottom;
}
.timeline .point .note{
  padding: 10px 0 0 0;
}
.timeline .point .note li{
  font-size: 20px;
  padding: 10px 0 0;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
.timeline .point .note li::before{
  content:"◆";
  margin-right: 3px;
  font-size: 12px;
  vertical-align: text-bottom;
  color: #d0a81d;
}
.timeline .point .note li::after{
  content: "準備中";
  font-size: 10px;
  font-family: MyYuGothicM,	YuGothic,	sans-serif;
  color: #fff;
  background: #000;
  padding: 4px 8px;
  border-radius: 2rem;
  position: inherit;
  top:inherit;
  left: inherit;
  bottom:inherit;
  width: auto;
  height: auto;
  vertical-align: text-bottom;
  display: inline-block;
  margin-left: 8px;
}
.timeline .point .note li.new::after{
  content: "NEW";
  font-weight: bold;
  color: #000;
  background: #d0a81d;
}
.timeline .point .note li.old::after{
	content:none;
  }
.comics .category {
	background-color:#00c8ff;
}
.others .category {
	background-color:#5ea7fe;
}
.animation .category {
	background-color:#ff9500;
}
.game .category {
	background-color:#86e815;
}
.timeline .note {
	position: relative;
	box-sizing: border-box;
	padding: 30px 10px 30px 0;
	line-height:1.45;
	font-size: 24px;
	font-weight: 500;
	font-family: YuMincho,'Yu Mincho', serif;
	line-break: anywhere;
}
.timeline .note strong{
	font-weight: 500;
	text-decoration:underline;
}
.others article img.right_img {
    position: absolute;
    top: 50px;
    right: 50px;
		border: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

@media only screen and (max-width: 640px) {
	#content{
		width: auto;
		padding: 0 3.125vw 4.219vw;
	}
	#content .read {
		width:auto;
		margin:0 0 5.469vw;
		font-size:3.438vw;
		line-height:1.27;
	}
	.timeline time{
		font-size:7.88vw;
		float: none;
    width: auto;
    margin: -4.688vw 0 2.344vw 7.813vw;
		padding: 0 3.281vw 0 4.688vw;
    text-align: left;
}
	.timeline time span {
		font-size:3.125vw;
	}
	.timeline time::before {
		left: -1.719vw;
    top:4.219vw;
    width:5vw;
    height: 3.75vw;
	}
	.timeline .note{
		float: none;
		width: auto;
		margin-right: 0;
		padding: 4.688vw 0;
		font-size: 3.75vw;
	}
	.timeline li{
		background: none;
		display:block;
		padding-bottom:6.25vw;
	}
	.timeline li::after {
		left:7.813vw;
		z-index:-1;
		top:8.438vw;
		height: calc(100% - 10.625vw);
	}
	
	.timeline article {
		width:100%;
		padding: 8.125vw 6.25vw 2.188vw;
		box-sizing: border-box;
		background-size:8px 8px,8px 8px,contain;
	}
.timeline time::after {
    width: 2.5vw;
    height: 1.25vw;
    top: 13.281vw;
    right: auto;
		left:23.438vw;
}
.timeline article figure {
	display:inherit;
	text-align: center;
}
.timeline article figure img {
	margin:0 auto;
	width:46.875vw;
}
.timeline article figure figcaption {
	margin:2.188vw 0;
	text-align: left;
}
.timeline .category {
	font-size:5.156vw;
	line-height:1em;
	padding:0.5vw 3.125vw;
	margin-top:2.969vw;
}
.timeline .category span{
	font-size: 3vw;
}
.point{
	margin-top: 4vw;
	margin-bottom: 4vw;
	padding: 3vw;
}
.timeline .point .note{
  padding: 10px 0 0 0;
}
.timeline .point .note li{
  font-size: 3.3vw;
  padding: 2vw 0 0;
}
.timeline .point .note li::before{
  font-size: 2vw;
}
.timeline .point .note li::after{
  font-size: 2vw;
  z-index: inherit;
  vertical-align: bottom;
    padding: 2px 8px;
}
.timeline article > .category {
	margin-top:0;
}
.debyu25 article {
	padding-bottom:12.188vw;
}
.right_img {
	width:27.969vw;
	top: 18.75vw;
	right: 5vw;
}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/*-----------------------------------------------
 modal
-------------------------------------------------*/
.modal {
  display: none;
  z-index: 110;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh; }

.modal-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background:#ffb7e5; }

.modal-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: absolute;
  overflow-y: scroll; }

.modal-content.modal-txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  margin: 0; }

.modal-content::-webkit-scrollbar {
  display: none; }

.modal-content .js-modal-close {
  width: 100%;
	max-width:1000px;
  margin: 20px auto 10px;
  text-align: right;
  cursor: pointer; }

.modal-content .js-modal-close img {
  width: 24px; }

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%; }
@media only screen and (max-width: 640px) {	
	/*-----------------------------------------------
 modal
-------------------------------------------------*/
  .modal-content {
    width: 90vw;
    top: 0vw; }

  .modal-content img {
    width: 100%;
    margin-bottom: 5%;}

  .modal-content .js-modal-close {
    margin: 3vw 0 2vw 0; }

  .modal-content .js-modal-close img {
    width: 4vw;
    margin-bottom: 0; }

	}
