@charset "utf-8";


#contents-area .w1120 {
	text-align: center;
}
#contents-area .w1120 {
	max-width:1120px;
	margin:0 auto;
	/* text-align:left;
	padding-bottom:60px; */
}
#contents-area .w800 {
	max-width:800px;
	margin:0 auto;
	padding: 40px 0;
	text-align:left;
}
#contents-area.subtitle-area  .w800 {
	max-width:828px;
	padding: 40px 14px;
}
#contents-area.rank-area section:first-child,
#contents-area.syllabary-area section:first-child{
	margin-top: 30px !important;
}
#contents-area.manga-area section:first-child{
	margin-top: 20px !important;
}
#contents-area.manga-area section.repesentative_section--first{
	margin-top: 50px !important;
}
#contents-area.manga-area2 section:first-child{
	margin-top: 30px !important;
}
#contents-area p {
	margin-top:30px;
}

.manga_logo{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.manga_logo img{
	max-width: 100%;
}

.manga_logo .serise {
	color: #5a5a5a;
    font-size: 18px;
	margin-top: 10px !important;
}

.manga_main_img{
	border: 1px solid #b9b9b9;
	margin-bottom: 20px;
}

.manga_main_img img{
	width: 100%;
}

.manga_main_img2{
	border: 1px solid #b9b9b9;
}

.manga_main_img2 img{
	width: 100%;
}

.manga_main_img2-repesentative{
	margin-bottom: 60px;
}

#contents-area p.cap{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: right;
}

.social_frame{
	position: relative;
	margin-bottom: 40px;
}

.social_frame--repesentative{
	margin-bottom: 30px;
}

.socail{
	width: 210px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 6px;
}

.social_frame .red_tit{
	width: 60%;
	margin: 0 auto;
}

.social_frame .red_tit span.small{
	font-size: 0.75em;
	display: inline-block;
}

.mangamenu{
	display: flex;
	justify-content: center;
}

.mangamenu_item{
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.mangamenu_item::before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #bebebe;
	position: absolute;
	left: 0;
	top: 0;
}

.mangamenu_item:nth-of-type(1)::before{
	content: none;
}

.mangamenu_item a{
	display: block;
	text-align: center;
	color: #a0a0a0;
	font-family: 'Rounded Mplus 1c';
	position: relative;
	padding-bottom: 8px;
	font-size: 13px;
}

.mangamenu_item a:hover {
	color:#000000;
	font-size: 15px;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition:.15s;
	text-decoration:none;
}

.mangamenu_item a::after{
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color:  transparent transparent #b0b0b0 #b0b0b0;
	transform: rotate(-45deg);
	position: absolute;
	left: calc(50% - 5px);
	bottom: 1px;
	transition:.15s;
}

.mangamenu_item a:hover::after{
	border-color:  transparent transparent #000 #000;
	transition:.15s;
}

.commentary {
    letter-spacing: 17px;
}

