@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
}
div#containers div#container {
	padding:0;
  background: url(https://melonbooks.akamaized.net/special/fromagee/feature/2019/12/C97/portal_frm/images/a.png)
}
#containers_1300 {
  background: url(https://melonbooks.akamaized.net/special/fromagee/feature/2019/12/C97/portal_frm/images/content_bg2.png);
	margin: auto;
	padding:0 50px;
}

/* ==================　全ブロック共通　================== */
.sect_head {
	margin-bottom: 20px;
	padding: 7px 20px;
	color: #fff;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	text-shadow:-1px 1px 6px rgba(0,0,0,0.45),
              -2px 2px 1px rgba(0,0,0,0.6),
              0px 0px 6px rgba(0,0,0,0.7);
}
.sect_head.h_purple {background-color: #603476;}
.sect_head.h_orange {background-color:#ff7600;}
.sect_head.h_pink {background-color: #ef3e67;}
.sect_head.h_blue {background-color: #1b305f;}
.sect_head.h_green {background-color: #306600;}
.sect_head.h_red {background-color: #d9333f;}

.titleimg {
	margin: 0;
  text-align: left;
}
.titleimg_big {margin: 0 20px ;}
.notenone {margin: -20px 0 0}
.contentbox {margin: 0px auto 20px;}
.contentbox img {max-width: 100%;}
.textbox {margin: 10px 30px;}
.textbox p {margin: 10px 0;}

/* ==================　各ブロックアイテム　================== */
#header_area {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
#header_area img {
	width: 100%;
}
ul,li {margin:0;padding:0}
ul.l_menu {
	text-align: center;
	margin: 0 auto ;
}
ul.l_menu li {
	display: inline-block;font-size: 0;
	width: 630px;
	margin: 5px;
	border: 2px solid #d9333f;
	overflow: hidden
}
ul.l_menu li.bnr_3 {
	width: 414px;
}
ul.l_menu li.bnr_4 {
	width: 306px;
}
ul.l_menu img {
	width: 100%;
	transition: .3s ease-in-out;
	transform: scale(1.0);
}
ul.l_menu img:hover {
  transform: scale(1.1);
}

/* -- 新着作品 -- */
#s_navi {
	z-index: 100;
	background-color:#853344;
}
#s_navi .s_menu {
	padding-left: 10px;
	margin: auto;
	outline:none;
	text-transform: inherit;
	transition: color 1s;
}
#s_navi .s_menu li {
	display:inline-block;
	font-size: 0;
}
#s_navi .s_menu a {
	display: inline-block;
	width:210px;
	color:#fff;
	text-decoration:none;
	*font-family: 'Noto Sans JP', 'Archivo Black', sans-serif;
	font-size:20px;
	font-weight:900;
	text-align:center;
	line-height: 55px;
}
#s_navi .s_menu a:hover {
	color:#853344;
	font-weight:900;
}

#s_navi .s_menu li a:hover{
	animation: halftone 1s forwards;
	background: radial-gradient(circle, white 0.2em, transparent 0.25em) 0 0 / 1.25em 1.25em
						, radial-gradient(circle, white 0.2em, transparent 0.25em) 6.25em 6.25em / 1.25em 1.25em;
	filter: hue-rotate(360deg);
}
@keyframes halftone {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}
ul.c_wrap {
display: flex;flex-flow: nowrap;
}
.ippan,
.seinen{
margin:0;font-size: 18px;
}
.ippan {
  width: 216px;
  /*background-color: deepskyblue;*/
  background: #4439b3;
  *margin-left: -4px;
}
.seinen {
  width: 217px;
  /*background-color:hotpink;*/
  background: #9c1a33;
  *margin-right: -4px;
}
.ippan a,
.seinen a{
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
  transition: .2s ease-in-out;
}
.ippan a:hover{
 color: #4439b3;background-color: #fff;
}
.seinen a:hover{
color: #9c1a33;background-color: #fff;
}




/*
タブ配分

		予約開始作品
			tabset
			.tab01,.tab02,.tab03
			#tabcontent1,#tabcontent2,#tabcontent3

		予約ランキング
			tabset3
			.tab21,.tab22
			#tabcontent21,#tabcontent22

		日程別作品
			tabset2
			.tab11,.tab12,tab13
			#tabcontent11,#tabcontent12,#tabcontent13

		メロン専売
			ul

*/

.tabbox{
	position:relative;
	text-align: center;
	*background-color: #6B6B6B;
	font-size: 0
}
.tabbox input{ display: none; }

.tabcontent {
    display: none;
	  /*width:1260px; */
    margin:0 auto 15px;
		padding: 5px 20px;
    position: relative;
		font-weight: bold;
    z-index: 0;
	*box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.7);
}
.tabcontent_c {
	border: 2px solid #636a7f;
	padding: 0;
}

