﻿@charset "utf-8";

/*下部固定ナビの枠*/
.common__footer_nav_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  width: 100%;
}

/*下部固定ナビ上部の広告*/
.common__footer_nav_adv {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.common__footer_nav_wrap.index .common__footer_nav_adv,
.common__footer_nav_wrap.magazine .common__footer_nav_adv {
  display: none;
}


/*下部固定ナビVer2（index）*/
.common__footer_nav_index_2 {
  background: linear-gradient(315deg, #FA4641 0%, #FC9A0F 25%, #36C980 50%, #419EF0 75%, #B958EE 100%);
}
.common__footer_nav_index_2_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
.common__footer_nav_index_2_list_item {
  width: calc(100% / 6);
  position: relative;
}
.common__footer_nav_index_2_list_item a {
  display: block;
  padding: 5px 0 3px;
  text-align: center;
}
.common__footer_nav_index_2_list_item picture {
}
.common__footer_nav_index_2_list_item picture img,
.common__footer_nav_index_2_list_item picture source {
  width: calc(125px / 2);
}
/*タブレット表示の特別調整*/
@media screen and (min-width:769px) {
  .common__footer_nav_index_2_list_item {
    width: 160px;
  }
  .common__footer_nav_index_2_list_item:nth-of-type(n)::after {
    content: "";
    width: 1px;
    height: calc(100% - 24px);
    background: rgba(255,255,255,.5);
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px 0 12px;
  }
  .common__footer_nav_index_2_list_item:last-of-type::after {
    content: none;
  }
  .common__footer_nav_index_2_list_item a {
    padding: 5px 0 5px;
  }
  .common__footer_nav_index_2_list_item a:hover {
    filter: brightness(1.2);
  }
  .common__footer_nav_index_2_list_item picture img,
  .common__footer_nav_index_2_list_item picture source {
    width: auto;
    max-width: 100%;
  }
}




/*下部固定ナビ（index）*/
.common__footer_nav_index {
  padding: 0 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 30;
}
.common__footer_nav_index_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  border: #1a1a1a 5px solid;
  border-bottom: none;
  border-radius: 13px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  padding-bottom: calc( env(safe-area-inset-bottom) - 15px);
  background: #fff;
}
.common__footer_nav_index_list_item {
  width: calc(100% / 6);
  position: relative;
}
.common__footer_nav_index_list_item a {
  display: block;
  padding: 2px 0 5px;
  text-align: center;
}
.common__footer_nav_index_list_item picture {
}
.common__footer_nav_index_list_item picture img,
.common__footer_nav_index_list_item picture source {
  width: 56px;
}
/*タブレット表示の特別調整*/
@media screen and (min-width:769px) {
  .common__footer_nav_index_list_item {
    width: 160px;
  }
  .common__footer_nav_index_list_item:nth-of-type(n)::after {
    content: "";
    width: 1px;
    height: calc(100% - 27px);
    background: #cccccc;
    position: absolute;
    top: 0;
    right: 0;
    margin: 14px 0 13px;
  }
  .common__footer_nav_index_list_item:last-of-type::after {
    content: none;
  }
  .common__footer_nav_index_list_item a {
    padding: 9px 0 8px;
  }
  .common__footer_nav_index_list_item a:hover {
    filter: brightness(1.2);
  }
  .common__footer_nav_index_list_item picture img,
  .common__footer_nav_index_list_item picture source {
    width: auto;
    max-width: 100%;
  }
}




/*下部固定ナビ（最新釣果）*/
.common__footer_nav_catch {
  padding: 0 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 30;
}
.common__footer_nav_catch_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  align-content: flex-start;
  border: #1a1a1a 5px solid;
  border-bottom: none;
  border-radius: 13px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*box-shadow: 0 0 0 2px #fff; */
  overflow: hidden;
  padding: 10px 0 0;
  padding-bottom: calc( env(safe-area-inset-bottom) - 10px);
  background: #fff;
}
.common__footer_nav_catch_list_item {
  font-size: 16px;
  font-weight: bold;
  margin: 0 3vw 10px;
}