.bg_kaisetsu{
	padding-bottom: 130px;
	background-image: url(../img/08.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

#contents-area .bg_kaisetsu + .w1120{
	margin-top: -70px;
}

.bg_blue{
	margin-top: 80px;
	padding: 40px 0;
	background: #e6ebf0;
}

.main_tit.syoseki{
	text-align: left;
	position: relative;
	display: block;
	margin-bottom: 0;
}

.main_tit.syoseki span{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 13px;
	line-height: 1.4;
	color: #000;
}


.cl2{
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 35px;
}

.cl2.reverse{
	flex-direction: row-reverse;
}

.cl2.align-c{
	align-items: center;
}


.cl2 .pho{
	width: 500px;
}

.cl2 .pho img,
.pho.sp_on img{
	width: 100%;
	border: 1px solid #b9b9b9;
}

.cl2 .txt{
	width: 590px;
	margin-left: 30px;
	text-align: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cl2.align-c .txt{
	margin-bottom: 60px;
	padding-bottom: 0 !important;
}

.cl2 .txt--textbreak-top{
	padding-top: 30px;
	position: relative;
}

.cl2 .txt--textbreak-top::before{
	content: "";
	background-image: url(../img/textbreak.png);
	background-size: 100% 100%;
	width: 132px;
	height: 6px;
	position: absolute;
	left: calc(50% - 66px);
	top: 0px;
}

.cl2 .txt.serise{
	color: #825a46;
	font-size: 18px;
	margin-top: 70px;
}

.cl2 .pho .cap,
.cl2 .txt .cap {
	font-size: 13px !important;
	margin-top: 5px !important;
	text-align: center !important;
}

section .cl2:nth-child(odd) .txt{
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 30px;
}

section .cl2:nth-child(odd) .pho + .txt,
section .cl2:nth-child(odd).reverse .txt{
	margin-left: 30px;
	padding-right: 0;
}s

section .cl2:nth-child(odd).reverse_2 .pho + .txt,
section .cl2:nth-child(odd).reverse_2 .txt{
	margin-left: 0;
	padding-right: 0;
}

section .cl2:nth-child(odd).reverse_2 .pho {
	margin-left: 30px;
	padding-right: 0;
}


section .cl2:nth-child(odd).reverse_2 .txt + .pho {
	margin-left: 0;
	padding-right: 30px;
}

section .cl2:nth-child(odd).reverse .pho .txt{
	margin-left: 0;
	padding-right: 30px;
}

section .cl2:nth-child(even) .txt{
	margin-left: 0;
	margin-right: 30px;
}
section .cl2.reverse_2:nth-child(even) .txt{
	margin-left: 30px;
	margin-right: 0;
}

section .cl2:nth-child(even) .pho + .txt{
	margin-left: 30px;
	margin-right: 0;
}

section .cl2:nth-child(even).reverse_2 .pho + .txt{
	margin-left: 0;
	margin-right: 30px;
}

section .cl2:nth-child(even) .txt.pho{
	margin-left: 0;
	margin-right: 0;
}

#contents-area .cl2 .txt p{
	margin-top: 0;
}

.cl2_2{
	margin-top: -180px;
}

.cl2_2 .txt{
	/* margin-top: 100px; */
	flex-direction: column;
    display: flex;
    justify-content: flex-end;
	margin-bottom: 25px;
}

@media screen and (max-width: 1120px) {
/*
	.cl2_2{
		margin-top: -20vw;
	}
	
	.cl2_2 .txt{
		margin-top: 20vw;
	}
*/
}

@media screen and (max-width: 769px) {
	.cl2_2 .txt{
		margin-top: 0;
	}
}

.pho_cl2{
	display: flex;
	justify-content: space-between;
}

.cl2_aic{
	align-items: center;
}
.story_text{
	font-size: 18px;
	color: #5a8296;
	padding-bottom: 85px;
	position: relative;
}

.story_text::before{
	content: "";
	background-image: url(../img/textbreak.png);
	background-size: 100% 100%;
	width: 132px;
	height: 6px;
	position: absolute;
	left: calc(50% - 66px);
	bottom: 39px;
}

.commentary_text{
	padding-bottom: 85px;
	position: relative;
}

.commentary_text::before{
	content: "";
	background-image: url(../img/textbreak.png);
	background-size: 100% 100%;
	width: 132px;
	height: 6px;
	position: absolute;
	left: calc(50% - 66px);
	bottom: 39px;
}

.sub_tit{
	color: #5a5a5a;
	font-weight: bold;
	margin-bottom: 5px;
}

p + .sub_tit{
	margin-top: 35px;
}

.txt_link{
	margin-top: 5px;
	display: inline-block;
}

/*
.cl5{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cl5 li{
	width: 210px;
}
*/

.cl5{
	width:100%;
	display: table;
}


.cl5 li{
	width: 224px;
	margin-top: 40px;
	text-align: left;
	float:left;
}

.cl5 li:nth-child(n+6){
	margin-top: 40px;
}

.cl5 li img{
	max-width: 100%;
	height: auto;
	width /***/:auto;

	box-shadow:0px 0px 5px 1px #bfbfbf;
}

.cl1{
	width: 590px;
	margin: 0 auto;
}

.cl1 p{
	text-align: left;
}

.sakuhin_subtit {
    font-family: 'Rounded Mplus 1c';
    font-weight: 100;
    color: #5a8296;
    display: flex;
    position: relative;
    margin-top: 60px;
}

.subtitle-area .sakuhin_subtit {
    margin-top: 30px;
}

.subtitle-area .sakuhin_subtit .inner {
	position: relative;
	width: 100%;
	max-width: 828px;
	margin: 0 auto 0;
	padding: 0 14px;
	display: flex;
}



.sakuhin_subtit::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	border-bottom: 1px solid #bdcdd5;
	z-index: -1;
}

.sakuhin_subtit h2{
	font-size: 40px;
	font-weight: 100;
	border: 1px solid #bdcdd5;
	padding: 20px 40px;
	background: #fff;
	margin-left: 100px;
}

.moredetail-area .sakuhin_subtit h2{
	display: block;
	width: 320px;
	height: 20px;
	margin: 0 auto;
}

