@charset "UTF-8";

/* ============================================================
contents_wrapper
============================================================ */
.futae_contents_wrapper{
	width:100%;
	position:relative;
	z-index:1;
	font-family:Helvetica Neue, Helvetica, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	color:#000;
	letter-spacing:0.03em;
}
.futae_contents_wrapper *{
	box-sizing:border-box;
}
.futae_contents_wrapper img{
	display:block;
	max-width:100%;
	height:auto;
}
.futae_contents_wrapper a{
	transition:opacity 0.2s ease 0s;
}
.futae_contents_wrapper .text_en{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.futae_contents_wrapper .bn_cta{
	display:inline-block;
	min-width:200px;
	box-sizing:border-box;
	padding:1.2em 2em;
	position:relative;
	vertical-align:middle;
	color:#fff;
	font-weight:bold;
	font-size:1.55rem;
	line-height:1;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-feature-settings:"palt" 1;
	letter-spacing:0.05em;
	background:url(../images/futae/icon_arrow_white.svg) no-repeat center right 0.8em/0.6em #000;
	border:solid 1px transparent;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.04));
	transition:border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s, filter 0.3s ease 0s;
}
.futae_contents_wrapper .bn_cta:hover{
	opacity:1;
	background-image:url(../images/futae/icon_arrow.svg);
	background-color:#fff;
	border:solid 1px #000;
	color:#000;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0));
}

.futae_contents_inner{
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	padding-bottom:60px;
	box-sizing:border-box;
	position:relative;
}
@media screen and (max-width:1280px){
	.contents_inner{
		padding-left:2%;
		padding-right:2%;
	}
}
.contents_heading_icon{
	margin:0 0 45px;
	font-size:2.8rem;
	line-height:1.2em;
	&.small{
		font-size:2.7rem;
	}
	img{
		display:inline-block;
		width: 0.9em;
		margin: 0 6px 0 0;
		vertical-align: middle;
		position:relative;
		top:-2px;
	}
}

/* ============================================================
futae_mainvisual
============================================================ */
#futae_mainvisual{
	background:url(../images/futae/img_futae_mainvisual_bg.webp) no-repeat center center/cover;
}
#futae_mainvisual .futae_contents_inner{
	display:flex;
	justify-content:space-between;
	padding-top:25px;
	padding-bottom:0;
	transition:padding-bottom 0.2s ease 0s;
}
@media screen and (min-width: 1800px) {
	#futae_mainvisual .futae_contents_inner{
		padding-bottom:3%;
	}
}
.futae_mainvisual_text{
	flex-grow:1;
	padding:0 10px 0 0;
	position:relative;
}
.futae_mainvisual_text_bottom{
	width:100%;
	position:absolute;
	bottom:120px;
}
.futae_mainvisual_logo{
	max-width:260px;
}
.futae_mainvisual_slogan{
	margin:0 0 15px;
}
.futae_mainvisual_name{
	color:#fff;
	font-weight:bold;
	letter-spacing:0;
}
.futae_mainvisual_name strong{
	display:inline-block;
	margin:0 5px;
	font-size:1.3em;
}
.futae_mainvisual_figure{
	width:46%;
	max-width:550px;
}
.futae_mainvisual_tri{
	position:absolute;
	bottom:0;
	width:100%;
}

/* ============================================================
futae_index_banner
============================================================ */
#futae_index_banner{
	margin-top:-6%;
}
#futae_index_banner .futae_contents_inner{
	padding-top:0;
}
#futae_index_banner .futae_contents_inner,
#futae_entry_banner .futae_contents_inner{
	display:flex;
	justify-content:space-between;
}
.futae_index_banner_item{
	display:block;
	width:31.2%;
	border:solid 1px #d8ae39;
	background:#fff;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.02));
}
.futae_index_banner_item:hover{
	opacity:1;
}
.futae_index_banner_item img{
	transition:opacity 0.2s ease 0s;
}
.futae_index_banner_item:hover img{
	opacity:0.7;
}

/* ============================================================
futae_index_category
============================================================ */
#futae_index_category .futae_contents_inner{
	display:flex;
	justify-content:center;
	align-items:center;
	padding-top:25px;
	padding-bottom:22px;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}
.futae_index_category_logo{
	width:130px;
	flex-shrink:0;
}
.futae_index_category_title{
	margin:0 15px 0 30px;
}
#futae_index_category .entry_cat{
	font-size:1.6rem;
	margin:0 4px;
}

/* ============================================================
futae_index_new
============================================================ */
#futae_index_new .futae_contents_inner,
#futae_index_dr_yudaryuji .futae_contents_inner{
	border-bottom:solid 1px #000;
}