/*上部固定ナビ（最新釣果）*/
.catch__header_filter {
  /*position: sticky;*/
  top: 0;
  z-index: 30;
  background: #419ef0;
}
.catch__header_filter_block {
  max-width: 600px;
  margin: 0 auto;
  padding: 9px 12px 14px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  align-content: flex-start;
  font-family: YuGothic, "Yu Gothic medium", sans-serif;
}
.catch__header_filter_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  align-content: flex-start;
  overflow: hidden;
  width: 100%;
}
.catch__header_filter_list_item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  flex-basis: calc(50% - 5px);
  background: #1965a6;
  border-radius: 3px;
}
.catch__header_filter_list_item:not(:first-of-type) {
  margin-left: 15px;
}
/*SP表示の特別調整*/
@media screen and (max-width:768px) {
  .catch__header_filter_block {
    padding-bottom: 14px;
  }
  .catch__header_filter_list_item {
    font-size: 16px;
    letter-spacing: -.1px;
  }
  .catch__header_filter_list_item:not(:first-of-type) {
    margin-left: 11px;
  }
}
@media screen and (max-width:375px) {
  .catch__header_filter_list_item {
    flex-basis: calc(50% - 20px);
    font-size: 15px;
  }
  .catch__header_filter_list_item:not(:first-of-type) {
    flex-basis: calc(50% + 10px);
  }
}






/*下部固定ナビ（マイエリア釣果）*/
.common__footer_nav_catcharea {
  padding: 0 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 30;
}
.common__footer_nav_catcharea_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  align-content: flex-start;
  border: #1a1a1a 5px solid;
  border-bottom: none;
  border-radius: 13px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  padding: 10px 0 0;
  padding-bottom: calc( env(safe-area-inset-bottom) - 10px);
  background: #fff;
}
.common__footer_nav_catcharea_list_item {
  margin: 0 3vw 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  max-width: 50%;
  overflow: hidden;
}
.common__footer_nav_catcharea_list_item_unit {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  overflow: hidden;
  padding: 4px 0 4px;
}
.common__footer_nav_catcharea_list_item_txt {
  margin: 0 5px 0 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.common__footer_nav_catcharea_list_item_txt span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
}
.common__footer_nav_catcharea_list_item_btn {
  flex-shrink: 0;
  padding: 4px;
}
.common__footer_nav_catcharea_list_item_btn svg {
  transform: scale(1.6);
}
.common__footer_nav_catcharea_list_item_btn svg path {
}




/*上部固定ナビ（エリア/魚種 釣果）*/
.common__header_catch_filter {
  /*position: sticky;*/
  top: 0;
  z-index: 30;
  background: #419ef0;
}
.common__header_catch_filter.catcharea {
  background-color: #36c980;
}
.common__header_catch_filter.catchfish {
  background-color: #b958ee;
}
.common__header_catch_filter_block {
  max-width: 970px;
  margin: 0 auto;
  padding: 7px 10px 12px 12px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  align-content: flex-start;
  font-family: YuGothic, "Yu Gothic medium", sans-serif;
}
.common__header_catch_filter_title {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 2px;
}
.common__header_catch_filter_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  align-content: flex-start;
  overflow: hidden;
  width: 100%;
}
.common__header_catch_filter_list_item {
  overflow: hidden;
  background: #fff;
  padding: 12px 24px 11px 10px;
  position: relative;
  cursor: pointer;
  flex-basis: calc(50% - 6px);
  border-radius: 3px;
  /*box-shadow: 2px 2px 0 0 rgba(0,0,0,.15);*/
  margin: 2px;
}
.common__header_catch_filter_list_item:not(:first-of-type) {
  margin-left: 9px;
}
.common__header_catch_filter_list_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0,-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #1a1a1a transparent transparent transparent;
}
.common__header_catch_filter_list_item_txt {
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.common__header_catch_filter_list_item_txt span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  text-align: center;
}
/*SP表示の特別調整*/
@media screen and (max-width:768px) {
  .common__header_catch_filter_title {
    font-size: 15px;
    margin-right: 6px;
    margin-top: 1px;
  }
  .common__header_catch_filter_list_item_txt {
    font-size: 14px;
    letter-spacing: -.3px;
  }
}