.commentary{
	letter-spacing: 20px;
}

.sakuhin_subtit a{
	font-size: 24px;
	font-weight: 100;
	border: 1px solid #bdcdd5;
	margin: 0 auto;
	padding: 20px 40px;
	background: #fff;
	position: relative;
}

.subtitle-area .sakuhin_subtit a{
	margin: 0 0 0 auto;
}

.sakuhin_subtit a span{
	margin-left: -10px;
}

.sakuhin_subtit a::before{
	content: "";
	position: absolute;
	right: 13px;
    top: 21px;
	width: 15px;
	height: 15px;
	border: 3px solid;
	border-color: #beced6 #beced6 transparent transparent;
	transform: rotate(45deg);
}

.sakuhin_subtit a:hover{
	color: #fff;
	background: #bdcdd5;
	text-decoration: none;
}

.sakuhin_subtit a:hover::before{
	border-color: #fff #fff transparent transparent;
}

.moredetail-area .sakuhin_subtit a {
    font-size: 40px;
    font-weight: 100;
    border: 1px solid #bdcdd5;
    padding: 20px 10px;
    background: #fff;
    width: 420px;
    margin: 0 auto;
    position: relative;
}

.moredetail-area .sakuhin_subtit a:hover {
    border: 1px solid #bdcdd5;
    color: #fff;
    background: #bdcdd5;
    text-decoration: none;
}

.sakuhin_subtit a:hover::before{
	border-color: #fff #fff transparent transparent;
}


.syuroku_subtit {
    font-family: 'Rounded Mplus 1c';
    font-weight: 100;
    color: #5a8296;
    display: flex;
    position: relative;
    margin-top: 60px;
	margin-bottom: 40px;
}

.syuroku_subtit::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #bdcdd5;
    z-index: -1;
}

.syuroku_subtit span{
	color: #6699cc;
	font-size: 40px;
	font-weight: 100;
	border: 1px solid #bdcdd5;
	margin: 0 auto;
	padding: 20px 40px;
	background: #fff;
	position: relative;
}





.red_tit {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 32px;
    color: #c80000;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}

.red_tit .serise{
	color: #5a5a5a;
    font-size: 0.75em;
	display: inline-block;
}

.red_tit span.small + .serise{
	display: block;
}

#contents-area p.redsub_tit {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 13px;
    line-height: 11px;
    color: #5a5a5a;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.subtitle p.sub .ttl{
	font-weight: bold;
	margin-right: 20px;
}

#contents-area .sakuhin_subtit_list p.sub:first-of-type{
	margin-top: 10px;
}

#contents-area .sakuhin_subtit_list p.sub:last-of-type{
	margin-bottom: 20px;
}

.sakuhin_subtit_list .ttl{
	font-weight: bold;
}

.sakuhin_subtit_list br + br{
	display: none;
}

.sakuhin_subtit_list .guest{
	display: block;
	margin-top: 10px;
}

.sakuhin_subtit_list .guest strong{
	margin-right: 10px;
}


.sakuhin_subtit_back {
    font-family: 'Rounded Mplus 1c';
    font-weight: 100;
    color: #5a8296;
    display: flex;
    position: relative;
    margin-top: 60px;
    margin-bottom: 80px;
}

.subtitle-area .sakuhin_subtit_back {
    margin-top: 0;
}

.sakuhin_subtit_back::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	border-bottom: 1px solid #bdcdd5;
	z-index: -1;
}

.sakuhin_subtit_back a{
	font-size: 24px;
	font-weight: 100;
	border: 1px solid #bdcdd5;
	background: #fff;
	padding: 20px 0;
	position: relative;
	width: 270px;
	margin: 0 auto;
}

.sakuhin_subtit_back a span{
	margin-left: -10px;
}

.sakuhin_subtit_back a::before{
	content: "";
	position: absolute;
	right: 15px;
    top: 21px;
	width: 15px;
	height: 15px;
	border: 3px solid;
	border-color: #bdcdd5 #bdcdd5 transparent transparent;
	transform: rotate(45deg);
}

.sakuhin_subtit_back a:hover{
	background: #bdcdd5;
	color: #fff;
	text-decoration: none;
}

.sakuhin_subtit_back a:hover::before{
	border-color: #fff #fff transparent transparent;
}

.moredetail-area .sakuhin_subtit a {
    font-size: 40px;
    font-weight: 100;
    border: 1px solid #bdcdd5;
    padding: 20px 10px;
    background: #fff;
    width: 420px;
    margin: 0 auto;
    position: relative;
}

