  @charset "utf-8";

/****
 *
 * </news/digest/css_v3/digest_index.css>
 *
 * 更新日: 2022/1/5
 *
 ****/

/****
 Foundation
/

.p-month_unit a{
	text-decoration: none;
	color: #212121;
}


/****
 Project
/

.p-digest_title_bar.p-index{
	border-radius: 0 8px 0 0;
	margin-bottom: 1.25rem;
}


.p-digest_title_year{
	width: 100%;
	height: 58px;
	margin: 0 0 1.75rem;
}

.p-month_unit{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.5rem;
	padding-bottom: 2rem;
	border-bottom: #e6e6e6 1px solid;
	position: relative;
}
.p-month_unit:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.p-month_unit.p-new:after{
	content: "最新号";
	position: absolute;
	top:-90px; right: 20px;
	background-color: rgba(255,255,255,0.4);
	width: 132px;
	height: 132px;
	border: #E6002D 1px solid;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #E6002D;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.15em;
	box-shadow: 1px 2px 12px -1px rgba(0,0,0,0.4);
}

/*p-month_unit__month*/

.p-month_unit__month{
	flex: 0 0 auto;
	width: 154px;
	text-align: center;
}
.p-month_unit__contents{
	flex: 0 0 auto;
	width: 620px;
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.3);
	margin-bottom: 0.75rem;
	display: flex;
	justify-content: space-between;
}
.p-large .p-month_unit__contents{
	display: block;
}
.p-month_unit__monthNum{
	position: relative;
	margin-bottom: 1rem;
}
.p-month_unit__monthNum::after{
	content: "";
	display: block;
	width: 264px;
	height: 0px;
	z-index: 50;
	border-bottom: #e6002d 1px solid;
	position: absolute;
	bottom: -14px;
	left:0px;
}

.p-month_unit__monthTxt{
	font-size: 0.9375rem;
	line-height: 1.5rem;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.1em;
	margin-bottom: 2.75rem;
}
.p-monthCover{
	position: relative;
	display: block;
}
.p-monthCover__photo{
	box-shadow: 2px 3px 12px -2px rgba(0,0,0,0.4);
	margin-bottom: 0.75rem;
	width: 140px;
	height: auto;
}
.p-monthCover__label{
	color: #e6002d;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.06em;
	margin-bottom: 0.5rem;
}
.p-monthCover__title{
	font-size: 0.8125rem;
	line-height: 1.7;
	padding-bottom: 40px;
}
.p-monthCover:hover .p-monthCover__title{
	text-decoration: underline;
}
.p-monthCover::before{
	content: "";
	display: block;
	width: 104%; height: 106%;
	position: absolute;
	top:-3%; left: -2%;
	background-color: rgba(0,0,0,0.1);
	border-radius: 4px;
	opacity: 0;
	transition: opacity 0.3s;
}
.p-monthCover:hover::before{
	opacity: 0.8;
}
.p-monthCover::after{
	content: "";
	display: block;
	width: 33px; height: 33px;
	position: absolute;
	left: 50%; margin-left: -17px;
	bottom: 0px;
	background: #d6d6d6 url(../image_v3/arrow_index_s_w.svg) no-repeat 50% 50%;
	border-radius: 50%;
	transition: background-color 0.3s;
}
.p-monthCover:hover::after{
	background-color: #c0c0c0;
}

/*p-contentsMain*/
.p-month_unit__contentsMain{
	width: 60%;
	flex: 0 0 auto;
	padding-bottom: 1.5rem;
	position: relative;
}
.p-large .p-month_unit__contentsMain{
	width: 100%;
	padding-bottom: 1.8125rem;
	background: none;
}
.p-contentsMain__title_area{
	position: relative;
}

