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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.midashi_wrap h2.midashi_img{
	width: 40.0%;
}

.fancybox-margin{
	margin-right: 0 !important;
}

/*===================================
	.block01
=====================================*/

.block01{
	padding: 2.70rem 0 3.65rem;/*40 54*/
}

.block01 .block_inner{
	width: 67.57rem;/*1000*/
	margin: 0 auto;
}

.block01 .block_inner .m100-logo{
	width: 41.0%;
	line-height: 0;
	margin: 3.85rem auto 0;/*57*/
}

.block01 .block_inner .m100-logo img{
	width: 100%;
	height: auto;
}

.block01 .block_inner .m100-large_txt{
	width: 47.2%;
	margin: 5.07rem auto 0;/*75*/
	padding-bottom: 0.47rem;/*7*/
	position: relative;
}

.block01 .block_inner .m100-large_txt::before{
	content: '';
	display: inline-block;
	background: #ffef00;
	width: calc(100% + 1.82rem);/*+27*/
	height: 1.49rem;/*22*/
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.block01 .block_inner .m100-large_txt img{
	width: 100%;
	height: auto;
}

.block01 .block_inner .m100-txtarea{
	margin-top: 2.30rem;/*34*/
}

.block01 .block_inner .m100-txtarea p{
	font-size: 1.08rem;/*16*/
	line-height: 1.875;
	letter-spacing: 0.15em;
	color: #333333;
	text-align: center;
}

.block01 .block_inner .m100_btn{
	width: 31.0%;
	margin: 3.72rem auto 0;/*55*/
}

.block01 .block_inner .m100_btn a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 5.41rem;/*80*/
	border-radius: 2.70rem;/*40*/
	background: url("../images/m100/link_ico.svg")no-repeat #cd000e right 1.49rem center;/*22*/
	background-size: 2.97rem auto;/*44*/
	font-size: 1.28rem;/*19*/
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	padding-left: 17.7419%;/*55*/
	box-sizing: border-box;
}

/*===================================
	.post-block
=====================================*/

.post-block{
	padding: 3.65rem 0 12.03rem;/*54 178*/
}

.post-block .block_inner{
	width: 74.32rem;/*1100*/
	margin: 0 auto;
}

.post-block .block_inner ul.post_list{
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	counter-reset: number 0;
}

.post-block .block_inner ul.post_list::after{
	content: '';
	display: inline-block;
	width: 24.2727%;
	height: 0;
}

.post-block .block_inner ul.post_list::before{
	content: '';
	display: inline-block;
	width: 24.2727%;
	height: 0;
	order: 1;
}

.post-block .block_inner ul.post_list li{
	width: 24.2727%;/*267*/
	position: relative;
}

.post-block .block_inner ul.post_list li:nth-child(n + 5){
	margin-top: 0.88rem;/*13*/
}

.post-block .block_inner ul.post_list li::before {
	content: counter(number) " ";/* 表示形式を指定 */
	counter-increment: number 1;/* number カウンタの増加数をセット */
	display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size: 4.36rem;/*64.49*/
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	pointer-events: none;
	position: absolute;
	top: 3.38rem;/*50*/
	left: 24.3445%;/*67*/
	z-index: 1;
	
}

.post-block .block_inner ul.post_list li:nth-child(n + 10)::before {
	left: 15.3558%;/*41*/	
}

.post-block .block_inner ul.post_list li:nth-child(100)::before {
	left: 8.6142%;/*23*/	
}

.post-block .block_inner ul.post_list li::after{
	content: '';
	display: inline-block;
	/*background: url("../images/m100/link_ico.svg")no-repeat right 6.3670% bottom 19px;*//*17*/
	background: url("../images/m100/link_ico.svg")no-repeat;
	background-size: contain;
	width: 2.09rem;/*31*/
	height: 2.09rem;
	pointer-events: none;
	position: absolute;
	bottom: 1.28rem;/*19*/
	right: 6.3670%;/*17*/
	z-index: 1;
}

.post-block .block_inner ul.post_list li a{
	display: block;
	width: 100%;
	height: 100%;
}

.post-block .block_inner ul.post_list li .thumb01{
	width: 100%;
	height: 305px;
	aspect-ratio: 238 / 305;
	position: relative;
	z-index: -2;
}

