  @charset "utf-8";

/****
 *
 * </news/digest/css_v4/digest_index.css>
 *
 * 更新日: 2023/12/6
 *
 ****/

/****
 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.625rem;
}
.p-digest_title_bar.u-fadeIn--up{
	transition: opacity 0.4s, transform 0.5s;
}

.p-digest_year_header{
	margin-bottom: 2.5rem;
}
.p-digest_year_header.u-fadeIn--up{
	transition: opacity 0.4s, transform 0.5s;
}

.p-digest_title_year{
	width: 197px;
	height: 72px;
	flex: 0 0 auto;
	padding-left: 0.125rem;
}

/*digital_book_notice*/
.p-digital_book_notice{
	flex: 1 0 auto;
	width: calc(100% - 197px);
	font-size: 0.875rem;
	line-height: 1.4;
	position: relative;
}
#main .p-digital_book_notice h3{
	font-size: 0.9375rem;
	font-weight: 600;
	color: #4d4d4d;
	padding-bottom: 0.1875rem;
	margin-bottom: 0.25rem;
	border-bottom: #c0c5cc 1px solid;
}
.p-digital_book_notice__thumb{
	position: absolute;
	padding: 7px 0 8px 0;
	right: 28px;
	top: -13px;
	width: 140px;
	background-color: #a0a9b3;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}
.p-digital_book_notice__thumb img{
	box-shadow: 1px 2px 4px -1px rgba(0,0,0,0.4);
	height: 80px;
	width: auto;
	position: relative;
	z-index: 1;
}
.p-digital_book_notice__thumb::before{
	content: "";
	background: #818c9a;
	position: absolute;
	top:0px;
	left: 0px;
	width: 46px;
	height: 46px;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	z-index: 0;
}
.p-digital_book_notice__thumb::after{
	content: "";
	background: #818c9a;
	position: absolute;
	bottom:0px;
	right: 0px;
	width: 46px;
	height: 46px;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
	z-index: 0;
}

/*digital_book_notice - snav*/
/*.p-snav_digital_book_notice{
	margin-top: 10px;
	background-color: #8e97a4;
	border-radius: 0 6px 0 0;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	font-family: "Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
}
.p-snav_digital_book_notice__header{
	min-height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.125rem;
}
.p-snav_digital_book_notice__header::before{
	content: "";
	background: #818c9a;
	position: absolute;
	top:0px;
	left: 0px;
	width: 50px;
	height: 50px;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	z-index: 0;
}
.p-snav_digital_book_notice__main{
	background-color: #d3d6db;
	padding: 5px 12px 6px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #6a7684;
	line-height: 1;
	text-align: left;
}
.p-snav_digital_book_notice__main::before{
	content: "";
	background: #bdc3ca;
	position: absolute;
	bottom:0px;
	right: 0px;
	width: 50px;
	height: 50px;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
	z-index: 0;
}
.p-snav_digital_book_notice__thumb{
	flex: 0 0 auto;
	width: 140px;
}
.p-snav_digital_book_notice__thumb img{
	box-shadow: 1px 2px 6px -1px rgba(0,0,0,0.4);
}
.p-snav_digital_book_notice__feature{
	flex: 1 0 auto;
	width: calc(100% - 140px);
}
.p-snav_digital_book_notice__main li{
	margin: 0;
	padding: 0.4375rem 0 0.4375rem 28px;
	background: url("/news/digest/image_v4/icon_check_mark.svg") no-repeat 0px 0px;
}
.p-snav_digital_book_notice__header p{
	cursor: text;
}*/

/**/

.p-month_unit{
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.25rem;
	position: relative;
}
.p-month_unit.u-fadeIn--up{
	transition: opacity 0.5s 0.1s, transform 0.6s 0.1s;
}

.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:-20px; right: 44px;
	background-color: rgba(255,255,255,0.6);
	width: 108px;
	height: 108px;
	border: #E6002D 2px solid;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #E6002D;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.15em;
	box-shadow: 1px 2px 12px -1px rgba(0,0,0,0.4);
	z-index: 1;
}