.futae_contents_inner{
	.slick-track {
		display: flex;
	}
	.slick-slide {
		height: auto !important;
	}
}
.entry_archive_slide{
	.slick-dots{
		bottom: -35px;
		left:0;
	}
	.slick-dots li button:before{
		font-size: 13px;
		opacity:0.2;
		transition:color 0.2s ease 0s;
	}
	.slick-dots li:hover button:before,
	.slick-dots li.slick-active button:before{
		opacity:1;
		color:#e30cff;
	}

	.slick-prev,
	.slick-next{
		display:block;
		top:50%;
		margin-top:-0.5em;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		z-index:1;
		opacity:1;
		transition:opacity 0.2s ease 0s;
	}
	.slick-prev{
		left:-20px;
	}
	.slick-next{
		right:-20px;
	}
	.slick-prev:hover,
	.slick-next:hover{
		opacity:0.7;
	}
	.slick-prev:before,
	.slick-next:before{
		display:block;
		content:"" !important;
		width:1em;
		height:2em;
		background:url(../images/futae/icon_arrow_prev.svg) no-repeat center center transparent;
		opacity:1;
	}
	.slick-next:before{
		background:url(../images/futae/icon_arrow_next.svg) no-repeat center center transparent;
	}
	.slick-dots {
		bottom: -45px;
	}
}
.entry_archive_slide_item{
	padding:0 15px;
}

.entry_archive{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	grid-gap:2.5%;
	row-gap:30px;
	.entry_archive_item{
		width:31.5%;
	}
}
@media screen and (max-width:1140px) {
	.entry_archive{
		row-gap:2vw;
	}
}

.entry_archive_item{
	position:relative;
	background:#fff;
	border:solid 1px #878787;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.02));
	&.new:after{
		content:"";
		display:block;
		width:2.5em;
		height:2.5em;
		position:absolute;
		top:5px;
		left:5px;
		background:url(../images/futae/icon_new.svg) no-repeat center center/cover;
	}
}
.entry_archive_slide .entry_archive_item{
	height:100%;
}
.entry_archive_item_thumb{
	display:block;
	height:0;
	padding-top:66.66%;
	position:relative;
	background:url(../images/futae/dummy.jpg) no-repeat center center/100%;
	transition:background 0.4s ease 0s, opacity 0.2s ease 0s !important;
	&:hover{
		opacity:0.7;
		background-size:102%;
	}
}
.entry_archive_item_text{
	padding:15px 20px;
}
.entry_archive_item_meta{
	display:flex;
	align-items:center;
	margin:0 0 8px;
}
.entry_archive_item_author{
	width:20%;
	max-width:64px;
	flex-shrink:0;
}
.entry_archive_item_meta_text{
	flex-grow:1;
	padding:0 0 0 12px;
}
.entry_archive_item_date{
	display:block;
	margin:0 10px 0 0;
	font-size:1.2rem;
	opacity:0.7;
}
.entry_archive_item_meta_text .entry_archive_item_date{
	margin:0 0 2px;
}
.entry_archive_item_category{
	display:flex;
	align-items:center;
	font-weight:bold;
	span{
		display:inline-block;
		margin:0 8px 0 0;
		font-size:1.3rem;
		line-height:1;
	}
}

.entry_cat{
	display:inline-block;
	padding: 0.7em 1em;
	font-weight:bold;
	font-size:1.3rem;
	text-decoration:none;
	line-height:1;
	color:#fff;
	background:#000;
	&:hover{
		color:#fff;
		opacity:0.7;
	}
}
.entry_archive_item_title{
	margin:0 0 8px;
	font-size:1.7rem;
	font-weight:bold;
	line-height:1.4em;
}
.entry_archive_item_title a{
	color:#000 !important;
}
.entry_archive_item_desc{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden; 

	opacity:0.9;
	font-size:1.35rem;
	line-height:1.6em;
}

.entry_pager{
	max-width:600px;
	margin:3em auto 0;
}
.entry_pager a:not(.next):not(.prev),
.entry_pager span.current{
	display:inline-block;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	font-size:2.5rem;
	color:#000;
	text-decoration:none !important;
	&:hover{
		color:#c40ec4;
	}
}
.entry_pager span.current{
	color:#c40ec4;
	font-weight:normal;
	text-decoration:none;
}
.entry_pager .dots{
	display:inline-block;
	margin:0 0.5em;
	color:#000;
}
.entry_pager a.prev,
.entry_pager a.next{
	display:block;
	width:2.5em;
	height:0;
	padding-top:2.5em;
	margin-top:1em;
	overflow:hidden;
	background-size:contain !important;
	transition:opacity 0.2s ease 0s;
	&:hover{
		opacity:0.6;
	}
}
.entry_pager a.prev{
	float:left;
	background:url(../images/futae/icon_arrow_prev.svg) no-repeat center center;
}
.entry_pager a.next{
	float:right;
	background:url(../images/futae/icon_arrow_next.svg) no-repeat center center;
}

