@charset "UTF-8";

/* *******************************************************************************************
*
*	Index PC
*
******************************************************************************************* */

.fHeader {
  display: none;
}

/* -------------------------------------------------------------------------------------------
*
* PC ヘッダー
*
* ----------------------------------------------------------------------------------------- */

.indexHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 50, 54, 0.5);
  z-index: 10;
}

.fHeader_inner {
  padding-top: 0;
}

/* ----------------------------- override header ----------------------------- */

#pcNav {
  float: none;
}
.pcNav_links {
  float: left;
}
.pcNav_links_season {
  padding-left: 0;
  background: url(../common/image/pcnav_separator_wt_pc.png) right center no-repeat;
}
.pcNav_links_season a,
.pcNav_links_ranking a {
  color: #fff;
}
.pcNav_category {
  border-left: 1px solid rgba(212, 212, 212, 0.4);
  border-right: 1px solid rgba(212, 212, 212, 0.4);
}
.pcNav_category_ttl {
  color: #fff;
  background: transparent url(../common/image/ic_arrow_wt_bottom.png) center 56px no-repeat;
  background-size: 10px 10px;
}
.pcNav_sns {
  float: left;
}
.pcNav_category {
  float: left;
  margin-left: 136px;
}

.pcNav_mailmagazine {
  --colorMain: #05474d;
  --colorBg: #fff;
  float: right;
  margin-top: 20px;
  margin-left: auto;
}

.pcNav_mailmagazine > a > div {
  display: flex;
  align-items: center;
  padding: 6px 12px 6px;
  background-color: var(--colorBg);
  color: var(--colorMain);
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  box-sizing: border-box;
}

.pcNav_mailmagazine > a > div > img {
  display: flex;
  width: 28px;
  margin-left: 8px;
}

@media (any-hover: hover) {
  .pcNav_mailmagazine > a {
    transition: all 0.3s;
    display: inline-block;
  }

  .pcNav_mailmagazine > a:hover {
    opacity: 0.7;
  }
}

.pcNav_category_data {
  left: -101%;
}

/* -------------------------------------------------------------------------------------------
*
* ビジュアル
*
* ----------------------------------------------------------------------------------------- */

.visual {
  position: relative;
}
.visual_top {
  height: 580px;
  background: url(../image/visual_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
.visual_top_ttl {
  padding-top: 236px;
  text-align: center;
}
.visual_top_ttl_logo {
  display: inline-block;
  margin-bottom: 28px;
  width: 444px;
}
.visual_top_ttl_catch {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.visual_btm {
  position: relative;
  height: 510px;
  background: #e5eded;
  border-top: 1px solid rgba(204, 213, 214, 0.7);
  border-bottom: 1px solid rgba(204, 213, 214, 0.7);
}
.visual_btm:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 169px;
  height: 19px;
  background: url(../image/visual_bg_wave.gif) center bottom no-repeat;
  background-size: 169px 19px;
  z-index: 10;
}

.visual_btm_wrap {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1004px;
  display: flex;
}

.visual_slider {
  /*
position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
/*width: 1004px;
*/
  width: 500px;
}

.visual_fcon {
  /*position: absolute;
top: -60px;
right: 0;
margin: auto;
width: 1004px;
*/
  width: 500px;
}

.visual_fcon_inner {
  /*position: relative;
display: block;
*/
  width: 478px;
  height: 492px;
  background: #fff;
  margin-left: 11px;
}
.visual_slider_item {
  padding: 0 12px 12px 12px;
}
.visual_slider_item_link {
  position: relative;
  display: block;
  width: 478px;
  height: 492px;
  background: #fff;
  border-top: 4px solid #0f5966;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 47, 51, 0.2);
  -moz-box-shadow: 0px 0px 3px rgba(0, 47, 51, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 47, 51, 0.2);
}

.visual_slider_item_link:hover {
  background: #e5eeed;
}
.visual_slider_item_link-new:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  z-index: 10;
  background: url(../common/image/label_new.png) 0 0 no-repeat;
  background-size: 76px 76px;
}

.visual_slider_item_link-update:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  z-index: 10;
  background: url("../common/image/label_update.png") 0 0 no-repeat;
  background-size: 76px 76px;
}