.moredetail-area .sakuhin_subtit a:hover {
    border: 1px solid #bdcdd5;
    color: #fff;
    background: #bdcdd5;
    text-decoration: none;
}

.sakuhin_subtit a:hover::before{
	border-color: #fff #fff transparent transparent;
}

.textbox1120 {
    max-width: 1120px;
    margin: 80px auto 35px;
    text-align: left;
}

.cl1frame + .textbox1120 {
    margin: 30px auto 35px;
}

.bg_blue + .textbox1120{
	margin-top: 30px;
}

.textbox1120.category {
    margin: 30px auto 15px !important;
}

.textbox1120.tag {
    margin: 0px auto 20px !important;
}

.category_list {
    text-align: center;
    margin: 0 auto 0;
}

.tag_list {
    text-align: center;
    margin: 0 auto 20px;
}

.tag_icon {
    margin: 0 auto 10px;
}

a.tag {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    background-color: #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 10px 10px 0;
    display: inline-block;
}

 a:hover.tag {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(oapcity=80);
}

hr.style2 {
	border: none; 
	border-top: 1px dashed #b2b2b2; }

hr.styl3{
	border: none; 
	border-top: 1px solid #bdcdd5;
}

.main_tit {
    font-family: 'Rounded Mplus 1c';
    font-weight: 300;
    font-size: 40px;
    line-height: 42px;
    color: #82aab4;
    display: inline-block;
    margin-bottom: 30px;
}

.subtitle-area .main_tit:not(.orange) {
	max-width: 828px;
    margin: 0 auto;
	padding: 30px 14px 0 14px;
	text-align: left;
    display: block;
}

.orange {
    color: #e55600;
}

.mb0{
	margin-bottom: 0px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb54{
	margin-bottom: 54px;
}

.mt60{
	margin-top: 60px;
}

.mb60{
	margin-bottom: 60px;
}

.pt10{
	padding-top: 10px;
}

.slider2,.slider3{
	width: 100%;
	height: 450px;
	border-left: 1px solid #b9b9b9;
}

.slider2 li,
.slider3 li{
	box-sizing: border-box;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
    width: 30%;
    height: 450px;
    display: block;
    margin: 0 auto;
    padding: 25px 25px 15px;
    text-align: center;
}

.slider2 li:last-of-type,
.slider3 li:last-of-type{
	border-right: 1px solid #b9b9b9;
}

.slider2 li a,
.slider3 li a,
.slider2 li a:hover,
.slider3 li a:hover{
	line-height:1.2em;
	text-decoration:none;
}

.slider2 li .title,
.slider3 li .title{
	color:#000;
	font-size:14px;
	margin-top:1em;
	text-align:left;
	display:block;
}

.slider2 li .body,
.slider3 li .body{
	color:#5a5a5a;
	font-size:13px;
	margin-top:0.5em;
	text-align:left;
	display:block;
}

.border-box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-prev,.slick-next {
	width: 35px;
	height: 40px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.5;
	filter: alpha(oapcity=50);
	transition:.3s;
}
.slick-prev:hover,
.slick-next:hover{
	opacity: 1;
}
.slick-prev {
	left:-50px;
}
.slick-next {
	right:-50px;
}
.slick-prev:before,
.slick-next:before {
	color: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.slick-prev:before {
    left: 14px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.slick-next:before {
    left: 5px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*title cap */
.tit_center {
	text-align: center;
}

.tit_center h1.main_tit {
	margin: 0 auto 20px;
	text-align: center;
}

h1.main_tit {
    font-size: 32px;
    line-height: 42px;
    font-family: 'Rounded Mplus 1c';
    font-weight: 300;
	text-align: center;
    color: #82aab4;
    border-bottom: 1px solid #cddce1;
    display: inline-block;
	margin: 0 0 20px;
}
h2.chara_subtit {
	margin: 10px auto 14px;
	/* Rounded Mplus 1c */
	font-family: 'Rounded Mplus 1c';
	font-size: 26px;
	font-weight: 300;
	color: #688494;
}
h2.other_subtit{
	margin: 0 auto 20px;
    /* Rounded Mplus 1c */
	font-family: 'Rounded Mplus 1c';
	font-size: 28px;
	line-height: 58px;
	font-weight: 300;
	text-align: left;
	color: #000000;
	border-bottom: 1px solid #cccccc;
}
.number {
    display: inline-block;
    color: #000000;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -1px;
    background-color: #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 24px;
    height: 36px;
    margin: 0 20px 10px 0;
    padding: 0 6px;
	text-align: center;
}
.sakuhin_thum,.chara_thum {
    display: block;
    vertical-align: top;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
	text-align: center;
	padding: 0.5em 0;
}
.syllabary {
	text-align: left;
	padding-top: 40px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: .3s;
}
.syllabary:nth-child(3) {
	padding-top: 0;
}
.syllabary + a {
	text-decoration: none;
}
.syllabary li {
	display: inline-block;
	text-align: center;
}
.syllabary li a {
	display: inline-block;
	color: #c8c8c8;
	font-size: 24px;
	line-height: 40px;
	vertical-align:middle;
    background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:36px;
	height:36px;
	margin: 0 20px 10px 0;
}
.syllabary li  a.active,
.syllabary li a:hover {
	color: #000000;
	font-size: 24px;
	line-height: 40px;
    background-color: #dcdcdc;
    text-decoration: none;
}

.syllabary li a.disabled {
	color: #fafafa;
	font-size: 24px;
	line-height: 40px;
	vertical-align:middle;
    background-color: #fafafa;
	cursor: auto;
}

.syllabary_blank {
	display: inline-block;
	color: #c8c8c8;
	font-size: 24px;
	line-height: 40px;
	vertical-align:middle;
    background-color: #fafafa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:36px;
	height:36px;
	margin: 0 20px 10px 0;
}
.sakuhin_cat,
.sakuhin_cat a {
	color: #b2b2b2;
	font-size: 13px;
	line-height: 18px;
}


.syllabary-prevnext {
	margin-top: 10px !important;
	padding-top: 40px;
	border-top: 1px solid #cccccc;
}

.syllabary-prevnext a {
	position: relative;
	display: inline-block;
	color: #c8c8c8;
	font-size: 24px;
	line-height: 40px;
	vertical-align:middle;
    background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:36px;
	height:36px;
	margin: 0 0 10px 0;
}

.syllabary-prevnext a+a {
	margin-left: 80px;
}

.syllabary-prevnext a:hover {
	color: #000000;
	font-size: 24px;
	line-height: 40px;
    background-color: #dcdcdc;
    text-decoration: none;
}

.syllabary-prevnext a.prev::after {
    color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 19px;
    height: 19px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
}

.syllabary-prevnext a.next::after {
    color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 19px;
    height: 19px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}


/* layout*/
ul.column3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
}
ul.column3:after{ /*space-betweenで最後の行を左寄せ*/
  content:"";
  display: block;
  width: 32.5%;
}
ul.column3:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

ul.column3 li {
	width: 32.5%;
	margin-bottom: 10px;
}
.syllabary-area ul.column3 li {
	margin-bottom: 40px;
}
ul.column3 li a {
	display: block;
	text-align: left;
}
ul.column3 li .thumb {
	-moz-box-shadow:0 0 0 1px #b9b9b9 inset;
	-webkit-box-shadow:0 0 0 1px #b9b9b9 inset;
	box-shadow:0 0 0 1px #b9b9b9 inset;
	display:inline-block;
	text-align: center;
}
ul.column3 li .thumb img {
	position:relative;
	z-index:-1;
	width: 100%;
	max-width: 364px;
	height: auto;
}
ul.column3 a:hover,
ul.column3 a:hover .sakuhin_thum,
ul.column3 a:hover .chara_thum{
	color:#6699cc !important;
	text-decoration:none !important;
}
ul.column3 a:hover .thumb img, 
ul.column3 a:hover .thumb img{
	opacity: 0.8;
	filter: alpha(oapcity=80);
}
ul.column3 li ul.sakuhin_cat {
	text-align: center;
	position: relative;
}
ul.column3 li ul.sakuhin_cat li {
	display: inline;
	width: auto;
	margin-bottom: 0;
}
ul.column3 li ul.sakuhin_cat li:before {
	content: "＞";
	margin-right: 0.5em;
}
ul.column3 li ul.sakuhin_cat li:first-child:before {
	content: none;
	margin-right: 0;
}
ul.column3 li ul.sakuhin_cat li a {
	display: inline;
	text-align: center;
}

ul.column4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
}
ul.column4:after{ /*space-betweenで最後の行を左寄せ*/
  content:"";
  display: block;
  width: 32.5%;
}
ul.column4:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
ul.column4:before{ /*space-betweenで最後の行を左寄せ*/
  content:"";
  display: block;
  width: 24.1%;
  order:1;
}
ul.column4:after{ /*space-betweenで最後の行を左寄せ*/
  content:"";
  display: block;
  width: 24.1%;
}
ul.column4 li {
	width: 24.1%;
	margin-bottom: 30px;
}
ul.column4 li a {
	display: block;
	text-align: left;
}

ul.column4 li .thumb img {
	max-width: 100%;
	height: auto;
}
ul.column4 a:hover,
ul.column4 a:hover .sakuhin_thum,
ul.column4 a:hover .chara_thum{
	color:#6699cc !important;
	text-decoration:none !important;
}


ul.column3 li a .sakuhin_thum,
ul.column3 li a .chara_thum,
ul.column4 li a .sakuhin_thum,
ul.column4 li a .chara_thum {
	color:#6699cc !important;
}


.syllabary-area section {
	border-top: 1px solid #ccc;
	padding-top: 40px;
	margin-top: 35px !important;
}
.syllabary-area section:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.comingsoon{
	width: 652px;
	margin: 90px auto 0 !important;
}


.subtitle-area section {
	padding-top: 40px;
	margin-top: 35px !important;
}
.subtitle-area section:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.story_text_wrap + .pho {
   padding-bottom: 30px;
}


@media screen and (max-width: 1120px) {
	.manga_logo,
	.social_frame,
	.cl2.reverse,
	.cl2,
	.manga_main_img2 {
		margin-left: 14px;
		margin-right: 14px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.bg_blue {
	    margin-top: 40px;
	    padding: 20px 14px 40px;
	}
	
	.socail{
		top: inherit;
	}
	
	.manga_main_img2 + .cap {
		margin-left: 14px;
		margin-right: 14px;
	}
}



/* sp */
@media screen and (max-width: 769px) {
	.manga_logo,
	.social_frame,
	.cl2.reverse,
	.cl2,
	.manga_main_img2 {
		margin-left: 14px;
		margin-right: 14px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	ul.column3 {
		margin-left: 14px;
		margin-right: 14px;
		display: block;
	}
	ul.column3 li {
		width: 100%;
	}
	ul.column3 li a {
		text-align: left;
	}
	
	ul.column3 li .number {
		margin-left: 30px;
	}
	
	ul.column3 li .thumb {
		margin: 0 auto;
		display: table;
	}

	ul.column4 {
		margin-left: 14px;
		margin-right: 14px;
	}
	ul.column4 li {
		width: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul.column4 li:nth-child(even) {
		padding-left: 10px;
	}
	ul.column4 li:nth-child(odd) {
		padding-right: 10px;
	}
	ul.column4 li a {
		text-align: left;
	}
	
	ul.column4 li .number {
		margin-left: 30px;
	}
	
	ul.column4 li .thumb {
		margin: 0 auto;
		display: table;
	}
	
	
	.sakuhin_subtit{
		flex-direction: column;
	}
	.sakuhin_subtit::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0;
		top: 50%;
		border-bottom: 1px solid #bdcdd5;
		z-index: -1;
	}
	.sakuhin_subtit h2 {
	    font-size: 36px;
	    margin-left: 0px;
	    margin-bottom: 20px;
	}


	
	.subtitle-area .sakuhin_subtit .inner {
		width: 100%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	
	
	
	.subtitle p.sub span.yymmdd {
	    margin-left: 0;
	    display: block;
	}
	
	
	.manga_logo img{
	    width: 100%;
	}
	.sakuhin_subtit {
	    display: flex;
	    flex-direction: column;
	    margin-top: 60px;
	}
	
	.syuroku_subtit {
	    display: flex;
	    flex-direction: column;
	    margin-top: 0;
		margin-bottom: 40px;
	}
	
	
	.moredetail-area .sakuhin_subtit h2 {
	    display: block;
	    width: auto;
	    height: 20px;
	    margin: 0 auto;
	}
	.moredetail-area .sakuhin_subtit a,
	.moredetail-area .syuroku_subtit span {
	    font-size: 36px;
	    font-weight: 100;
	    border: 1px solid #bdcdd5;
	    padding: 20px 40px;
	    background: #fff;
	    width: auto;
	    margin: 0 auto;
	    position: relative;
	}
	
	.moredetail-area .sakuhin_subtit a {
		font-size: 24px;
	}
	
	.textbox1120 {
	    width: 100%;
	    margin: 35px auto;
	    text-align: left;
	}
	.textbox800 {
	    width: 100%;
	    margin: 35px auto;
	    text-align: left;
	}
	.sakuhin_subtit {
		margin-top: 20px;
	}
	.sakuhin_subtit_list{
		padding-top: 0 !important;
		text-align: left;
	}
	#contents-area .sakuhin_subtit_list p.sub:first-of-type{
		margin-top: 50px;
	}
	#contents-area .sakuhin_subtit_list p.sub:last-of-type {
		margin-bottom: 0;
	}
	.textbox800 {
	    width: 100%;
	    margin: 35px auto;
	    text-align: left;
	}
	.sakuhin_subtit_list{
		text-align: left;
	}
	.bg_blue {
	    margin-top: 40px;
	    padding: 20px 14px 40px;
	}
	.slider2,.slider3 {
	    width: auto;
	    margin: 0 40px 20px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.slick-prev,.slick-next {
		width: 30px;
		height: 35px;
	}
	.slick-prev {
		left:-35px;
	}
	.slick-next {
		right:-35px;
	}
	.slick-prev:before {
		left: 11px;
	}
	.slick-next:before {
		left: 2px;
	}
	.slider2,.slider3{
		min-height: 250px;
		height: inherit;
		border-left: none;
	}
	.slider2 .slick-list,
	.slider3 .slick-list{
		border: 1px solid #b9b9b9;
	}
	.slider2 li,
	.slider3 li{
	    min-height: 250px;
	    height: inherit;
	    border: none;
	    padding: 19px 25px;
	}
	.slider2 li:last-of-type,
	.slider3 li:last-of-type{
		border-right: none;
	}
	.slick-slide img {
	    max-width: 100%;
	}
	.social_frame{
		margin-bottom: 40px;
	}
	.social_frame .red_tit{
		width: 100%;
		margin: 0 auto;
	}
	.socail{
		width: 210px;
		display: flex;
		justify-content: center;
		position: relative;
		right: inherit;
		left: inherit;
		top: inherit;
		bottom: inherit;
		margin: 15px auto 0;
	}
	.socail li:first-of-type{
		margin-right: 10px;
	}
	.cl2.reverse,.cl2 {
	    flex-direction: column;
	}
	.cl2 .txt,.cl2 .pho {
	    width: 100%;
	}
	.cl2 .txt{
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	.cl2 .txt.pho{
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	.cl2 .txt.serise {
		margin-top: 0;
	}
	.cl2.align-c .txt{
		margin-bottom: 30px !important;
	}
	
	.cl2 .pho .cap,
	.cl2 .txt .cap {
		text-align: right !important;
	}
	
	.masterpiece-page .cl2 .pho .cap,
	.masterpiece-page .cl2 .txt .cap {
		text-align: center !important;
	}
	
	.cl2_2{
		margin-top: 0;
	}

	.pho_cl2{
		width: calc(100% + 30px) !important;
		margin-left: -30px;
	}

	.pho_cl2_item{
		margin-left: 30px;
		width: calc(100% - 30px);
	}
	
	section .cl2:nth-child(odd).reverse_2 .pho {
		margin-left: 0;
		padding-right: 0;
	}
	
	section .cl2:nth-child(odd).reverse_2 .pho_cl2_item {
		margin-left: 0;
	}
	
	section .cl2:nth-child(odd).reverse_2 .pho_cl2 {
		width: 100% !important;
		margin-left: 0;
	}

	.mangamenu_item a{
		height: 100%;
		display: flex;
		align-items: center;
		line-height: 1.2;
	}

	.main_tit{
		display: block;
		text-align: center;
	}
	.main_tit.syoseki{
		text-align: center;
		padding-bottom: 0;
	}
	.main_tit.syoseki span{
		position: relative;
		top: 0;
		bottom: 0;
		margin-left: 1em;
		text-indent: -1em;
		padding-top: 20px;
		text-align: left;
		display: block;
	}
	.cl5 li:nth-child(n+6){
		margin-top: 0px;
	}
	.cl5 li{
		width: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cl5 li:nth-child(even){
		padding-left: 10px;
	}
	.cl5 li:nth-child(odd){
		padding-right: 10px;
	}
	.cl5 li:nth-child(n+3){
		margin-top: 20px;
	}
	.cl5 li img{
		width: 100%;
	}
	.textbox1120 {
	    width: 100%;
	    margin: 35px auto;
	    text-align: left;
	}
	.textbox1120.category {
		 width: auto !important;
	}
	.cl1{
		width: 100%;
		margin: 0 auto;
	}
	.comingsoon{
		width: 100%;
		margin: 30px auto;
	}
	.comingsoon img{
		width: 100%;
	}
	.number {
	    margin: 0 0 10px 0;
	}
	.textbox1120.category {
		margin: 30px 14px 15px !important;
	}
	
	.syllabary {
		text-align: center;
	}
	.syllabary li:last-child a {
		margin-right: 0;
	}
	
	.syllabary li a:not(.active):hover {
		color: #c8c8c8;
		background-color: #f6f6f6;
	}
	
	h2.other_subtit {
		margin-left: 14px !important;
		margin-right: 14px !important;
	}
	.story_text{
		padding-bottom: 30px;
	}
	.story_text::before{
		content: none;
	}
	#contents-area .cl2 .txt .pho + p{
		margin-top: 20px;
	}
	#contents-area p.cap{
		margin-bottom: 20px;
	}
	#contents-area.masterpiece-page p.cap{
		text-align: center !important;
	}
	.story_text_wrap{
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
}


/* other */
.other ul.column3 .sakuhin_thum,.chara_thum {
	padding: 0.5em 0 0.1em;
}


/* serise-bg */
.serise-bg {
	margin-bottom: 40px;
	padding-bottom: 400px;
}

.serise-bg-0001{
	background-image: url(../img/m0001/m0001_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.serise-bg-0002{
	background-image: url(../img/m0002/m0002_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.serise-bg-0014{
	background-image: url(../img/m0014/m0014_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.serise-bg-0021{
	background-image: url(../img/m0021/m0021_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 433px;
}
.serise-bg-0099{
	background-image: url(../img/m0099/m0099_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.serise-bg-0186{
	background-image: url(../img/m0186/m0186_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom 123px center;
	padding-bottom: 433px;
}
.serise-bg-0207{
	background-image: url(../img/m0207/m0207_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.serise-bg-0291{
	background-image: url(../img/m0291/m0291_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.serise-bg-0310{
	background-image: url(../img/m0310/m0310_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 433px;
}
.serise-bg-0320{
	background-image: url(../img/m0320/m0320_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 373px;
}
.serise-bg-0371{
	background-image: url(../img/m0371/m0371_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 433px;
}
.serise-bg-0380{
	background-image: url(../img/m0380/m0380_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.serise-bg-0426{
	background-image: url(../img/m0426/m0426_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 433px;
}
.serise-bg-0434{
	background-image: url(../img/m0434/m0434_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 217px;
	padding-bottom: 277px;
}
.serise-bg-0438{
	background-image: url(../img/m0438/m0438_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 433px;
}
.serise-bg-0449{
	background-image: url(../img/m0449/m0449_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 433px;
}
.serise-bg-0461{
	background-image: url(../img/m0461/m0461_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 433px;
}
.serise-bg-0481{
	background-image: url(../img/m0481/m0481_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.serise-bg-0492{
	background-image: url(../img/m0492/m0492_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.serise-bg-0511{
	background-image: url(../img/m0511/m0511_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 433px;
}
.serise-bg-0559{
	background-image: url(../img/m0559/m0559_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 373px;
}
.serise-bg-0572{
	background-image: url(../img/m0572/m0572_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 433px;
}
.serise-bg-0588{
	background-image: url(../img/m0588/m0588_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}

@media screen and (max-width: 1120px) {
	.serise-bg {
		padding-bottom: 25vw;
	}
}

/* sp */
@media screen and (max-width: 769px) {
	.serise-bg {
		margin-bottom: 40px;
		padding-bottom: 56vw;
	}
	.serise-bg-0001{
		background-image: url(../img/m0001/m0001_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0002{
		background-image: url(../img/m0002/m0002_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0014{
		background-image: url(../img/m0014/m0014_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0021{
		background-image: url(../img/m0021/m0021_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0099{
		background-image: url(../img/m0099/m0099_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0186{
		background-image: url(../img/m0186/m0186_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0207{
		background-image: url(../img/m0207/m0207_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0291{
		background-image: url(../img/m0291/m0291_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0310{
		background-image: url(../img/m0310/m0310_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0320{
		background-image: url(../img/m0320/m0320_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0371{
		background-image: url(../img/m0371/m0371_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0380{
		background-image: url(../img/m0380/m0380_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0426{
		background-image: url(../img/m0426/m0426_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0434{
		background-image: url(../img/m0434/m0434_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0438{
		background-image: url(../img/m0438/m0438_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0449{
		background-image: url(../img/m0449/m0449_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0461{
		background-image: url(../img/m0461/m0461_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0481{
		background-image: url(../img/m0481/m0481_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0492{
		background-image: url(../img/m0492/m0492_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0511{
		background-image: url(../img/m0511/m0511_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0559{
		background-image: url(../img/m0559/m0559_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0572{
		background-image: url(../img/m0572/m0572_bg_sp.jpg);
		background-position: center bottom;
	}
	.serise-bg-0588{
		background-image: url(../img/m0588/m0588_bg_sp.jpg);
		background-position: center bottom;
	}
}



	