/* ============================================================
futae_index_pickup
============================================================ */
#futae_index_feature .futae_contents_inner{
	display:flex;
	justify-content:space-between;
	border-bottom:solid 1px #000;
}
#futae_index_feature .contents_heading_icon{
	margin:0 0 20px;
}
.futae_index_pickup{
	width:68%;
}
.futae_index_pickup_inner{
	display:flex;
	justify-content:space-between;
}
.futae_index_pickup_large{
	width:65%;
}
.futae_index_pickup_large .entry_archive_item_title {
	font-size: 2.3rem;
}
.futae_index_pickup_large .entry_archive_item_desc {
	font-size: 1.45rem;
}
.futae_index_pickup_small{
	width:32%;
}
.futae_index_pickup .entry_archive_item:not(:last-child){
	margin:0 0 14px;
}
.futae_index_pickup_small .entry_archive_item_text {
	padding:12px;
}
.futae_index_pickup_small .entry_archive_item_title {
	margin:0;
	font-size: 1.4rem;
}
.futae_index_pickup_small .entry_cat{
	font-size: 1.1rem;
}

.futae_index_ranking{
	width:27%;
}
.futae_index_ranking_inner .entry_archive_item{
	display:flex;
	width:100%;
	min-height: 80px;
	padding:0;
	margin:0 0 15px;
}
.futae_index_ranking_inner .entry_archive_item_thumb {
	width:35%;
	flex-shrink:0;
	height:auto;
	padding-top:0;
	background-size:cover;
}
.futae_index_ranking_inner .entry_archive_item_text{
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding:12px;
}
.futae_index_ranking_inner .entry_archive_item_title {
	margin: 0;
	font-size: 1.4rem;
}
.futae_index_ranking_num{
	position:absolute;
	top:0;
	left:0;
	width:30px;
	line-height:30px;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:17px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}
.futae_index_ranking_more{
	margin:30px 0 0;
}

/* ============================================================
futae_index_dr
============================================================ */
.futae_index_dr_header{
	display:flex;
	align-items:center;
	font-weight:bold;
	margin:0 0 30px;
}
.futae_index_dr_author{
	width:80px;
	flex-shrink:0;
}
.futae_index_dr_header_text{
	padding:0 0 0 14px;
}
.futae_index_dr_subtitle{
	margin:0 0 4px;
	font-size:1.8rem;
}
.futae_index_dr_title{
	margin:0;
	font-size:2.6rem;
}

/* ============================================================
futae_index_about
============================================================ */
#futae_index_about{
	background:url(../images/futae/img_futae_about_bg.webp) no-repeat center center/cover;
}
#futae_index_about .futae_contents_inner{
	display:flex;
	justify-content:space-between;
	padding-bottom:0;
}
.futae_index_about_text{
	width:52%;
}
.futae_index_about_title{
	margin:0 0 20px;
	font-size:2rem;
}
.futae_index_about_logo{
	max-width:210px;
	margin:0 0 35px;
}
.futae_index_about_desc{
	font-size:1.5rem;
	line-height:2em;
}
.futae_index_about_image{
	width:42%;
}