/*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: calc(100% - 168px);
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.3);
	margin-bottom: 0.75rem;
	position: relative;
}
.p-month_unit__contents::before{
	content: "";
	background: #f2f3f5;
	position: absolute;
	top:0px;
	left: 0px;
	width: 300px;
	height: 300px;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	z-index: 0;
}
.p-month_unit__contents::after{
	content: "";
	background: #f2f3f5;
	position: absolute;
	bottom:0px;
	right: 0px;
	width: 300px;
	height: 300px;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
	z-index: 0;
}

.p-month_unit__monthNum{
	position: relative;
	margin-top: -4px;
	margin-bottom: 0.25rem;
}

.p-month_unit__monthTxt{
	font-size: 0.9375rem;
	line-height: 1.5;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.1em;
	margin-bottom: 0.3125rem;
}

.p-month_unit__monthCover{
	padding-top: 0.4375rem;
}

.p-monthCover{
	position: relative;
	display: block;
}
.p-monthCover__photo{
	box-shadow: 2px 3px 12px -2px rgba(0,0,0,0.4);
	margin-bottom: 0.9375rem;
	width: 140px;
	height: auto;
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.6s 0.1s;
}
.is-appear .p-monthCover__photo{
	transform: translateY(0px);
	opacity: 1;
}
.p-monthCover__label{
	color: #e6002d;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 0.6875rem;
	line-height: 1;
	letter-spacing: 0.06em;
	margin-bottom: 0.375rem;
}
.p-monthCover__title{
	font-size: 0.75rem;
	line-height: 1.4;
	padding-bottom: 20px;
}

/*p-month_unit__openBook*/
.p-month_unit__openBook{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 0.4375rem;
	background: url("/news/digest/image_v4/icon_book.svg") no-repeat 50% 0px;
	display: flex;
	justify-content: center;
}
.p-month_unit__openBook a{
	display: block;
	width: auto;
	padding: 0.5rem 0;
	color: #212121;
	text-decoration: none;
	line-height: 1;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0;
	border-bottom: #e6002d 1px solid;
}

/*p-month_unit__openPdf*/
.p-month_unit__openPdf{
	text-align: center;
	padding-top: 38px;
	padding-bottom: 0.4375rem;
	background: url("/news/digest/image_v4/icon_pdf_view.svg") no-repeat 50% 0px;
	display: flex;
	justify-content: center;
	margin-top: 1.25rem;
}
.p-month_unit__openPdf a{
	display: block;
	width: auto;
	padding: 0.5rem 0;
	color: #212121;
	text-decoration: none;
	line-height: 1;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0;
	border-bottom: #e6002d 1px solid;
}
.p-month_unit__openPdf a .size{
	font-size: 0.75rem;
	font-weight: 400;
}
.sp .p-month_unit__openPdf{
	display: none;
}

/*p-month_unit__contentsLabel*/
.p-month_unit__contentsLabel{
	padding: 1.4375rem 1.9375rem 1.8125rem;
	line-height: 1;
	position: relative;
}
#main .p-month_unit__contentsLabel h2{
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0.5em;
}

/*p-contentsMain*/
.p-month_unit__contentsMain{
	/*width: 100%;*/
	width: calc(100% - 56px);
	margin-left: 28px;
	margin-right: 28px;
	flex: 0 0 auto;
	padding-bottom: 1.5rem;
	position: relative;
	z-index: 1;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s 0.2s;
}
.is-appear .p-month_unit__contentsMain{
	opacity: 1;
	transform: translateY(0px);
}

.p-contentsMain__image{
	width: 100%;
	height: auto;
	aspect-ratio: 40/21;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 2px 14px -3px rgba(0,0,0,0.6);
}
.p-contentsMain__image img{
	width: 100%;
	height: auto;
	position: absolute;
	top:0px;
	left: 0px;
	transition: all 0.8s 0.1s;
}

