@charset "utf-8";

/* =============================================
	長崎クラウドファンディング×日建
============================================= */

/*---------------------------------------------
	記事コンテンツ
---------------------------------------------*/
a.arrow_link{}
a.arrow_link::before{
	content: '▲';
	display: inline-block;
	font-size: 0.8em;
	margin-right: 0.25em;
	padding-right: 0.2em;
	transform: rotateZ(90deg);
}

/*.btn_normal::before{
	background-color: #ed7451;
}*/
.btn_bg_nagasaki{
	background-color: #141969;
}

.underline{
	background-image: url("../img/underline.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 0.5em;
}

/*****
記事ヘッダー
*****/
#page_header{
	background-color: #141969;
}

.page_header{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.page_header img{
	width: 100%;
	height: auto;
}

.page_header .header_ttl{
	width: 31%;
	max-width: 430px;
	transform: translateX(100%);
	position: absolute;
}
.page_header #header_ttl_ohmura{
	top: 9.5%;
	left: 5.5%;
	opacity: 0;
	animation-name: anim_slidein;
	animation-duration: 0.8s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.page_header #header_ttl_nagasaki{
	top: 33%;
	left: 27%;
	opacity: 0;
	animation-name: anim_slidein;
	animation-duration: 0.8s;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.page_header #header_ttl_nikken{
	top: 56%;
	left: 12%;
	opacity: 0;
	animation-name: anim_slidein;
	animation-duration: 0.8s;
	animation-delay: 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.page_header .caption{
	padding: 0.25em 0.5em;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	bottom: 1em;
	right: 1em;
}


/*****
タイトルアニメーション設定
*****/
@keyframes anim_slidein{
	0%{
		opacity: 0;
		transform: translateX(100%);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}


/*****
記事内容
*****/
.section_wrap{
	background-image: linear-gradient(to bottom, #141969 0%, #262d92 40%, #262d92 60%, #141969 100%);
}
.normal_section{
 font-size: 1.6rem;
	width: 970px;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
}

.p_line p{
	padding-bottom: 0.5em;
}
.p_line p:last-of-type{
	padding-bottom: 0;
}

.section_bg{
	padding: 60px 0;
	background-image: url("../img/section_bg.png");
}

/*****
リード部分
*****/
.page_lead{
	padding: 20px;
	border-radius: 0.5em;
	background-color: #fff;
}
.page_lead_ttl{
	font-size: 2.4rem;
	color: #141969;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 6px #dab300;
}
.page_lead_area{
	line-height: 2;
	background-image: repeating-linear-gradient(180deg, transparent 0, transparent 1.95em, #ccc 1.95em, #ccc 2em);
}

/***アンカーナビ***/
.anc_nav_area{}
.anc_nav_area ul{
	display: flex;
	justify-content: center;
	width: 94%;
	max-width: 970px;
	margin: 0 auto;
}
.anc_nav_area ul li{
	font-size: 2.4rem;
	font-weight: bold;
	width: 35%;
	margin: 0 1em;
}
.anc_nav_area ul li a{
	display: block;
	text-align: center;
	color: #141969;
	padding: 0.5em;
	border: solid 2px #141969;
	border-radius: 0.5em;
	background-color: #fff;
	transition: color 0.5s, background 0.5s;
}
.anc_nav_area ul li a:hover{
	text-decoration: none;
	color: #fff;
	border: solid 2px #fff;
	background-color: #141969;
}


/*****
各インタビュー記事
******/
#ohmura{
	padding: 60px 0;
}
#nagasaki_com{}

.ttl_type01{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 4.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0 0.5em 0.5em 0.5em;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#ohmura .ttl_type01{
	background-image: url("../img/ttl_type01_bg_gol.png");
}
#nagasaki_com .ttl_type01{
	background-image: url("../img/ttl_type01_bg_sil.png");
}

/***個別枠***/
.single_article{
	margin-top: 4em;
}
#nagasaki_com .single_article{
	padding-top: 4em;
	border-top: solid 1px #a2a6a9;
}
#nagasaki_com .single_article:first-of-type{
	padding-top: 0;
	border-top: none;
}

.single_header{
	display: flex;
}
.row_reverse{
	flex-direction: row-reverse;
}

.single_header .photo_area{
	margin: 0 4em;
	padding: 2em 2em 0.5em 2em;
	background-color: #fff;
}
#ohmura .single_header .photo_area{
	color: #dab300;
	border: solid 4px #dab300;
}
#nagasaki_com .single_header .photo_area{
	color: #a2a6a9;
	border: solid 4px #a2a6a9;
}

.single_header .photo_area img{
	margin-bottom: 0.5em;
}

