@charset "utf-8";
/* CSS Document */


/* base
------------------------------------------------------------------------------------ */

body {
	font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-text-size-adjust:100%; /* iPhoneの横表示時に文字を拡大しない */
	background: url(../images/bg.jpg);
}

a:link {
	text-decoration:none;
	color:#000;
}
a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#000;
}

@media screen and (max-width:767px) {
.wrap {
	margin-top: 140px;
	padding-right:15px;
	padding-left:15px;
}
}
@media print, screen and (min-width:768px) and (max-width:1050px) {
    .wrap {
        padding-right:20px;
        padding-left:20px;
    }
}
@media print, screen and (min-width:1051px) {
    .wrap {
        padding-right:30px;
        padding-left:30px;
    }
}
.wrap_inner {
	background:#FFF;
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:2em;
}
main {
	line-height:1.6;
}
.box_cont {
	max-width:1014px;
	margin-right:auto;
	margin-left:auto;
}
@media screen and (max-width:767px) {
    .box_cont {
        width:calc(100% - 30px);
        width:-webkit-calc(100% - 30px);
    }
}
@media print, screen and (min-width:768px) {
    .box_cont {
        width:calc(100% - 40px);
        width:-webkit-calc(100% - 40px);
    }
}

.font_roboto {
	font-family: 'Roboto', sans-serif;
}
.serif {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", serif;
}
.lead-ls {
	letter-spacing:0.1em;
}
@media screen and (max-width:767px) {
    .pc_only {
        display:none;
    }
}
@media print, screen and (min-width:768px) {
    .sp_only {
        display:none;
    }
}

/* メインカラー（月毎変化） */
.txt_maincol {
	color:#e286a3;
}
/* ノジュールサイトメインカラー */
.bg_maincol {
	background-color:#B5133A;
}
/* 虫眼鏡アイコン */
.link_view {
	display:inline-block;
	transition: all ease 0.5s;
}
.link_view:hover {
	background:#E0E0CF;
}
.icon_view {
	display:inline-block;
	width:24px;
	height: 24px;
	margin-left:0.5em;
	padding:4px 0;
	background:#B5133A;
	text-align:center;
	line-height:1;
	text-indent: 0;
	vertical-align:middle;
}
.icon_view img {
	vertical-align: top;
}
/* 余白 */
.paragraph {
	margin-bottom:1rem;
}
.paragraph_h {
	margin-bottom:0.5rem;
}
.indent-1 {
	padding-left: 1rem;
}
/* 黒丸リスト */
.list_disc {
    padding-left: 1rem;
}
.list_disc li {
    list-style: disc;
}

