@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION MEDIA Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するメディア用WordPressTHEME「LION MEDIA」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionmedia
Version:      1.2
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/
/* common */
body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif !important;
}

a {
  transition: .3s;
}
a:hover {
  opacity: .7;
}
.view-sp {
  display: none;
}
.btn_list {
  margin: 20px auto 20px;
  display: flex;
  justify-content: space-evenly;
  max-width: 1000px;
}
  @media(max-width:767px){
    .btn_list {
      display: block;
      margin: 20px;
    }
    .btn_list li {
      margin: 15px 0;
    }
  }
.btn_list li {
  flex-basis: 40%;
  text-align: center;
  list-style: none;
  padding : 0 !important;
}

.btn_list li::before {content: '' !important; }
.btn_list li a {
  width: 100%;
}

.btn_list li a:hover {

}
a.button {
  display: block;
  position: relative;
  padding: 1.2em 4em;
  border: 2px solid #3146AF;
  color: #3146AF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
a.button:hover {
  color: #fff;
}
a.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #3146AF;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
a.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.siteTitle {margin-bottom: 20px;}
.menuNavi {
  display: none;
}
.ad {
  margin: 10%;
  width: 80%;
  height: 180px;
  background: #DDD;
}

.heading.heading-primary {
  font-size: 2.8rem;
  margin-bottom: 28px;
}
.heading-secondary {
  font-size: 1.8rem;
  margin-bottom: 24px;
  padding-bottom: 12px;
  color: #444;
  border-bottom: 1px dotted #999;
}

  @media(max-width:767px){
    .view-sp {
      display: block;
    }
    .heading.heading-primary {
      font-size: 2.4rem;
    }
  }
/* -----------------------
top
--------------------------*/
.mv {
  margin: 0 auto;
  width: 100%;
  height: 600px;
  background: url(http://ykw-test.recoya.work/wp-content/uploads/2020/07/mv.jpg);
  background-size: cover;
  position: relative;
}
.mv h1 {
  position: absolute;
  top: 160px;
  left: calc(50% - 500px);
  color: #FFF;
  line-height: 1.2em;
  font-size: 6.8rem
}
.mv h1 span {
  font-size: 2.8rem
}
  @media(max-width:767px){
    .mv {
      height: 240px;
    }
    .mv h1 {
      position: absolute;
      top: 75px;
      left: 15px;
      color: #FFF;
      line-height: 2.2em;
      font-size: 1.3rem
    }
  }

.rankingBox {
  padding: 60px 0 20px;
  margin-bottom: 0px;
  background: inherit !important;
}
.rankingBox__list {
  display: flex;
  height: auto;
}
.rankingBox__item {
  width: 25%;
  min-width: 230px;
}
.rankingBox__img {
  width: 100%;
}
.rankingBox__item:before {
  display: none !important;
}

.catch_thumb_top a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-color: #AAA;
}

.catch_thumb_top a:hover {
  opacity: 0.7;
}

.nav_wrap {
    margin-bottom: 40px;
}

.fish_nav_box {
  margin-bottom: 40px
}
.fish_nav_box .nav_part{
  display:flex;
  margin-bottom: 5px;
}
.fish_nav_box .nav_part .heading {
  flex-basis: 12%;
}
.fish_nav_box .nav_part .list {
  flex-basis: 88%;
}
.fish_nav_box .list {
  margin-bottom: 20px;
}
.fish_nav_box .list li {
  display: inline-block;
  margin: 0 10px 5px 0;
  list-style-type: none;
}
.fish_nav_box .list li a {
  text-decoration: underline;
}
  @media(max-width:767px){
    .fish_nav_box .nav_part{
      display: block;
      margin-bottom: 1.5em;
    }
    .fish_nav_box .list li a {
      display:inline-block;
      padding: 0.5em;
      margin: 0 5px 5px 0;
      border: 1px solid #DDD;
      border-radius: 3px;
      text-decoration: none;
    }
  }
/*
archive-ship-wrapper
*/
.archive-ship-wrapper .archive {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.archive-ship-wrapper .archive::after {
  content:"";
    display:block;
    width: 30%;
    height:0;
}
.archive-ship-wrapper .archive article {
  flex-basis: 30%;
  padding: 0 !important;
  margin: 0 !important;
}


.archive-ship-wrapper .archive article h2 {
  margin-bottom: 20px;
}
.archive-ship-wrapper .archive article a {
  display: block;
  border: 1px solid #3146AF;
  border-radius: 4px;
  color: #3146AF;
  padding: 1.0em ;
}

  @media(max-width:767px){
    .archive-ship-wrapper .archive article {
      flex-basis: 48%;
    }
    .archive-ship-wrapper .archive article a {
      font-size: 1.4rem;
    }
  }
.archive-catch-wrapper .nav_wrap,
.archive-ship-wrapper .nav_wrap {
  padding: 35px;
  background: #EEE;
}
.archive-catch-wrapper .nav_wrap .fish_nav_box,
.archive-ship-wrapper .nav_wrap .fish_nav_box {
  margin-bottom: 0;
}

  @media(max-width:767px){
    .archive-ship-wrapper .nav_wrap,
    .archive-catch-wrapper .nav_wrap {
      margin: 5px;
      padding: 20px;
    }
  }

.heading-first span a {
  font-size: 70%;
  font-weight: bold;
  color: #555;
}

.content p {
  margin: 20px 0 20px
}

.content figcaption {
  margin-top: 0.8em;
  font-size: 14px;
  text-align: center;
}

.content .wp-block-image .aligncenter {
  text-align: center;
}

.content .wp-block-image .aligncenter figcaption {
  text-align: center;
  display: block;
}

.column-wrapper .l-main {
  padding-top: 20px !important;
}
.column-wrapper .l-main .content {
  margin-top: 20px !important;
}