/* ============================================================
futae_post_entry
============================================================ */
#futae_post_entry .futae_contents_inner{
	display:flex;
	justify-content:space-between;
	border-bottom:solid 1px #000;
}
.post_entry_wrap{
	width:70%;
}
.post_entry_logo{
	max-width:130px;
	margin:0 0 30px;
}
.post_entry_header{
	margin:0 0 1.7em;
	padding:0 0 1.7em;
	border-bottom:solid 1px #000;
}
.post_entry_title{
	margin:0 0 1em;
	font-size:2.5rem;
	line-height:1.4em;
}
.post_entry_meta{
	display:flex;
	align-items:center;
	grid-gap:15px;
}
.post_entry_meta .entry_cat{
	padding:0.8em 1.2em;
}
.post_entry_date{
	display:block;
	font-size:1.5rem;
	opacity:0.6;
	line-height:1;
	letter-spacing:0.05em;
	.mod{
		font-size:1.35rem;
	}
}
.post_entry_body{
	margin:0 0 5em;
	font-size:1.5rem;
	line-height:2em;
	p{
		margin:0 0 2em;
		a{
			color:#c40ec4;
			text-decoration:underline;
		}
		&:last-child{
			margin-bottom:0;
		}
	}
	blockquote{
		padding:1em;
		box-sizing:border-box;
		border:solid 1px #ddd;
		line-height:1.8em;
		font-style:italic;
		font-style:oblique;
		&:not(:last-child){
			margin-bottom:2em;
		}
	}
	ul,ol{
		margin:0 0 2em;
		&:last-child{
			margin:0;
		}
	}
	li{
		margin:0 0 0.5em 2em;
		list-style:disc;
		list-style-type:disc;
		line-height:1.2em;
		font-weight:bold;
		position:relative;
		&:last-child{
			margin-bottom:0;
		}
	}
	ul > li{
		list-style:none;
	}
	ul > li:before{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		position: absolute;
		left: -1em;
		top: 6px;
		border-radius: 4px;
		background:#c40ec4;
	}
	ul.black > li:before{
		background:#111;
	}
	ol > li{
		list-style:decimal;
		list-style-type:decimal;
	}
	hr{
		display:block;
		width:100%;
		height:1px;
		padding:0;
		margin:3em 0;
		border:none;
		background:#ddd;
	}
	table{
		width:100% !important;
		margin: 0 auto 1em !important;
		box-sizing: border-box;
		border: solid 1px #ccc !important;
		border-bottom: none;
		border-spacing: 0;
		th, td{
			padding: 10px;
			border: none;
			border-collapse: collapse;
			border-spacing: 0;
			border-bottom: solid 1px #ccc;
			border-right: solid 1px #ccc;
			text-align: left;
			font-size:0.9em;
			line-height: 1.4em;
		}
		th:last-child:not(:first-child),
		td:last-child:not(:first-child) {
			border-right: none;
		}
		th{
			background: #f3f3f3;
		}
	}
	.highlight {
		background: linear-gradient(transparent 50%, #ffff66 0%);
		line-height: 1.3em;
	}
}
.post_entry_body > img:not(:last-child){
	margin:0 0 2em;
}
.post_entry_paragraph:not(:last-child){
	margin:0 0 2em;
}
.post_entry_body h2,
.post_entry_body h3,
.post_entry_body h4,
.post_entry_body h5{
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
}
.post_entry_body h2 {
	margin: 1em 0 1.5em;
	padding:0 0 18px;
	position: relative;
	font-size: 2.2rem;
	line-height: 1.3em;
	&:after,
	&:before {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #ddd;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}
	&:after {
		width: 8%;
		background: linear-gradient(to right,  #e30cff 0%,#00a2e8 100%);
	}
}
.post_entry_body h3{
	margin:0 0 1em;
	padding:5px 0 5px 0.5em;
	border-left: 5px solid #c40ec4;
	font-size: 2rem;
	line-height: 1.3em
}
.post_entry_body h4,
.post_entry_body h5{
	margin:0 0 1em;
	font-size: 1.2em;
	line-height: 1.3em
}
.post_entry_body h5{
	font-size: 1.1em;
}

.post_entry_image{
	margin:0 auto 2em;
	text-align:center;
	img{
		display:inline-block;
		max-width:100%;
		width:auto;
	}
	&:last-child{
		margin:0 auto;
	}
}

.post_entry_table{
	margin:0 0 1em;
	text-align:center;
}
.post_entry_table_inner{
	display:inline-block;
	text-align:left
}

.post_entry_pickup{
	margin:2em 0;
	position:relative;
}
.post_entry_pickup_title{
	display:inline-block;
	margin:0 !important;
	padding:10px 12px 8px;
	position:relative;
	left: 24px;
	bottom: -14px;
	background: linear-gradient(to right,  #e30cff 0%,#00a2e8 100%);
	line-height:1;
	font-weight:bold;
	color:#fff;
}
.post_entry_pickup_list,
.post_entry_pickup_text{
	padding:30px 15px 20px;
	box-sizing:border-box;
	border:solid 1px #c40ec4;
	background:#fff;
	li:not(:last-child){
		margin-bottom:0.8em;
	}
	p{
		margin:0.5em 0 0;
		font-weight:normal;
		font-size:1.45rem;
	}
}
.post_entry_pickup_text{
	padding:15px;
	p{
		margin:0;
		font-size:inherit;
	}
}

.qa_item{
	margin:0 auto 1.5rem;
	box-sizing:border-box;
	position:relative;
	background:#fff;
	border:solid 1px #ccc;
	p{
		margin-bottom:0 !important;
	}
}
.qa_item:last-child{
	margin:0 auto;
}
.qa_body{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	line-height:1.2em;
	padding:20px;
}
.qa_body.question{
	position:relative;
	cursor:pointer;
	color:#c40ec4;
	transition:opacity 0.3s ease 0s;
}
.qa_body.answer{
	overflow:hidden;
	position:relative;
	border-top:solid 1px #ddd;
}
.qa_icon{
	width:1.4em;
	margin:0;
	flex-shrink:0;
	font-size:2.7rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}
.qa_text{
	flex-grow:1;
	&.title{
		font-size:1.6rem;
		font-weight:bold;
	}
	&.desc{
		margin-top:-0.4em;
		line-height:1.8em;
		font-size:1.45rem;
	}
}

/* 監修者表示
------------------------------------------------------------- */
.post_entry_supervision {
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin: 3em 0;
	padding:20px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #ccc;
}
.supervision_thumb {
	width: 26%;
	flex-shrink: 0;
}
.supervision_thumb img{
	margin:0;
}
.supervision_text {
	flex-grow: 1;
	padding:0 0 0 20px;
	box-sizing: border-box;
}
.supervision_name {
	margin: 0 0 1em !important;
	font-weight: bold;
	font-size:2rem;
	line-height: 1 !important;
}
.supervision_name small {
	display: inline-block;
	margin: 0 0.5em 0 0;
	font-size: 0.7em;
	position:relative;
	top:-2px;
}
.supervision_desc {
	margin: 0;
	line-height: 1.8em !important;
	font-size:1.4rem;
}
.supervision_desc p:not(:last-child){
	margin:0 0 .8em !important;
}

/* 目次機能
------------------------------------------------------------- */
.post_entry_body #toc_container {
	width:100% !important;
	background: #f4f4f4 !important;
	border:none !important;
	padding: 20px !important;
	box-sizing:border-box;
	margin-bottom: 3em !important;
	font-size: 100%;
	border-radius:10px;
}
.post_entry_body #toc_container p.toc_title {
	font-weight:bold;
	font-size:1.5rem;
}
.post_entry_body #toc_container li {
	font-size: 1.5rem;
	font-weight:normal;
}
.post_entry_body #toc_container li>ul{
	li{
		margin-top:0.4em;
		font-size:1.45rem;
	}
}
.post_entry_body #toc_container .toc_list{
	padding:10px 0 0;
	border-top:solid 1px #ddd;
}
.post_entry_body #toc_container .toc_list > li:not(:last-child){
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:dotted 1px #dedede;
}
.post_entry_body #toc_container .toc_list li:before{
	display:none;
}
/* index_drawer */
#index_drawer{
	position:relative;
	height:auto;
	padding:0;
	clear:both;
}
#index_drawer .nav_unshown{
	display:none;
}
#bn_index_drawer_open {
	display:block;
	cursor:pointer;
	width:100px;
	height:100px;
	position:fixed;
	top:50%;
	right:-100px;
	z-index:98;
	background:#fff;
	border-radius:8px 0 0 8px;
	transition:right 0.2s ease 0s;
	box-shadow:1px 1px 0px 0px rgba(0,0,0,0.1);
}
#bn_index_drawer_open.scroll{
	right:0;
}
#bn_index_drawer_open span{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	border-bottom:none;
}
#bn_index_drawer_open span img{
	width: 38px !important;
	position: relative;
	margin:23px auto 0;
}
#bn_index_drawer_close {
	display:none;
	position:fixed;
	z-index:102;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:black;
	opacity:0;
	transition:.3s ease-in-out;
	cursor:pointer;
}
#bn_index_drawer:checked ~ #bn_index_drawer_close{
	display:block;
	opacity:.7;
}
#index_drawer_content{
	max-height:100vh;
	box-sizing:border-box;
	padding:0 0 40px;
	overflow:auto;
	overflow-x:hidden;
	position:fixed;
	top:0;
	right:0;
	z-index:9999;
	width:90%;
	max-width:400px;
	height:100%;
	background:#fff;
	will-change: transform, right;
	-webkit-transform:translateX(105%);
	transform:translateX(105%);
	transition:transform 0.3s ease-in-out, right 0.5s ease-in-out;
}
#bn_index_drawer:checked ~ #index_drawer_content{
	right:0;
	-webkit-transform:translateX(0%);
	transform:translateX(0%);
	box-shadow:6px 0 25px rgba(0,0,0,.15);
}