.visual_slider_item_img {
  height: 318px;
  overflow: hidden;
}
.visual_slider_item_link:hover .visual_slider_item_img {
  opacity: 0.7;
}
.visual_slider_item_content {
  position: relative;
  padding: 0 20px;
  height: 174px;
  text-align: left;
}
.visual_slider_item_label {
  position: absolute;
  top: 20px;
  left: -4px;
}
.visual_slider_item_ttl {
  padding-top: 59px;
  color: #05474d;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
.visual_slider_item_date {
  position: absolute;
  bottom: 14px;
  right: 20px;
  color: #999;
  font-size: 14px;
  line-height: 28px;
}

/* ----------------------------- override carousel ----------------------------- */

.visual_slider .slick-dots {
  padding-top: 13px;
}
.visual_slider .slick-dots li {
  margin: 0 3px;
}
.visual_slider .slick-dots li button {
  width: 42px;
  height: 10px;
  background: url(../image/slick_dots.png) 0 0 no-repeat;
  background-size: 42px 10px;
}
.visual_slider .slick-dots li.slick-active button {
  background: url(../image/slick_dots_active.png) 0 0 no-repeat;
  background-size: 42px 10px;
}
.visual_slider .slick-dots li button:before {
  border: 0;
}
.visual_slider .slick-dots li button:after {
  border: 0;
}
.visual_slider .slick-dots li.slick-active button:before {
  border: 0;
}
.visual_slider .slick-dots li.slick-active button:after {
  border: 0;
}

/* -------------------------------------------------------------------------------------------
*
* バナー
*
* ----------------------------------------------------------------------------------------- */

.banner {
  width: 100%;
  height: 100%;
  max-width: 980px;
  padding-top: 60px;
  margin: 0 auto;
}

.banner > a > picture > source,
.banner > a > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------------------------------------------------------------------
*
* トピックス
*
* ----------------------------------------------------------------------------------------- */

.topics {
  padding: 60px 0 36px 0;
  color: #05474d;
  border-bottom: 1px solid #ccd5d6;
}
.topics_header {
  margin-bottom: 26px;
  text-align: center;
}
.topics_ttl {
  margin: 0 auto 10px auto;
  width: 442px;
  background: url(../image/ttl_bg_wave.png) center 7px no-repeat;
  background-size: 442px 33px;
}
.topics_ttl_img {
  display: block;
  margin: 0 auto;
  width: 144px;
}
.topics_copy {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.topics_inner1,
.topics_inner2 {
  margin: 0 auto;
  width: 980px;
}

/* ----------------------------- ナビゲーション ----------------------------- */

.topics_nav {
  margin: 0 auto 40px auto;
  width: 480px;
  border: 2px solid #0f5966;
}
.topics_nav_item {
  position: relative;
  float: left;
  width: 158px;
  border-right: 2px solid #0f5966;
}
.topics_nav_item:last-child {
  width: 160px;
  border-right: 0;
}
.topics_nav_item-active {
  background: #0f5966 url(../common/image/pattern_mt.jpg) 0 0 repeat;
}
.topics_nav_item-active:after {
  position: absolute;
  content: "";
  top: 46px;
  left: 0;
  width: 160px;
  height: 9px;
  background: url(../image/topics_nav_active_arrow.png) center -9px no-repeat;
  background-size: 11px 9px;
  z-index: 10;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: arrowActiveIn;
  animation-name: arrowActiveIn;
}
.topics_nav_item_link {
  display: table-cell;
  width: 158px;
  height: 44px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.topics_nav_item-active .topics_nav_item_link {
  color: #fff;
}
.topics_nav_item-active .links:hover {
  opacity: 1 !important;
}

@-webkit-keyframes arrowActiveIn {
  from {
    background-position: center -9px;
  }
  to {
    background-position: center 0;
  }
}
@keyframes arrowActiveIn {
  from {
    background-position: center -9px;
  }
  to {
    background-position: center 0;
  }
}

/* ----------------------------- アイテム ----------------------------- */

#topics_tile {
  margin: 0 -12px;
  width: 1004px;
}
#topics_contents,
#topics_picture-book {
  display: none;
}
.topics_tile_clm-Large {
  float: left;
  margin: 0 12px 24px 12px;
  width: 478px;
}
.topics_tile_clm-Small {
  float: left;
  margin: 0 -12px 0 12px;
  width: 502px;
}
.topics_tile_item {
  width: 478px;
}
.topics_tile_clm-Small .topics_tile_item {
  float: left;
  margin: 0 24px 24px 0;
  width: 227px;
}
.topics_tile_item_link {
  display: block;
  width: 478px;
  height: 548px;
  background: #fff;
  border-top: 4px solid #0f5966;
}
.topics_tile_clm-Small .topics_tile_item_link {
  width: 227px;
  height: 260px;
}
.topics_tile_item_link:hover {
  background: #e5eeed;
}
.topics_tile_item_img {
  height: 318px;
  overflow: hidden;
}
.topics_tile_clm-Small .topics_tile_item_img {
  height: 151px;
  overflow: hidden;
}
.topics_tile_item_link:hover .topics_tile_item_img {
  opacity: 0.7;
}
.topics_tile_item_content {
  position: relative;
  padding: 0 13px 0 20px;
  height: 229px;
  text-align: left;
  border: 1px solid #ccd5d6;
  border-top: 0;
}
.topics_tile_clm-Small .topics_tile_item_content {
  height: 108px;
}
.topics_tile_item_label {
  position: absolute;
  top: 20px;
  left: -5px;
}
.topics_tile_item_ttl {
  margin-bottom: 6px;
  padding-top: 56px;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
.topics_tile_item_ttl small {
  font-size: 12px;
}
.topics_tile_clm-Small .topics_tile_item_ttl {
  font-size: 16px;
  line-height: 28px;
}
.topics_tile_item_txt {
  font-size: 16px;
  line-height: 28px;
}

/* ----------------------------- もっと見る override ----------------------------- */

#readMore {
  margin-bottom: 24px;
  width: 228px;
}
#readMore .readMore_link {
  width: 228px;
  height: 48px;
  font-size: 16px;
  line-height: 28px;
}
.readMore_link_icon {
  padding: 0 15px 0 36px;
  background-size: 21px 21px;
}