.p-contentsMain__image{
	width: 372px; /*60%*/
	height: 210px;
	overflow: hidden;
	position: relative;
}
.p-contentsMain__image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	transition: all 1.2s 0.2s;
}
.p-large .p-contentsMain__image{
	width: 620px;
	height: 350px;
}
.p-contentsMain__label{
	background-color: #e6002d;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.125rem; line-height: 1;
	letter-spacing: 0.2em;
	width: 84px;
	height: 1.8125rem;
	margin-top: -1.8125rem;
	position: relative;
	border-radius: 0 4px 0 0;
}
.p-large .p-contentsMain__label{
	position: absolute;
	font-size: 1.25rem; 
	width: 84px;
	height: 84px;
	left: 0px;
	bottom:0px;
	margin-top: 0;
	border-radius: 0 8px 0 0;
}
.p-contentsMain__title{
	box-sizing: border-box;
	font-family: "Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.375rem;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.03em;
	line-height: 1.25;
	margin: 1rem 1.25rem 0;
}
.p-large .p-contentsMain__title{
	position: absolute;
	width: 100%;
	min-height:84px;
	left: 0px;
	bottom:0px;
	display: flex;
	align-items: center;
	padding-left: 106px;
	padding-right: 50px;
	margin: 0;
	font-size: 1.875rem;
	color: #fff;
	line-height: 1.25;
	background: url(/news/digest/image_v3/arrow_index_m_w.svg) no-repeat 97% 50%;
}

/*特集以外をメインにする時*/
.p-large .p-contentsMain__title.no_feature{
	padding-left: 1.5rem;
	padding-bottom: 0.75rem;
}
/**/

.p-contentsMain__title .c-karning_left{ /*かっこの頭ぞろえ*/
	/*margin-left: -0.5rem;*/
}
.p-contentsMain__title .c-sub_title{
	font-size: 75%;
	display: block;
}

.p-contentsMain__lede{
	box-sizing: border-box;
	padding: 0.5rem 1.5rem 1rem;
	font-size: 0.875rem;
	line-height: 1.9;
	position: relative;
	height: 10rem;
	overflow: hidden;
}
.p-large .p-contentsMain__lede{
	padding: 1rem 1.5rem;
	font-size: 0.875rem;
	height: 9rem;
}
.p-contentsMain__lede::after{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,1) 100%);
	transition: background 0.3s;
}
.p-large .p-contentsMain__lede::after{
	height: 60px;
}
.p-contentsMain__more{
	display: block;
	margin: 0.75rem 1.5rem 0;
	font-size: 1rem;
	text-align: center;
	line-height: 1;
	padding: 0.875rem;
	background-color: #EDEEF0;
	border-radius: 6px;
	border: #ededed 2px solid;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #333 !important;
	transition: all 0.3s;
}

.p-contentsMain__more::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	background-color: rgba(60,66,72,0.1);
	top:0px; left: 0px;
	opacity: 0;
	transition: opacity 0.3s;
}
.p-month_unit__contentsMain:hover .p-contentsMain__more::after{
	opacity:0.8;
}
.p-month_unit__contentsMain:hover .p-contentsMain__more{
	border-color: #e6002d;
	background-color: #fff;
	color: #e6002d !important;
}
.p-month_unit__contentsMain:hover .p-contentsMain__title{
	text-decoration: underline;
}
.p-month_unit__contentsMain:hover .p-contentsMain__image img{
	transform: scale(1.1,1.1);
}