#drawer_close{
	display:block;
	padding:13px 5% 20px !important;
	text-align:right;
}
#drawer_close img{
	width:24px;
	height:24px;
	cursor:pointer;
	vertical-align:middle;
}
.index_drawer_ttl{
	margin:0 0 10px;
	padding: 0 20px;
	font-size:1.65rem;
}
#index_drawer_dummy{
	background: #fff;
	border: none;
	box-shadow: none;
	margin-bottom:0;
	padding: 0 20px;
	box-sizing: border-box;
}
#index_drawer_dummy > li{
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: solid 1px #ddd;
}
#index_drawer_dummy li ul{
	padding: 0.2em 0 0 1em;
}

/* 関連記事
------------------------------------------------------------- */
.related_entry_title{
	margin:1em 0 !important;
	font-size:1.7rem;
	font-weight:bold;
}
.related_entry_wrap{
	margin:0 0 2em;
	.entry_archive_item{
		display:flex;
		width:100%;
		padding:0;
		border:solid 1px #ddd;
		&:not(:last-child){
			margin:0 0 10px;
		}
		a{
			text-decoration:none !important;
		}
	}
	.entry_archive_item_thumb {
		width:38%;
		height:auto;
		padding-top:0;
		background-size:cover;
	}
	.entry_archive_item_title {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin: 0 0 10px !important;
		font-size: 1.6rem;
	}
	.entry_archive_item_desc {
		-webkit-line-clamp: 2;
		font-size:1.2rem;
	}
}

.post_entry_return{
}

