@charset "UTF-8";
/*ver20191209*/
/*------------------------------
    共通
--------------------------------*/
@media screen and (max-width: 649px) {
  #gnav_block, .header-links {
    display: none;
  }
}
.wrap-inner {
  max-width: 1120px;
  padding: 3em 20px;
  margin: 0 auto;
}
@media screen and (max-width: 649px) {
  .wrap-inner {
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .wrap-inner {
    padding: 10px;
  }
}
.wrap-inner img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.visible-pc {
  display: block;
}
@media screen and (max-width: 649px) {
  .visible-pc {
    display: none;
  }
}

.visible-sp {
  display: none;
}
@media screen and (max-width: 649px) {
  .visible-sp {
    display: block;
  }
}

br.visible-pc {
  display: inline;
}
@media screen and (max-width: 649px) {
  br.visible-pc {
    display: none;
  }
}

br.visible-sp {
  display: none;
}
@media screen and (max-width: 649px) {
  br.visible-sp {
    display: inline;
  }
}

.bx-wrapper .bx-controls-direction a {
  z-index: 101 !important;
}

/*------------------------------
    ヘッダー
--------------------------------*/
.header-nav {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 649px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  display: flex;
}
.header-nav ul li {
  align-self: center;
  font-size: 16px;
}
.header-nav ul li + li {
  margin-left: 1px;
}
.header-nav ul li a {
  display: block;
  color: #fff;
  padding: 10px;
}
.header-nav ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header-nav ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
.header-nav ul li:nth-child(2) {
  min-width: 170px;
  text-align: center;
}
.header-nav ul li:nth-child(2) a {
  background: #003c5c;
}
.header-nav ul li:nth-child(3) {
  min-width: 170px;
  text-align: center;
}
.header-nav ul li:nth-child(3) a {
  background: #b93e00;
}

.fix-nav {
  position: fixed;
  right: 0;
  top: 20%;
  transform: translateX(300px);
  transition: all 1s ease;
}
.fix-nav.open {
  transform: translateX(0);
}
@media screen and (max-width: 649px) {
  .fix-nav.open {
    display: none;
  }
}
.fix-nav-hide .fix-nav {
  display: none !important;
}
.fix-nav ul li {
  width: 72px;
  text-align: center;
  font-size: 16px;
}
.fix-nav ul li a {
  display: block;
  color: #fff;
  background: #003c5c;
  padding: 20px 15px;
}
.fix-nav ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.fix-nav ul li img {
  margin-bottom: 10px;
}
.fix-nav ul li:nth-child(2) a {
  background: #b93e00;
}

/*------------------------------
    フッター
--------------------------------*/
@media screen and (max-width: 649px) {
  .footerBanner {
    text-align: center;
    margin-top: 1em;
  }
  .footerBanner a {
    padding: 0.5em;
  }
}

a.footerBanner-fan {
  float: right;
  display: inline-block;
  background: #f15a24;
  color: #fff;
  padding: 5px 1em;
  border-radius: 50px;
  font-size: 15px;
  line-height: 1;
}
a.footerBanner-fan:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 649px) {
  a.footerBanner-fan {
    display: block;
    float: none;
    margin: 10px 0;
  }
}