/*Footer用チェックボックス（角型）*/
.common__footer_nav_label_check,
.common__footer_nav_label_radio {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  padding: 8px 0 7px;
  min-height: 42px;
}
.common__footer_nav_label_check span,
.common__footer_nav_label_radio span {
  border: 3px solid #000;
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #fff;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 8px;
}
.common__footer_nav_label_check span[aria-checked=true],
.common__footer_nav_label_radio span[aria-checked=true] {
}
.common__footer_nav_label_check span input,
.common__footer_nav_label_radio span input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.common__footer_nav_label_check span[aria-checked=true]::before,
.common__footer_nav_label_radio span[aria-checked=true]::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(10% + 2px);
  left: 85%;
  width: 150%;
  height: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border: 8px solid #fff;
  border-top: none;
  border-right: none;
}
.common__footer_nav_label_check span[aria-checked=true]::after,
.common__footer_nav_label_radio span[aria-checked=true]::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 85%;
  width: 150%;
  height: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border: 4px solid #fa4641;
  border-top: none;
  border-right: none;
}



/*Header用チェックボックス（角型）*/
.common__header_nav_label_check,
.common__header_nav_label_radio {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  min-height: 15px;
  padding: 12px 2px 12px 1px;
  line-height: inherit;
}
.common__header_nav_label_check span,
.common__header_nav_label_radio span {
  border: 3px solid #fff;
  width: 24px;
  height: 24px;
  position: relative;
  background-color: #1965a6;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 11px;
  margin-top: 1px;
}
.common__header_nav_label_check span[aria-checked=true],
.common__header_nav_label_radio span[aria-checked=true] {
}
.common__header_nav_label_check span input,
.common__header_nav_label_radio span input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.common__header_nav_label_check span[aria-checked=true]::before,
.common__header_nav_label_radio span[aria-checked=true]::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(10% + 2px);
  left: 85%;
  width: 150%;
  height: 80%;
  transform: translate(-50%, -50%) rotate3d(0.1,0.1,1,-45deg);
  border: 8px solid #1965a6;
  border-top: none;
  border-right: none;
}
.common__header_nav_label_check span[aria-checked=true]::after,
.common__header_nav_label_radio span[aria-checked=true]::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 85%;
  width: 150%;
  height: 80%;
  transform: translate(-50%, -50%) rotate3d(0.1,0.1,1,-45deg);
  border: 5px solid #fff100;
  border-top: none;
  border-right: none;
}



/*下部固定ナビの独立ボタン*/
.common__footer_nav_solo {
  position: absolute;
  bottom: 104px;
  right: 8px;
  z-index: 30;
}
.common__footer_nav_wrap.index .common__footer_nav_solo,
.common__footer_nav_wrap.magazine .common__footer_nav_solo {
  bottom: 54px;
}
.common__footer_nav_wrap.tide .common__footer_nav_solo_meibo {
  display: none;
}
.common__footer_nav_wrap:not(.tide) .common__footer_nav_solo_tide {
  display: none;
}

/*乗船名簿ボタン*/
.common__footer_nav_solo_meibo {
}
.common__footer_nav_solo_meibo a {
  background: #B958EE;
  border-radius: 200px;
  width: 71px;
  height: 71px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.common__footer_nav_solo_meibo picture {
}
.common__footer_nav_solo_meibo picture img,
.common__footer_nav_solo_meibo picture source {
  width: 52px;
}

@media screen and (min-width:769px) {
  .common__footer_nav_solo {
    position: absolute;
    bottom: 62px;
    right: 0;
    left: 0;
    z-index: 30;
    width: 1220px;
    margin: 0 auto;
  }
  .common__footer_nav_solo_meibo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .common__footer_nav_solo_meibo a {
    background: #B958EE;
    border-radius: 200px;
    width: 92px;
    height: 92px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .common__footer_nav_solo_meibo a:hover {
    filter: brightness(1.1);
  }
  .common__footer_nav_solo_meibo picture {
  }
  .common__footer_nav_solo_meibo picture img,
  .common__footer_nav_solo_meibo picture source {
    width: 67px;
  }
}

/*タイドグラフBIボタン*/
.common__footer_nav_solo_tide {
  margin-right: 5px;
}
.common__footer_nav_solo_tide a {
  display: block;
}
.common__footer_nav_solo_tide picture {
}
.common__footer_nav_solo_tide picture img,
.common__footer_nav_solo_tide picture source {
  width: 131px;
}

@media screen and (min-width:769px) {
  .common__footer_nav_solo_tide {
    margin-right: -60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .common__footer_nav_solo_tide a {
  }
  .common__footer_nav_solo_tide a:hover {
    filter: brightness(1.1);
  }
  .common__footer_nav_solo_tide picture {
  }
  .common__footer_nav_solo_tide picture img,
  .common__footer_nav_solo_tide picture source {
    width: 171px;
  }
}



























