@charset "UTF-8";
/* CSS Document */

/* ==========================
　Common
============================*/
img {
	display: block;
	max-width: 100%;
}

/* パンクズ */
.fs-c-breadcrumb {
  margin: 1rem auto;
  padding: 0 10px
}


/* タイトル */
#category_m .fs-c-heading {
    text-align: left;
    border: none;
    padding: 0;
	margin-top: 3rem;
}
@media only screen and (max-width: 960px) {
    .fs-l-main {
        padding: 8px 3%;
    }	
}
@media only screen and (max-width: 520px) {
	#category_m .fs-c-heading {
		margin-top: 1rem;
	}

}


/* ==========================
　雑誌：スライダー
============================*/
.group_topics_wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.category_c_m2 {
	background: #f0ece1;
	padding: 5rem 3% 6rem;
}
#category_comment_m2 .title_d01, 
#category_comment_m .title_d01, 
.group_topics_wrap .title_d01 {
	text-align: center;
}

.group_topics_wrap .slick-dots {
	bottom: -35px;
}

.group_topics_wrap .slick-dots li button::before {
  font-size: 10px;
}

.group_topics_wrap .slick-dots li.slick-active button::before {
  color: #e72928;
}

.group_topics_wrap .slick-prev,
.group_topics_wrap .slick-next {
  position: absolute;
  z-index: 9999;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  background: rgba(30, 30, 30, 0.3);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.group_topics_wrap .slick-next {
    right: -2vw;
    background: none;
}

.group_topics_wrap .slick-prev {
    left: -2vw;
    background: none;
}

.group_topics_wrap .slick-next:before,
.group_topics_wrap .slick-prev:before {
    content: "" !important;
}

.group_topics_wrap .slick-next::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #292929;
  border-right: 3px solid #292929;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.group_topics_wrap .slick-prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #292929;
  border-left: 3px solid #292929;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 520px) {
    .group_topics_wrap .title_d01 {
        ont-size: 3rem;
    }
	.category_c_m2 {
		padding: 5rem 10% 6rem;
	}
	.group_topics_wrap .slick-next {
		right: -6vw;
	}
	.group_topics_wrap .slick-prev {
		left: -6vw;
	}
}

/* ==========================
　雑誌カテゴリ
============================*/
.group_mgzn_mainimg {
	width: 100%;
	max-width: 2200px;
	height: 550px;
	overflow: hidden;
	margin: 0 auto;
}
.group_mgzn_mainimg.item_mgzn_logo01 {
	background: url(../img/common/bg_img_01.jpg) no-repeat center;
	background-size: cover;
}
.group_mgzn_mainimg.item_mgzn_logo02 {
	background: url(../img/common/bg_img_02.jpg) no-repeat center;
	background-size: cover;
}
.group_mgzn_mainimg.item_mgzn_logo03 {
	background: url(../img/common/bg_img_03.jpg) no-repeat center;
	background-size: cover;
}
.group_mgzn_mainimg.item_mgzn_logo04 {
	background: url(../img/common/bg_img_04.jpg) no-repeat center;
	background-size: cover;
}