/*p-contentsSub*/
.p-month_unit__contentsSub{
	width: calc(40% - 16px);
	margin-top: 1.375rem;
	/*padding-right: 20px;*/
	flex: 0 0 auto;
}
.p-large .p-month_unit__contentsSub{
	width: 620px;
	margin-top: 0;
	padding-right: 0;
}
.p-contentsSub{
	font-size: 0.875rem;
	line-height: 1.7;
}
.p-large .p-contentsSub{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 0.9375rem;
}
.p-contentsSub li{
	background-image: linear-gradient(to right, #d0d0d0, #d0d0d0 3px);
  background-size: 2px 2px;
  background-position: top;
  background-repeat: repeat-x;
	padding: 2px 0px 0px 0px;
	transition: background-color 0.3s;
}
.p-large .p-contentsSub li{
	background-size: 2px 2px;
	flex: 0 0 auto;
	width: 50%;
	padding: 2px 1.5rem 0px;
	border-bottom: #e3e3e3 1px solid;
	margin-top: -1px;
}
.p-large .p-contentsSub li:nth-of-type(2n+1){
	border-right: #e3e3e3 1px solid;
}

.p-contentsSub li:hover{
	background-color: #EDEEF0;
	cursor: pointer;
}

.p-contentsSub__label{
	color: #e6002d;
	line-height: 1;
	font-weight: bold;
	font-size: 0.8125rem;
	padding: 0.5rem 0 0.5rem;
	position: relative;
	border-bottom: #e0e0e0 1px solid;
	transition: all 0.3s;
}
.p-large .p-contentsSub__label{
	font-size: 0.875rem;
	text-align: center;
	padding: 0.8125rem 0 0.8125rem;
	margin: 0;
}

.p-contentsSub__label img{
	height: 28px;
	width: auto;
	margin-left: 0.625rem;
}
.p-large .p-contentsSub__label img{
	height: 36px;
	margin-left: 0;
}
.p-contentsSub__title{
	font-size: 0.875rem;
	padding: 0.5rem 0.5rem 1.5rem 0.875rem;
}

.p-large .p-contentsSub__title{
	text-align: center;
	font-size: 0.935rem;
	padding: 1rem 0.5rem 1.8125rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-contentsSub li:hover .p-contentsSub__label{
	border-bottom-color: #b0b0b0;
}
.p-contentsSub li:hover .p-contentsSub__title{
	text-decoration: underline;
}

/*#snav p-snav__label*/
#snav h2.p-snav__label{
	justify-content: center;
	padding: 0;
}

/*p-bn_box*/
.p-bn_box{
	text-align: center;
	width: 100%;
	padding: 0.125rem 0;
	border-radius: 0 0 4px;
}
.p-bn_box .c-sub_bn{
	margin: 0.375rem auto;
	border: #e6e6e6 1px solid;
	width: 100%;
}
#snav .p-bn_box h2.p-bn_box__heading{
	background: none;
	color: #212121;
	margin-bottom: 0.875rem;
	font-size: 1rem;
}

/*p-snav_year_Index*/
.nav.p-snav_year_Index{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#snav>ul.nav.p-snav_year_Index li{
	flex: 0 0 auto;
	width: 25%;
	border: none;
	border-bottom: #fff 1px solid;
}
#snav>ul.nav.p-snav_year_Index li.last{
	border-bottom: none;
}
#snav>ul.nav.p-snav_year_Index li a{
	padding: 0.625rem 0 0.625rem 0;
	text-align: center;
	position: relative;
	background-image: none;
}

#snav>ul.nav.p-snav_year_Index li.current a{
	font-weight: bold;
	background-image: none !important;
}
#snav>ul.nav.p-snav_year_Index li.current a:after{
	content: "";
	display: block;
	box-sizing: border-box;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: #c6c6c6 2px solid;
	position: absolute;
	top:3px; left: 3px;
	border-radius: 4px;
}

/*::::::::
Utility
::::::::::::*/

.u-label_scape_s2{
	margin-right: -35px;
}


/*====================
  SP
====================*/

.sp #main {
	margin-bottom: 1.5rem;
}


.sp .p-digest_title_year{
	width: 110px;
	height: auto;
}
.sp .p-digest_title_bar__digestLogo {
    width: 100%;
}
.sp .p-month_unit{
	display: block;
}

.sp .p-month_unit.p-new:after{
	top:-65px; right: 60px;
	width: 90px;
	height: 90px;
	font-size: 1.125rem;
	z-index: -1;
	box-shadow: none;
}

