@charset "UTF-8";

/* *******************************************************************************************
*
*	レクチャー動画 PC
*
******************************************************************************************* */
/* ----------------------------- ページヘッダー ----------------------------- */
.pageHeader_ttl-skillup {
	padding: 40px 0;
	background: url(../image/index_bg-skillup_pc.jpg) center 0 no-repeat;
	background-size: cover;
}

.pageHeader_ttl_icon-skillup {
	color: #fff;
	padding-left: 81px;
	padding-right: 81px;
	background: url(../../common/image/pict_skillup_wt.png) 0 center no-repeat;
	background-size: 60px auto;
}

.pageHeader_inner {
	margin: 0 auto;
	padding-top: 32px;
	padding-bottom: 26px;
	width: 980px;
}

.pageHeader_cat {
	margin-bottom: 16px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	background: url(../image/skillup_ttl_label.png) center 0 no-repeat;
	background-size: 176px 28px;
}

.pageHeader_ttl_sub {
	color: #05474d;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}

.pageHeader_ttl_main {
	color: #05474d;
	font-size: 40px;
	line-height: 52px;
	font-weight: bold;
}

.pageHeader_ttl_main small {
	display: inline-block;
	padding-right: 24px;
	padding-bottom: 8px;
	font-size: 24px;
	line-height: 24px;
	vertical-align: middle;
}

/* ----------------------------- メインコンテンツ ----------------------------- */
.pageContent {
	padding-top: 60px;
	background: #fff;
}

.pageContent-skillup {
	padding-top: 60px;
	background: #e5eded;
}

.pageContent_inner {
	margin: 0 auto;
	width: 980px;
	color: #05474d;
}

.pageContent_inner-s {
	margin: 0 auto;
	padding-bottom: 140px;
	width: 690px;
	color: #05474d;
}

/* -------------------------------------------------------------------------------------------
*
* 一覧
*
* ----------------------------------------------------------------------------------------- */
.skillupIndex {
	padding-bottom: 36px;
}

.skillupIndex_lead {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 32px;
}

/* ----------------------------- 一覧表示 ----------------------------- */
#skillup_list {
	margin-right: -24px;
	width: 1004px;
}

#skillup_holder {
	display: none;
}

.skillup_list_item {
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	width: 478px;
}

.skillup_list_item_link {
	display: block;
	width: 478px;
	height: 767px;
	background: #fff;
	border-top: 4px solid #0f5966;
}

.skillup_list_item_link:hover {
	background: #e5eeed;
}

.skillup_list_item_img {
	height: 318px;
	overflow: hidden;
}

.skillup_list_item_link:hover .skillup_list_item_img {
	opacity: .7;
}

.skillup_list_item_content {
	position: relative;
	padding: 0 15px 0 20px;
	height: 448px;
	text-align: left;
	border: 1px solid #ccd5d6;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.skillup_list_item_ttl {
	margin-bottom: 6px;
	padding-top: 24px;
	font-weight: bold;
}

.skillup_list_item_ttl_sub {
	font-size: 20px;
	line-height: 32px;
}

.skillup_list_item_ttl_main {
	font-size: 28px;
	line-height: 40px;
}

.skillup_list_item_ttl_txt {
	font-size: 16px;
	line-height: 28px;
}

.skillup_list_item_profile_outer {
	position: absolute;
	bottom: 32px;
	left: 20px;
	background: url(../../common/image/line_dot_base_x.png) 0 0 repeat-x;
	background-size: 5px 1px;
}

.skillup_list_item_profile {
	padding: 19px 0;
	width: 438px;
	background: url(../../common/image/line_dot_base_x.png) 0 bottom repeat-x;
	background-size: 5px 1px;
}

.skillup_list_item_profile_img {
	float: left;
	margin-right: 20px;
	width: 137px;
}

.skillup_list_item_profile_name {
	float: left;
	width: 279px;
	font-size: 16px;
	line-height: 28px;
}

.skillup_list_item_profile_date {
	color: #999;
	font-size: 14px;
	line-height: 22px;
}

/* -------------------------------------------------------------------------------------------
*
* 下層共通
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- メインビジュアル ----------------------------- */
.pageMain {
	position: relative;
	height: 348px;
}