.p-month_unit__contentsMain:hover .p-contentsMain__image img{
	transform: scale(1.04,1.04);
}

.p-month_unit__contentsMain a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(166,196,235,0.3);
	/*transition: background 0.3s;*/
	opacity: 0;
	transition: opacity 0.3s;
}
.p-month_unit__contentsMain:hover a::after{
	opacity: 1;
}

/*p-contentsSub*/
.p-month_unit__contentsSub{
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0 1.9375rem 2rem;
	position: relative;
	z-index: 1;
}
.p-contentsSub{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-contentsSub li{
	flex: 0 0 auto;
	width: calc((100% - 20px)/2);
	background-image: linear-gradient(to right, #e6002d 0px, #e6002d 30px, #dfe2e5 30px);
  background-size: 100% 2px;
  background-position: top;
  background-repeat: no-repeat;
	padding: 2px 0px 1rem 0px;
}
.p-contentsSub li::after{
	content: "";
	display: block;
	width: 8px; height: 8px;
	border: #818c9a 1px solid;
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
	position: absolute;
	right: 8px;
	top: 16px;
	/*top: 50%;
	margin-top: -4px;*/
}

.p-contents_cornerLabel{
	color: #818c9a;
	font-weight: 500;
	font-size: 0.9375rem;
	display: block;
	padding: 0.4375rem 0 0.5rem;
}
.p-contents_contentsTitle{
	padding-left: 0.875rem;
}
.p-contents_contentsTitle a{
	color: #212121;
}

/*#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;
}

/*====================
  SP
====================*/
.sp #main {
	margin-bottom: 1.5rem;
}

.sp .p-digest_title_year{
	width: 120px;
	height: auto;
	margin-bottom: 0;
}
.sp .p-digest_year_header{
	margin-bottom: 1rem;
}
.sp .p-digital_book_notice{
	width: 100%;
	padding: 0.5rem 0 0.875rem;
	font-size: 0.8125rem;
}

.sp .p-digest_title_bar__digestLogo {
    width: 100%;
}
.sp .p-month_unit{
	display: block;
	border-top: #ccc 1px solid;
	padding-top: 1.25rem;
}

.sp .p-month_unit.p-new:after{
	top:24px; right: 110px;
	width: 68px;
	height: 68px;
	font-size: 0.875rem;
	z-index: -1;
	box-shadow: none;
	letter-spacing: 0.1em;
}

.sp .p-month_unit__contents::before,
.sp .p-month_unit__contents::after{
	width: 200px;
	height: 200px;
}

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

.sp .p-month_unit__contentsSub{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.sp .p-contentsSub li{
	width: 100%;
}
.sp .p-contentsSub li::after{
	top: 50%;
	margin-top: -4px;
}

.sp .p-month_unit__contentsMain{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.sp .p-month_unit__contentsLabel{
	padding: 1.25rem 1.25rem 1.375rem;
}

.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{
	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;
	font-size: 0.8125rem;
}
.sp .c-block_hover.p-month_unit__coverLink{
	position: static;
}
.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,
.sp .p-monthCover__title{
	display: none;
}
/*.sp .p-monthCover__title{
	padding-bottom: 0px;
	padding-right: 1em;
	text-align: right;
}*/

.sp .p-month_unit__openBook{
	padding: 0 0 0 96px;
	background-position: 20px 0px;
	text-align: left;
	display:block;
	margin-right: 1rem;
	min-height: 40px;
}
.sp .p-month_unit__openBook a{
	display: block;
	width: auto;
	padding: 0.5rem 0;
	color: #212121;
	text-decoration: none;
	line-height: 1;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0;
	border-bottom: #e6002d 1px solid;
}

.sp .p-digital_book_notice__thumb{
	display: none;
}

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

@media print{
	.p-monthCover__photo{
		transform: translateY(0px);
		opacity: 1;
	}
	.p-month_unit__contentsMain{
		opacity: 1;
		transform: translateY(0px);
	}
}