.item_mgzn_logobox {
    max-width: 1200px;
    margin: 0 auto;	
	position: relative;
}
.group_mgzn_mainimg .item_mgzn_tit {
	position: absolute;
	top: 110px;
	left: 4%;
	width: 250px;
	min-height: 250px;
	background: rgba(255,255,255,.7);
	padding: 10px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.group_mgzn_mainimg .item_mgzn_tit img {
	width: 100%;
}

@media only screen and (max-width: 960px) {
	.item_mgzn_mainimg {
		height: 450px;
	}
    .group_mgzn_mainimg .item_mgzn_tit {
        left: 6%;
		width: 250px;
		min-height: 250px;
    }
}

@media only screen and (max-width: 520px) {
	.group_mgzn_mainimg {
		height: 300px;
	}
    .group_mgzn_mainimg .item_mgzn_tit {
		top: 60px;
		width: 150px;
		min-height: 150px;
    }
    .group_mgzn_mainimg.item_mgzn_logo01 {
        background: url(../img/common/bg_img_01_sp.jpg) no-repeat center;
        background-size: cover;
    }
    .group_mgzn_mainimg.item_mgzn_logo02 {
        background: url(../img/common/bg_img_02_sp.jpg) no-repeat center;
        background-size: cover;
    }
    .group_mgzn_mainimg.item_mgzn_logo03 {
        background: url(../img/common/bg_img_03_sp.jpg) no-repeat center;
        background-size: cover;
    }
    .group_mgzn_mainimg.item_mgzn_logo04 {
        background: url(../img/common/bg_img_04_sp.jpg) no-repeat center;
        background-size: cover;
    }
}



/* ==========================
　記事一覧  
============================*/
#category_comment_m2 .grid_layout {
  display: grid;
}
#category_comment_m2 .column_wrap {
	padding: 5rem 0;
	margin: 0 4%;
}

#category_comment_m2 .column_list {
	gap: 2.5rem;
	max-width: 1200px;
	margin: 0 auto;
}
#category_comment_m2 .column_list .column_img,
#category_comment_m2 .column_list .column_img img {
	width: 100%;
}

#category_comment_m2 .column_list a {
	color: #252525;
	font-weight: 700;
}
#category_comment_m2 .grid_layout.grid_clm4 {
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 960px) {
    #category_comment_m2 .grid_layout.grid_clm4 {
         grid-template-columns: 1fr;
    }
	#category_comment_m2 .column_list li {
		border-bottom: 1px solid #CCC;
		padding-bottom: 1.5rem;
	}
   #category_comment_m2 .column_list .top_section01 {
        padding: 7rem 0 5rem;
    }
	#category_comment_m2 .column_list .column_img {
		max-width: 250px;
	}
	#category_comment_m2 .column_list .column_tit2 {
		max-width: calc(100% - 250px);
		padding-left: 3%;
	}
	#category_comment_m2 .column_list {
		gap: 1.5rem;
	}
}

@media only screen and (max-width: 520px) {
	#category_comment_m2 .column_wrap {
		padding: 5rem 0 2rem;
	}
	
	#category_comment_m2 .column_tit_d01 {
		margin: 4rem auto 0;
		padding: 0 2.5rem;
	}

	#category_comment_m2 .column_list .column_img {
		width: 40%;
		max-width: inherit;
	}
	#category_comment_m2 .column_list .column_tit2 {
		width: 60%;
		max-width: inherit;
	}
}	
	

/* ==========================
　通常：下層カテゴリ
============================*/
/* タイトル */
#category_n .fs-c-heading {
    padding: 0 0 1.5em 0;
	margin: 0;
	text-align: left;
	border: none;
}
/*カテゴリ 説明文 */
.c_explanation {
	text-align: left;
	font-size: 1.5rem;
}
.fs-c-subgroupList__item {
  flex-grow: 0;
}

.fs-c-subgroup .fs-c-listControl {
	display: none;
}
.fs-c-subgroup {
	margin-bottom: 6rem;
}
.fs-c-subgroupList {
    margin: 18px 0;
	padding: 1px 3%;
}
.fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link {
	padding: 12px;
	border-color: #252525;
}
.fs-c-subgroupList__link::after {
	color: #252525;
}

@media only screen and (max-width: 520px) {
    /*カテゴリ 説明文 */
    .c_explanation {
        font-size: 1.4rem;
	}
	#category_m2 .fs-c-heading,
	#category_m .fs-c-heading,
    #category_n .fs-c-heading {
      padding: 0 0 .8em 0;
      margin: 0;
    }
    .fs-c-subgroupList {
        margin: 12px 0;
        padding: 0 2%;
    }
}

