@charset "utf-8";
:root {
	--main_color: #ff551e;
	--brown:#503700;
	--gray:#FAFAF8;
}


/* サブメニュー */
#column .sub_nav_sticky{
	margin: 0 auto;
	display: none;
}
@media only screen and (max-width: 768px){
	#column .sub_nav_sticky{
		display: block;
	}
}

/* h2見出し（PICK UP） */
#column #pickup .c-ttl-pickup{
    color: var(--brown);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-align: center;
    margin-bottom: 70px;
}
@media only screen and (max-width: 768px){
	#column #pickup .c-ttl-pickup{
		margin-bottom: 25px;
	}
}

/* コラム用共通 */
/* #container{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
} */
#container #column .content{
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	color: var(--brown);
	font-family: "Noto Serif JP", serif;
	word-break: break-all;
}
#container #column .content02{
	max-width: 1222px;
	width: 90%;
	margin: 0 auto;
}
/* 角丸 */
#container #column .r-img{
	border-radius: 20px;
	overflow: hidden;
}
/* ホバーテキスト */
#container #column .hvr-txt:hover,
#container #column .hvr-txt:focus{
	color: var(--main_color);
	opacity: 1;
	text-decoration: none;
}
#container #column .hvr-txt02{
	text-decoration: underline;
}
#container #column .hvr-txt02:hover,
#container #column .hvr-txt02:focus{
	color: var(--main_color);
	opacity: 1;
	text-decoration: none;
}
/* マージン */
#container #column .mb-56{
	margin-bottom: 56px;
}
#container #column .mb-24{
	margin-bottom: 24px;
}





/* コラム記事詳細 */
#column .column_wp{
	padding: 80px 0 85px;
	border-bottom: 1px solid var(--brown);
}

/* タイトルブロック */
#column .title_cont{
	margin-bottom: 40px;
}
/* タイトル */
#column .title_cont__title{
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
}

/* メイン画像 */
#column .fv_img{
	margin-bottom: 105px;
}

/* 目次 */
#column .mokuji_cont{
	background-color: #EDEDEA;
	border-radius: 20px;
	padding: 66px 82px;
	margin-bottom: 105px;
}
#column .mokuji_cont__ttl{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 16px;
	padding: 10px 0;
}
#column .mokuji_cont__ttl::before,
#column .mokuji_cont__ttl::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
}
#column .mokuji_cont__ttl::before{
	background: url(../img/common/mokuji_bg01.png) no-repeat center center / 100%;
	left: -55px;
}
#column .mokuji_cont__ttl::after{
	background: url(../img/common/mokuji_bg01.png) no-repeat center center / 100%;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	right: -55px;
}

/* 中見出し目次 */
#column .mokuji_cont__list-item{
	padding: 32px 10px;
	border-top: 1px solid #C6C6C6;
}
#column .mokuji_cont__list-item:last-child{
	padding-bottom: 0;
}
#column .mokuji_cont__list-item .mainlink{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 24px;
	position: relative;
	display: block;
}
#column .mokuji_cont__list-item .mainlink::before{
	content: "";
	position: absolute;
	background: url(../img/common/mokuji_ttlbg.png) no-repeat center center / 100%;
	width: 14px;
	height: 22px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* 小見出し目次 */
#column .mokuji_cont__sublist{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 16px 0;
	margin-top: 24px;
}
#column .mokuji_cont__sublist-item .sublink{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-left: 1em;
	position: relative;
	margin: 0 30px;
	display: block;
}

#column .mokuji_cont__sublist-item .sublink::before{
	content: "・";
	position: absolute;
	color: var(--main_color);
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


/* 本体記事 */
/* 見出し2 */
#column .clm-ttl01{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.03em;
	color: #fff;
	padding: 13px 25px 13px 27px;
	background: var(--main_color);
	position: relative;
	margin-bottom: 56px;
}
#column .clm-ttl01::before{
	content: "";
	position: absolute;
	width: 16px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FF8565;
}
/* 中見出し */
#column .clm-ttl02{
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: var(--main_color);
	position: relative;
	padding-left: 0.7em;
	margin-bottom: 16px;
}
#column .clm-ttl02::before{
	content: "";
	position: absolute;
	background-color: var(--main_color);
	border-radius: 100%;
	width: 10px;
	height: 10px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/* 小見出し */
#column .clm-ttl03{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-bottom: 1px solid var(--brown);
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* 本文 */
#column .clm-desc{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.56;
	letter-spacing: 0.03em;
}
/* 画像 */
#column .clm-img{
	margin: 0 auto;
	max-width: 630px;
	width: 100%;
}
/* 画像ボックス */
#column .sec_cont__imgbox{
	margin-bottom: 56px;
}
/* 画像ボックスの説明 */
#column .sec_cont__exptxt{
	margin-top: 24px;
}

/* youtube */
#column .clm-video{
	margin: 0 auto;
	max-width: 630px;
	width: 100%;
	aspect-ratio: 16 / 9;
}
#column .clm-video iframe{
	width: 100%;
	height: 100%;
}


/* 大見出しボックス */
#column .sec_cont:not(:last-child){
	padding-bottom: 104px;
}
/* 中見出しボックス */
#column .sec_cont__subbox{
	margin-top: -0.5em;
	padding-top: 0.5em;
}
#column .sec_cont__subbox:not(:last-child){
	margin-bottom: 56px;
}
/* 小見出しボックス */
/* #column .sec_cont__subbox02{
	margin-top: 24px;
} */
#column .sec_cont__subbox02-item:not(:last-child){
	margin-bottom: 24px;
}