/* -------------------------------------------------------------------------------------------
*
* カテゴリー
*
* ----------------------------------------------------------------------------------------- */

.category {
  padding: 60px 0 36px 0;
  color: #05474d;
}
.category_inner {
  margin: 0 auto;
  width: 980px;
}
.category_header {
  margin-bottom: 40px;
  text-align: center;
}
.category_ttl {
  font-size: 26px;
  color: #145c6a;
  text-align: center;
}
.category_list {
  margin-right: -24px;
  width: 1004px;
}
.category_list_item {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
  width: 227px;
}
.category_list_item_link {
  display: table-cell;
  width: 227px;
  height: 160px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.category_list_item_link span {
  display: inline-block;
  padding-top: 70px;
}
.category_list_item-books {
  background: url(../image/category_pattern_pc.gif) 0 0 no-repeat;
}
.category_list_item-books span {
  min-width: 60px;
  background: url(../common/image/pict_books_wt.png) center 12px no-repeat;
  background-size: 60px auto;
}
.category_list_item-trap {
  background: url(../image/category_pattern_pc.gif) -227px 0 no-repeat;
}
.category_list_item-trap span {
  min-width: 53px;
  background: url(../common/image/pict_books_trap_wt.png) center 7px no-repeat;
  background-size: 53px auto;
}
.category_list_item-clean {
  background: url(../image/category_pattern_pc.gif) -454px 0 no-repeat;
}
.category_list_item-clean span {
  min-width: 57px;
  background: url(../common/image/pict_books_clean_wt.png) center 14px no-repeat;
  background-size: 57px auto;
}
.category_list_item-season {
  background: url(../image/category_pattern_pc.gif) -681px 0 no-repeat;
}
.category_list_item-season span {
  min-width: 50px;
  background: url(../common/image/pict_season_wt.png) center 0px no-repeat;
  background-size: 50px auto;
}
.category_list_item-skillup {
  background: url(../image/category_pattern_pc.gif) -454px -160px no-repeat;
}
.category_list_item-skillup span {
  min-width: 60px;
  background: url(../common/image/pict_skillup_wt.png) center 9px no-repeat;
  background-size: 60px auto;
}
.category_list_item-column {
  background: url(../image/category_pattern_pc.gif) -227px -160px no-repeat;
}
.category_list_item-column span {
  min-width: 66px;
  background: url(../common/image/pict_column_wt.png) center 11px no-repeat;
  background-size: 66px auto;
}
.category_list_item-report {
  background: url(../image/category_pattern_pc.gif) -454px -160px no-repeat;
}
.category_list_item-report span {
  min-width: 73px;
  background: url(../common/image/pict_enjoy_wt.png) center 5px no-repeat;
  background-size: 73px auto;
}
.category_list_item-terms {
  background: url(../image/category_pattern_pc.gif) -681px -160px no-repeat;
}
.category_list_item-terms span {
  min-width: 75px;
  background: url(../common/image/pict_terms_wt.png) center 14px no-repeat;
  background-size: 75px auto;
}
.category_list_item-news {
  background: url(../image/category_pattern_pc.gif) -681px -160px no-repeat;
}
.category_list_item-news span {
  min-width: 75px;
  background: url(../common/image/pict_news_wt.png) center 7px no-repeat;
  background-size: 50px auto;
}
.category_list_item-recipe {
  background: url(../image/category_pattern_pc.gif) -227px -160px no-repeat;
}
.category_list_item-recipe span {
  min-width: 66px;
  background: url(../common/image/pict_recipe_wt.png) center 11px no-repeat;
  background-size: 66px auto;
}
.category_list_item-fishingcar {
  background: url(../image/category_pattern_pc.gif) -454px -160px no-repeat;
}
.category_list_item-fishingcar span {
  min-width: 61px;
  background: url(../common/image/pict_fishingcar_wt.png) center 2px no-repeat;
  background-size: 61px auto;
}
.category_list_item-labo {
  background: url(../image/category_pattern_pc.gif) -227px -160px no-repeat;
}
.category_list_item-labo span {
  min-width: 61px;
  background: url(../common/image/pict_labo_wt.png) center 20px no-repeat;
  background-size: 64px auto;
}
.category_list_item-2hp-boat {
  background: url(../image/category_pattern_pc.gif) -681px -160px no-repeat;
}
.category_list_item-2hp-boat span {
  min-width: 73px;
  background: url(../common/image/pict_2hp-boat_wt.png) center 6px no-repeat;
  background-size: 96px auto;
}
.category_list_item-2hp-boat-trip {
  background: url(../image/category_pattern_pc.gif) -681px -160px no-repeat;
}
.category_list_item-2hp-boat-trip span {
  padding-top: 86px;
  min-width: 73px;
  background: url(../common/image/pict_2hp-boat-trip_wt.png) center 6px no-repeat;
  background-size: 96px auto;
}
.category_list_item-landlock {
  background: url(../image/category_pattern_pc.gif) -681px -160px no-repeat;
}
.category_list_item-landlock span {
  padding-top: 86px;
  min-width: 73px;
  background: url(../common/image/pict_landlock_wt.png) center 6px no-repeat;
  background-size: 65px auto;
}
/* -------------------------------------------------------------------------------------------
*
* キャンペーン
*
* ----------------------------------------------------------------------------------------- */

.campaign {
  padding: 60px 0;
  color: #05474d;
  border-bottom: 1px solid #ccd5d6;
}
.campaign_header {
  margin-bottom: 26px;
  text-align: center;
}
.campaign_ttl {
  margin: 0 auto 10px auto;
  width: 520px;
  background: url(../image/ttl_bg_waveL.png) center 7px no-repeat;
  background-size: 520px 33px;
}
.campaign_ttl_img {
  margin: 0 auto;
  width: 213px;
}
.campaign_copy {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.campaign_inner {
  margin: 0 auto;
  width: 478px;
  text-align: center;
}
.campaign_inner_lead {
  margin-top: 10px;
  font-weight: bold;
}

/*--　重要なお知らせ　202004追加　--*/
.important_box {
  margin: 0 auto 60px auto;
  width: 980px;
}
.important_box.sp_bottom {
  margin-bottom: 40px;
}
.important_box .important_inner {
  background: #e5eded;
  padding: 20px;
}
.important_box .important_inner.pd_none {
  padding: 0;
}
.important_box .important_ttl {
  font-size: 18px;
  margin-bottom: 10px;
}
.important_box .important_txt {
  font-size: 16px;
  line-height: 25px;
}
.important_box .links img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* -------------------------------------------------------------------------------------------
*
* フッター
*
* ----------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------
*
* メルマガ登録
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- override ----------------------------- */

.subscribe_newsletter {
  border-bottom: 0;
}

/* -------------------------------------------------------------------------------------------
*
* 共　通
*
* ----------------------------------------------------------------------------------------- */

.swich_pc {
  display: block;
}
.swich_sp {
  display: none;
}

/* ------------------------------------------------------------------------------------------
*
    .related-site
*
------------------------------------------------------------------------------------------ */

.related-site--top {
  padding: 46px 0 0;
  margin: 32px 0 38px;
}

.related-site--top .only_pc {
  display: block !important;
}

.related-site--top .only_sp {
  display: none !important;
}

.related-site--top .related-site__inner {
  padding-bottom: 0;
}

.related-site__imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}

.related-site__img {
  position: relative;
  display: block;
  width: 474px;
}

.related-site__icon {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 75px;
  height: 75px;
  top: -14px;
  left: -16px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  background: #dc0725;
  z-index: 1;
}

.related-site__icon-text {
  font-size: 22px;
}

.related-site__img img {
  width: 100%;
}

.related-site__link-text {
  margin-top: 13px;
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  text-align: center;
}

.related-site__btn-wrap {
  width: 290px;
  margin: 18px auto 18px;
}

.related-site__btn {
  display: block;
  position: relative;
  border: 2px solid #0f5966;
  text-align: left;
  color: #0f5966;
  font-weight: bold;
  font-size: 16px;
  background: #fff;
  padding: 10px 43px;
  cursor: pointer;
}

.related-site__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 12px;
  top: 0;
  width: 29px;
  height: 100%;
  background: url(../common/image/ic_arrow_base_right.png) no-repeat;
  background-size: 10px 10px;
  background-position: center;
}