.single_header .ttl_type02{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 3rem;
	line-height: 1.8;
	font-weight: normal;
	color: #fff;
	padding-top: 0.5em;
}

.single_text{
	width: 100%;
	margin-top: -2em;
	padding: 3em 20px 20px 20px;
	background-color: #fff;
	border-radius: 0.5em;
	box-sizing: border-box;
}
.single_text p{
	padding-bottom: 0.5em;
}
.single_text p:last-of-type{
	padding-bottom: 0;
}
#ohmura .single_text{
	background-color: #e7ddaf;
}
#nagasaki_com .single_text{
	color: #fff;
	background-color: #a2a6a9;
}

/***インフォメーション***/
.information_area{
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
	padding: 2em;
	background-color: #fff;
}
#ohmura .information_area{
	border: solid 4px #dab300;
}
#nagasaki_com .information_area{
	border: solid 4px #a2a6a9;
}

.information_area .info_inner{
	width: 48%;
}

.ttl_info{
	font-size: 2.4rem;
	margin-bottom: 0.5em;
}
#ohmura .ttl_info{
	border-bottom: solid 2px #dab300;
}
#nagasaki_com .ttl_info{
	border-bottom: solid 2px #a2a6a9;
}
.ttl_info_sub{
	font-size: 2rem;
	margin-bottom: 1em;
}


.linkbtn_area{
	display: flex;
	justify-content: center;
	margin: 2em auto;
}

.linkbtn_area li{
	margin: 0 1em;
}

/*---------------------------------------------
	埋め込み枠
---------------------------------------------*/
/*** youtube枠 ***/
.movie_cont{
	max-width: 790px;
	margin: 40px auto;
	padding: 20px;
 overflow: hidden;
 border: 1px solid #dab300;
}
.movie_cont h3,
.movie_cont_ttl{
	margin-top: 0;
	padding: 0 0 5px 25px;
 margin-bottom: 5px;
 border-bottom: 1px solid #ddd;
 font-size: 1.4rem;
 position: relative;
}
.movie_cont h3::before,
.movie_cont_ttl::before{
	content: '';
 width: 18px;
 height: 17px;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -26px;
 background-size: 150px 150px;
 position: absolute;
 top: 0;
 left: 0;
}
.movie_time{}
.movie_time::before{
	content: '';
 margin: 0 3px 0 0;
 width: 11px;
 height: 11px;
 display: inline-block;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -43px;
 background-size: 150px 150px;
}
.video_cont{
	position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 box-sizing: border-box;
}
.video_cont iframe,
.video_cont object,
.video_cont embed{
	position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}



/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
	/*縦書き*/
	.pc_vertical_rl{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	.btn_normal{
		font-size: 1.6rem;
	}
	
	/*---------------------------------------------
	記事コンテンツ
	---------------------------------------------*/
	/*****
	記事ヘッダー
	*****/
	.page_header .header_ttl{}
	
	/*****
	リード部分
	*****/
	.page_lead_ttl{
		font-size: 1.8rem;
	}
	
	.anc_nav_area ul{
		display: block;
	}
	.anc_nav_area ul li{
		font-size: 1.8rem;
		width: 100%;
		margin: 0.5em auto;
	}
	
	/*****
	記事内容
	*****/
	.section_wrap{}
	.normal_section{
		font-size: 1.4rem;
		width: 94%;
		margin: 2em auto 0 auto;
		padding: 0.5em;
	}
	.section_bg{
		padding: 20px 0;
	}
	
	/*****
	各インタビュー記事
	******/
	#ohmura{
		padding: 20px 0;
	}
	
	.ttl_type01{
		font-size: 2.4rem;
		background-size: contain;
	}
	
	
	/***個別枠***/
	.single_article{
		margin-top: 2em;
	}
	#nagasaki_com .single_article{
		padding-top: 2em;
	}
	
	.single_header{
		display: block;
	}
	
	.single_header .photo_area{
		width: 80%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	.single_header .ttl_type02{
		font-size: 2.2rem;
		text-align: center;
	}
	
	.single_text{
		margin-top: 1em;
		padding: 1em;
	}
	
	/***インフォメーション***/
	.information_area{
		display: block;
		padding: 1em;
	}
	.information_area .info_inner{
		width: 100%;
		margin-bottom: 0.5em;
	}
	.ttl_info{
		font-size: 1.8rem;
	}
	.ttl_info_sub{
		font-size: 1.6rem;
	}
	
	
	.linkbtn_area{
		display: block;
	}
	.linkbtn_area li{
		margin: 1em auto;
	}
	
	
	/*---------------------------------------------
	埋め込み枠
	---------------------------------------------*/
	.movie_cont{
		width: 94%;
		margin: 20px auto;
  padding: 15px;
		box-sizing: border-box;
	}
	
}