.tab01,
.tab02,
.tab03{
  display: inline-block;
	width: 435px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 15px 0;
	margin: 0 -2px;
	font-size: 20px;
  font-weight: bold;
  color: black;
  background-color: #fff;
	text-align: center;
	transition: .3s ease-in-out;
 }
.tab01 {
	margin-right: -4px;
}
.tab03 {
	margin-left: -3px;
}
.tab01:hover {
	color: #fff;
	background-color:#636a7f;
	cursor: pointer;
}
.tab02:hover {
	color: #fff;
	background-color:slateblue;
	cursor: pointer;
}
.tab03:hover {
	color: #fff;
	background-color:red;
	cursor: pointer;
}
input:checked + .tab01 {
	color: #fff;
	background-color:#636a7f;
	position: relative;
	z-index: 10;
}
input:checked + .tab02 {
	color: #fff;
	background-color:slateblue;
	position: relative;
	z-index: 10;
}
input:checked + .tab03 {
	color: #fff;
	background-color:red;
	position: relative;
	z-index: 10;
}
#tabcheck1:checked ~ #tabcontent1,
#tabcheck2:checked ~ #tabcontent2,
#tabcheck3:checked ~ #tabcontent3,
#tabcheck4:checked ~ #tabcontent4,
#tabcheck5:checked ~ #tabcontent5,
#tabcheck6:checked ~ #tabcontent6,
#tabcheck7:checked ~ #tabcontent7,
#tabcheck8:checked ~ #tabcontent8,
#tabcheck9:checked ~ #tabcontent9,
#tabcheck10:checked ~ #tabcontent10,
#tabcheck11:checked ~ #tabcontent11,
#tabcheck12:checked ~ #tabcontent12,
#tabcheck13:checked ~ #tabcontent13,
#tabcheck14:checked ~ #tabcontent14,
#tabcheck21:checked ~ #tabcontent21,
#tabcheck22:checked ~ #tabcontent22 { display: block; }

.tabbox #tabcontent1 {
	background-color:#B7D0A9;
	color: orangered;
}
.tabbox #tabcontent2 {
	background-color:#A8C0E5;
	color:red;
}
.tabbox #tabcontent3 {
	background-color:#F7BABB;
	color: #0D4B86;
}
/* --- 予約開始 --- */
ul.list_title_02 {
	width: 1000px;
	margin: 20px auto;
	font-size: 20px;
	text-align: left;
}
.list_title h3:before,
.list_title_02 h3:before {
	content: "■";
	font-size: 20px;
	padding-right: 0.5em;
}
.list_date li{
	display: inline-block;
	width: 130px;
	font-size: 18px;
}
.list_date li:before {
	content: "?";
	font-size: 18px;
	padding-right: 0.5em;
}


/* --- 日程別検索/ランキング --- */

.tab11,
.tab12,
.tab13,
.tab21,
.tab22{
  display: inline-block;
	width: 323px;
  border-top: 2px solid #636a7f;
  border-left: 2px solid #636a7f;
  padding: 5px 0;
	font-size: 20px;
  font-weight: bold;
  color: #5c1c8d;
  background-color: #fff;
	text-align: center;
	transition: .3s ease-in-out;
 }
.tab11 {
	width: 321px;
}
.tab13 {
	border-right: 2px solid #636a7f;
}
.tab11:hover,
.tab12:hover,
.tab13:hover,
.tab21:hover,
.tab22:hover{
	color: #fff;
	background-color:#636a7f;
	cursor: pointer;
}

input:checked + .tab11,
input:checked + .tab12,
input:checked + .tab13,
input:checked + .tab21,
input:checked + .tab22{
	color: #fff;
	background-color:#636a7f;
	position: relative;
	z-index: 10;
}
#tabcontent11,
#tabcontent12,
#tabcontent13,
#tabcontent14,
#tabcontent21,
#tabcontent22{
 display: none;
}


/* --- ランキング --- */

.tab21,
.tab22{
	width: 646px;
  border-right: 2px solid #636a7f;
 }