/* ビジュアルのバリエーション */
.pageMain-halfbeak {
	background: url(../halfbeak/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-wakasagi {
	background: url(../wakasagi/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-kobuna {
	background: url(../kobuna/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-basket {
	background: url(../basket/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-blackporgy {
	background: url(../blackporgy/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-freshwater-prawn {
	background: url(../freshwater-prawn/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-areafishing {
	background: url(../areafishing/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-bitterling {
	background: url(../bitterling/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-filefish {
	background: url(../filefish/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-lightgame {
	background: url(../lightgame/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-ayu-decoy {
	background: url(../ayu-decoy/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-tenkaraflies {
	background: url(../tenkaraflies/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-surfcasting {
	background: url(../surfcasting/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-carp {
	background: url(../carp/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-embankment-lesson01 {
	background: url(../embankment/lesson01/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-embankment-lesson02 {
	background: url(../embankment/lesson02/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-goby {
	background: url(../goby/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-lure-lesson01 {
	background: url(../lure/lesson01/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-lure-lesson02 {
	background: url(../lure/lesson02/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-flycasting {
	background: url(../flycasting/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-tying {
	background: url(../../tying/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-saltlure {
	background: url(../saltlure/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-troutlure {
	background: url(../trout-lure/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.pageMain-aji {
	background: url(../aji/image/page_main_bg_pc.jpg) center top no-repeat;
	background-size: cover;
}

.pageMain-ropework {
	background: url(../ropework/image/page_main_bg_pc.jpg) center top no-repeat;
	background-size: cover;
}

.pageMain-ropework-boat {
	background: url(../ropework-boat/image/page_main_bg_pc.jpg) center top no-repeat;
	background-size: cover;
}

.pageMain-tenkara {
	background: url(../tenkara/image/page_main_bg_pc.jpg) center top no-repeat;
	background-size: cover;
}

.pageMain-piston {
	background: url(../piston/image/page_main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

/* ナビゲーション */
.pageMain_nav {
	position: relative;
	width: 100%;
	height: 68px;
	text-align: center;
	border-top: 4px solid #0f5966;
	background: #fff;
}

.pageMain_nav:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #c4d4d5;
	z-index: 10;
}

.pageMain_nav_list {
	display: inline-block;
	font-size: 0;
}

.pageMain_nav_list_item {
	float: left;
	width: 64px;
	color: #05474d;
	font-size: 18px;
	line-height: 68px;
	font-weight: bold;
	text-align: center;
}

.pageMain_nav_list_item-label {
	width: auto;
	border-left: 1px solid #c4d4d5;
}

.pageMain_nav_list_item-label span {
	padding-left: 20px;
}

.pageMain_nav_list_item a {
	display: block;
	color: #05474d;
	font-size: 18px;
	line-height: 68px;
	font-weight: bold;
	background: url(../../common/image/line_dot_nav.png) left center no-repeat;
	background-size: 1px 40px;
}

.pageMain_nav_list_item:first-child a,
.pageMain_nav_list_item:nth-child(2) a {
	background: none;
}

.pageMain_nav_list_item:last-child a {
	border-right: 1px solid #c4d4d5;
}

/* アクティブ */
.pageMain_nav_list_item-active+.pageMain_nav_list_item a {
	background: none;
}

.pageMain_nav_list_item-active span {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 68px;
	font-weight: bold;
	background: #0f5966;
	z-index: 11;
}

/* ボトムナビゲーション */
.pageMain_nav-btm {
	top: 0;
	bottom: auto;
	border-top: 0;
	border-bottom: 4px solid #0f5966;
}

.pageMain_nav-btm:after {
	top: 0;
}

/* ----------------------------- コンテンツ ----------------------------- */
.pageContent_lead {
	margin-bottom: 53px;
	font-size: 18px;
	line-height: 32px;
}

/* 動画エリア */
.skillupMov {
	position: relative;
	margin-bottom: 40px;
	padding-top: 64%;
	height: 100%;
	overflow: hidden;
	background: #000;
}

.skillupMov:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 155px;
	height: 33px;
	z-index: 10;
	background: url(../image/nowloading.gif) center center no-repeat;
}

.skillupMov iframe,
.skillupMov object,
.skillupMov embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

/*new */
.skillupMov-new {
	position: relative;
	height: 389px;
	background: url(../image/nowloading.gif) no-repeat center center #000;
	margin-bottom: 40px;
}

.skillupMov-new .video-js {
	height: 100%;
	width: 100%;
}

.skillupMov-new .video-js .vjs-big-play-button {
	left: 50% !important;
	margin: -52px 0 0 -78px;
	top: 50% !important;
}

/* CHAPTER紹介 */
.chapterInfo {
	border-top: 4px solid #0f5966;
}

.chapterInfo_item {
	background: url(../../common/image/line_dot_base_x.png) 0 bottom repeat-x;
	background-size: 5px 1px;
}

.chapterInfo_item_link {
	display: block;
	position: relative;
}

.chapterInfo_item_link:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background: url(../../common/image/ic_arrow_base_right.png) right center no-repeat;
	background-size: 10px 10px;
	z-index: 10;
}

.chapterInfo_item_link-active {
	opacity: .3;
}

.chapterInfo_item_link-active:after {
	background: none;
}

.chapterInfo_item_ttl {
	padding: 17px 0;
	padding-left: 145px;
	padding-right: 25px;
	font-size: 20px;
	line-height: 32px;
}

.chapterInfo_item_ttl-chapter1 {
	background: url(../image/pop_chapter1.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter2 {
	background: url(../image/pop_chapter2.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter3 {
	background: url(../image/pop_chapter3.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter4 {
	background: url(../image/pop_chapter4.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter5 {
	background: url(../image/pop_chapter5.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter6 {
	background: url(../image/pop_chapter6.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter7 {
	background: url(../image/pop_chapter7.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter8 {
	background: url(../image/pop_chapter8.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter9 {
	background: url(../image/pop_chapter9.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter10 {
	background: url(../image/pop_chapter10.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter11 {
	background: url(../image/pop_chapter11.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter12 {
	background: url(../image/pop_chapter12.png) 0 center no-repeat;
	background-size: 120px auto;
}

.chapterInfo_item_ttl-chapter13 {
	background: url(../image/pop_chapter13.png) 0 center no-repeat;
	background-size: 120px auto;
}

/* 教えてくれたのは！ */
.guideProfile {
	padding-bottom: 60px;
	background: #fff;
}

.guideProfile_inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	color: #05474d;
}

.guideProfile_img {
	position: absolute;
	top: -98px;
	left: 0;
	right: 0;
	margin: auto;
	width: 170px;
}

.guideProfile_txt {
	margin: 0 auto;
	padding-top: 76px;
	width: 690px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}

.guideProfile_txt_name {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}

.guideProfile_txt_option {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}

.guideProfile_txt a {
	text-decoration: underline !important;
}

/* 注釈 */
.pageContent_Att-inner{
background-color: #fff;
}
.pageAttention{
margin: 0 auto;
padding-bottom: 60px;
width: 690px;
color: #05474d;
font-size: 14px;
line-height: 24px;
}

/* もっと見てみよう！ */
.moreInfo {
	padding: 28px 0 40px 0;
	background: #e5eded;
}

.moreInfo_inner {
	margin: 0 auto;
	width: 980px;
	color: #05474d;
	text-align: center;
}

.moreInfo_ttl {
	display: inline-block;
	margin-bottom: 18px;
	padding: 5px 34px 5px 64px;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	background: url(../../common/image/pict_books.png) 0 center no-repeat;
	background-size: 48px 34px;
}

.moreInfo_list {
	display: inline-block;
	font-size: 0;
	width: 690px;
	text-align: center;
}

.moreInfo_list_item {
	display: inline-block;
	width: 160px;
	height: 92px;
	overflow: hidden;
	vertical-align: top;
}

.moreInfo_list_item-img {
	width: 137px;
}

.moreInfo_list_item a {
	display: block;
	padding-top: 48px;
	width: 160px;
	height: 92px;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #cbdada;
}

.moreInfo_list_item-detail a {
	background: url(../../common/image/pict_books_detail.png) center 17px no-repeat;
	background-size: 46px auto;
}

.moreInfo_list_item-trap a {
	background: url(../../common/image/pict_books_trap.png) center 16px no-repeat;
	background-size: 33px auto;
}

.moreInfo_list_item-clean a {
	background: url(../../common/image/pict_books_clean.png) center 20px no-repeat;
	background-size: 36px auto;
}

.moreInfo_list_item-skillup a {
	background: url(../../common/image/pict_skillup.png) center 15px no-repeat;
	background-size: 46px auto;
}

.pageBtm {
	background: #fff;
	text-align: center;
}

.pageBtm_backLink {
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 40px;
}

.pageBtm_backLink a {
	display: inline-block;
	padding: 5px 32px 5px 32px;
	color: #05474d;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	background: url(../../common/image/ic_list.png) 0 center no-repeat;
	background-size: 16px 13px;
}

/*---- 注釈追加 201702 ----*/
.explanatory_note {
	margin: 0 auto;
	padding-top: 30px;
	width: 690px;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}

/*---- ヘッダ位置変更201704　----*/
.pageHeader_ttl_main-new {
	color: #05474d;
	font-size: 35px;
	line-height: 52px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.pageHeader_ttl_main-new small {
	display: block;
	padding-bottom: 8px;
	font-size: 20px;
	line-height: 24px;
	vertical-align: middle;
}

.pageContent_lead-new {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}

.pageContent_lead-new .br_pc {
	display: block;
}

/*---- 動画一時停止 2020.09.10　----*/
.kari_200910 {
	font-size: 22px;
	padding: 50px 0 105px;
	text-align: center;
	line-height: 2.1;
}