/* ヘッダー */
.area_header img {
	width: 100%;
	height: auto;
}
.area_headcont {
	max-width: 1200px;
	margin: 0 auto;
}
.box_headcont {
	width:100%;
	display: flex;
}
.area_gnavi {
	width:100%;
	background:url(../images/bg_navi.png)
}
.area_gnavi ul {
	display: flex;
	justify-content: center;
}
@media screen and (max-width:767px) {
    .area_header {
		width: 100%;
		background: #FFF;
        margin-bottom: 1rem;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 150;
        transition: all linear 0.2s;
    }
	.nav_fixed {
		top: -120px;
	}
    .area_headcont {
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        padding-bottom:5px;
    }
    .box_headcont {
        align-items: center;
    }
    .area_headcont .logo {
        flex-shrink: 0;
        width:100px;
        padding-top:10px;
    }
    .area_header .text {
        width:150px;
        flex-shrink: 0;
    }
    .area_header .text p {
        padding-left:0.5rem;
        font-size: 0.65rem;
    }
    .btn_sp_top {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .btn_sp_top a {
        display: block;
        width:60px;
        height: 44px;
        background:rgba(183,24,62,0.8);
        border-radius: 0 0 3px 3px;
        line-height: 44px;
        box-shadow: 0 0 5px rgba(0,0,0,0.7);
        text-align: center;
        color: #FFF;
        font-size: 13px;
    }
    .gnavi {
        box-shadow: 0 3px 3px rgba(0,0,0,0.3);
    }
    .gnavi li {
        width:25%;
        background-size: auto 40px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .gnavi li:nth-of-type(-n+5) {
        border-right:1px solid rgba(0,0,0,0.1);
    }
    .gnavi li:nth-of-type(n+2) {
        border-left:1px solid rgba(255,255,255,0.3);
    }
    .gnavi img {
        display: none;
    }
    .gnavi [data-nav="currentissue"] {
        background-image:url(../images/navi_sp01.png);
    }
    .gnavi [data-nav="article"] {
        background-image:url(../images/navi_sp02.png);
    }
    .gnavi [data-nav="info"] {
        background-image:url(../images/navi_sp03.png);
    }
    .gnavi [data-nav="subscriber"] {
        background-image:url(../images/navi_sp04.png);
    }
    .gnavi [data-nav="new_entry"] {
        background-image:url(../images/navi_sp05.png);
    }
    .gnavi a {
        display: block;
        height: 60px;
    }
}
@media print, screen and (min-width:768px) {
    .area_header {
        margin-bottom: 3rem;
    }
    .area_headcont {
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
    }
    .area_header .text p {
        font-size: 0.8rem;
        padding-left: 5%;
    }
    .area_header .link {
        padding-top:5px;
        text-align: center;
    }
    .area_header .link a {
        display: inline-block;
        padding: 0 0 0 15px;
        background: url(../images/icon_arrow.png) no-repeat 0 center;
        font-size: 0.8rem;
        color: #e60012;
        text-decoration: underline;
    }
}
@media print, screen and (min-width:768px) and (max-width:950px) {
    .box_headcont {
        padding:0.5rem 0;
    }
}
@media print, screen and (max-width:950px) {
    .area_header .text span {
        display: block;
    }
    .area_header .btn-box {
        flex-shrink: 0;
        align-self: center;
        width:180px;
    }
}
@media screen and (min-width:951px) {
    .area_header .text p {
        padding-top:5%;
    }
    .area_header .btn-box {
        padding-top:20px;
    }
    .area_header .link {
        padding-top:10px;
    }
}


/* メインイメージ・特集目次 */
.area_mainimage {
	background-repeat:no-repeat;
}
.area_mainimage .release {
	display:inline-block;
	background:rgba(255,255,255,0.85);
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-bottom:0.2em;
}
.area_mainimage .list_feature li {
    margin-top: 0.6rem;
}
.area_mainimage .tit_sp-feature {
	margin-bottom:0.6em;
}
.area_mainimage .inner {
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background:rgba(255,255,255,0.85);
}
.area_mainimage .caption{
    line-height: 1.2;
}
@media screen and (max-width:767px) {
    .area_mainimage {
        font-size:0.875em;
        padding-top:270px;
        background-image:url(../images/mainimage_sp.jpg);
        background-size: auto 240px;
        background-position:center 15px;
    }
    .area_mainimage .list_feature {
        margin-bottom: 1rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #000;
    }
    .area_mainimage .tit_sp-feature .stit {
        font-size: 1.25rem;
    }
    .area_mainimage .tit_feature1 .stit {
        font-size: 1.175rem;
    }
    .area_mainimage .tit_sp-feature .caption {
        font-size: 2.175rem;
    }
    .area_mainimage .tit_feature1 .caption {
        font-size: 1.675rem;
    }
    .area_mainimage .caption_s {
        font-size: 0.7em;
    }
}
@media print, screen and (min-width:768px) {
    .area_mainimage {
        background-image:url(../images/mainimage.jpg);
        padding-bottom:3em;
    }
    .area_mainimage .inner {
        display:inline-block;	
        padding-right: 0.5rem;
    }
    .area_mainimage .link_anchor,
    .area_mainimage .link_anchor span{
        transition: all ease 0.3s;	
    }
    .area_mainimage .link_anchor:hover,
    .area_mainimage .link_anchor:hover span {
        color: #e286a3;
    }
}
@media print, screen and (min-width:768px) and (max-width:1150px) {
    .area_mainimage {
        padding-top:2em;
        background-size:auto 480px;
        background-position:right bottom;
    }
    .area_mainimage .tit_sp-feature .stit {
        font-size: 1.3rem;
    }
    .area_mainimage .tit_feature1 .stit {
        font-size: 1.25rem;
    }
    .area_mainimage .tit_sp-feature .caption {
        font-size: 2.75rem;
    }
    .area_mainimage .tit_feature1 .caption {
        font-size: 2rem;
    }
    .area_mainimage .caption_s {
        font-size: 0.6em;
    }
}
@media screen and (min-width:1151px) {
    .area_mainimage {
        padding-top:3rem;
        background-size:contain;
        background-position:right top;
        font-size:1.25em;
    }
    .area_mainimage .tit_sp-feature .stit {
        font-size: 1.5rem;
    }
    .area_mainimage .tit_feature1 .stit {
        font-size: 1.3rem;
    }
    .area_mainimage .tit_sp-feature .caption {
        font-size: 3.5rem;
    }
    .area_mainimage .tit_feature1 .caption {
        font-size: 2.5rem;
    }
    .area_mainimage .caption_s {
        font-size: 0.5em;
    }    
}

/* スクロールアイコン */
.box_scroll {
	margin:3em 0;
	padding-bottom:20px;
	background:url(../images/arrow_down.png) no-repeat center bottom;
	background-size:40px auto;
	text-align:center;
	font-size:1.25em;
}

/* 虫眼鏡アイコン説明 */
.box_note::before {
	display:inline-block;
	content:"";
	width:24px;
	height:24px;
	background:#B5133A url(../images/icon_view.png) no-repeat center center;
	background-size:16px auto;
	margin-right:0.5em;
	vertical-align:middle;
}
.box_note {
	padding-bottom:2em;
}
@media screen and (max-width:767px) {
    .box_note {
        padding-top:2em;
    }
}
@media print, screen and (min-width:768px) {
    .box_note {
        text-align:right;
    }
}

/* 大特集 */
.area_sp-feature .box_tit {
	text-align:center;
}
.area_sp-feature .box_tit .inner {
	display:inline-block;
	margin:0 auto;
	line-height: 1.1;
}
.area_sp-feature .box_tit .txt_maincol {
	font-size:1.25em;
}
.area_sp-feature .box_lead p:last-of-type {
	margin-top:0.5rem;
}
.area_sp-feature .line_b {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 0.5rem;
}
.area_sp-feature .dicimal {
	text-indent: -1rem;
	padding-left: 1rem;
}
.area_sp-feature .dicimal::before {
	content: "・";
	text-indent: 0;
    font-weight: bolder;
}
.area_sp-feature .tit_plan {
	display: inline-block;
	padding:0.2rem;
	margin-top:1rem;
	margin-bottom:0.2rem;
	border: 1px solid #000;
	font-weight: bold;
	color: #000;
}
.area_sp-feature .tit_lv-2 {
	margin-bottom:0.2rem;
	font-size:1.5rem;
}
.area_sp-feature .subtheme {
	font-size: 1.375rem;
	text-align: center;
}
.area_sp-feature .subtheme::before,
.area_sp-feature .subtheme::after {
    display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: #000;
}
.area_sp-feature .subtheme::before {
	margin-bottom: 0.5rem;
}
.area_sp-feature .subtheme::after {
	margin-top: 0.5rem;
}
.area_sp-feature .list_count li[data-num] {
	display: flex;
	position: relative;
}
.area_sp-feature .list_count li[data-num]::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 4px double #956b47;
	flex-shrink: 0;
	margin-right: 1.5rem;
	font-weight: bold;
	transform: rotate(45deg);
	transform-origin: bottom;
}
.area_sp-feature .list_count li[data-num]::after {
	position: absolute;
	top: 5px;
	left: 19px;
	content: attr(data-num);
	color: #956b47;
	line-height: 30px;
	text-align: center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", serif;
}
@media screen and (max-width:767px) {
    .area_sp-feature {
        padding-bottom:110px;
        background:url(../images/bg_sp-feature.jpg) repeat-x center bottom;
        background-size:auto 80px;
    }
    .area_sp-feature .box_tit h2 {
        font-size:2em;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 2rem;
    }
    .area_sp-feature .box_lead {
        margin-bottom: 2rem;
    }
    .area_sp-feature ul.lv-2 {
        margin-bottom: 1rem;
    }
    .area_sp-feature .lv-1 .place {
        font-size:1.35em;
    }
    .area_sp-feature .lv-2 .place {
        font-size:1.25em;
    }
}	
@media print, screen and (min-width:768px) {
    .area_sp-feature .box_tit {
        margin-bottom:3rem;
    }
    .area_sp-feature .box_tit h2 {
        font-size:3.25em;
    }
    .area_sp-feature {
        padding-bottom:250px;
        background:url(../images/bg_sp-feature.jpg) repeat-x center bottom;
    }
    .area_sp-feature .box_lead {
        max-width:47em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5rem;
    }
    .area_sp-feature .lv-1 .place {
        font-size:1.5em;
    }
    .area_sp-feature .lv-2 .place {
        font-size:1.2em;
    }
    .area_sp-feature .list_theme {
        display:flex;
        justify-content:space-between;
    }
    .area_sp-feature .list_theme > ul,
    .area_sp-feature .list_theme > div	{
        width:47%;
    }
}
@media print, screen and (min-width:1121px) {
    .area_sp-feature .box_tit {
        font-size:1.25em;
    }
}
@media screen and (min-width:1201px) {
    .area_sp-feature h3 .line {
        display:none;
    }
}

/* 特集 */
.area_feature .contarea {
	background:rgba(255,255,255,0.85);
}
.area_feature .inner {
	padding-top:1em;
	padding-bottom:1em;
}
.area_feature .tit_section {
	padding-bottom:1.5rem;
	line-height: 1.2;
}
.area_feature .txt_maincol {
	color: #f71b1b;
}
.area_feature .stit_icon {
    display: inline-block;
    padding: 0.2rem 1rem;
	margin-bottom:0.5rem;
    background: #A06710;
    border-radius: 5px;
	font-weight: bold;
    color: #FFF;
}
.area_feature .list_feature > li:not(:last-of-type) {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 0.5rem;
}
.area_feature .list_feature > li,
.area_feature .list_feature h3:not(:last-of-type) {
	margin-bottom:0.5em;
}
.area_feature_02 {
	background-image:url(../images/bg_feature_03.jpg);
	background-repeat:no-repeat;
}
.area_feature_02 .lead {
	margin: 1rem 0;
	font-size: 1.25rem;
}
.area_feature_02 .list_count {
	counter-reset: anime-list;	
}
.area_feature_02 .list_count li {
	display: flex;
	align-items: center;
	margin-top: 10px;
	line-height: 1.5;
}
.area_feature_02 .list_count li::before {
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	flex-shrink: 0;
	counter-increment: anime-list;
	content: counter(anime-list);
	background: #A08010;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
@media screen and (max-width:767px) {
    .area_feature_01 {
        background:url(../images/bg_feature_02.jpg) no-repeat center top;
        padding:2rem 0;
        background-size: auto 230px;
        padding-top:250px;
    }
    .area_feature .list_feature .subtit {
        font-size: 1.3rem;
    }
    .area_feature .list_feature ul .serif {
        font-size:1.125em;
    }
    .area_feature .tit_section h2 {
        font-size:1.65em;
    }
    .area_feature_02 {
        background-size: auto 200px;
        padding-top:250px;
    }
	.area_feature_02 .list_count li::before {
		align-self: flex-start;
	}
}
@media print, screen and (min-width:768px) {
    .area_feature .list_feature .subtit {
        font-size: 1.5rem;
    }
    .area_feature .tit_section h2 {
        font-size:2.5em;
    }
    .area_feature .list_feature ul .serif {
        font-size:1.25em;
    }
    .area_feature .txt_theme {
        display:inline-block;
        width:9em;
    }
}
@media print, screen and (min-width:768px) and (max-width:1120px) {
    .area_feature_01 {
        background:url(../images/bg_feature_02.jpg) no-repeat center top;
        padding:2rem 0;
        background-size: auto 450px;
        padding-top:470px;
    }
    .area_feature_02 {
        background-size: auto 270px;
        padding-top:300px;
    }
    .area_feature .contarea {
        padding-right:30px;
        padding-left:30px;
    }
}
@media print, screen and (max-width:1120px) {
    .area_feature_02 {
        background-position: center 20px;
    }
}
@media screen and (min-width:1121px) {
    .area_feature_01 {
        min-height:500px;
        background-repeat:no-repeat;
        padding-top:3em;
        padding-right:2em;
        padding-bottom:2rem;
        background-image:url(../images/bg_feature_01.jpg);
        background-position:507px 0;
        background-size:507px auto;
    }
    .area_feature_01 .contarea {
        width:65%;
        max-width:650px;
        padding-right:50px;
        padding-left:20px;
    }
    .area_feature_02 {
        padding-top:3em;
        padding-bottom:3em;
    }
    .area_feature_02 .contarea {
        width:65%;
        max-width:650px;
        margin:0 0 0 auto;
        padding:0 0 0 20px;
    }
    .area_feature_02 .tit_section {
        padding-top: 1rem;
    }
}

.area_extheme {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #000;
}

/* 連載 */
.list_serial {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.area_serialization .tit_section {
	margin-bottom:1.5em;
}
.serial_detail li {
	padding:0.7em 0;
	border-bottom:1px solid #000;
}
.serial_sub p:before {
	content:"・";
}
@media screen and (max-width:767px) {
    .area_serialization .tit_section {
        font-size:1.75em;
    }
    .list_serial {
        width:100%;
        margin-bottom:1.5em;
    }
    .serial_detail,
    .serial_sub li {
        width:100%;
    }
    .serial_sub p {
        margin-bottom:0.8rem;
    }
}
@media print, screen and (min-width:768px) {
    .area_serialization .tit_section {
        font-size:2.25em;
    }
    .list_serial {
        margin-bottom:2em;
    }
}
@media print, screen and (min-width:768px) and (max-width:1120px) {
    .list_serial .serial_detail,
    .serial_sub li {
        width:48%;
    }
    .list_serial ul:nth-of-type(odd),
    .serial_sub li:nth-of-type(odd) {
        margin-right:4%;	
    }
}
@media screen and (min-width:1121px) {
    .list_serial .serial_detail,
    .serial_sub li {
        width:31%;
    }
    .list_serial .serial_detail:not(:nth-of-type(3n)),
    .serial_sub li:not(:nth-of-type(3n)) {
        margin-right:3.5%;	
    }
}

/* 巻末の目次 */
.area_other {
    position: relative;
    padding-top:3rem;
    margin-top: 2rem;
    font-size:1.125rem;
}
.area_other::before {
	content: "";
	position: absolute;
	top: 0;
    left: 0;
	right: 0;
	margin:0 auto;
	display: block;	
	width:50%;
	height:1px;
	background:#e286a3;
}

/* 申し込みボタン */
.freedial img {
	width: 100%;
	max-width: 338px;
}
.area_app {
	position: relative;
	text-align:center;
	line-height:1.5;
}
.area_app::before,
.area_app::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin:0 auto;
	display: block;	
	width:50%;
	height:1px;
	background:#e286a3;
}
.area_app::before {
	top: 0;
}
.area_app::after {
	bottom: 0;
}
.app_btn a {
	display:block;
    position:relative;
    z-index:2;
    overflow:hidden;
	background-color:#e286a3;
	background-image:url(../images/arrow_next.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-origin:content-box;
	background-size:auto 18px;
	color:#FFF;
	font-weight:bold;
}
.app_btn a span.shiny {
    position: absolute;
    left: 0;
    top: -20px;
	margin:auto;
    z-index: 30;
}
.area_app .txt_lead {
	margin-bottom:.7em;
}
.area_app .txt_price {
	margin-bottom:1em;
}
@media screen and (max-width:767px) {
    .area_app {
        margin:2em 0;
        padding:2.5em 0;
    }
    .area_app .txt_lead {
        font-size:1.25em;
    }
    .area_app .txt_price {
        font-size:1.125em;
    }
    .area_app .txt_price .sp-price {
        font-size:1.5em;
    }
    .app_btn li {
        margin-bottom:0.8em;
    }
    .app_btn a {
        padding:1em;
    }
}
@media print, screen and (min-width:768px) {
	.freedial a {
		pointer-events: none;
	}
    .area_app {
        margin:4em 0;
        padding:3em 0;
    }
    .area_app .txt_lead {
        font-size:1.75em;
    }
    .area_app .txt_price {
        font-size:1.5em;
    }
    .area_app .txt_price .font_s {
        padding-left:2rem;
    }
    .area_app .txt_price .sp-price {
        font-size:1.75em;
    }
    .app_btn {
        margin:0 auto;
    }
    .app_btn a {
        padding:1.5em 1em;
        transition-property:all;
        transition-duration:.3s;
        transition-timing-function:ease-in-out;
    }
    .app_btn a:hover {
        background-color:#efa8c1;
    }
}
@media print, screen and (min-width:768px) and (max-width:1120px) {
    .app_btn {
        max-width:700px;
    }
    .app_btn li:nth-of-type(-n+3) {
        margin-top:1em;
    }
}
@media screen and (min-width:1121px) {
    .app_btn {
        display:flex;
        justify-content: center;
    }
    .app_btn li:not(:last-of-type) {
        margin-right:26px;
    }
    .app_btn li {
        width:320px;
    }
}


/* フッター */
.area_footer {
	padding:0 15px 1em 15px;
}
.area_footer ul {
	margin:1.5em 0 1em 0;
}
@media screen and (max-width:767px) {
    .area_footer ul {
        border-top:1px solid #CCC;
    }
    .area_footer li {
        border-bottom:1px solid #CCC;
    }
    .area_footer li a {
        display:block;
        padding:1em 0;
        font-size:0.875em;
    }
    .area_footer small {
        display:block;
        text-align:center;
    }
}
@media print, screen and (min-width:768px) {
    .area_footer {
        text-align:center;
        line-height:1.5;
    }
    .area_footer li {
        display:inline-block;
        margin:0 0.6em;
        font-size:0.875em;
    }
    .area_footer li a {
        display:block;
        padding:0.3em 0;
        text-decoration:underline;
    }
}