/* --- メロン専売 --- */
ul.title {
	text-align: center
}
ul.title li {
	display: inline-block; width: 431px;
	border-top: 2px solid #636a7f;
  border-left: 2px solid #636a7f;
}
ul.title li:last-of-type {
	width: 430px;
	border-right: 2px solid #636a7f;
}
ul.title li a {
	display: block;
	font-size: 20px;
  font-weight: bold;
  color: #5c1c8d;
  background-color: #fff;
	text-align: center;
	text-decoration: none;
  padding: 5px 0;
	transition: .2s ease-in-out;
}
ul.title li a:hover {
  color: #fff;
  background-color: #636a7f;
}
ul.elements {
	border: 2px solid #636a7f;
	text-align: center
}
.senbai .dojinshi a:hover {background: #1730ad;}
.senbai .soft a:hover {background: slateblue;}
.senbai .item a:hover {background: red;}


/* ==================　C95ピックアップジャンル　================== */
#pickupgenre {
  padding: 50px 0
}
.grid_g_container{
	text-align: center;
	margin: 0 auto ;
}
.grid_g{
  display: inline-block;
	font-size: 0;
  margin:5px 1px;
  width: 240px;
  border: solid 1px #6A6A6A;
  overflow: hidden;
  vertical-align: top;
}
.grid_g .imgholder,
.grid_g .imgholder_m{
  display: block;
  position: relative;
  height: 310px;
}
.grid_g .imgholder img,
.grid_g .imgholder_m img{
  width: 100%;
	vertical-align: top;
	transition: .3s ease-in-out;
  transform: scale(1.0);
}
.grid_g .imgholder img:hover,
.grid_g .imgholder_m img:hover{
  transform: scale(1.2);
}
.imgholder figcaption,
.imgholder_m figcaption{
	width:240px;
	min-width:190px;
	height:20px;
	background-color:rgba(0,0,0,0.7);
	color: #FFF;
	font-size: 14px;
	position: absolute;left: 0;bottom: 0;
	text-align:left;
	word-break:break-all;
	margin:0 ;
	padding: 10px 5px;
}
.imgholder figcaption {
    bottom: 40px;
}
.imgholder a figcaption,
.imgholder_m a figcaption{
	color: #fff;
	text-decoration: none;
	transition: .3s ease-in-out;
	}
.imgholder a:hover figcaption,
.imgholder_m a:hover figcaption{
  background-color:rgba(255,118,0,.75);
	text-decoration: underline;
}
.blue_btn , .red_area , .orange_area {
	display: inline-block;
	font-size: 0;
	width:80px;
	height:40px;
	position: absolute;bottom: 0;left: 0;
}
.red_area {
	left: 80px;
}
.orange_area {
	left: 160px;
}
.blue_btn a , .red_area a , .orange_area a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	line-height: 20px;
	word-break:break-all;
	background-color:#fff;
	margin:0 ;
  padding: 10px 5px;
	transition: .3s ease-in-out;
}
.blue_btn a {
	color: rgba(68,57,179,1.0);
  border-left: rgba(68,57,179,1.0) solid 10px;
 }
.blue_btn a:hover {
  color: #fff;
  border-left: #fff solid 10px;
  background-color:rgba(68,57,179,0.7);
}
.red_area a{
  color: rgba(156,26,51,1.0);
	border-left: rgba(156,26,51,1.0) solid 10px;
}
.red_area a:hover{
  color: #fff;
  border-left: #fff solid 10px;
  background-color:rgba(156,26,51,0.7);
}
.orange_area a{
  color: rgba(253,157,49,1.0);
	border-left: rgba(253,157,49,1.0) solid 10px;
}	
.orange_area a:hover{
  color: #fff;
  border-left: #fff solid 10px;
  background-color:rgba(253,157,49,0.7);
}

/* ==================　pagetop & more　================== */

#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
  width: 140px;
  background: url(https://melonbooks.akamaized.net/special/comicmarket/c96/portal/images/pagetop.png) no-repeat;
  background-size: 140px;
	z-index: 9999;
}
#pagetop a {
	width: 100%;
  opacity: 0;
  transition: .3s ease-in-out;
}
#pagetop a:hover {
  opacity: 1
}

.more {
	width: 300px;
	margin:10px 0 20px auto;
  text-align:right;
  background: url(https://melonbooks.akamaized.net/special/fromagee/feature/2019/12/C97/portal_frm/images/more_frm.jpg) no-repeat;
  background-size: 300px;
}
.more img {
	width: 100%;
  opacity: 1;
  transition: .3s ease-in-out;
}
.more img:hover {
	opacity: 0;
}
#container a[title*="もっと見る"] {
	display: none;
}

.grid_f {
  display: inline-block;
	font-size: 0;
  margin:5px 1px;
  width: 240px;
  height: 40px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.grid_g figcaption,
.grid_f figcaption{
	width:240px;
	min-width:190px;
	height:20px;
	background-color:rgba(0,0,0,0.7);
	color: #FFF;
	font-size: 14px;
	position: absolute;
	text-align:left;
	left: 0;bottom: 0;
	word-break:break-all;
	margin:0 ;
	padding: 10px 5px;
}

.grid_g a figcaption,
.grid_f a figcaption{
	color: #fff;
	text-decoration: none;
	transition: .4s ease-in-out;
	}


.grid_g a:hover figcaption,
.grid_f a:hover figcaption{
  background-color:rgba(68,57,179,0.7);
	text-decoration: underline;
}
.grid_g figcaption {
    bottom: 40px;
}