/* サイドバー
------------------------------------------------------------- */
.post_entry_sidebar{
	width:27% !important;
	float:none !important;
}
.post_entry_sidebar_section:not(:last-child){
	margin:0 0 45px;
}
.post_entry_sidebar_title{
	margin:0 0 20px;
	font-size:2.2rem;
	font-weight:bold;
	line-height:1.2em;
	img{
		display:inline-block;
		width: 0.9em;
		margin: 0 6px 0 0;
		vertical-align: middle;
		position:relative;
		top:-2px;
	}
}
.post_entry_sidebar_category a{
	display:flex;
	align-items:center;
	width:100%;
	margin:0 0 15px;
	color:#000;
}
.post_entry_sidebar_category figure{
	width:64px;
	flex-shrink:0;
}
.post_entry_sidebar_category span{
	display:block;
	padding:0 0 0 10px;
	line-height:1;
	font-weight:bold;
	font-size:1.45rem;
}


/* ============================================================
top_futae
============================================================ */
#top_futae .futae_contents_inner{
	display: flex;
	justify-content: space-between;
	padding-top:40px;
	padding-bottom:40px;
}
.top_futae_banner{
	display:block;
	width:48%;
}
.top_futae_archive,
.top_antiaging_archive{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	row-gap:20px;
	width:48%;
	text-align:left;
}
.top_futae_archive .entry_archive_item{
	width:48%;
}

/* ============================================================
top_antiaging
============================================================ */
#main_content h2.top_antiaging_title{
	padding:35px 0;
	font-size:3.5em !important;
	font-weight:bolder;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:1;
	color:#fff;
	text-shadow:0px 0px 7px rgba(0,0,0,0.4);
	background: #ff9899;
}
#top_antiaging{
	background:#ffece6;
}
#top_antiaging .futae_contents_inner{
	padding-top:50px;
	padding-bottom:50px;
}
.top_antiaging_archive{
	width:100%;
	margin:0 auto 30px;
}
.top_antiaging_archive .entry_archive_item{
	width:24%;
	border:none;
}
.top_antiaging_archive .entry_cat {
	background: #ff9899;
}
#top_antiaging a.box_menu_btn01{
	width: auto;
	font-size: 1.8rem;
	padding: 10px 3em;
}

/* ============================================================
futae_archive
============================================================ */
#futae_archive .futae_contents_inner{
	padding-top:20px;
}
.futae_archive_logo{
	margin:0 0 50px;
	padding:40px 0;
	border-bottom:solid 1px #000;
	border-top:solid 1px #000;
}
.futae_archive_logo a{
	display:block;
	max-width:200px;
	margin:0 auto;
}

/* ============================================================
responsive
============================================================ */
@media screen and (min-width:739px){
	.pc_hide{
		display:none !important;
	}
}
@media screen and (max-width: 740px) {
	.sp_hide{
		display:none !important;
	}
	/* ============================================================
	contents_wrapper
	============================================================ */
	.futae_contents_wrapper .bn_cta{
		display:block;
		min-width:0;
		font-size:1.5rem;
	}
	.futae_contents_inner{
		padding-top:40px;
		padding-bottom:40px;
		padding-left:5%;
		padding-right:5%;
	}
	.contents_heading_icon{
		margin:0 0 25px;
		font-size:2.2rem;
	}
	
	/* ============================================================
	futae_mainvisual
	============================================================ */
	#futae_mainvisual{
		background:url(../images/futae/img_futae_mainvisual_bg.webp) no-repeat center center/cover;
	}
	#futae_mainvisual .futae_contents_inner{
		align-items: flex-end;
		padding:20px 0 25px 5%;

	}
	.futae_mainvisual_text{
		padding:0 0 15px;
	}
	.futae_mainvisual_text_bottom{
		position:static;
	}
	.futae_mainvisual_logo{
		max-width:120px;
		margin:0 0 12px;
	}
	.futae_mainvisual_slogan{
		width:90%;
		margin:0 0 10px;
	}
	.futae_mainvisual_name{
		font-size:1.1rem;
		line-height:1.4em;
	}
	.futae_mainvisual_name strong{
		margin:0 3px;
		font-size:1.3em;
	}
	.futae_mainvisual_figure{
		width:36%;
		flex-shrink:0;
	}

	/* ============================================================
	futae_index_banner
	============================================================ */
	#futae_index_banner{
		margin-top:-5%;
	}
	#futae_index_banner .futae_contents_inner{
		padding:0 1.5% 20px;
	}
	.futae_index_banner_item{
		width:32%;
	}
	
	/* ============================================================
	futae_index_category
	============================================================ */
	#futae_index_category .futae_contents_inner{
		display:block;
		padding-top:15px;
		padding-bottom:12px;
		text-align:center;
	}
	.futae_index_category_logo{
		display:none;
	}
	.futae_index_category_title{
		display:inline-block;
		margin:0;
		line-height:1;
		vertical-align: super;
		position:relative;
		top:-3px;
	}
	.futae_index_category_wrap{
		display:inline-block;
	}
	#futae_index_category .entry_cat{
		font-size:1.3rem;
		margin:0;
	}
	
	/* ============================================================
	futae_index_new
	============================================================ */
	.entry_archive_item_text{
		padding:15px;
	}
	.entry_cat{
		font-size:1.2rem;
	}
	.entry_archive_item_title{
		font-size:1.6rem;
	}

	.entry_archive_slide_item{
		padding:0 2px;
	}