.sp .p-month_unit__contents{
	width: 100%;
	display: block;
}
.sp .p-contentsMain__image,
.sp .p-large .p-contentsMain__image{
	width: 100%;
	height: 0px;
	padding-bottom: 56%;
}

.sp .p-month_unit__contents{
	width: 100%;
	display: block;
}

.sp .p-large .p-contentsSub{
	display: block;
}

.sp .p-large .p-month_unit__contentsSub{
	width: 100%;
}
.sp .p-month_unit__contentsSub{
	width: 100%;
	margin-top: 0rem;
}
.sp .p-large .p-contentsSub li{
	width: 100%;
}

.sp .p-month_unit__contentsMain{
	width: 100%;
}

.sp .p-month_unit__month{
	width: 100%;
	min-height: 135px;
	padding-right: 100px;
	position: relative;
	text-align: left;
	margin-bottom: 1rem;
}
.sp .p-month_unit__monthNum{
	width: 90px;
	display: inline-block;
	line-height: 1;
	margin-bottom: 0.5rem;
}
.sp .p-month_unit__monthNum img{
	/*width: 80%;*/
	height: 58px;
}
.sp .p-month_unit__monthNum::after{
	display: none;
}
.sp .p-month_unit__monthTxt{
	width: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.sp .p-monthCover{
	position: static;
}
.sp .p-monthCover::after{
	display: none;
}
.sp .p-monthCover__photo{
	width: 100px;
	height: 132px !important;
	position: absolute;
	top:0px; right: 0px;
}
.sp .p-monthCover__label{
	padding-top: 0.5rem;
	padding-right: 1em;
	margin-bottom: 0.25rem;
	width: 100%;
	border-top: #e6002d 1px solid;
	text-align: right;
}
.sp .p-monthCover__title{
	padding-bottom: 0px;
	padding-right: 1em;
	text-align: right;
}

.sp .p-contentsMain__label,
.sp .p-large .p-contentsMain__label{
	position: relative;
	font-size: 1.125rem;
	width: 80px;
	height: 1.8125rem;
	margin-top: -1.8125rem;
}
.sp .p-contentsMain__title,
.sp .p-large .p-contentsMain__title{
	position: static;
	display: block;
	font-size: 1.375rem;
	/*letter-spacing: 0.08em;*/
	line-height: 1.25;
	margin: 1rem 1.125rem 0;
	padding-left: 0px;
	padding-right: 0px;
	background: none;
	color: inherit;
	min-height: inherit;
	width: auto;
}

.sp .p-contentsMain__lede,
.sp .p-large .p-contentsMain__lede{
	padding: 0.5rem 1.125rem 1rem;
	height: 12rem;
}
.sp .p-contentsMain__more{
	margin: 0.75rem 1.125rem 0;
}

.sp .p-contentsSub li,
.sp .p-large .p-contentsSub li{
	padding: 0 1rem;
}

.sp .p-contentsSub__label,
.sp .p-large .p-contentsSub__label{
	text-align: left;
	padding: 0.75rem 0;
}
.sp .p-contentsSub__label img,
.sp .p-large .p-contentsSub__label img{
	height: 28px !important;
	width: auto;
	margin-left: 0;
}
/*.sp .p-contentsSub__label::before,
.sp .p-large .p-contentsSub__label::before{
	content: "";
	display: block;
	width: 40px; height: 2px;
	background:#e6002d;
	position: absolute;
	top:0px; left: -1rem;
	margin-left: 0;
}*/
.sp .p-contentsSub__title,
.sp .p-large .p-contentsSub__title{
	text-align: left;
	font-size: 0.875rem;
	padding: 0.625rem 0rem 0.8125rem 1.5rem !important;
	display: inherit;
}

.sp #sub #snav{
	position: static;
	margin: 0;
	display: block;
	width: 100%;
}