/*------------------------------
    トップページ
--------------------------------*/
.top-wrap .main-ttl {
  line-height: 1.5;
  color: #f6921e;
  text-align: center;
  margin-bottom: 0.3em;
  font-size: 30px;
}
@media screen and (max-width: 1159px) {
  .top-wrap .main-ttl {
    font-size: 30px;
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 649px) {
  .top-wrap .main-ttl {
    font-size: 1.2em;
  }
}
.top-wrap .sub-ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 649px) {
  .top-wrap .sub-ttl {
    font-size: 1em;
  }
}
.top-wrap .item-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list {
    margin-top: -2%;
  }
}
.top-wrap .item-list li {
  width: 32%;
  position: relative;
  text-align: center;
  cursor: pointer;
  /*@include mq(medium-old) {
      &:hover{
      .txt{
          display: table;
          width: 100%;
          height: 100%;
          transition: all 0.3s ease;
          .inner{
              display: table-cell;
              vertical-align: middle;
              width: 100%;
              //position: absolute;
              //top: 45%;
              text-align: center;
              strong{
                  font-weight: bold;
              }
          }
          .com{
              display: block;
              font-size: 14px;
              margin-top: 10px;
          }
      }
  }
      }*/
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list li {
    width: 100%;
    margin-bottom: 2%;
  }
}
.top-wrap .item-list li img {
  vertical-align: bottom;
}
.top-wrap .item-list li + li {
  margin-left: 2%;
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list li + li {
    margin-left: 0%;
  }
}
.top-wrap .item-list li a {
  color: #fff;
}
.top-wrap .item-list li a:hover {
  text-decoration: none;
}
.top-wrap .item-list li .txt {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list li .txt {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.5em;
  }
}
.top-wrap .item-list li .txt strong {
  font-weight: bold;
  font-size: 15px;
  display: block;
  background: #000;
  padding: 0.5em;
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list li .txt strong {
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list li .txt strong {
    font-weight: bold;
    font-size: 13px;
  }
}
.top-wrap .item-list li .txt img {
  vertical-align: middle;
  margin-right: 0.5em;
}
.top-wrap .item-list li .txt .com {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 320px) {
  .top-wrap .item-list li .txt .com {
    font-size: 10px;
  }
}
.top-wrap .item-list.item-list__s li {
  width: 23.5%;
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list.item-list__s li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list.item-list__3col li:last-child {
    width: 100%;
  }
}
.top-wrap .item-list.item-list__l li {
  width: 49%;
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list.item-list__l li {
    width: 100%;
  }
}
.top-wrap .item-list + .item-list {
  margin-top: 2em;
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list + .item-list {
    margin-top: 1em;
  }
}
.top-wrap .item-list__exhibition .com {
  color: #000;
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list__exhibition .com {
    color: #fff;
  }
}
@media screen and (max-width: 649px) {
  .top-wrap .item-list__exhibition li + li {
    margin-top: 2em;
  }
}

.top-wrap__head {
  background: #333;
  color: #fff;
}

.top-wrap__topics {
  background: #5b5b5b;
  color: #fff;
}
.top-wrap__topics .hinokiya-fan {
  margin-top: 2em;
  padding: 2em;
  background: #333;
}
@media screen and (max-width: 649px) {
  .top-wrap__topics .hinokiya-fan {
    margin-right: -10px;
    margin-left: -10px;
    padding: 20px 10px;
  }
}

.top-latest-topics {
  font-size: 1.2em;
}
@media screen and (max-width: 649px) {
  .top-latest-topics {
    font-size: 0.9em;
  }
}
.top-latest-topics a {
  color: #fff;
}
.top-latest-topics dt, .top-latest-topics dd {
  padding: 0.5em 0;
  line-height: 1.7;
}
@media screen and (max-width: 649px) {
  .top-latest-topics dt, .top-latest-topics dd {
    padding: 0;
  }
}
.top-latest-topics dt {
  clear: left;
  float: left;
  width: 100px;
}
@media screen and (max-width: 649px) {
  .top-latest-topics dt {
    float: none;
    width: 100%;
    margin-top: 0.5em;
  }
}
.top-latest-topics dd {
  margin-left: 100px;
}
@media screen and (max-width: 649px) {
  .top-latest-topics dd {
    margin-left: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #fff;
  }
}
.top-latest-topics .new {
  display: inline-block;
  background: #f15a24;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  margin-right: 5px;
}

.top-latest-topics-btn {
  margin-top: 1em;
  text-align: center;
}
.top-latest-topics-btn a {
  display: inline-block;
  background: #cbcbcb;
  padding: 10px 20px 10px 35px;
  border-radius: 50px;
  font-size: 15px;
  line-height: 1;
  position: relative;
}
.top-latest-topics-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.top-latest-topics-btn a::before {
  content: "\f144";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
}

.top-search-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0 2em;
}
@media screen and (max-width: 649px) {
  .top-search-btn {
    margin: 1em 0 2em;
  }
}
.top-search-btn .col {
  width: 26%;
}
@media screen and (max-width: 649px) {
  .top-search-btn .col {
    width: 100%;
  }
}
.top-search-btn .col:first-child {
  width: 72%;
}
@media screen and (max-width: 649px) {
  .top-search-btn .col:first-child {
    width: 100%;
  }
}
.top-search-btn .col:last-child {
  text-align: center;
}
@media screen and (max-width: 649px) {
  .top-search-btn .col:last-child {
    margin-top: 3%;
  }
}
.top-search-btn .col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-search-btn .col ul li {
  width: 48.5%;
  line-height: 1;
  font-size: 36px;
}
@media screen and (max-width: 1159px) {
  .top-search-btn .col ul li {
    font-size: 36px;
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 649px) {
  .top-search-btn .col ul li {
    width: 100%;
    font-size: 72px;
    font-size: 5.1428571429vw;
  }
  .top-search-btn .col ul li + li {
    margin-top: 10px;
  }
}
.top-search-btn .col ul li a {
  display: block;
  background: linear-gradient(to bottom, #21a0da 0%, #0375be 100%);
  border-radius: 50px;
  box-shadow: 2px 2px 0 #555;
  text-align: center;
  color: #fff;
  padding: 0.5em;
}
.top-search-btn .col ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.top-search-btn .col ul li:nth-child(2) a {
  background: linear-gradient(to bottom, #f6921e 0%, #f05a24 100%);
}
.top-search-btn .col .ttl-wrap {
  display: table;
  margin-bottom: 20px;
}
@media screen and (max-width: 649px) {
  .top-search-btn .col .ttl-wrap {
    display: block;
  }
}
.top-search-btn .col .ttl-wrap p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (max-width: 1159px) {
  .top-search-btn .col .ttl-wrap p {
    font-size: 18px;
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 649px) {
  .top-search-btn .col .ttl-wrap p {
    display: block;
    font-size: 1em;
    text-align: center;
  }
}
.top-search-btn .col .ttl-wrap p:first-child {
  font-size: 44px;
  color: #0071bb;
  padding: 0 20px;
}
@media screen and (max-width: 1159px) {
  .top-search-btn .col .ttl-wrap p:first-child {
    font-size: 44px;
    font-size: 3.1428571429vw;
  }
}
@media screen and (max-width: 649px) {
  .top-search-btn .col .ttl-wrap p:first-child {
    font-size: 1.6em;
  }
}

.top-present-wrap {
  padding: 0 2em;
  margin-top: 3em;
  position: relative;
}
@media screen and (max-width: 649px) {
  .top-present-wrap {
    padding: 0;
    margin-top: 1em;
  }
}
.top-present-wrap p {
  display: block;
  background: #f15a24;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  padding: 10px 177px 10px 30px;
  border-radius: 50px;
}
@media screen and (max-width: 1159px) {
  .top-present-wrap p {
    font-size: 24px;
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 649px) {
  .top-present-wrap p {
    font-size: 48px;
    font-size: 3.4285714286vw;
    padding: 10px 150px 10px 30px;
  }
}
.top-present-wrap .thumb {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -52px;
}
@media screen and (max-width: 649px) {
  .top-present-wrap .thumb {
    right: 10px;
    margin-top: -40px;
  }
  .top-present-wrap .thumb img {
    width: 120px;
  }
}
.top-present-wrap a:hover {
  text-decoration: none;
}
.top-present-wrap a:hover .thumb img {
  opacity: 1.0;
}
.top-present-wrap a:hover p {
  opacity: 0.8;
}

.top-other-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}
@media screen and (max-width: 649px) {
  .top-other-links {
    margin-top: 1em;
  }
}
.top-other-links .col {
  width: 32%;
}
@media screen and (max-width: 649px) {
  .top-other-links .col {
    width: 100%;
  }
}
.top-other-links .col:first-child {
  width: 66%;
}
@media screen and (max-width: 649px) {
  .top-other-links .col:first-child {
    width: 100%;
  }
}
.top-other-links .col:last-child {
  text-align: center;
}
@media screen and (max-width: 649px) {
  .top-other-links .col:last-child {
    margin-top: 3%;
  }
}
.top-other-links .col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -3%;
  font-size: 16px;
}
@media screen and (max-width: 1159px) {
  .top-other-links .col ul {
    font-size: 16px;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 649px) {
  .top-other-links .col ul {
    font-size: 14px;
  }
}
.top-other-links .col ul li {
  background: #fff;
  width: 48.5%;
  margin-top: 3%;
  text-align: center;
}
@media screen and (max-width: 649px) {
  .top-other-links .col ul li {
    width: 100%;
  }
}
.top-other-links .col ul li img {
  vertical-align: bottom;
}
.top-other-links .col ul li a {
  display: table;
  width: 100%;
}
.top-other-links .col ul li a .thumb, .top-other-links .col ul li a .text {
  display: table-cell;
  vertical-align: middle;
}
.top-other-links .col ul li a .thumb {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 649px) {
  .top-other-links .col ul li a .thumb {
    width: 25%;
  }
}
.top-other-links .col ul li a .thumb img {
  width: 100%;
  height: auto;
}
.top-other-links .col ul li a .thumb .new {
  display: inline-block;
  background: #f00;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.top-other-links .col ul li a .text {
  padding: 0 1em;
}
.top-other-links .col ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