/* 表 */
#column .clm-table{
	border: 1px solid var(--brown);
	width: fit-content;
}
#column .clm-table th,
#column .clm-table td{
	width: 33%;
	padding: 5px 10px;
	border-right: 1px solid var(--brown);
	border-bottom: 1px solid var(--brown);
}

/* pickupbox */
#column .clm-bgbox{
	background-color: #fff5df;
	padding: 2em 3em;
}

/* 前後記事リンク */
#column .prvnxt_cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 86px;
}
#column .prvnxt_cont__item{
	width: 50%;
}
#column .prvnxt_cont__link{
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
}
#column .prvnxt_cont__link img{
	position: absolute;
	top: 0;
	left: 0;
}
#column .prvnxt_cont__link--next{
	transform: rotate(180deg);
	margin-left: auto;
}
#column .prvnxt_cont__link:hover,
#column .prvnxt_cont__link:focus{
	opacity: 1;
}
#column .prvnxt_cont__link:hover .on,
#column .prvnxt_cont__link:focus .on{
	opacity: 0;
}

/* 関連記事 */
#column .others_cont{
	background-color: #E4E4E4;
	padding: 80px 0 85px;
	margin-bottom: 80px;
}
#column .others_cont__ttl{
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-left: 1.5em;
	letter-spacing: 0;
	margin-bottom: 36px;
	color: var(--brown);
}
#column .others_cont__ttl::before{
	content: "";
	position: absolute;
	background-color: var(--main_color);
	border-radius: 100%;
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#column .others_list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 70px;
}
#column .others_item{
	width: 360px;
}
#column .others_item-link{
	display: block;
	color: var(--brown);
}
#column .others_item-img{
	border-radius: 80px 20px 20px 20px;
	overflow: hidden;
	margin-bottom: 16px;
	aspect-ratio: 3 / 2;
}
#column .others_item-img img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: transform 0.3s ease-in-out;
}
#column .others_item-title{
	font-size: 20px;
	line-height: 1.45;
	font-weight: 600;
	letter-spacing: 0.05em;
	transition: color 0.3s ease-in-out;
}
#column .others_item-link:hover,
#column .others_item-link:focus{
	opacity: 1;
	text-decoration: none;
	color: var(--brown);
}
#column .others_item-link:hover .others_item-img img,
#column .others_item-link:focus .others_item-img img{
	transform: scale(1.1);
}
#column .others_item-link:hover .others_item-title,
#column .others_item-link:focus .others_item-title{
	color: var(--main_color);
}



@media only screen and (max-width: 768px){
/* マージン */
#container #column .mb-56{
	margin-bottom: 40px;
}

/* コラム記事詳細 */
#column .column_wp{
	padding: 28px 0 80px;
}
/* タイトル */
#column .title_cont__title{
	font-size: 24px;
	line-height: 1.45;
}
/* メイン画像 */
#column .fv_img{
	margin-bottom: 80px;
}
/* 目次 */
#column .mokuji_cont{
	padding: 28px 20px;
	margin-bottom: 80px;
}
#column .mokuji_cont__ttl{
	font-size: 24px;
	margin-bottom: 20px;
}
#column .mokuji_cont__ttl::before,
#column .mokuji_cont__ttl::after{
	width: 40px;
	height: 40px;
}
#column .mokuji_cont__ttl::before{
	left: -40px;
}
#column .mokuji_cont__ttl::after{
	right: -40px;
}

/* 中見出し目次 */
#column .mokuji_cont__list-item{
	padding: 30px 0;
}
#column .mokuji_cont__list-item:last-child{
	padding-bottom: 0;
}
#column .mokuji_cont__list-item .mainlink{
	font-size: 18px;
	line-height: 1.33;
}
#column .mokuji_cont__list-item .mainlink::before{
	bottom: auto;
	top: 0.1em;
}

/* 小見出し目次 */
#column .mokuji_cont__sublist-item .sublink{
	font-size: 16px;
	line-height: 1.33;
	margin: 0 5px;
}
#column .mokuji_cont__sublist-item .sublink::before{
	bottom: auto;
	top: 0.05em;
}

/* 本体記事 */
/* 見出し2 */
#column .clm-ttl01{
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	padding: 16px 15px 16px 32px;
	margin-bottom: 40px;
}
/* 中見出し */
#column .clm-ttl02{
	font-size: 22px;
	margin-bottom: 24px;
}
#column .clm-ttl02::before{
	width: 8px;
	height: 8px;
	top: 0.4em;
	bottom: auto;
}
/* 小見出し */
#column .clm-ttl03{
	font-size: 20px;
	padding-bottom: 3px;
	margin-bottom: 16px;
}

/* 本文 */
#column .clm-desc{
	font-size: 15px;
	line-height: 1.86;
}
/* 画像ボックス */
#column .sec_cont__imgbox{
	margin-bottom: 40px;
}
/* 大見出しボックス */
#column .sec_cont:not(:last-child){
	padding-bottom: 80px;
}
/* 中見出しボックス */
#column .sec_cont__subbox:not(:last-child){
	margin-bottom: 40px;
}
/* 小見出しボックス */
/* #column .sec_cont__subbox02{
	margin-top: 32px;
} */
#column .sec_cont__subbox02-item:not(:last-child){
	margin-bottom: 32px;
}

/* 前後記事リンク */
#column .prvnxt_cont{
	margin-top: 24px;
	margin-bottom: 80px;
}
#column .prvnxt_cont__link{
	width: 36px;
	height: 36px;
}

/* 関連記事 */
#column .others_cont{
	padding: 40px 0 90px;
	margin-bottom: 80px;
}
#column .others_cont__ttl{
	margin-bottom: 32px;
}
#column .others_list{
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 48px 0;
}
#column .others_item{
	width: 100%;
}
#column .others_item-title{
	font-size: 18px;
}
}