/*
	.entry_archive_slide_item .entry_archive_item{
		display:flex;
		width:100%;
		padding:0;
		margin:0 0 15px;
	}
	.entry_archive_slide_item .entry_archive_item_thumb {
		width:35%;
		flex-shrink:0;
		height:auto;
		padding-top:0;
		background-size:cover;
	}
	.entry_archive_slide_item .entry_archive_item_category {
		span{
			font-size:1.2rem;
		}
	}
	.entry_archive_slide_item .entry_archive_item_desc{
		display:none;
	}
	.entry_archive_slide_item .entry_archive_item_title{
		font-size:1.45rem;
	}
*/

	.entry_archive{
		grid-gap:0;
		row-gap:15px;
		.entry_archive_item{
			width:100%;
		}
	}

	.entry_pager{
		margin:2em auto 0;
	}
	.entry_pager a:not(.next):not(.prev),
	.entry_pager span.current{
		width: 2em;
		height: 2em;
		line-height: 2em;
		font-size:2rem;
	}
	.entry_pager .dots{
		margin:0;
	}
	.entry_pager a.prev,
	.entry_pager a.next{
		width:2em;
		padding-top:2em;
		margin-top:0.5em;
	}

	/* ============================================================
	futae_index_pickup
	============================================================ */
	#futae_index_feature .futae_contents_inner{
		display:block;
	}
	#futae_index_feature .contents_heading_icon{
		margin:0 0 20px;
	}
	.futae_index_pickup{
		width:100%;
		margin:0 0 35px;
	}
	.futae_index_pickup_inner{
		display:block;
	}
	.futae_index_pickup_large{
		width:100%;
		margin:0 0 15px;
	}
	.futae_index_pickup_large .entry_archive_item_title {
		font-size:1.6rem;
	}
	.futae_index_pickup_large .entry_archive_item_desc {
		font-size: 1.45rem;
	}
	.futae_index_pickup_small{
		display:flex;
		justify-content:space-between;
		width:100%;
	}
	.futae_index_pickup_small .entry_archive_item{
		width:48%;
	}
	.futae_index_pickup_small .entry_archive_item:not(:last-child){
		margin:0;
	}
	.futae_index_pickup_small .entry_archive_item_meta{
		display:block;
	}
	.futae_index_pickup_small .entry_archive_item_text {
		padding:10px;
	}
	.futae_index_pickup_small .entry_archive_item_title {
		font-size: 1.3rem;
	}
	.futae_index_pickup_small .entry_archive_item_date{
		margin:0 0 3px;
	}

	.futae_index_ranking{
		width:100%;
	}
	.futae_index_ranking_inner .entry_archive_item{
		margin:0 0 10px;
	}
	.futae_index_ranking_inner .entry_archive_item_title {
		font-size: 1.35rem;
	}
	.futae_index_ranking_num{
		width:25px;
		line-height:25px;
		font-size:14px;
	}
	
	/* ============================================================
	futae_index_dr
	============================================================ */
	.futae_index_dr_header{
		margin:0 0 15px;
	}
	.futae_index_dr_subtitle{
		font-size:1.4rem;
	}
	.futae_index_dr_title{
		font-size:2rem;
	}
	
	/* ============================================================
	futae_index_about
	============================================================ */
	#futae_index_about{
		background:url(../images/futae/img_futae_about_bg.webp) no-repeat center center/cover;
	}
	#futae_index_about .futae_contents_inner{
		display:block;
	}
	.futae_index_about_text{
		width:100%;
		margin:0 0 15px;
	}
	.futae_index_about_title{
		text-align:center;
	}
	.futae_index_about_logo{
		max-width:150px;
		margin:0 auto 15px;
	}
	.futae_index_about_desc{
		font-size:1.4rem;
		line-height:1.9em;
	}
	.futae_index_about_image{
		width:80%;
		margin:0 auto;
	}
	
	/* ============================================================
	futae_post_entry
	============================================================ */
	#futae_post_entry .futae_contents_inner{
		display:block;
	}
	.post_entry_wrap{
		width:100%;
	}
	.post_entry_logo{
		max-width:110px;
		margin:0 0 20px;
	}
	.post_entry_header{
		margin:0 0 1.2em;
		padding:0 0 1.2em;
	}
	.post_entry_title{
		margin:0 0 0.5em;
		font-size:2rem;
	}
	.post_entry_meta{
		grid-gap:10px;
	}
	.post_entry_date{
		font-size:1.3rem;
	}
	.post_entry_body{
		margin:0 0 3em;
		font-size:1.4rem;
		hr{
			margin:2em 0;
		}
	}
	.post_entry_body h2 {
		font-size: 1.8rem;
		&:after {
			width: 12%;
		}
	}
	.post_entry_body h3{
		font-size: 1.6rem;
	}
	

	.post_entry_pickup_title{
		left: 14px;
	}
	.post_entry_pickup_list,
	.post_entry_pickup_text{
		padding:20px 12px 12px;
		p{
			font-size:1.4rem;
		}
	}

	.qa_icon{
		font-size:2.2rem;
	}
	.qa_text{
		&.title{
			font-size:1.5rem;
		}
		&.desc{
			font-size:1.4rem;
		}
	}
	
	/* 監修者表示
	------------------------------------------------------------- */
	.post_entry_supervision {
		display:block;
		margin: 3em 0;
		padding:20px;
		box-sizing: border-box;
		position: relative;
		border: 1px solid #ccc;
	}
	.supervision_thumb {
		display:flex;
		align-items:center;
		width:100%;
		margin:0 0 10px;
		grid-gap:15px;
	}
	.supervision_thumb img{
		width:34%;
	}
	.supervision_text {
		padding:0;
	}
	.supervision_name {
		margin:0 !important;
		font-size:1.8rem;
	}
	.supervision_name small {
		display: block;
		margin: 0 0 0.5em 0;
	}
	.supervision_desc {
		font-size: 1.3rem;
	}
	
	/* 目次機能
	------------------------------------------------------------- */
	.post_entry_body #toc_container {
		border-radius:6px;
	}
	.post_entry_body #toc_container p.toc_title {
		font-size:1.4rem;
	}
	.post_entry_body #toc_container li {
		font-size: 1.4rem;
	}
	.post_entry_body #toc_container li>ul{
		li{
			margin-top:0.4em;
			font-size:1.4rem;
		}
	}

	/* 関連記事
	------------------------------------------------------------- */
	.related_entry_title{
		font-size:1.6rem;
	}
	.related_entry_wrap{
		.entry_archive_item{
			width:100%;
			padding:0;
			border:solid 1px #ddd;
			&:not(:last-child){
				margin:0 0 10px;
			}
			a{
				text-decoration:none !important;
			}
		}
		.entry_archive_item_text {
			padding: 10px;
		}
		.entry_archive_item_thumb {
			width:35%;
			flex-shrink:0;
		}
		.entry_archive_item_date {
			margin: 0 0 5px;
			line-height: 1;
		}
		.entry_archive_item_category span{
			display:none;
		}
		.entry_archive_item_category .entry_cat{
			font-size:1.25rem;
		}
		.entry_archive_item_title {
			margin:0 !important;
			font-size: 1.45rem;
		}
		.entry_archive_item_desc{
			display:none;
		}
	}
	
	.post_entry_return{
	}
	
	/* サイドバー
	------------------------------------------------------------- */
	.post_entry_sidebar{
		width:100% !important;
	}
	.post_entry_sidebar_section:not(:last-child){
		margin:0 0 30px;
		padding:0 0 30px;
		border-bottom:solid 1px #000;
	}
	.post_entry_sidebar_title{
		font-size:2rem;
	}
	.post_entry_sidebar_category a:last-child{
		margin:0;
	}

	/* ============================================================
	top_futae
	============================================================ */
	#top_futae .futae_contents_inner{
		display:block;
		padding-top:10px;
		padding-bottom:10px;
	}
	.top_futae_banner{
		width:100%;
		margin:0 auto 15px;
	}
	.top_futae_archive,
	.top_antiaging_archive{
		width:100%;
	}
	
	/* ============================================================
	top_antiaging
	============================================================ */
	#main_content h2.top_antiaging_title{
		width: 100%;
		padding: 15px 0;
		font-size: 1.5em !important;
	}
	#top_antiaging{
		background:#ffece6;
	}
	#top_antiaging .futae_contents_inner{
		padding:20px 0;
	}
	.top_antiaging_archive{
		width:90%;
		margin:0 auto 20px;
	}
	.top_antiaging_archive .entry_archive_item{
		width:48%;
	}
	#top_antiaging a.box_menu_btn01{
		width:90%;
		font-size: 1.5rem;
		padding: 10px 3em;
	}

	/* ============================================================
	futae_archive
	============================================================ */
	#futae_archive .futae_contents_inner{
		padding-top:30px;
	}
	.futae_archive_logo{
		margin:0 0 30px;
		padding:0 0 20px;
		border-top:none;
	}
	.futae_archive_logo a{
		max-width:120px;
	}


}