.post-block .block_inner ul.post_list li .thumb01::before{
	content: '';
	display: inline-block;
	/*background: rgba(0,0,0,0.45);*/
	background: rgba(0,0,0,0.50);
	/*border: 0.27rem solid #fff102;*//*4*/
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.post-block .block_inner ul.post_list li .thumb01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-block .block_inner ul.post_list li p.count_txt{
	display: flex;
	align-items: center;
	font-size: 2.84rem;/*42*/
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	position: absolute;
	top: 4.39rem;/*65*/
	right: 18.7265%;/*50*/
	z-index: 1;
}

.post-block .block_inner ul.post_list li:nth-child(100) p.count_txt{
	right: 11.2359%;/*30*/
}

.post-block .block_inner ul.post_list li p.count_txt span{
	font-size: 3.11rem;/*46.08*/
}

.post-block .block_inner ul.post_list li .post_tit{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 1.01rem 0;/*5*/
	padding: 0 1em;
	box-sizing: border-box;
	position: absolute;
	/*bottom: 1.62rem;*/
	bottom: 3.72rem;/*55*/
	left: 0;
	z-index: 1;
}

.post-block .block_inner ul.post_list li .post_tit p.tit_txt{
	font-size: 1.35rem;/*20*/
	line-height: 1.1;
	letter-spacing: 0.1em;
	color: #fff;
}

.post-block .block_inner ul.post_list li .post_tit p.sub_txt{
	font-size: 1.35rem;/*20*/
	line-height: 1.1;
	letter-spacing: 0.1em;
	color: #fff;
}

/*===================================
	.post-block
=====================================*/

.person-box-hide{
    display: none;
}

.fancybox-overlay{
	z-index: 10001 !important;
}

.fancybox-close {
    position: absolute !important;
    background: url("../images/m100/close_ico.svg")no-repeat !important;
	background-size: cover !important;
    top: -1.42rem !important;/*-21*/
    right: -1.08rem !important;/*-16*/
    width: 5.47rem !important;/*81*/
    height: 5.47rem !important;/*81*/
    cursor: pointer !important;
    z-index: 8040 !important;
}

.fancybox-nav{
    display: none;
}

.fancybox-wrap{
	width: calc(67.57rem + 0.41rem) !important;/*1000*/
	overflow: visible !important;
}

.fancybox-opened {
    z-index: 10010 !important; 
}

.fancybox-wrap .fancybox-skin{
	background: #fff !important;
}

.fancybox-inner{
	width: 100% !important;/*1000*/
	overflow: visible !important;
}

.fancybox-inner::-webkit-scrollbar{
	width: 0.41rem !important;/*6*/
}

.fancybox-inner::-webkit-scrollbar-track{
  box-shadow:0 0 5px #fff inset !important;
}

.fancybox-inner::-webkit-scrollbar-thumb{
  background: #aeaeae !important;
  border-radius: 0.34rem !important;/*10*/
}

.fancybox-wrap .fancybox-skin{
	padding: 0 !important;
}

.person-box{
	padding: 4.05rem 0 11.35rem;/*60 168*/
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.person-box .inner01{
	width: 90.0%;
	margin: 0 auto;
}

.person-box .inner01 .post_num{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 0.34rem;/*5*/
	width: 16.3333%;/*147*/
	max-width: 9.93rem;/*147*/
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #fff102;
	font-size: 2.91rem;/*43*/
	line-height: 0;
	color: #231815;
	position: absolute;
	top: -1.89rem;/*-28*/
	left: 4.5%;/*45*/
}

.person-box .inner01 .post_num span{
	font-size: 3.24rem;/*48*/
	line-height: 0;
	letter-spacing: -0.05em;
	color: #231815;
}

.person-box .inner01 h3.post-title{
	padding: 0 2em 3.72rem 17.7777%;/* 55 160*/
	padding-bottom: 3.72rem;/*55*/
	box-sizing: border-box;
	font-size: 1.76rem;/*26*/
	line-height: 1.6534;
	letter-spacing: 0.05em;
	text-align: justify;
	position: relative;
}

.person-box .inner01 h3.post-title::before{
	content: '';
	display: inline-block;
	background: #fff102;
	width: 100%;
	height: 1.28rem;/*19*/
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.person-box .inner01 .modal_flex_area{
	width: 100%;
	margin-top: 2.03rem;/*30*/
	display: flex;
	justify-content: space-between;
}

.person-box .inner01 .modal_flex_area .photo_area{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50.0%;/*450*/
	aspect-ratio: 450 / 292;
	overflow: hidden;
}

.person-box .inner01 .modal_flex_area .photo_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.person-box .inner01 .modal_flex_area .detail_area{
	width: 46.7777%;/*421*/
	aspect-ratio: 422 / 292;
	padding: 2.36rem 3.38rem 3.38rem;/*35 50*/
	box-sizing: border-box;
	background: url("../images/m100/m100-waku.png")no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	overflow: hidden;
}

.person-box .inner01 .modal_flex_area .photo_area + .detail_area{
	margin: 0;
}

/*
.person-box .inner01 .modal_flex_area .detail_area p.name{
	padding-left: 1.55rem;
	box-sizing: border-box;
	font-size: 1.08rem;
	line-height: 1;
	letter-spacing: 0.15em;
	color: #333333;
	position: relative;
}

.person-box .inner01 .modal_flex_area .detail_area p.name::before{
	content: '';
	display: inline-block;
	background: #fff102;
	width: 0.95rem;
	height: 0.95rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.person-box .inner01 .modal_flex_area .detail_area p.name span{
	font-size: 1.35rem;
	padding-right: 0.34rem;
}
*/


.person-box .inner01 .modal_flex_area .detail_area .comment_wrap{
	width: 100%;
	height: calc(100% + 1em);
	padding-right: 0.5em;
	box-sizing: border-box;
	overflow-y: auto;
}
.person-box .inner01 .modal_flex_area .detail_area p.comment{
	font-size: 1.08rem;/*16*/
	line-height: 1.875;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: justify;
}

.person-box .inner01 .sub_area{
	margin-top: 2.03rem;/*30*/
	padding-right: 42.5%;
	box-sizing: border-box;
	position: relative;
}

.person-box .inner01 .sub_area dl{
	display: flex;
}

.person-box .inner01 .sub_area dl + dl{
	margin-top: 1.35rem;/*20*/
}

.person-box .inner01 .sub_area dl dt{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 13.8888%;/*125*/
	font-size: 1.08rem;
	line-height: 2.375;
	letter-spacing: 0.15em;
	color: #333333;
	text-align: right;
}

.person-box .inner01 .sub_area dl dt::before{
	content: '';
	display: inline-block;
	background: #fff102;
	width: 0.95rem;/*14*/
	height: 0.95rem;/*14*/
	border-radius: 50%;
	margin-right: 0.68rem;/*10*/
}

.person-box .inner01 .sub_area dl dd{
	width: calc(100% - 13.8888%);
	padding-left: 0.95rem;/*14*/
	box-sizing: border-box;
	font-size: 1.08rem;
	line-height: 2.375;
	letter-spacing: 0.15em;
	color: #333333;
}

.person-box .inner01 .sub_area dl dd a{
	text-decoration: underline;
}

.person-box .inner01 .sub_area ul.sub_list{
	list-style: none;
}

.person-box .inner01 .sub_area ul.sub_list li{
	font-size: 1.08rem;
	line-height: 1.5625;
	letter-spacing: 0.05em;
	color: #333;
	padding-left: 1.55rem;/*23*/
	box-sizing: border-box;
	position: relative;
}

.person-box .inner01 .sub_area ul.sub_list li a{
	color: #333;
	text-decoration: underline;
}

.person-box .inner01 .sub_area ul.sub_list li + li,
.person-box .inner01 .sub_area ul.sub_list + ul.sub_list{
	margin-top: 0.68rem;
}

.person-box .inner01 .sub_area ul.sub_list li::before{
	content: '';
	display: inline-block;
	background: #fff102;
	width: 1.01rem;/*15*/
	height: 1.01rem;/*15*/
	border-radius: 50%;
	position: absolute;
	top: 0.34rem;
	left: 0;
	z-index: 1;
}

.person-box .inner01 .sub_area .p_illust{
	width: 39.1111%;/*352*/
	position: absolute;
	top: -0.54rem;/*-8*/
	right: -0.34rem;/*-5*/
}

.person-box .inner01 .sub_area .p_illust img{
	width: 100%;
	aspect-ratio: 352 / 202;
	max-height: 11.35rem;
	object-fit: contain;
}
