@charset "UTF-8";
/*!
Theme Name: getnavi
Theme URI: https://getnavi.jp/
Author: getnavi
Author URI: https://getnavi.jp/
Description: getnavi original theme
Version: 0.1.3
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('images/ajax-loader.gif?1537497570') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  padding: 5px;
  cursor: pointer;
  text-indent: -9999px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #c3c3c3;
}
.slick-dots li.slick-active button:before {
  background: #ce232e;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.screen-reader-text {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  opacity: 0.7;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

a img {
  border: none;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
  font-size: 90%;
  max-width: 100%;
}

.split2:after {
  content: '';
  display: block;
  clear: both;
}
.split2 > div {
  float: left;
  width: 50%;
  text-align: center;
}

.info-title {
  background: #ce232e !important;
}

@media (min-width: 769px) {
  .for-sp {
    display: none;
  }

  .site-main > h1:first-child {
    color: #fff;
    background: #ce232e;
    font-size: 20px;
    padding: 10px 30px;
    font-weight: bold;
    margin: 0 0 30px;
  }

  .has-image {
    position: relative;
    padding: 0 0 0 320px;
    min-height: 180px;
    border-bottom: 1px solid transparent;
  }
  .has-image .image {
    position: absolute;
    width: 298px;
    border-right: 1px solid #303030;
    left: 0;
    top: 0;
  }
  .has-image .image img {
    max-width: 270px;
    display: block;
  }

  ul.links {
    margin: 1em 0;
    padding: 0;
    list-style: none;
  }
  ul.links li {
    position: relative;
    padding: 0 0 0 14px;
  }
  ul.links li:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #ce232e;
    border-right: 2px solid #ce232e;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
  }
  ul.links li a {
    color: #ce232e;
    text-decoration: underline;
  }
  ul.links li a[target="_blank"] {
    padding-right: 10px;
    background: url('images/icon-ce232e-blank.svg?1519034703') no-repeat 100% 50%;
    background-size: 7px 7px;
  }
}
@media (max-width: 768px) {
  .for-pc {
    display: none;
  }

  .site-main > h1:first-child {
    color: #fff;
    background: #ce232e;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: bold;
    margin: -10px -15px 15px;
  }

  .has-image .image img {
    display: block;
    margin: 0 auto 10px;
  }

  ul.links {
    margin: 1em 0;
    padding: 0;
    list-style: none;
  }
  ul.links li {
    position: relative;
    padding: 0 0 0 14px;
  }
  ul.links li:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #ce232e;
    border-right: 2px solid #ce232e;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
  }
  ul.links li a {
    color: #ce232e;
    text-decoration: underline;
  }
  ul.links li a[target="_blank"] {
    padding-right: 11px;
    background: url('images/icon-ce232e-blank.svg?1519034703') no-repeat 100% 0%;
    background-size: 8px 8px;
  }
}
@media (min-width: 992px) {
  .for-desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .for-desktop {
    display: none;
  }
}
.marquee-out {
  background: #fff1bb;
  overflow: hidden;
}
.marquee-out .marquee-in {
  margin: 0;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  -moz-animation-name: marquee;
  -o-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: #000;
}

@keyframes marquee {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
.article-video {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
}
.article-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

table {
  line-height: 1.3;
}
table tr th {
  background: #eee;
  border-top: 1px solid #666;
  vertical-align: top;
}
table tr th[scope="row"] {
  text-align: left;
}
table tr td {
  border-top: 1px solid #666;
  color: #666;
  vertical-align: top;
}
table table {
  border: none;
}
table table tr th {
  background: #ededed !important;
  border: 1px solid #dddddd !important;
  font-weight: bold;
  text-align: left;
}
table table tr td {
  border: 1px solid #dddddd !important;
}
table table tr td.label {
  background: #fafafa;
}

.entry-content table {
  border: none;
  border-collapse: collapse;
}
.entry-content table th, .entry-content table td {
  border: 1px solid #666;
}

@media (min-width: 769px) {
  table {
    border-top: 4px solid #666;
    border-bottom: 5px solid #666;
  }
  table tr th {
    padding: 6px 10px;
  }
  table tr th[scope="row"] {
    width: 230px;
  }
  table tr td {
    padding: 6px 10px;
  }
  table table {
    font-size: 14px;
  }
  table table tr th {
    padding: 6px 10px;
  }
  table table tr td {
    padding: 6px 10px;
  }
}
@media (max-width: 768px) {
  table {
    border-top: 2px solid #666;
    border-bottom: 3px solid #666;
  }
  table tr th {
    padding: 15px;
  }
  table tr th[scope="row"] {
    width: 115px;
  }
  table tr td {
    padding: 15px;
  }
  table table {
    font-size: 12px;
  }
  table table th {
    padding: 6px;
  }
  table table td {
    padding: 6px;
  }
}
@media (min-width: 769px) {
  .site-footer .wrap {
    background: #f4f4f4;
  }
  .site-footer .wrap .inner {
    max-width: 1330px;
    padding: 35px 15px 35px 330px;
    margin: 0 auto;
    position: relative;
  }
  .site-footer .wrap .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-footer .wrap .inner .site-info {
    position: absolute;
    top: 35px;
    left: 15px;
  }
  .site-footer .wrap .inner .site-info .logo a {
    background: url('images/logo-footer.png') no-repeat 50% 50%;
    width: 142px;
    height: 20px;
    text-indent: -9999px;
    display: block;
  }
  .site-footer .wrap .inner .site-info p {
    font-size: 12px;
    margin: 7px 0 20px;
  }
  .site-footer .wrap .inner .site-info ul.sns {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-footer .wrap .inner .site-info ul.sns:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-footer .wrap .inner .site-info ul.sns li {
    float: left;
    margin: 8px 23px 0 0;
  }
  .site-footer .wrap .inner .site-info ul.sns li a {
    display: block;
  }
  .site-footer .wrap .inner .site-info ul.sns li.twitter a {
    background: url('images/icon-header-twitter.svg') no-repeat 50% 50%;
    width: 20px;
    height: 16px;
    text-indent: -9999px;
  }
  .site-footer .wrap .inner .site-info ul.sns li.facebook a {
    background: url('images/icon-header-facebook.svg') no-repeat 50% 50%;
    width: 10px;
    height: 19px;
    text-indent: -9999px;
  }
  .site-footer .wrap .inner .site-info ul.sns li.feed a {
    background: url('images/icon-header-feed.svg') no-repeat 50% 50%;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
  }
  .site-footer .wrap .inner .site-info div.mail {
    margin: 30px 0 0;
  }
  .site-footer .wrap .inner .site-info div.mail a {
    color: #fff;
    font-size: 12px;
    background: #979797;
    display: block;
    width: 240px;
    line-height: 40px;
    padding: 0 0 0 60px;
    position: relative;
  }
  .site-footer .wrap .inner .site-info div.mail a:before {
    content: '';
    display: block;
    background: url('images/icon-fff-mail.svg') no-repeat 0 50%;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 11px;
    border-right: 1px solid #fff;
  }
  .site-footer .wrap .inner .navigation {
    max-width: 810px;
    margin: 0 40px 0 auto;
    font-size: 13px;
    color: #303030;
  }
  .site-footer .wrap .inner .navigation:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-footer .wrap .inner .navigation a {
    color: inherit;
  }
  .site-footer .wrap .inner .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-footer .wrap .inner .navigation ul li {
    margin: 0 0 8px;
  }
  .site-footer .wrap .inner .navigation > ul:first-child {
    float: left;
    width: 25%;
  }
  .site-footer .wrap .inner .navigation .menu-categories {
    float: left;
    width: 75%;
  }
  .site-footer .wrap .inner .navigation .menu-categories ul {
    column-count: 3;
  }
  .site-footer .wrap .inner .pagetop {
    position: absolute;
    right: 15px;
    top: 40px;
    margin: 0;
  }
  .site-footer .wrap .inner .pagetop a {
    background: url('images/icon-pagetop.svg') no-repeat 50% 50%;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
  }
  .site-footer .footer-link-wrap {
    max-width: 1330px;
    padding: 15px 15px;
    margin: 0 auto;
  }
  .site-footer .footer-link-wrap .footer-links {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-footer .footer-link-wrap .footer-links li {
    float: left;
    font-size: 11px;
    position: relative;
    margin: 0 25px 0 0;
  }
  .site-footer .footer-link-wrap .footer-links li:before {
    content: '/';
    font-size: 12px;
    color: #c3c3c3;
    display: block;
    position: absolute;
    left: -15px;
    top: -1px;
  }
  .site-footer .footer-link-wrap .footer-links li:first-child:before {
    display: none;
  }
  .site-footer .footer-link-wrap .footer-links li a {
    color: #303030;
  }
  .site-footer .footer-link-wrap .copyright {
    font-size: 11px;
    text-align: right;
  }
  .site-footer .site-links {
    font-size: 13px;
    border-top: 5px solid #dddddd;
    text-align: center;
    padding: 10px 0;
    line-height: 1;
  }
  .site-footer .site-links ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-footer .site-links ul li {
    float: left;
    position: relative;
  }
  .site-footer .site-links ul li:before {
    content: '';
    display: block;
    background: #979797;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 1px;
    position: absolute;
  }
  .site-footer .site-links ul li:first-child:before {
    display: none;
  }
  .site-footer .site-links ul li a {
    color: #666;
    display: block;
    padding: 0 20px;
  }
  .site-footer .site-links ul li.current:after {
    content: '';
    display: block;
    background: #ce232e;
    left: 20px;
    right: 20px;
    top: -15px;
    height: 5px;
    position: absolute;
  }
  .site-footer .site-links ul li.current a {
    color: #ce232e;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .site-footer .wrap .inner .sp-menu {
    background: #f4f4f4;
  }
  .site-footer .wrap .inner .sp-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-footer .wrap .inner .sp-menu ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-footer .wrap .inner .sp-menu ul li {
    float: left;
  }
  .site-footer .wrap .inner .sp-menu ul li a {
    color: inherit;
    position: relative;
  }
  .site-footer .wrap .inner .sp-menu ul.pickup {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 12px;
    color: #fff;
    background: #303030;
  }
  .site-footer .wrap .inner .sp-menu ul.pickup li {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50%;
  }
  .site-footer .wrap .inner .sp-menu ul.pickup li a, .site-footer .wrap .inner .sp-menu ul.pickup li span {
    display: block;
    padding: 10px 15px;
  }
  .site-footer .wrap .inner .sp-menu ul.pickup li a:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .site-footer .wrap .inner .sp-menu ul.menu {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 10px;
    background: #e9e9e9;
  }
  .site-footer .wrap .inner .sp-menu ul.menu li {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50%;
  }
  .site-footer .wrap .inner .sp-menu ul.menu li a {
    display: block;
    padding: 10px 15px;
  }
  .site-footer .wrap .inner .sp-menu ul.menu li a:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 15px;
  }
  .site-footer .wrap .inner .site-info {
    background: #f4f4f4;
    text-align: center;
    padding: 25px 0;
  }
  .site-footer .wrap .inner .site-info .logo a {
    background: url('images/logo-footer-sp.png') no-repeat 50% 50%;
    background-size: 176px 25px;
    width: 176px;
    height: 25px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
  }
  .site-footer .wrap .inner .site-info p {
    font-size: 10px;
    margin: 7px 0 20px;
  }
  .site-footer .wrap .inner .site-info ul.sns {
    list-style: none;
    padding: 0 0 0 50px;
    margin: 0 auto;
    width: 290px;
  }
  .site-footer .wrap .inner .site-info ul.sns:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-footer .wrap .inner .site-info ul.sns li {
    float: left;
    margin: 8px 50px 0 0;
  }
  .site-footer .wrap .inner .site-info ul.sns li a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
  }
  .site-footer .wrap .inner .site-info ul.sns li.twitter a {
    background: url('images/icon-header-twitter.svg') no-repeat 50% 50%;
    background-size: contain;
  }
  .site-footer .wrap .inner .site-info ul.sns li.facebook a {
    background: url('images/icon-header-facebook.svg') no-repeat 50% 50%;
    background-size: contain;
  }
  .site-footer .wrap .inner .site-info ul.sns li.feed a {
    background: url('images/icon-header-feed.svg') no-repeat 50% 50%;
    background-size: contain;
  }
  .site-footer .wrap .inner .site-info div.mail {
    margin: 30px 0 0;
  }
  .site-footer .wrap .inner .site-info div.mail a {
    color: #fff;
    font-size: 12px;
    background: #979797;
    display: block;
    max-width: 315px;
    line-height: 40px;
    padding: 0 0 0 60px;
    margin: 0 auto;
    position: relative;
    text-align: left;
  }
  .site-footer .wrap .inner .site-info div.mail a:before {
    content: '';
    display: block;
    background: url('images/icon-fff-mail.svg') no-repeat 0 50%;
    background-size: 15px 12px;
    width: 28px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 13px;
    border-right: 1px solid #fff;
  }
  .site-footer .wrap .inner .site-info div.mail a:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .site-footer .wrap .inner .pagetop {
    float: right;
    margin: 0 15px -30px 0;
    padding: 25px 0 0;
  }
  .site-footer .wrap .inner .pagetop a {
    background: url('images/icon-pagetop-sp.svg') no-repeat 50% 50%;
    background-size: contain;
    display: block;
    width: 41px;
    height: 41px;
    text-indent: -9999px;
  }
  .site-footer .footer-link-wrap {
    padding: 25px 15px;
  }
  .site-footer .footer-link-wrap ul.footer-links {
    overflow: hidden;
    font-size: 11px;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
  }
  .site-footer .footer-link-wrap ul.footer-links:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-footer .footer-link-wrap ul.footer-links li {
    float: left;
    position: relative;
    margin: 0 25px 6px 0;
  }
  .site-footer .footer-link-wrap ul.footer-links li:before {
    content: '/';
    font-size: 12px;
    color: #c3c3c3;
    display: block;
    position: absolute;
    left: -15px;
    top: -1px;
  }
  .site-footer .footer-link-wrap ul.footer-links li:first-child:before {
    display: none;
  }
  .site-footer .footer-link-wrap ul.footer-links li a {
    color: #303030;
  }
  .site-footer .footer-link-wrap .copyright {
    color: #979797;
    font-size: 10px;
  }
  .site-footer .site-links {
    padding-bottom: 50px;
    background: #f4f4f4;
  }
  .site-footer .site-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;
  }
  .site-footer .site-links ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-footer .site-links ul li {
    float: left;
    width: 50%;
    font-size: 10px;
    border-top: 1px solid #979797;
    border-left: 1px solid #979797;
  }
  .site-footer .site-links ul li span {
    background: #f4f4f4;
    display: block;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
  }
  .site-footer .site-links ul li a {
    color: inherit;
    background: #f4f4f4;
    display: block;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    position: relative;
  }
  .site-footer .site-links ul li a:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .site-footer .site-links ul li.current {
    color: #ce232e;
    font-weight: bold;
  }
  .site-footer .site-links ul li.current a {
    background: #fff;
  }
  .site-footer .site-links ul li.current a:before {
    content: '';
    display: block;
    width: 2.5px;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #ce232e;
  }
  .site-footer .site-links ul li.current a:after {
    border-top-color: #303030;
    border-right-color: #303030;
  }
}

#ad-o {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
}

@media (min-width: 769px) {
  div.breadcrumbs {
    padding: 4px 0;
    border-top: 1px solid #e9e9e9;
  }
  div.breadcrumbs ol {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
    list-style: none;
  }
  div.breadcrumbs ol:after {
    content: '';
    display: block;
    clear: both;
  }
  div.breadcrumbs ol li {
    display: inline;
    font-size: 12px;
    margin: 0;
    position: relative;
  }
  div.breadcrumbs ol li:last-child a {
    font-weight: bold;
  }
  div.breadcrumbs ol li:first-child {
    display: inline-block;
  }
  div.breadcrumbs ol li:first-child a {
    background: url('images/icon-home.svg') no-repeat 50% 100%;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    display: inline-block;
  }
  div.breadcrumbs ol li:before {
    content: '/';
    display: inline;
    margin: 0 5px 0 0;
  }
  div.breadcrumbs ol li:first-child:before {
    display: none;
  }
  div.breadcrumbs ol li a {
    display: inline;
    color: inherit;
  }

  .site-header + .breadcrumbs {
    margin: -40px 0 40px;
    background: #f4f4f4;
    color: #303030;
    border-top: none;
  }
}
@media (max-width: 768px) {
  div.breadcrumbs {
    display: none;
  }
}
div.ad {
  text-align: center;
}
div.ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.site-main .ad {
  margin: 10px auto;
}
@media (max-width: 768px) {
  .site-main .ad {
    margin: 25px auto;
  }
}

#overlay_area {
  width: 320px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10000;
}

#overlay_area .entry_sp_banner {
  margin: 0;
  padding: 0;
  width: 320px;
}

#overlay_btn {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 10000;
}

#overlay_btn img {
  width: 100%;
}

body.info-template-default .adnw,
body.info-template-default .ad,
body.info-template-default .spotlight,
body.info-template-default #ad-o,
body.info-template-default [id^="div-gpt-ad"] {
  display: none;
}

@media (min-width: 992px) {
  .site-content {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .site-content:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-content .content-area {
    float: left;
    width: 100%;
    padding: 0 330px 50px 0;
    margin: 0 -330px 0 0;
  }
  .site-content .content-area * {
    word-break: break-all;
  }
  .site-content .widget-area {
    float: right;
    width: 300px;
  }
  .site-content .widget-area > :first-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .site-content {
    padding: 10px 15px;
  }
}

@media (min-width: 769px) {
  .site-main section .head {
    border-bottom: 5px solid #303030;
  }
  .site-main section .head h2 {
    color: #fff;
    background: #303030;
    display: inline-block;
    position: relative;
    font-size: 17px;
    margin: 0 0 -5px;
    padding: 0 30px 0 50px;
    line-height: 40px;
  }
  .site-main section .head h2:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  .site-main section .head h2:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 40px solid #303030;
    border-right: 30px solid transparent;
    position: absolute;
    right: -30px;
    top: 0;
  }

  .widget-area section .head {
    border-bottom: 3px solid #303030;
  }
  .widget-area section .head h2 {
    color: #fff;
    background: #303030;
    display: inline-block;
    position: relative;
    font-size: 13px;
    margin: 0 0 -3px;
    padding: 0 30px 0 35px;
    line-height: 30px;
  }
  .widget-area section .head h2:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 7px;
  }
  .widget-area section .head h2:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 30px solid #303030;
    border-right: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
  }
}
@media (max-width: 768px) {
  .site-main section .head {
    border-bottom: 3px solid #303030;
  }
  .site-main section .head h2 {
    color: #fff;
    background: #303030;
    display: inline-block;
    position: relative;
    font-size: 15px;
    margin: 0 0 -3px;
    padding: 0 15px 0 45px;
    line-height: 30px;
  }
  .site-main section .head h2:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 7px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .site-main section .head h2:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 30px solid #303030;
    border-right: 22px solid transparent;
    position: absolute;
    right: -22px;
    top: 0;
  }

  .widget-area section .head {
    border-bottom: 3px solid #303030;
  }
  .widget-area section .head h2 {
    color: #fff;
    background: #303030;
    display: inline-block;
    position: relative;
    font-size: 15px;
    margin: 0 0 -3px;
    padding: 0 15px 0 45px;
    line-height: 30px;
  }
  .widget-area section .head h2:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 7px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .widget-area section .head h2:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 30px solid #303030;
    border-right: 22px solid transparent;
    position: absolute;
    right: -22px;
    top: 0;
  }
}
@media (min-width: 769px) {
  .box {
    line-height: 1.4;
    float: left;
  }
  .box > div {
    border: 1px solid #303030;
    background: #fff;
    padding: 20px;
    position: relative;
  }
  .box > div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: #303030;
  }
  .box > div .img {
    margin: -5px -10px 15px;
    padding: 0 0 64%;
    position: relative;
  }
  .box > div .img a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .box > div .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }
  .box > div .type-capa {
    background: url('images/logo-box-capa.png?1529374728') no-repeat 0 50%;
    height: 20px;
    text-indent: -9999px;
    margin: 0 0 15px;
  }
  .box > div .type-carsmeet {
    background: url('images/logo-box-carsmeet.png?1529374728') no-repeat 0 50%;
    height: 20px;
    text-indent: -9999px;
    margin: 0 0 15px;
  }
  .box > div .type-watchnavi {
    background: url('images/logo-box-watchnavi.png?1529374728') no-repeat 0 50%;
    height: 20px;
    text-indent: -9999px;
    margin: 0 0 15px;
  }
  .box > div ul.categories {
    list-style: none;
    padding: 0;
    margin: 0 -5px 10px 0;
  }
  .box > div ul.categories:after {
    content: '';
    display: block;
    clear: both;
  }
  .box > div ul.categories li {
    margin: 0 5px 5px 0;
    float: left;
  }
  .box > div ul.categories li a, .box > div ul.categories li span {
    font-size: 11px;
    color: #fff;
    background: #979797;
    display: block;
    line-height: 20px;
    padding: 0 10px;
  }
  .box > div .title {
    font-size: 16px;
    color: #303030;
    font-weight: bold;
  }
  .box > div .title a {
    color: inherit;
  }
  .box > div p {
    font-size: 12px;
    max-height: 6.5em;
    overflow: hidden;
  }
  .box > div .tags {
    font-size: 12px;
    background: #f9f9f9;
    padding: 15px 20px;
    margin: 17px -20px -17px;
    line-height: 1.5;
    overflow: hidden;
  }
  .box > div .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  .box > div .tags ul li {
    display: inline;
    margin: 0 10px 10px 0;
  }
  .box > div .tags ul li a {
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
    color: #303030;
  }
}
@media (max-width: 768px) {
  .box {
    line-height: 1.4;
    float: left;
  }
  .box > div {
    border: 1px solid #303030;
    background: #fff;
    padding: 10px;
    position: relative;
  }
  .box > div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2.5px;
    background: #303030;
  }
  .box > div .img {
    margin: 0 0 10px;
    padding: 0 0 57%;
    position: relative;
  }
  .box > div .img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .box > div .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
  }
  .box > div .type-capa {
    background: url('images/logo-box-capa-sp.png?1529377110') no-repeat 0 50%;
    background-size: auto 20px;
    height: 20px;
    text-indent: -9999px;
    margin: 0 0 10px;
  }
  .box > div .type-carsmeet {
    background: url('images/logo-box-carsmeet-sp.png?1529377110') no-repeat 0 50%;
    background-size: auto 20px;
    height: 20px;
    text-indent: -9999px;
    margin: 0 0 10px;
  }
  .box > div .type-watchnavi {
    background: url('images/logo-box-watchnavi-sp.png?1529377110') no-repeat 0 50%;
    background-size: auto 20px;
    height: 20px;
    text-indent: -9999px;
    margin: 0 0 10px;
  }
  .box > div .title {
    font-size: 13px;
    color: #303030;
    font-weight: bold;
  }
  .box > div .title a {
    color: inherit;
  }
  .box > div p {
    display: none;
  }
  .box > div ul.categories {
    list-style: none;
    padding: 0;
    margin: 0 -5px 5px 0;
  }
  .box > div ul.categories:after {
    content: '';
    display: block;
    clear: both;
  }
  .box > div ul.categories li {
    margin: 0 5px 5px 0;
    float: left;
  }
  .box > div ul.categories li a, .box > div ul.categories li span {
    font-size: 10px;
    color: #fff;
    background: #979797;
    display: block;
    line-height: 20px;
    padding: 0 10px;
  }
  .box > div .tags {
    display: none;
  }
}
@media (min-width: 769px) {
  .site-main .all {
    max-width: 500px;
    height: 60px;
    margin: 30px auto;
    text-align: center;
    border: 2px solid #303030;
    line-height: 56px;
    color: #303030;
    background: #fff;
    font-weight: bold;
  }
  .site-main .all a {
    color: inherit;
    position: relative;
    display: block;
  }
  .site-main .all a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 20px;
  }

  .widget-area .all {
    max-width: 240px;
    height: 40px;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #303030;
    line-height: 36px;
    color: #303030;
    background: #fff;
    font-weight: bold;
  }
  .widget-area .all a {
    color: inherit;
    position: relative;
    display: block;
    font-size: 12px;
  }
  .widget-area .all a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 14px;
  }
  .widget-area .all a[target="_blank"]:after {
    background: url('images/icon-blank.svg?1519034695') no-repeat 0 0;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 0 0 4px;
  }
}
@media (max-width: 768px) {
  .site-main .all {
    max-width: 305px;
    height: 40px;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #303030;
    line-height: 38px;
    color: #303030;
    background: #fff;
  }
  .site-main .all a {
    color: inherit;
    position: relative;
    display: block;
    font-size: 12px;
  }
  .site-main .all a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 12px;
  }

  .widget-area .all {
    max-width: 305px;
    height: 40px;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #303030;
    line-height: 38px;
    color: #303030;
    background: #fff;
  }
  .widget-area .all a {
    color: inherit;
    position: relative;
    display: block;
    font-size: 12px;
  }
  .widget-area .all a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 12px;
  }
  .widget-area .all a[target="_blank"]:after {
    background: url('images/icon-blank.svg?1519034695') no-repeat 0 0;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 0 0 4px;
  }
}
.pagination {
  text-align: center;
}
.pagination .nav-links {
  display: inline-block;
}
.pagination .nav-links > span,
.pagination .nav-links > a {
  display: block;
  text-align: center;
  float: left;
  font-weight: bold;
}
.pagination .nav-links > span {
  color: #fff;
  background: #303030;
}
.pagination .nav-links > span.dots {
  color: #303030;
  background: #fff;
  border-color: transparent;
}
@media (min-width: 769px) {
  .pagination {
    margin: 50px 0 45px;
  }
  .pagination .nav-links > span,
  .pagination .nav-links > a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin: 0 5px;
    border: 2px solid #303030;
  }
  .pagination .nav-links > a {
    color: #303030;
    position: relative;
  }
  .pagination .nav-links > a.prev:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #303030;
    border-left: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
  }
  .pagination .nav-links > a.next:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 11px;
  }
}
@media (max-width: 768px) {
  .pagination {
    margin: 25px 0 20px;
  }
  .pagination .nav-links {
    margin: -3px;
  }
  .pagination .nav-links > span,
  .pagination .nav-links > a {
    font-size: 13px;
    width: 38px;
    height: 38px;
    line-height: 37px;
    margin: 3px;
    border: 1px solid #303030;
  }
  .pagination .nav-links > a {
    color: #303030;
    position: relative;
  }
  .pagination .nav-links > a.prev:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #303030;
    border-left: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
  }
  .pagination .nav-links > a.next:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 11px;
  }
}

@media (min-width: 769px) {
  .site-main.category .category-header .category1 {
    color: #fff;
    background: #666;
    font-size: 20px;
    padding: 10px 30px;
    font-weight: bold;
    margin: 0 0 30px;
  }
  .site-main.category dl.sub-categories {
    background: #f9f9f9;
    margin: 30px 50px;
    padding: 20px 30px;
  }
  .site-main.category dl.sub-categories dt {
    font-size: 14px;
    font-weight: bold;
  }
  .site-main.category dl.sub-categories dd {
    margin: 10px 0 0;
  }
  .site-main.category dl.sub-categories dd ul {
    margin: 0 -5px -5px 0;
    padding: 0;
    list-style: none;
  }
  .site-main.category dl.sub-categories dd ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main.category dl.sub-categories dd ul li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 14px;
  }
  .site-main.category dl.sub-categories dd ul li a {
    color: #fff;
    background: #666;
    display: block;
    padding: 5px 20px;
  }
}
@media (max-width: 768px) {
  .site-main.category .category-header .category1 {
    color: #fff;
    background: #666;
    font-size: 15px;
    padding: 10px 30px;
    font-weight: bold;
    margin: -10px -15px 15px;
  }
  .site-main.category dl.sub-categories {
    background: #f9f9f9;
    margin: 25px 0;
    padding: 15px;
  }
  .site-main.category dl.sub-categories dt {
    font-size: 12px;
    font-weight: bold;
  }
  .site-main.category dl.sub-categories dd {
    margin: 10px 0 0;
  }
  .site-main.category dl.sub-categories dd ul {
    margin: 0 -5px -5px 0;
    padding: 0;
    list-style: none;
  }
  .site-main.category dl.sub-categories dd ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main.category dl.sub-categories dd ul li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 12px;
  }
  .site-main.category dl.sub-categories dd ul li a {
    color: #fff;
    background: #666;
    display: block;
    padding: 2px 5px;
  }
}

@media (min-width: 769px) {
  .site-main .meta-wrap {
    background: #f4f4f4;
    color: #303030;
    padding: 20px 30px;
    position: relative;
    margin: 35px 0;
  }
  .site-main .meta-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main .meta-wrap .image {
    position: absolute;
    left: 30px;
    top: 20px;
  }
  .site-main .meta-wrap .image a {
    text-decoration: none;
  }
  .site-main .meta-wrap .image a img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .site-main .meta-wrap .article-info {
    position: absolute;
    left: 110px;
    top: 25px;
    right: 455px;
  }
  .site-main .meta-wrap .article-info .name {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .site-main .meta-wrap .article-info .name a {
    color: inherit;
  }
  .site-main .meta-wrap .article-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-main .meta-wrap .article-info ul li {
    float: left;
    margin: 0 5px 5px 0;
  }
  .site-main .meta-wrap .article-info ul li a, .site-main .meta-wrap .article-info ul li span {
    display: block;
    font-size: 11px;
    padding: 1px 10px;
    background: #979797;
    color: #fff;
  }
  .site-main .meta-wrap dl.sns {
    float: right;
    width: 350px;
    margin: 0;
    border-left: 1px solid #979797;
  }
  .site-main .meta-wrap dl.sns dt {
    float: left;
    background: url('images/icon-label-share-on.svg?1519035074') no-repeat 100% 50%;
    text-indent: -99999px;
    width: 104px;
    height: 63px;
  }
  .site-main .meta-wrap dl.sns dd {
    float: right;
    margin: 0;
  }
  .site-main .meta-wrap dl.sns dd ul {
    list-style: none;
    padding: 5px 0 0;
    margin: 0 0 -10px;
  }
  .site-main .meta-wrap dl.sns dd ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main .meta-wrap dl.sns dd ul li {
    float: left;
    margin: 0 0 0 10px;
  }
  .site-main .meta-wrap dl.sns dd ul li a {
    display: block;
  }
  .site-main .meta-wrap dl.sns dd ul li.facebook a {
    background: url('images/icon-sns-facebook.png') no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
  }
  .site-main .meta-wrap dl.sns dd ul li.hatena a {
    background: url('images/icon-sns-hatena.png') no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
  }
  .site-main .meta-wrap dl.sns dd ul li.line a {
    background: url('images/icon-sns-line.png') no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
  }
  .site-main .meta-wrap dl.sns dd ul li.pocket a {
    background: url('images/icon-sns-pocket.png') no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
  }
  .site-main .meta-wrap dl.sns dd ul li.twitter {
    clear: left;
    padding: 6px 0 0;
  }
  .site-main .meta-wrap dl.sns dd ul li.fb {
    padding: 2px 0 0;
  }
  .site-main .meta-wrap dl.tag {
    margin: 0;
    position: absolute;
    left: 0;
    top: 20px;
    right: 380px;
    padding: 0 0 0 120px;
  }
  .site-main .meta-wrap dl.tag dt {
    background: url('images/icon-label-tag.svg?1516946055') no-repeat 50% 50%;
    text-indent: -99999px;
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .site-main .meta-wrap dl.tag dd {
    margin: 0;
    min-height: 63px;
    position: relative;
  }
  .site-main .meta-wrap dl.tag dd ul {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
  }
  .site-main .meta-wrap dl.tag dd ul li {
    display: block;
    font-size: 12px;
    float: left;
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
    margin: 0 10px 0 0;
  }
  .site-main .meta-wrap dl.tag dd ul li a {
    color: inherit;
  }
  .site-main .entry-title {
    font-size: 28px;
    line-height: 1.3;
  }
  .site-main article .entry-content {
    font-size: 17px;
    line-height: 1.8;
  }
  .site-main article .entry-content a {
    color: #ce232e;
    text-decoration: underline;
  }
  .site-main article .entry-content a:hover {
    text-decoration: none;
  }
  .site-main article blockquote {
    background: #e9e9e9;
    padding: 0.5em 1em;
    margin: 1em 0;
    font-size: 90%;
  }
  .site-main article .inner {
    padding: 0 30px;
  }
  .site-main article .inner .category1 {
    color: #fff;
    background: #666;
    font-size: 20px;
    padding: 10px 30px;
    font-weight: bold;
    margin: 0 -30px 30px;
  }
  .site-main article .inner .meta:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main article .inner .meta .category2 {
    float: left;
    font-size: 14px;
  }
  .site-main article .inner .meta .date {
    float: right;
    font-size: 12px;
    color: #979797;
    text-align: right;
  }
  .site-main article .next-label {
    max-width: 500px;
    min-height: 60px;
    margin: 50px auto 40px;
    text-align: center;
    border: 2px solid #303030;
    color: #303030;
    background: #fff;
    font-weight: bold;
    position: relative;
  }
  .site-main article .next-label:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 20px;
  }
  .site-main article .next-label a {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: inherit;
    position: absolute;
    display: block;
    text-decoration: none;
    top: 50%;
    left: 20px;
    right: 40px;
    line-height: 1.2;
  }
  .site-main article .article-page-navigation {
    text-align: center;
    font-size: 16px;
    margin: 40px 0 50px;
    font-weight: bold;
  }
  .site-main article .article-page-navigation ol {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-main article .article-page-navigation ol li {
    display: inline-block;
    margin: 0 0 10px 10px;
  }
  .site-main article .article-page-navigation ol li > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #303030;
    background: #303030;
    color: #fff;
  }
  .site-main article .article-page-navigation ol li > a {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #303030;
    background: #fff;
    color: #303030;
    text-align: center;
  }
  .site-main article .article-page-navigation ol li.prev a {
    text-indent: -99999px;
    text-align: left;
    position: relative;
  }
  .site-main article .article-page-navigation ol li.prev a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #303030;
    border-left: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
  }
  .site-main article .article-page-navigation ol li.next a {
    text-indent: -99999px;
    text-align: left;
    position: relative;
  }
  .site-main article .article-page-navigation ol li.next a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 11px;
  }
  .site-main article .article-page-navigation a.vapp {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    border: 2px solid #303030;
    background: #fff;
    color: #303030;
    margin: 0 10px;
    padding: 0 28px;
    text-decoration: none;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .site-main .meta-wrap {
    padding: 20px 15px;
  }
  .site-main .meta-wrap .image {
    left: 20px;
  }
  .site-main .meta-wrap .article-info {
    left: 95px;
    right: 350px;
  }
  .site-main .meta-wrap dl.sns {
    width: 336px;
  }
  .site-main .meta-wrap dl.sns dt {
    width: 90px;
  }
}
@media (max-width: 768px) {
  .site-main .meta-wrap {
    background: #f4f4f4;
    color: #303030;
    padding: 10px 15px 2px;
    position: relative;
    margin: 15px 0;
  }
  .site-main .meta-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main .meta-wrap .image {
    position: absolute;
    left: 15px;
    top: 10px;
  }
  .site-main .meta-wrap .image a {
    text-decoration: none;
  }
  .site-main .meta-wrap .image a img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
  .site-main .meta-wrap .article-info {
    padding: 0 0 5px 60px;
  }
  .site-main .meta-wrap .article-info .name {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .site-main .meta-wrap .article-info .name a, .site-main .meta-wrap .article-info .name span {
    color: inherit;
  }
  .site-main .meta-wrap .article-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-main .meta-wrap .article-info ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main .meta-wrap .article-info ul li {
    float: left;
    margin: 0 5px 5px 0;
  }
  .site-main .meta-wrap .article-info ul li a, .site-main .meta-wrap .article-info ul li span {
    display: block;
    font-size: 11px;
    padding: 1px 10px;
    background: #979797;
    color: #fff;
  }
  .site-main .meta-wrap dl.sns {
    margin: 0;
    padding: 0 0 0 60px;
    position: relative;
    min-height: 64px;
  }
  .site-main .meta-wrap dl.sns dt {
    position: absolute;
    top: 6px;
    left: 5px;
    background: url('images/icon-label-share-on-sp.svg?1519035084') no-repeat 0 0;
    background-size: contain;
    text-indent: -99999px;
    width: 34px;
    height: 55px;
  }
  .site-main .meta-wrap dl.sns dd {
    margin: 0;
  }
  .site-main .meta-wrap dl.sns dd ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-main .meta-wrap dl.sns dd ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main .meta-wrap dl.sns dd ul li {
    float: left;
    margin: 0 10px 5px 0;
  }
  .site-main .meta-wrap dl.sns dd ul li a {
    display: block;
  }
  .site-main .meta-wrap dl.sns dd ul li.facebook a {
    background: url('images/icon-sns-facebook-sp.png') no-repeat 50% 50%;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
  }
  .site-main .meta-wrap dl.sns dd ul li.hatena a {
    background: url('images/icon-sns-hatena-sp.png') no-repeat 50% 50%;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
  }
  .site-main .meta-wrap dl.sns dd ul li.line a {
    background: url('images/icon-sns-line-sp.png') no-repeat 50% 50%;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
  }
  .site-main .meta-wrap dl.sns dd ul li.pocket a {
    background: url('images/icon-sns-pocket-sp.png') no-repeat 50% 50%;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
  }
  .site-main .meta-wrap dl.sns dd ul li.twitter {
    clear: left;
    padding: 2px 0 0;
    height: 30px;
  }
  .site-main .meta-wrap dl.sns dd ul li.fb {
    padding: 2px 0 0;
    margin: -4px 0 0;
  }
  .site-main .meta-wrap dl.tag {
    display: none;
  }
  .site-main article {
    font-size: 16px;
    line-height: 1.8;
  }
  .site-main article .entry-header .meta-wrap dl.sns {
    display: none;
  }
  .site-main article .entry-content {
    margin: 0 0 20px;
  }
  .site-main article .entry-content a {
    color: #ce232e;
    text-decoration: underline;
  }
  .site-main article .entry-content a:hover {
    text-decoration: none;
  }
  .site-main article .entry-content blockquote {
    background: #e9e9e9;
    padding: 0.5em 1em;
    margin: 1em 0;
    font-size: 90%;
  }
  .site-main article .entry-content.more {
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  .site-main article .entry-content.more:before {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff, #ffffff);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff, #ffffff);
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff, #ffffff);
    content: '';
    display: block;
    height: 150px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .site-main article .entry-content.more .btn-more {
    display: block;
  }
  .site-main article .inner {
    padding: 0;
  }
  .site-main article .inner .category1 {
    color: #fff;
    background: #666;
    font-size: 15px;
    padding: 10px 30px;
    font-weight: bold;
    margin: -10px -15px 15px;
  }
  .site-main article .inner .meta:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main article .inner .meta .category2 {
    float: left;
    font-size: 12px;
  }
  .site-main article .inner .meta .date {
    float: right;
    font-size: 11px;
    color: #979797;
    text-align: right;
  }
  .site-main article .inner .entry-title {
    font-size: 19px;
    line-height: 1.2;
  }
  .site-main article .btn-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 0 20px;
    display: none;
    z-index: 10;
  }
  .site-main article .btn-more a {
    max-width: 500px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #303030;
    line-height: 38px;
    color: #303030;
    background: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
  }
  .site-main article .next-label {
    max-width: 500px;
    min-height: 40px;
    margin: 30px auto 20px;
    text-align: center;
    border: 1px solid #303030;
    color: #303030;
    background: #fff;
    font-weight: bold;
    position: relative;
  }
  .site-main article .next-label:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 14px;
  }
  .site-main article .next-label a {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: inherit;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 30px;
    display: block;
    text-decoration: none;
    font-size: 12px;
  }
  .site-main article .article-page-navigation {
    text-align: center;
    font-size: 13px;
    margin: 20px 0 20px;
    font-weight: bold;
  }
  .site-main article .article-page-navigation:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main article .article-page-navigation ol {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-main article .article-page-navigation ol li {
    display: inline-block;
    margin: 0 5px 10px;
  }
  .site-main article .article-page-navigation ol li > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #303030;
    background: #303030;
    color: #fff;
  }
  .site-main article .article-page-navigation ol li > a {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #303030;
    background: #fff;
    color: #303030;
    text-align: center;
  }
  .site-main article .article-page-navigation ol li.prev a {
    text-indent: -99999px;
    text-align: left;
    position: relative;
  }
  .site-main article .article-page-navigation ol li.prev a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #303030;
    border-left: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 17px;
  }
  .site-main article .article-page-navigation ol li.next a {
    text-indent: -99999px;
    text-align: left;
    position: relative;
  }
  .site-main article .article-page-navigation ol li.next a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 13px;
  }
  .site-main article .article-page-navigation a.vapp {
    height: 40px;
    line-height: 36px;
    border: 1px solid #303030;
    background: #fff;
    color: #303030;
    margin: 10px 10px;
    padding: 0 28px;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .article-list {
    margin: 50px 0;
  }
  .article-list .body {
    background: #e9e9e9;
  }
  .article-list .body .inner {
    padding: 4px 11px 10px 4px;
  }
  .article-list .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .article-list .body .inner .box {
    float: left;
    width: 33.33%;
    padding: 7px 0 0 7px;
    line-height: 1.4;
  }
  .article-list .body .inner .box:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  .article-list {
    margin: 25px 0;
  }
  .article-list .body {
    background: #e9e9e9;
  }
  .article-list .body .inner {
    padding: 0 5px 5px 0;
  }
  .article-list .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .article-list .body .inner .box {
    float: left;
    width: 50%;
    padding: 5px 0 0 5px;
  }
  .article-list .body .inner .box:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 769px) {
  .relative-article {
    margin: 50px 0;
    background: #e9e9e9;
  }
  .relative-article .inner {
    padding: 4px 11px 11px 4px;
  }
  .relative-article .inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .relative-article .inner ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .relative-article .inner li {
    float: left;
    width: 25%;
    padding: 26px 17px 19px 24px;
    position: relative;
  }
  .relative-article .inner li:nth-child(4n+1) {
    clear: left;
  }
  .relative-article .inner li:before {
    background: #979797;
    height: 5px;
    left: 8px;
    right: 1px;
    top: 8px;
    position: absolute;
    content: '';
    display: block;
    z-index: 2;
  }
  .relative-article .inner li:after {
    content: '';
    display: block;
    left: 7px;
    right: 0;
    top: 7px;
    bottom: 0;
    border: 1px solid #303030;
    background: #fff;
    position: absolute;
    z-index: 1;
  }
  .relative-article .inner li a {
    position: relative;
    z-index: 3;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
  }
  .relative-article .inner li a img {
    display: block;
    max-width: 100%;
    margin: 0 auto 17px;
  }
  .relative-article .inner .wp_rp_footer {
    margin: 5px;
    clear: both;
  }
}
@media (max-width: 768px) {
  .relative-article {
    margin: 40px 0;
    background: #e9e9e9;
  }
  .relative-article .inner {
    padding: 0 5px 5px 0;
  }
  .relative-article .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .relative-article .inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .relative-article .inner ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .relative-article .inner li {
    float: left;
    width: 50%;
    padding: 17px 10px 12px 15px;
    position: relative;
  }
  .relative-article .inner li:nth-child(odd) {
    clear: left;
  }
  .relative-article .inner li:before {
    background: #979797;
    height: 3px;
    left: 6px;
    right: 1px;
    top: 6px;
    position: absolute;
    content: '';
    z-index: 2;
  }
  .relative-article .inner li:after {
    content: '';
    display: block;
    left: 5px;
    right: 0;
    top: 5px;
    bottom: 0;
    border: 1px solid #303030;
    background: #fff;
    position: absolute;
    z-index: 1;
  }
  .relative-article .inner li a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: inherit;
    position: relative;
    z-index: 3;
  }
  .relative-article .inner li a img {
    display: block;
    max-width: 100%;
    margin: 0 auto 17px;
  }
  .relative-article .inner .wp_rp_footer {
    margin: 5px;
    clear: both;
  }
}

@media (min-width: 769px) {
  .relative-links .head {
    border-bottom: 5px solid #303030;
  }
  .relative-links .head h2 {
    color: #fff;
    background: #303030;
    display: inline-block;
    min-width: 200px;
    position: relative;
    font-size: 17px;
    margin: 0 0 -5px;
    padding: 0 0 0 50px;
    line-height: 40px;
  }
  .relative-links .head h2:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('images/icon-fff-link.svg?1519034751') no-repeat 50% 50%;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  .relative-links .head h2:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 40px solid #303030;
    border-right: 30px solid transparent;
    position: absolute;
    right: -30px;
    top: 0;
  }
  .relative-links .body {
    padding: 10px;
    background: #e9e9e9;
  }
  .relative-links .body .inner {
    border: 1px solid #303030;
    background: #fff;
    padding: 10px 20px;
  }
  .relative-links .body .inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .relative-links .body .inner ul li {
    margin: 10px 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    position: relative;
  }
  .relative-links .body .inner ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #979797;
    border-radius: 3px;
    position: absolute;
    left: 6px;
    top: 7px;
  }
  .relative-links .body .inner ul li a {
    color: inherit;
  }
}
@media (max-width: 768px) {
  .relative-links .head {
    border-bottom: 3px solid #303030;
  }
  .relative-links .head h2 {
    color: #fff;
    background: #303030;
    display: inline-block;
    min-width: 185px;
    position: relative;
    font-size: 15px;
    margin: 0 0 -3px;
    padding: 0 0 0 35px;
    line-height: 30px;
  }
  .relative-links .head h2:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('images/icon-fff-link.svg?1519034751') no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 9px;
  }
  .relative-links .head h2:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 30px solid #303030;
    border-right: 23px solid transparent;
    position: absolute;
    right: -23px;
    top: 0;
  }
  .relative-links .body {
    padding: 5px;
    background: #e9e9e9;
  }
  .relative-links .body .inner {
    border: 1px solid #303030;
    background: #fff;
    padding: 3px 13px;
  }
  .relative-links .body .inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .relative-links .body .inner ul li {
    margin: 10px 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    position: relative;
  }
  .relative-links .body .inner ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #979797;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .relative-links .body .inner ul li a {
    color: inherit;
  }
}
.head-spotlight {
  text-align: left;
}
@media (min-width: 769px) {
  .head-spotlight {
    margin: 50px 0;
  }
  .head-spotlight .head h2:before {
    background: url('images/icon-fff-spotlight.svg?1519035038') no-repeat 50% 50%;
  }
  .head-spotlight .body {
    border: 1px solid #303030;
    padding: 25px;
    position: relative;
  }
  .head-spotlight .body .categories {
    position: absolute;
    top: 10px;
    left: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .head-spotlight .body .categories li {
    margin: 0 5px 5px 0;
    float: left;
  }
  .head-spotlight .body .categories li a, .head-spotlight .body .categories li span {
    font-size: 13px;
    color: #fff;
    background: #666;
    display: block;
    line-height: 30px;
    padding: 0 15px;
  }
  .head-spotlight .body .img {
    position: absolute;
    top: 25px;
    left: 25px;
    right: 420px;
    bottom: 25px;
  }
  .head-spotlight .body .img a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .head-spotlight .body .img a img {
    display: none;
  }
  .head-spotlight .body .text {
    width: 370px;
    margin: 0 0 0 auto;
    border-left: 1px solid #303030;
    padding: 0 0 100px 25px;
    position: relative;
  }
  .head-spotlight .body .text .title {
    font-size: 16px;
    font-weight: bold;
  }
  .head-spotlight .body .text p {
    font-size: 12px;
  }
  .head-spotlight .body .text .tags {
    position: absolute;
    left: 25px;
    right: 0;
    bottom: 0;
    height: 75px;
    font-size: 12px;
    background: #f9f9f9;
    padding: 20px 10px 10px 20px;
    line-height: 1.5;
    overflow: hidden;
  }
  .head-spotlight .body .text .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 35px;
  }
  .head-spotlight .body .text .tags ul:before, .head-spotlight .body .text .tags ul:after {
    background: #f9f9f9;
    position: absolute;
  }
  .head-spotlight .body .text .tags ul:before {
    content: "...";
    top: 36px;
    right: 10px;
  }
  .head-spotlight .body .text .tags ul:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  .head-spotlight .body .text .tags ul li {
    display: inline;
    margin: 0 10px 10px 0;
  }
  .head-spotlight .body .text .tags ul li a {
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
    color: #303030;
  }
  .head-spotlight + .head-spotlight {
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .head-spotlight {
    margin: 25px 0;
  }
  .head-spotlight .head h2:before {
    background: url('images/icon-fff-spotlight.svg?1519035038') no-repeat 50% 50%;
  }
  .head-spotlight .body {
    padding: 5px;
    position: relative;
    background: #e9e9e9;
  }
  .head-spotlight .body .inner {
    background: #fff;
    border: 1px solid #303030;
    padding: 10px;
  }
  .head-spotlight .body .categories {
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }
  .head-spotlight .body .categories:after {
    content: '';
    display: block;
    clear: both;
  }
  .head-spotlight .body .categories li {
    margin: 0 3px 3px 0;
    float: left;
  }
  .head-spotlight .body .categories li a, .head-spotlight .body .categories li span {
    font-size: 10px;
    color: #fff;
    background: #666;
    display: block;
    line-height: 20px;
    padding: 0 10px;
  }
  .head-spotlight .body .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
  }
  .head-spotlight .body .text {
    margin: 0;
  }
  .head-spotlight .body .text .title {
    font-size: 12px;
    font-weight: bold;
  }
  .head-spotlight .body .text p {
    font-size: 12px;
    margin: 10px 0;
  }
  .head-spotlight .body .text .tags {
    font-size: 11px;
    line-height: 1.5;
  }
  .head-spotlight .body .text .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .head-spotlight .body .text .tags ul li {
    display: inline;
    margin: 0 10px 10px 0;
  }
  .head-spotlight .body .text .tags ul li a {
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
    color: #303030;
  }
  .head-spotlight + .head-spotlight {
    margin-top: -15px;
  }
}

@media (min-width: 769px) {
  .filter {
    background: #f9f9f9;
    color: #303030;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    margin: -10px 30px 20px;
  }
  .filter dl {
    position: relative;
    padding: 0 0 0 9.5em;
    display: inline-block;
    margin: 0;
  }
  .filter dl dt {
    position: absolute;
    width: 9.5em;
    left: 0;
    top: 0;
    line-height: 40px;
  }
  .filter dl dd {
    margin: 0;
  }
  .filter dl dd select {
    width: 300px;
    height: 40px;
    border: 1px solid #dddddd;
    line-height: 40px;
    background: #fff;
    border-radius: 0;
    font-size: inherit;
  }
}
@media (max-width: 768px) {
  .filter {
    background: #f9f9f9;
    color: #303030;
    text-align: center;
    font-size: 14px;
    padding: 15px;
    margin: 0 0 20px;
  }
  .filter dl {
    position: relative;
    padding: 0 0 0 9em;
    margin: 0;
  }
  .filter dl dt {
    position: absolute;
    width: 9em;
    left: 0;
    top: 0;
    line-height: 30px;
  }
  .filter dl dd {
    margin: 0;
  }
  .filter dl dd select {
    width: 100%;
    height: 30px;
    border: 1px solid #dddddd;
    line-height: 30px;
    background: #fff;
    border-radius: 0;
    font-size: inherit;
  }
}

@media (min-width: 769px) {
  .gallery {
    overflow: hidden;
  }
  .gallery .gallery-item {
    float: left;
    width: calc(100% / 6);
    padding: 0 0.25%;
    margin-bottom: 0.5%;
  }
  .gallery .gallery-item a {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
    height: 0;
  }
  .gallery .gallery-item a img {
    display: none !important;
    visibility: hidden;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .gallery {
    overflow: hidden;
  }
  .gallery .gallery-item {
    float: left;
    width: 25%;
    height: auto;
    padding: 0 0.25%;
    margin-bottom: 0.5%;
  }
  .gallery .gallery-item a {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
    height: 0;
  }
  .gallery .gallery-item a img {
    display: none !important;
    visibility: hidden;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}

.gallery-caption {
  display: none;
}

#gallery-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 9999;
}

@media (min-width: 769px) {
  .gallery-carousel-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
  }
  .gallery-carousel-wrap .gallery-carousel {
    height: calc(100% - 62px - 10px - 107px - 50px);
    left: 0;
    position: absolute;
    top: 62px;
    width: calc(100% - 330px);
  }
  .gallery-carousel-wrap .gallery-carousel > .slick-list {
    /*display: flex;
    align-items: center;*/
    bottom: 0;
    left: 45px;
    overflow-x: hidden;
    overflow-y: visible;
    position: absolute;
    width: calc(100% - 90px);
    height: 96%;
  }
  .gallery-carousel-wrap .gallery-carousel > .slick-list .slick-track {
    height: auto;
    display: flex;
    align-items: center;
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item {
    outline: none;
    height: 100%;
    width: 100%;
    /*display: flex;
    align-items: center;
    flex-direction: column;*/
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item img {
    /*height: 50vh;
    max-height: 600px;*/
    max-height: 50vh;
    margin: 0 auto;
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item img.landscape {
    width: 48%;
    height: auto;
    max-height: none;
    /*height: 40vh;*/
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item img.portrait {
    /*height: 55vh;*/
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item .gallery-carousel-caption {
    max-width: 450px;
    width: 86%;
    margin: 13px auto 0;
    font-size: 13px;
    color: #000;
    text-align: center;
    word-break: break-all;
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow {
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #303030;
    z-index: 9999;
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow.slick-prev {
    left: 40px;
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow.slick-prev:before {
    left: 54%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow.slick-next {
    right: 40px;
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow.slick-next:before {
    left: 46%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .gallery-carousel-wrap .gallery-grid {
    height: calc(100% - 62px - 10px - 107px - 50px);
    left: 0;
    position: absolute;
    top: 62px;
    width: calc(100% - 330px);
    z-index: -1;
  }
  .gallery-carousel-wrap .gallery-thumb {
    margin: 0 auto;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 50px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 330px);
  }
  .gallery-carousel-wrap .gallery-thumb .gallery-thumb-item {
    display: block;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 84px;
    margin: 0 5px;
    outline: none;
    cursor: pointer;
  }
  .gallery-carousel-wrap .gallery-thumb .gallery-thumb-item.slick-current {
    opacity: 0.7;
  }
  .gallery-carousel-wrap .gallery-thumb .gallery-thumb-item.slick-current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 4px solid #000;
  }
  .gallery-carousel-wrap .gallery-thumb .gallery-thumb-item img {
    display: none;
  }
  .gallery-carousel-wrap .gallery-thumb .slick-list {
    height: 100%;
    order: 2;
    overflow: hidden;
    position: relative;
    width: 660px;
  }
  .gallery-carousel-wrap .gallery-thumb .slick-arrow {
    position: relative;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #303030;
    background: #fff;
    z-index: 9999;
    transform: translate(0, 0);
  }
  .gallery-carousel-wrap .gallery-thumb .slick-arrow:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .gallery-carousel-wrap .gallery-thumb .slick-arrow.slick-prev {
    order: 1;
    left: 15px;
  }
  .gallery-carousel-wrap .gallery-thumb .slick-arrow.slick-prev:before {
    left: 54%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .gallery-carousel-wrap .gallery-thumb .slick-arrow.slick-next {
    order: 3;
    right: 15px;
  }
  .gallery-carousel-wrap .gallery-thumb .slick-arrow.slick-next:before {
    left: 46%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .gallery-carousel-wrap .gallery-ad {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30px;
  }
  .gallery-carousel-wrap .gallery-ad .gallery-ad-pc {
    display: block !important;
    margin-top: 80px;
  }
  .gallery-carousel-wrap .gallery-ad .gallery-ad-sp {
    display: none !important;
  }
  .gallery-carousel-wrap .slick-counter {
    display: inline;
    font-size: 16px;
    color: #000;
    text-align: center;
    position: absolute;
    top: -33px;
    right: 108px;
    width: 80px;
    margin: 0 auto;
  }
  .gallery-carousel-wrap .slick-counter .gallery-current {
    font-weight: bold;
    font-size: 120%;
  }
  .gallery-carousel-wrap .gallery-arrow {
    width: 40px;
    height: 40px;
    border-width: 3px 3px 0 0;
    border-color: #fff;
    border-style: solid;
    top: 50%;
  }
  .gallery-carousel-wrap .gallery-arrow.prev {
    left: 0;
    transform: rotate(-135deg);
  }
  .gallery-carousel-wrap .gallery-arrow.next {
    right: 0;
    transform: rotate(45deg);
  }
  .gallery-carousel-wrap .gallery-arrow.gallery-thumb-arrow {
    width: 30px;
    height: 30px;
  }
  .gallery-carousel-wrap #gallery-close {
    position: absolute;
    top: 20px;
    right: 362px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .gallery-carousel-wrap #gallery-close:before, .gallery-carousel-wrap #gallery-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 30px;
    height: 2px;
    background: #000;
  }
  .gallery-carousel-wrap #gallery-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .gallery-carousel-wrap #gallery-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (min-width: 769px) and (max-height: 800px) {
  .gallery-carousel-wrap .gallery-carousel > .slick-list {
    display: block;
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item img.landscape {
    width: auto;
    max-height: 40vh;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .gallery-carousel-wrap .gallery-carousel > .slick-list {
    height: 92%;
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item img {
    width: auto;
    height: auto;
    max-height: 40vh;
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item img.landscape {
    width: 76%;
    height: auto;
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item img.portrait {
    max-height: 40vh;
  }
}
@media (max-width: 768px) {
  .gallery-carousel-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    overflow-y: scroll;
    z-index: 9999;
  }
  .gallery-carousel-wrap .gallery-carousel {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left: 0;
    padding-top: 22px;
  }
  .gallery-carousel-wrap .gallery-carousel > .slick-list {
    overflow-x: hidden;
    overflow-y: visible;
    bottom: auto;
    left: auto;
    position: relative;
    width: auto;
  }
  .gallery-carousel-wrap .gallery-carousel > .slick-list .slick-track {
    height: auto;
    display: flex;
    align-items: center;
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item {
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item img.portrait {
    width: 70%;
  }
  .gallery-carousel-wrap .gallery-carousel .gallery-carousel-item .gallery-carousel-caption {
    color: #000;
    text-align: center;
    width: 80%;
    margin: 8px auto 20px;
    font-size: 12px;
    word-break: break-all;
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow {
    position: absolute;
    top: 54%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #303030;
    z-index: 9999;
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow.slick-prev {
    left: 0;
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow.slick-prev:before {
    left: 54%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow.slick-next {
    right: 0;
  }
  .gallery-carousel-wrap .gallery-carousel .slick-arrow.slick-next:before {
    left: 46%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .gallery-carousel-wrap .gallery-thumb {
    display: none;
  }
  .gallery-carousel-wrap .gallery-ad {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 10%;
    text-align: center;
  }
  .gallery-carousel-wrap .gallery-ad .gallery-ad-pc {
    display: none !important;
  }
  .gallery-carousel-wrap .gallery-ad .gallery-ad-sp {
    display: block !important;
  }
  .gallery-carousel-wrap .slick-counter {
    color: #000;
    text-align: center;
    width: 80px;
    font-size: 14px;
    position: relative;
    bottom: auto;
    margin: 0 auto 10px;
    right: auto;
    display: block;
  }
  .gallery-carousel-wrap .slick-counter .gallery-current {
    font-weight: bold;
    font-size: 120%;
  }
  .gallery-carousel-wrap .gallery-arrow {
    width: 40px;
    height: 40px;
    border-width: 3px 3px 0 0;
    border-color: #fff;
    border-style: solid;
    top: 50%;
  }
  .gallery-carousel-wrap .gallery-arrow.prev {
    left: 0;
    transform: rotate(-135deg);
  }
  .gallery-carousel-wrap .gallery-arrow.next {
    right: 0;
    transform: rotate(45deg);
  }
  .gallery-carousel-wrap .gallery-arrow.gallery-thumb-arrow {
    width: 30px;
    height: 30px;
  }
  .gallery-carousel-wrap #gallery-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .gallery-carousel-wrap #gallery-close:before, .gallery-carousel-wrap #gallery-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 30px;
    height: 2px;
    background: #000;
  }
  .gallery-carousel-wrap #gallery-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .gallery-carousel-wrap #gallery-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media (min-width: 769px) {
  .site-header .site-links {
    font-size: 13px;
    border-bottom: 5px solid #dddddd;
    text-align: center;
    padding: 10px 0;
    line-height: 1;
  }
  .site-header .site-links ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-header .site-links ul li {
    float: left;
    position: relative;
  }
  .site-header .site-links ul li:before {
    content: '';
    display: block;
    background: #979797;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 1px;
    position: absolute;
  }
  .site-header .site-links ul li:first-child:before {
    display: none;
  }
  .site-header .site-links ul li a {
    color: #666;
    display: block;
    padding: 0 20px;
  }
  .site-header .site-links ul li.current:after {
    content: '';
    display: block;
    background: #ce232e;
    left: 20px;
    right: 20px;
    bottom: -17px;
    height: 5px;
    position: absolute;
  }
  .site-header .site-links ul li.current a {
    color: #ce232e;
    font-weight: bold;
  }
  .site-header .wrap {
    max-width: 1330px;
    padding: 14px 15px 5px;
    margin: 0 auto;
  }
  .site-header .wrap .search-wrapper {
    width: 280px;
    margin: 0 0 0 auto;
  }
  .site-header .wrap .search-wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-header .wrap .search-wrapper ul.sns {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-header .wrap .search-wrapper ul.sns li {
    float: left;
    margin: 8px 23px 0 0;
  }
  .site-header .wrap .search-wrapper ul.sns li a {
    display: block;
  }
  .site-header .wrap .search-wrapper ul.sns li.twitter a {
    background: url('images/icon-header-twitter.svg') no-repeat 50% 50%;
    width: 20px;
    height: 16px;
    text-indent: -9999px;
  }
  .site-header .wrap .search-wrapper ul.sns li.facebook a {
    background: url('images/icon-header-facebook.svg') no-repeat 50% 50%;
    width: 10px;
    height: 19px;
    text-indent: -9999px;
  }
  .site-header .wrap .search-wrapper ul.sns li.feed a {
    background: url('images/icon-header-feed.svg') no-repeat 50% 50%;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
  }
  .site-header .wrap .search-wrapper div.search {
    border-bottom: 2px solid #303030;
    width: 160px;
    position: relative;
    padding-right: 20px;
    float: right;
  }
  .site-header .wrap .search-wrapper div.search input {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 12px;
    height: 20px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .site-header .wrap .search-wrapper div.search button {
    background: url('images/icon-search.svg') no-repeat 50% 50%;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    border: none;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .site-header .wrap .site-title {
    clear: both;
    margin: 0;
  }
  .site-header .wrap .site-title a {
    background: url('images/logo.png') no-repeat 50% 50%;
    width: 350px;
    height: 50px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -10px;
  }
  .site-header .wrap p.catch {
    font-size: 12px;
    text-align: center;
    margin: 8px 0 0;
  }
  .site-header .wrap .menu-toggle {
    display: none;
  }
  .site-header .main-navigation {
    padding: 13px 0 8px;
    margin: 25px 0 40px;
    border-top: 3px solid #303030;
    border-bottom: 3px solid #303030;
  }
  .site-header .main-navigation > div {
    max-width: 1300px;
    padding-left: 275px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .site-header .main-navigation ul.pickup {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    margin: -2px 0 0;
    padding: 0;
    position: absolute;
    left: 30px;
    top: 50%;
  }
  .site-header .main-navigation ul.pickup li {
    float: left;
    text-indent: -9999px;
  }
  .site-header .main-navigation ul.pickup li.home {
    margin: 0 10px 0 0;
  }
  .site-header .main-navigation ul.pickup li.home a {
    background: url('images/nav-home.svg') no-repeat 50% 50%;
    display: block;
    width: 39px;
    height: 30px;
  }
  .site-header .main-navigation ul.pickup li.writer {
    margin: 0 15px;
  }
  .site-header .main-navigation ul.pickup li.writer a {
    background: url('images/nav-writer.svg') no-repeat 50% 50%;
    display: block;
    width: 155px;
    height: 30px;
  }
  .site-header .menu-categories ul {
    list-style: none;
    margin: 0 -9px 0 0;
    padding: 0;
  }
  .site-header .menu-categories ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-header .menu-categories ul li {
    float: left;
    margin: 0 3px 5px 0;
    font-size: 14px;
  }
  .site-header .menu-categories ul li a {
    display: block;
    position: relative;
    padding: 5px 10px 3px 30px;
    color: #303030;
  }
  .site-header .menu-categories ul li a span {
    display: block;
    position: absolute;
    left: 12px;
    top: 50%;
    margin: -8px 0 0;
    width: 8px;
    height: 16px;
    background: #666;
  }
  .site-header .menu-categories ul li a span:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 5px solid #666;
    right: -5px;
    top: 0;
  }
  .site-header .menu-categories ul li a span:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 5px solid #666;
    left: -5px;
    top: 0;
  }
  .site-header .menu-categories ul li a:hover {
    color: #fff;
    background: #666;
    opacity: 1;
  }
  .site-header .menu-categories ul li a:hover span {
    background: #fff !important;
  }
  .site-header .menu-categories ul li a:hover span:before {
    border-left-color: #fff !important;
  }
  .site-header .menu-categories ul li a:hover span:after {
    border-right-color: #fff !important;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .site-header .wrap .site-title a {
    background-size: auto 33px;
    background-position: 50% 100%;
  }
  .site-header .main-navigation > div {
    padding-left: 175px;
  }
  .site-header .main-navigation ul.pickup {
    left: 7px;
    margin: 3px 0 0;
  }
  .site-header .main-navigation ul.pickup li {
    float: none;
  }
  .site-header .main-navigation ul.pickup li.home {
    margin: 0 0 10px 6px;
  }
  .site-header .main-navigation ul.pickup li.writer {
    margin: 0 0 10px 0;
  }
  .site-header .main-navigation .menu-categories ul {
    margin: 0 0 -5px 0;
    list-style: none;
    padding: 0;
  }
  .site-header .main-navigation .menu-categories ul li {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 768px) {
  .site-header .wrap {
    padding: 40px 0 0;
  }
  .site-header .wrap .site-branding {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    height: 40px;
  }
  .site-header .wrap .site-branding .site-title {
    clear: both;
    margin: 0;
    padding: 11px 0 9px;
  }
  .site-header .wrap .site-branding .site-title a {
    background: url('images/logo.png') no-repeat 50% 50%;
    background-size: 175px 25px;
    width: 175px;
    height: 25px;
    text-indent: -9999px;
    display: block;
    margin: -4px auto;
  }
  .site-header .tab-menu {
    border-bottom: 2px solid #303030;
    overflow: auto;
    padding: 0 3px 0 0;
  }
  .site-header .tab-menu::-webkit-scrollbar {
    height: 0;
  }
  .site-header .tab-menu::-webkit-scrollbar-track {
    background: transparent;
  }
  .site-header .tab-menu::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .site-header .tab-menu.active {
    border-bottom: 2px solid #ce232e;
  }
  .site-header .tab-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
    white-space: nowrap;
  }
  .site-header .tab-menu ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-header .tab-menu ul li {
    display: inline-block;
    margin: 4px 2px 0 0;
  }
  .site-header .tab-menu ul li a {
    display: block;
    border: 1px solid #303030;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 11px;
    color: #303030;
    line-height: 32px;
    padding: 0 15px;
    font-weight: bold;
  }
  .site-header .tab-menu ul li a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url('images/icon-blank.svg') no-repeat 50% 50%;
    background-size: contain;
    width: 7px;
    height: 7px;
    margin: 0 0 0 3px;
    vertical-align: middle;
  }
  .site-header .tab-menu ul li.home a {
    background: url('images/icon-home.svg') no-repeat 50% 50%;
    background-size: 15px 13px;
    text-indent: -99999px;
    width: 40px;
  }
  .site-header .tab-menu ul li.current {
    margin-top: 0;
  }
  .site-header .tab-menu ul li.current a {
    color: #fff;
    background-color: #ce232e;
    border: none;
    padding-top: 5px;
  }
  .site-header .tab-menu ul li.home.current a {
    background-image: url('images/icon-fff-home.svg');
  }
}

body.home .site-header .main-navigation ul.pickup li.home a {
  background-image: url('images/nav-home-current.svg?1518070405');
}

@media (max-width: 768px) {
  body.open-menu {
    overflow: hidden;
  }
  body.open-menu .site-header ul.toggle-btn li.menu a {
    background-image: url('images/icon-close-menu.svg');
    background-size: 14px 14px;
  }
  body.open-menu .main-navigation {
    display: block;
  }
  body.open-search {
    overflow: hidden;
  }
  body.open-search .site-header ul.toggle-btn li.search a {
    background-image: url('images/icon-close-menu.svg');
    background-size: 14px 14px;
  }
  body.open-search .main-navigation {
    display: block;
  }

  .site-header ul.toggle-btn {
    list-style: none;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
  }
  .site-header ul.toggle-btn a {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
  }
  .site-header ul.toggle-btn li {
    position: absolute;
  }
  .site-header ul.toggle-btn li.menu {
    top: 10px;
    left: 15px;
  }
  .site-header ul.toggle-btn li.menu a {
    background-image: url('images/icon-open-menu.svg');
  }
  .site-header ul.toggle-btn li.search {
    top: 11px;
    right: 15px;
  }
  .site-header ul.toggle-btn li.search a {
    background-image: url('images/icon-search.svg');
  }

  .main-navigation {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    overflow: auto;
  }
  .main-navigation .sp-menu {
    background: #f4f4f4;
    display: none;
  }
  .main-navigation .sp-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .main-navigation .sp-menu ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .main-navigation .sp-menu ul li {
    float: left;
  }
  .main-navigation .sp-menu ul li a {
    color: inherit;
    position: relative;
  }
  .main-navigation .sp-menu ul.pickup {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 12px;
    color: #fff;
    background: #303030;
  }
  .main-navigation .sp-menu ul.pickup li {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50%;
  }
  .main-navigation .sp-menu ul.pickup li a, .main-navigation .sp-menu ul.pickup li span {
    display: block;
    padding: 10px 15px;
  }
  .main-navigation .sp-menu ul.pickup li a:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .main-navigation .sp-menu ul.menu {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 10px;
    background: #e9e9e9;
  }
  .main-navigation .sp-menu ul.menu li {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50%;
  }
  .main-navigation .sp-menu ul.menu li a {
    display: block;
    padding: 10px 15px;
  }
  .main-navigation .sp-menu ul.menu li a:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 15px;
  }
  .main-navigation .sp-menu ul.sns {
    padding: 28px 0;
    width: 210px;
    margin: 0 auto;
  }
  .main-navigation .sp-menu ul.sns li {
    margin: 0 0 0 60px;
  }
  .main-navigation .sp-menu ul.sns li:first-child {
    margin: 0;
  }
  .main-navigation .sp-menu ul.sns li a {
    display: block;
  }
  .main-navigation .sp-menu ul.sns li.twitter a {
    background: url('images/icon-header-twitter.svg') no-repeat 50% 50%;
    background-size: contain;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
  }
  .main-navigation .sp-menu ul.sns li.facebook a {
    background: url('images/icon-header-facebook.svg') no-repeat 50% 50%;
    background-size: contain;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
  }
  .main-navigation .sp-menu ul.sns li.feed a {
    background: url('images/icon-header-feed.svg') no-repeat 50% 50%;
    background-size: contain;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
  }
  .main-navigation .sp-menu .site-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;
  }
  .main-navigation .sp-menu .site-links ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .main-navigation .sp-menu .site-links ul li {
    float: left;
    width: 50%;
    font-size: 10px;
    border-top: 1px solid #979797;
    border-left: 1px solid #979797;
  }
  .main-navigation .sp-menu .site-links ul li a {
    color: inherit;
    background: #f4f4f4;
    display: block;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    position: relative;
  }
  .main-navigation .sp-menu .site-links ul li a:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .main-navigation .sp-menu .site-links ul li a:hover {
    background: #fff;
    color: #ce232e;
    font-weight: bold;
  }
  .main-navigation .sp-menu .site-links ul li a:hover:before {
    content: '';
    display: block;
    width: 2.5px;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #ce232e;
  }
  .main-navigation .sp-menu .site-links ul li a:hover:after {
    border-top-color: #ce232e;
    border-right-color: #ce232e;
  }
  .main-navigation .sp-menu .site-links ul li.current a {
    color: #ce232e;
    font-weight: bold;
    background: #fff;
  }
  .main-navigation .sp-menu .site-links ul li.current a:before {
    content: '';
    display: block;
    width: 2.5px;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #ce232e;
  }
  .main-navigation .sp-menu .site-links ul li.current a:after {
    border-top-color: #ce232e;
    border-right-color: #ce232e;
  }
  .main-navigation .sp-search {
    padding: 15px;
    background: #fff;
    display: none;
  }
  .main-navigation .sp-search .search {
    padding: 0 80px 0 0;
    position: relative;
  }
  .main-navigation .sp-search .search input[type="search"] {
    border: 1px solid #dddddd;
    height: 30px;
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .main-navigation .sp-search .search button {
    border: 1px solid #303030;
    height: 30px;
    line-height: 28px;
    vertical-align: middle;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    background: #fff;
  }
  .main-navigation .sp-search .search button:before {
    content: '';
    background: url('images/icon-search.svg?1519035121') no-repeat 50% 50%;
    background-size: contain;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: middle;
  }
  .main-navigation .sp-search dl {
    background: #f9f9f9;
    padding: 15px;
  }
  .main-navigation .sp-search dl dt {
    font-size: 15px;
    background: url('images/icon-000-tag.svg?1519034677') no-repeat 0 50%;
    background-size: 24px 13px;
    padding: 0 0 0 23px;
    margin: 0 0 5px -5px;
  }
  .main-navigation .sp-search dl dd {
    font-size: 10px;
    margin: 0;
  }
  .main-navigation .sp-search dl dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main-navigation .sp-search dl dd ul li {
    display: inline;
    margin: 0 10px 10px 0;
  }
  .main-navigation .sp-search dl dd ul li a {
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1131px) {
  .carousel-wrap {
    padding: 0 390px 0 0;
    position: relative;
    margin: 0 0 25px;
  }
  .carousel-wrap .slick-dots {
    display: none;
  }
  .carousel-wrap .carousel {
    border: 1px solid #303030;
    height: 350px;
    overflow: hidden;
    margin: 0;
  }
  .carousel-wrap .carousel .pic {
    padding: 24px;
    position: relative;
  }
  .carousel-wrap .carousel .pic > a {
    display: block;
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
  }
  .carousel-wrap .carousel .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .carousel-wrap .carousel .pic ul.categories {
    position: absolute;
    top: 9px;
    left: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .carousel-wrap .carousel .pic ul.categories:after {
    content: '';
    display: block;
    clear: both;
  }
  .carousel-wrap .carousel .pic ul.categories li {
    float: left;
    font-size: 13px;
    margin: 0 5px 0 0;
  }
  .carousel-wrap .carousel .pic ul.categories li a {
    display: block;
    color: #fff;
    background: #666;
    padding: 0 15px;
    line-height: 30px;
  }
  .carousel-wrap .carousel .pic p.title {
    display: none;
  }
  .carousel-wrap .carousel .pic div.tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 24px;
    left: 24px;
    bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
  }
  .carousel-wrap .carousel .pic div.tags ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .carousel-wrap .carousel .pic div.tags ul li {
    display: inline;
    font-size: 12px;
    margin: 0 0 0 10px;
  }
  .carousel-wrap .carousel .pic div.tags ul li a {
    color: #303030;
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
  }
  .carousel-wrap ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .carousel-wrap ul.nav li {
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
  }
  .carousel-wrap ul.nav li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #303030;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  .carousel-wrap ul.nav li.prev {
    left: 10px;
  }
  .carousel-wrap ul.nav li.prev a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #303030;
    border-left: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
  }
  .carousel-wrap ul.nav li.next {
    right: 400px;
  }
  .carousel-wrap ul.nav li.next a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 11px;
  }
  .carousel-wrap ul.thumbs {
    width: 375px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #303030;
  }
  .carousel-wrap ul.thumbs li {
    border-bottom: 1px solid #303030;
    font-size: 16px;
    line-height: 1.3;
  }
  .carousel-wrap ul.thumbs li a {
    display: block;
    height: 86px;
    padding: 13px 10px 13px 120px;
    position: relative;
    color: #303030;
    font-weight: bold;
  }
  .carousel-wrap ul.thumbs li img {
    max-width: 90px;
    max-height: 50px;
    position: absolute;
    left: 16px;
    top: 18px;
  }
  .carousel-wrap ul.thumbs li.current a {
    color: #fff;
    font-weight: bold;
    background: #303030;
    opacity: 1;
  }
  .carousel-wrap ul.thumbs li.current a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: -10px;
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-right: 10px solid #303030;
    position: absolute;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .carousel-wrap {
    padding: 0 390px 0 0;
    position: relative;
    margin: 0 0 25px;
  }
  .carousel-wrap .slick-dots {
    display: none;
  }
  .carousel-wrap .carousel {
    border: 1px solid #303030;
    height: 350px;
    overflow: hidden;
    margin: 0;
  }
  .carousel-wrap .carousel .pic {
    padding: 24px;
    position: relative;
  }
  .carousel-wrap .carousel .pic > a {
    display: block;
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
  }
  .carousel-wrap .carousel .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .carousel-wrap .carousel .pic ul.categories {
    position: absolute;
    top: 9px;
    left: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .carousel-wrap .carousel .pic ul.categories:after {
    content: '';
    display: block;
    clear: both;
  }
  .carousel-wrap .carousel .pic ul.categories li {
    float: left;
    font-size: 13px;
    margin: 0 5px 0 0;
  }
  .carousel-wrap .carousel .pic ul.categories li a {
    display: block;
    color: #fff;
    background: #666;
    padding: 0 15px;
    line-height: 30px;
  }
  .carousel-wrap .carousel .pic p.title {
    display: none;
  }
  .carousel-wrap .carousel .pic div.tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 24px;
    left: 24px;
    bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
  }
  .carousel-wrap .carousel .pic div.tags ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .carousel-wrap .carousel .pic div.tags ul li {
    display: inline;
    font-size: 12px;
    margin: 0 0 0 10px;
  }
  .carousel-wrap .carousel .pic div.tags ul li a {
    color: #303030;
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
  }
  .carousel-wrap ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .carousel-wrap ul.nav li {
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
  }
  .carousel-wrap ul.nav li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #303030;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  .carousel-wrap ul.nav li.prev {
    left: 10px;
  }
  .carousel-wrap ul.nav li.prev a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #303030;
    border-left: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
  }
  .carousel-wrap ul.nav li.next {
    right: 400px;
  }
  .carousel-wrap ul.nav li.next a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 11px;
  }
  .carousel-wrap ul.thumbs {
    width: 375px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #303030;
  }
  .carousel-wrap ul.thumbs li {
    border-bottom: 1px solid #303030;
    font-size: 16px;
    line-height: 1.3;
  }
  .carousel-wrap ul.thumbs li a {
    display: block;
    height: 86px;
    padding: 13px 10px 13px 120px;
    position: relative;
    color: #303030;
    font-weight: bold;
  }
  .carousel-wrap ul.thumbs li img {
    max-width: 90px;
    max-height: 50px;
    position: absolute;
    left: 16px;
    top: 18px;
  }
  .carousel-wrap ul.thumbs li.current a {
    color: #fff;
    font-weight: bold;
    background: #303030;
    opacity: 1;
  }
  .carousel-wrap ul.thumbs li.current a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: -10px;
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-right: 10px solid #303030;
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1130px) {
  .carousel-wrap {
    position: relative;
    margin: 0 0 45px;
    padding: 0;
  }
  .carousel-wrap .carousel {
    border: 1px solid #303030;
    display: none;
  }
  .carousel-wrap .carousel.slick-initialized {
    display: block;
  }
  .carousel-wrap .carousel .pic {
    padding: 9px;
    position: relative;
  }
  .carousel-wrap .carousel .pic > a {
    display: block;
    padding: 0 0 57%;
    background-size: cover;
    background-position: 50% 50%;
  }
  .carousel-wrap .carousel .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .carousel-wrap .carousel .pic p.title {
    font-size: 13px;
    font-weight: bold;
  }
  .carousel-wrap .carousel .pic p.title a {
    color: inherit;
  }
  .carousel-wrap .carousel .pic ul.categories {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .carousel-wrap .carousel .pic ul.categories:after {
    content: '';
    display: block;
    clear: both;
  }
  .carousel-wrap .carousel .pic ul.categories li {
    float: left;
    font-size: 10px;
    margin: 0 3px 0 0;
  }
  .carousel-wrap .carousel .pic ul.categories li a {
    display: block;
    color: #fff;
    background: #666;
    padding: 0 10px;
    line-height: 20px;
  }
  .carousel-wrap .carousel .pic div.tags ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
  }
  .carousel-wrap .carousel .pic div.tags ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .carousel-wrap .carousel .pic div.tags ul li {
    float: left;
    font-size: 10px;
    margin: 0 10px 0 0;
  }
  .carousel-wrap .carousel .pic div.tags ul li a {
    color: #303030;
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    background-size: auto 8px;
    padding: 0 0 0 10px;
  }
  .carousel-wrap ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .carousel-wrap ul.nav li {
    position: absolute;
    top: 50%;
    margin: -70px 0 0;
  }
  .carousel-wrap ul.nav li a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #303030;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  .carousel-wrap ul.nav li.prev {
    left: 5px;
  }
  .carousel-wrap ul.nav li.prev a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #303030;
    border-left: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 11px;
  }
  .carousel-wrap ul.nav li.next {
    right: 5px;
  }
  .carousel-wrap ul.nav li.next a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
  }
  .carousel-wrap ul.thumbs {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel-wrap {
    position: relative;
    margin: 0 0 45px;
    padding: 0;
  }
  .carousel-wrap .carousel {
    border: 1px solid #303030;
    display: none;
  }
  .carousel-wrap .carousel.slick-initialized {
    display: block;
  }
  .carousel-wrap .carousel .pic {
    padding: 9px;
    position: relative;
  }
  .carousel-wrap .carousel .pic > a {
    display: block;
    padding: 0 0 57%;
    background-size: cover;
    background-position: 50% 50%;
  }
  .carousel-wrap .carousel .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .carousel-wrap .carousel .pic p.title {
    font-size: 13px;
    font-weight: bold;
  }
  .carousel-wrap .carousel .pic p.title a {
    color: inherit;
  }
  .carousel-wrap .carousel .pic ul.categories {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .carousel-wrap .carousel .pic ul.categories:after {
    content: '';
    display: block;
    clear: both;
  }
  .carousel-wrap .carousel .pic ul.categories li {
    float: left;
    font-size: 10px;
    margin: 0 3px 0 0;
  }
  .carousel-wrap .carousel .pic ul.categories li a {
    display: block;
    color: #fff;
    background: #666;
    padding: 0 10px;
    line-height: 20px;
  }
  .carousel-wrap .carousel .pic div.tags ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
  }
  .carousel-wrap .carousel .pic div.tags ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .carousel-wrap .carousel .pic div.tags ul li {
    float: left;
    font-size: 10px;
    margin: 0 10px 0 0;
  }
  .carousel-wrap .carousel .pic div.tags ul li a {
    color: #303030;
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    background-size: auto 8px;
    padding: 0 0 0 10px;
  }
  .carousel-wrap ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .carousel-wrap ul.nav li {
    position: absolute;
    top: 50%;
    margin: -70px 0 0;
  }
  .carousel-wrap ul.nav li a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #303030;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  .carousel-wrap ul.nav li.prev {
    left: 5px;
  }
  .carousel-wrap ul.nav li.prev a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #303030;
    border-left: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 11px;
  }
  .carousel-wrap ul.nav li.next {
    right: 5px;
  }
  .carousel-wrap ul.nav li.next a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
  }
  .carousel-wrap ul.thumbs {
    display: none;
  }
}

@media (min-width: 769px) {
  section.news {
    margin: 30px 0 50px;
    margin: 30px 0 50px;
  }
  section.news .head h2:before {
    background: url('images/icon-fff-news.svg?1519034768') no-repeat 50% 50%;
  }
  section.news .body {
    background: #e9e9e9;
    padding: 0 0 11px;
  }
  section.news .body .inner {
    padding: 4px 11px 10px 4px;
  }
  section.news .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.news .body .inner .box {
    width: 25%;
    padding: 7px 0 0 7px;
  }
  section.news .body .inner .box > div > a {
    font-size: 14px;
    color: #303030;
    font-weight: bold;
    display: block;
  }
  section.news .body .inner .box:nth-child(4n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  section.news {
    margin: 40px 0;
  }
  section.news .head h2:before {
    background: url('images/icon-fff-news.svg?1519034768') no-repeat 50% 50%;
  }
  section.news .body {
    background: #e9e9e9;
    padding: 0 0 11px;
  }
  section.news .body .inner {
    padding: 0 5px 5px 0;
  }
  section.news .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.news .body .inner .box {
    width: 50%;
    padding: 5px 0 0 5px;
  }
  section.news .body .inner .box:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 769px) {
  section.recommend {
    margin: 30px 0;
  }
  section.recommend .head h2:before {
    background: url('images/icon-fff-recommend.svg?1519035029') no-repeat 50% 50%;
  }
  section.recommend .body {
    background: #e9e9e9;
  }
  section.recommend .body .inner {
    padding: 4px 11px 10px 4px;
  }
  section.recommend .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.recommend .body .inner .box {
    float: left;
    width: 33.33%;
    padding: 7px 0 0 7px;
  }
  section.recommend .body .inner .box:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  section.recommend {
    margin: 40px 0;
  }
  section.recommend .head h2:before {
    background-image: url('images/icon-fff-recommend.svg?1519035029');
  }
  section.recommend .body {
    background: #e9e9e9;
  }
  section.recommend .body .inner {
    padding: 0 5px 5px 0;
  }
  section.recommend .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.recommend .body .inner .box {
    width: 50%;
    padding: 5px 0 0 5px;
  }
  section.recommend .body .inner .box:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 769px) {
  section.comic {
    margin: 50px 0;
  }
  section.comic .head h2:before {
    background: url('images/icon-fff-book.svg?1518512288') no-repeat 50% 50%;
  }
  section.comic .body {
    background: #e9e9e9;
    padding: 0 0 11px;
  }
  section.comic .body .carousel-comic-wrap {
    position: relative;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic {
    padding: 4px 9px 10px 6px;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic:after {
    content: '';
    display: block;
    clear: both;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box {
    padding: 7px 2px 0 5px;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75px;
    font-size: 12px;
    background: #f9f9f9;
    padding: 20px 10px 10px 20px;
    line-height: 1.5;
    overflow: hidden;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 35px;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul:before, section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul:after {
    background: #f9f9f9;
    position: absolute;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul:before {
    content: "...";
    top: 36px;
    right: 10px;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul li {
    display: inline;
    margin: 0 10px 10px 0;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul li a {
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
    color: #303030;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div > a {
    font-size: 16px;
    color: #303030;
    font-weight: bold;
    display: block;
    height: 4.3em;
    overflow: hidden;
    position: relative;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div > a:before, section.comic .body .carousel-comic-wrap .carousel-comic .box > div > a:after {
    background: #fff;
    position: absolute;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div > a:before {
    content: "...";
    top: 76px;
    right: 0;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div > a:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  section.comic .body .carousel-comic-wrap ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  section.comic .body .carousel-comic-wrap ul.nav li {
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
  }
  section.comic .body .carousel-comic-wrap ul.nav li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #303030;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  section.comic .body .carousel-comic-wrap ul.nav li.prev {
    left: 5px;
  }
  section.comic .body .carousel-comic-wrap ul.nav li.prev a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #303030;
    border-left: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
  }
  section.comic .body .carousel-comic-wrap ul.nav li.next {
    right: 5px;
  }
  section.comic .body .carousel-comic-wrap ul.nav li.next a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 11px;
  }
}
@media (max-width: 768px) {
  section.comic {
    margin: 40px 0;
  }
  section.comic .head h2:before {
    background: url('images/icon-fff-book.svg?1518512288') no-repeat 50% 50%;
  }
  section.comic .body {
    background: #e9e9e9;
    padding: 0 0 11px;
  }
  section.comic .body .carousel-comic-wrap {
    position: relative;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic {
    padding: 0 5px 10px 2px;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic:after {
    content: '';
    display: block;
    clear: both;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box {
    padding: 5px 1px 0 4px;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75px;
    font-size: 12px;
    background: #f9f9f9;
    padding: 20px 10px 10px 20px;
    line-height: 1.5;
    overflow: hidden;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 35px;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul:before, section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul:after {
    background: #f9f9f9;
    position: absolute;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul:before {
    content: "...";
    top: 36px;
    right: 10px;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul li {
    display: inline;
    margin: 0 10px 10px 0;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div .tags ul li a {
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
    color: #303030;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div > a {
    font-size: 13px;
    color: #303030;
    display: block;
    height: 4.3em;
    overflow: hidden;
    position: relative;
    font-weight: bold;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div > a:before, section.comic .body .carousel-comic-wrap .carousel-comic .box > div > a:after {
    background: #fff;
    position: absolute;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div > a:before {
    content: "...";
    top: 76px;
    right: 0;
  }
  section.comic .body .carousel-comic-wrap .carousel-comic .box > div > a:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  section.comic .body .carousel-comic-wrap ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  section.comic .body .carousel-comic-wrap ul.nav li {
    position: absolute;
    top: 50%;
    margin: -60px 0 0;
  }
  section.comic .body .carousel-comic-wrap ul.nav li a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #303030;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  section.comic .body .carousel-comic-wrap ul.nav li.prev {
    left: 4px;
  }
  section.comic .body .carousel-comic-wrap ul.nav li.prev a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #303030;
    border-left: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 11px;
  }
  section.comic .body .carousel-comic-wrap ul.nav li.next {
    right: 4px;
  }
  section.comic .body .carousel-comic-wrap ul.nav li.next a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
  }
}

.widget-area section.hot-word {
  margin: 30px 0;
}
.widget-area section.hot-word .head h2:before {
  background: url('images/icon-fff-tag.svg?1519035046') no-repeat 50% 50%;
}
.widget-area section.hot-word .body {
  padding: 10px;
  background: #e9e9e9;
}
.widget-area section.hot-word ul {
  list-style: none;
  border: 1px solid #303030;
  padding: 17px;
  margin: 0;
  background: #fff;
  font-size: 12px;
}
.widget-area section.hot-word ul li {
  display: inline;
  margin: 0 10px 10px 0;
}
.widget-area section.hot-word ul li a {
  background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
  padding: 0 0 0 15px;
  color: #303030;
}

.widget-area section.spotlight {
  margin: 30px 0;
}
.widget-area section.spotlight .head h2:before {
  background: url('images/icon-fff-spotlight.svg?1519035038') no-repeat 50% 50%;
}
.widget-area section.spotlight .body {
  padding: 10px;
  background: #e9e9e9;
}
.widget-area section.spotlight ul {
  list-style: none;
  border: 1px solid #303030;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.widget-area section.spotlight ul li {
  border-bottom: 1px solid #303030;
  position: relative;
}
.widget-area section.spotlight ul li a {
  display: block;
  font-size: 11px;
  padding: 15px 15px 15px 90px;
  background: #fff;
  font-weight: bold;
  min-height: 90px;
}
.widget-area section.spotlight ul li a img {
  position: absolute;
  left: 14px;
  top: 14px;
  max-height: 60px;
  max-width: 60px;
}

@media (min-width: 769px) {
  .widget-area section.info {
    margin: 30px 0;
  }
  .widget-area section.info .head h2:before {
    background: url('images/icon-fff-info.svg?1519034741') no-repeat 50% 50%;
  }
  .widget-area section.info .body {
    padding: 10px 10px 1px;
    background: #e9e9e9;
  }
  .widget-area section.info ul {
    list-style: none;
    border: 1px solid #303030;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  .widget-area section.info ul li {
    border-bottom: 1px solid #303030;
    padding: 15px 20px;
    background: #fff;
    line-height: 1.2;
  }
  .widget-area section.info ul li div.date {
    color: #979797;
    font-size: 11px;
    margin: 0 0 3px;
  }
  .widget-area section.info ul li a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .widget-area section.info {
    margin: 30px 0;
  }
  .widget-area section.info .head h2:before {
    background: url('images/icon-fff-info.svg?1519034741') no-repeat 50% 50%;
  }
  .widget-area section.info .body {
    padding: 5px 5px 1px;
    background: #e9e9e9;
  }
  .widget-area section.info ul {
    list-style: none;
    border: 1px solid #303030;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  .widget-area section.info ul li {
    border-bottom: 1px solid #303030;
    padding: 15px 20px;
    background: #fff;
    line-height: 1.2;
  }
  .widget-area section.info ul li div.date {
    color: #979797;
    font-size: 11px;
    margin: 0 0 3px;
  }
  .widget-area section.info ul li a {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .site-carousel-wrap {
    position: relative;
    border-top: 3px solid #303030;
    margin: 30px 0 60px;
    padding: 20px 0 0;
  }
  .site-carousel-wrap .site-carousel .slick-track {
    background: #e9e9e9;
  }
  .site-carousel-wrap .site-carousel .site .head {
    background: #fff;
  }
  .site-carousel-wrap .site-carousel .site .head h2 {
    text-indent: -99999px;
    margin: 0 auto;
  }
  .site-carousel-wrap .site-carousel .site .head p {
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 1em 0;
  }
  .site-carousel-wrap .site-carousel .site .inner {
    background: #e9e9e9;
    padding: 10px 10px 1px;
  }
  .site-carousel-wrap .site-carousel .site .inner img {
    display: block;
    max-width: 100%;
    max-height: 280px;
    margin: 0 auto;
  }
  .site-carousel-wrap .site-carousel .site .inner ul {
    list-style: none;
    border-bottom: 1px solid #303030;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li {
    border: 1px solid #303030;
    border-bottom: none;
    font-size: 11px;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li a {
    display: block;
    padding: 20px 10px;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li .title {
    font-size: 13px;
    font-weight: bold;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li p {
    margin: 0;
    padding: 0;
  }
  .site-carousel-wrap .site-carousel .site.car h2 {
    background: url('images/logo-group-cars.png') no-repeat 50% 50%;
    width: 115px;
    height: 45px;
    text-indent: -9999px;
  }
  .site-carousel-wrap .site-carousel .site.capa h2 {
    background: url('images/logo-group-capa.png') no-repeat 50% 50%;
    width: 107px;
    height: 47px;
    text-indent: -9999px;
  }
  .site-carousel-wrap .site-carousel .site.watch h2 {
    background: url('images/logo-group-watchnavi.png') no-repeat 50% 50%;
    width: 200px;
    height: 27px;
    text-indent: -9999px;
    height: 45px;
  }
  .site-carousel-wrap ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-carousel-wrap ul.nav li {
    position: absolute;
    top: 30px;
    margin: 0;
  }
  .site-carousel-wrap ul.nav li a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
  }
  .site-carousel-wrap ul.nav li.prev {
    left: 0;
  }
  .site-carousel-wrap ul.nav li.prev a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #303030;
    border-left: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 5px;
  }
  .site-carousel-wrap ul.nav li.next {
    right: 0;
  }
  .site-carousel-wrap ul.nav li.next a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 5px;
  }
}
@media (max-width: 768px) {
  .site-carousel-wrap {
    position: relative;
    border-top: 3px solid #303030;
    margin: 30px 0 60px;
    padding: 10px 0 0;
  }
  .site-carousel-wrap .site-carousel .slick-track {
    background: #e9e9e9;
  }
  .site-carousel-wrap .site-carousel .site .head {
    background: #fff;
  }
  .site-carousel-wrap .site-carousel .site .head h2 {
    text-indent: -99999px;
    margin: 0 auto;
  }
  .site-carousel-wrap .site-carousel .site .head p {
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 1em 0;
  }
  .site-carousel-wrap .site-carousel .site .inner {
    background: #e9e9e9;
    padding: 5px 5px 1px;
  }
  .site-carousel-wrap .site-carousel .site .inner img {
    display: block;
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
  }
  .site-carousel-wrap .site-carousel .site .inner ul {
    list-style: none;
    border-bottom: 1px solid #303030;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li {
    border: 1px solid #303030;
    border-bottom: none;
    font-size: 11px;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li a {
    display: block;
    padding: 12px 10px;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li .title {
    font-size: 13px;
    font-weight: bold;
  }
  .site-carousel-wrap .site-carousel .site .inner .all {
    font-weight: bold;
  }
  .site-carousel-wrap .site-carousel .site.car h2 {
    background: url('images/logo-group-cars.png') no-repeat 50% 50%;
    width: 115px;
    height: 45px;
    text-indent: -9999px;
  }
  .site-carousel-wrap .site-carousel .site.capa h2 {
    background: url('images/logo-group-capa.png') no-repeat 50% 50%;
    width: 107px;
    height: 47px;
    text-indent: -9999px;
  }
  .site-carousel-wrap .site-carousel .site.watch h2 {
    background: url('images/logo-group-watchnavi.png') no-repeat 50% 50%;
    width: 200px;
    height: 27px;
    text-indent: -9999px;
    height: 45px;
  }
  .site-carousel-wrap ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-carousel-wrap ul.nav li {
    position: absolute;
    top: 30px;
    margin: 0;
  }
  .site-carousel-wrap ul.nav li a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
  }
  .site-carousel-wrap ul.nav li.prev {
    left: 0;
  }
  .site-carousel-wrap ul.nav li.prev a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #303030;
    border-left: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 5px;
  }
  .site-carousel-wrap ul.nav li.next {
    right: 0;
  }
  .site-carousel-wrap ul.nav li.next a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 5px;
  }
}
.widget-area section.popular-posts,
.widget-area section.ranking {
  margin: 30px 0;
}
.widget-area section.popular-posts .head h2:before,
.widget-area section.ranking .head h2:before {
  background: url('images/icon-fff-ranking.svg?1519035021') no-repeat 50% 50%;
}
.widget-area section.popular-posts .body,
.widget-area section.ranking .body {
  padding: 10px 10px 1px;
  background: #e9e9e9;
}
.widget-area section.popular-posts ol,
.widget-area section.ranking ol {
  list-style: none;
  border: 1px solid #303030;
  border-bottom: none;
  padding: 0;
  margin: 0;
  counter-reset: ranking;
}
.widget-area section.popular-posts ol li,
.widget-area section.ranking ol li {
  border-bottom: 1px solid #303030;
  position: relative;
  padding: 16px 14px 16px 123px;
  background: #fff;
  line-height: 1;
  min-height: 105px;
}
.widget-area section.popular-posts ol li:before,
.widget-area section.ranking ol li:before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  left: 4px;
  top: 10px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  z-index: 5;
  font-weight: bold;
  border-radius: 11px;
  background: #534f6f;
  color: #fff;
}
.widget-area section.popular-posts ol li a,
.widget-area section.ranking ol li a {
  font-size: 11px;
  font-weight: bold;
}
.widget-area section.popular-posts ol li a img,
.widget-area section.ranking ol li a img {
  position: absolute;
  left: 14px;
  top: 20px;
  max-height: 63px;
  max-width: 100px;
}
.widget-area section.popular-posts ol li:nth-child(1):before,
.widget-area section.ranking ol li:nth-child(1):before {
  background: url('images/icon-ranking-1.svg?1517464283') no-repeat 50% 50%;
  background-size: contain;
  border-radius: 0;
}
.widget-area section.popular-posts ol li:nth-child(2):before,
.widget-area section.ranking ol li:nth-child(2):before {
  background: url('images/icon-ranking-2.svg?1517464283') no-repeat 50% 50%;
  background-size: contain;
  border-radius: 0;
}
.widget-area section.popular-posts ol li:nth-child(3):before,
.widget-area section.ranking ol li:nth-child(3):before {
  background: url('images/icon-ranking-3.svg?1517464283') no-repeat 50% 50%;
  background-size: contain;
  border-radius: 0;
}
@media (max-width: 991px) {
  .widget-area section.popular-posts,
  .widget-area section.ranking {
    display: none;
  }
}

.widget-area .adnw,
.widget-area .ad-banner {
  margin: 0 0 20px;
}

@media (max-width: 991px) {
  .widget-area .adnw,
  .widget-area .ad-banner {
    display: none;
  }
}
@media (min-width: 769px) {
  .site-main.writer h2 {
    color: #fff;
    background: #303030;
    font-size: 20px;
    line-height: 50px;
    margin: 0 0 20px;
    padding: 0 30px;
  }
  .site-main.writer div.anchor {
    background: #f9f9f9;
    padding: 19px;
  }
  .site-main.writer div.anchor ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .site-main.writer div.anchor ul li {
    display: inline-block;
    margin: 0 5px;
  }
  .site-main.writer div.anchor ul li a {
    display: inline-block;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    padding: 7px 10px 7px 25px;
    position: relative;
  }
  .site-main.writer div.anchor ul li a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #ce232e;
    border-bottom: 2px solid #ce232e;
    position: absolute;
    left: 11px;
    top: 11px;
  }
  .site-main.writer div.anchor ul li a:hover {
    color: #fff;
    background: #ce232e;
    opacity: 1;
  }
  .site-main.writer div.anchor ul li a:hover:before {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .site-main.writer section.writer {
    margin: 50px 0;
  }
  .site-main.writer section.writer .head h2:before {
    background: url('images/icon-fff-person.svg?1519035013') no-repeat 50% 50%;
  }
  .site-main.writer section.writer .body {
    background: #e9e9e9;
    padding: 10px;
  }
  .site-main.writer section.writer .body .author {
    border: 1px solid #303030;
    background: #fff;
    position: relative;
    padding: 30px 30px 20px 120px;
  }
  .site-main.writer section.writer .body .author h3 {
    font-size: 22px;
    margin: 0 0 8px;
  }
  .site-main.writer section.writer .body .author h3 a {
    display: block;
    position: relative;
    padding: 0 0 0 21px;
  }
  .site-main.writer section.writer .body .author h3 a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 4px solid #ce232e;
    border-top: 4px solid #ce232e;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .site-main.writer section.writer .body .author h3 small {
    font-size: 12px;
  }
  .site-main.writer section.writer .body .author p {
    font-size: 12px;
  }
  .site-main.writer section.writer .body .author img.avatar {
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 30px;
  }
  .site-main.writer section.writer .body .author + .author {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .site-main.writer h2 {
    color: #fff;
    background: #303030;
    font-size: 15px;
    line-height: 43px;
    margin: -10px -15px 20px;
    padding: 0 15px;
  }
  .site-main.writer div.anchor {
    background: #f9f9f9;
    padding: 8px 3px 3px 8px;
  }
  .site-main.writer div.anchor ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .site-main.writer div.anchor ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main.writer div.anchor ul li {
    float: left;
    width: 20%;
    padding: 0 5px 5px 0;
  }
  .site-main.writer div.anchor ul li a {
    display: block;
    font-size: 12px;
    background: #fff;
    border-radius: 3px;
    padding: 7px 10px 7px 25px;
    position: relative;
  }
  .site-main.writer div.anchor ul li a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #ce232e;
    border-bottom: 2px solid #ce232e;
    position: absolute;
    left: 11px;
    top: 11px;
  }
  .site-main.writer div.anchor ul li a:hover {
    color: #fff;
    background: #ce232e;
    opacity: 1;
  }
  .site-main.writer div.anchor ul li a:hover:before {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .site-main.writer section.writer {
    margin: 15px 0 25px;
  }
  .site-main.writer section.writer .anchor-target {
    position: relative;
    top: -50px;
  }
  .site-main.writer section.writer .head h2:before {
    background: url('images/icon-fff-person.svg?1519035013') no-repeat 50% 50%;
  }
  .site-main.writer section.writer .body {
    background: #e9e9e9;
    padding: 5px;
  }
  .site-main.writer section.writer .body .author {
    border: 1px solid #303030;
    background: #fff;
    position: relative;
    padding: 12px 12px 12px 100px;
    min-height: 106px;
  }
  .site-main.writer section.writer .body .author h3 {
    font-size: 13px;
    margin: 0 0 4px;
  }
  .site-main.writer section.writer .body .author h3 a {
    display: block;
    position: relative;
    padding: 0 0 0 13px;
  }
  .site-main.writer section.writer .body .author h3 a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 3px solid #ce232e;
    border-top: 3px solid #ce232e;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .site-main.writer section.writer .body .author h3 small {
    font-size: 9px;
  }
  .site-main.writer section.writer .body .author p {
    font-size: 9px;
  }
  .site-main.writer section.writer .body .author img.avatar {
    position: absolute;
    left: 15px;
    top: 15px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 35px;
  }
  .site-main.writer section.writer .body .author + .author {
    margin-top: 5px;
  }
}

@media (min-width: 769px) {
  .site-main.popularity .tab {
    margin: 30px 0 50px;
  }
  .site-main.popularity .tab .tab-head ul,
  .site-main.popularity .tab .tab-foot ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-main.popularity .tab .tab-head ul:after,
  .site-main.popularity .tab .tab-foot ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main.popularity .tab .tab-head ul li,
  .site-main.popularity .tab .tab-foot ul li {
    float: left;
    margin: 0 30px 0 0;
  }
  .site-main.popularity .tab .tab-head ul li a,
  .site-main.popularity .tab .tab-foot ul li a {
    color: #303030;
    background: #e9e9e9;
    display: inline-block;
    position: relative;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
  }
  .site-main.popularity .tab .tab-head ul li a:before,
  .site-main.popularity .tab .tab-foot ul li a:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('images/icon-000-ranking.svg?1519034665');
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  .site-main.popularity .tab .tab-head ul li a:after,
  .site-main.popularity .tab .tab-foot ul li a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    position: absolute;
    right: -30px;
    top: 0;
  }
  .site-main.popularity .tab .tab-head ul li.current a,
  .site-main.popularity .tab .tab-foot ul li.current a {
    color: #fff;
    background: #303030;
  }
  .site-main.popularity .tab .tab-head ul li.current a:before,
  .site-main.popularity .tab .tab-foot ul li.current a:before {
    background-image: url('images/icon-fff-ranking.svg?1519035021');
  }
  .site-main.popularity .tab .tab-head {
    border-bottom: 5px solid #303030;
  }
  .site-main.popularity .tab .tab-head ul li a {
    padding: 5px 30px 0 50px;
  }
  .site-main.popularity .tab .tab-head ul li a:after {
    border-bottom: 35px solid #e9e9e9;
  }
  .site-main.popularity .tab .tab-head ul li.current a:after {
    border-bottom-color: #303030;
  }
  .site-main.popularity .tab .tab-foot {
    border-top: 5px solid #303030;
  }
  .site-main.popularity .tab .tab-foot ul li a {
    padding: 0 30px 5px 50px;
  }
  .site-main.popularity .tab .tab-foot ul li a:after {
    border-top: 35px solid #e9e9e9;
  }
  .site-main.popularity .tab .tab-foot ul li.current a:after {
    border-top-color: #303030;
  }
  .site-main.popularity .tab .tab-body {
    counter-reset: ranking;
    background: #e9e9e9;
    padding: 10px;
  }
  .site-main.popularity .tab .tab-body .entry {
    padding: 25px 25px 20px 360px;
    border: 1px solid #303030;
    background: #fff;
    position: relative;
    min-height: 179px;
  }
  .site-main.popularity .tab .tab-body .entry:before {
    counter-increment: ranking;
    content: counter(ranking);
    position: absolute;
    left: 25px;
    top: 60px;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    z-index: 5;
    font-weight: bold;
    border-radius: 30px;
    background: #534f6f;
    color: #fff;
  }
  .site-main.popularity .tab .tab-body .entry:after {
    content: '';
    display: block;
    height: 5px;
    background: #666;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
  }
  .site-main.popularity .tab .tab-body .entry:nth-child(1):before {
    background: url('images/icon-ranking-1.svg?1517464283') no-repeat 50% 50%;
    background-size: contain;
    width: 62px;
    height: 62px;
    left: 24px;
    top: 59px;
    border-radius: 0;
  }
  .site-main.popularity .tab .tab-body .entry:nth-child(2):before {
    background: url('images/icon-ranking-2.svg?1517464283') no-repeat 50% 50%;
    background-size: contain;
    width: 62px;
    height: 62px;
    left: 24px;
    top: 59px;
    border-radius: 0;
  }
  .site-main.popularity .tab .tab-body .entry:nth-child(3):before {
    background: url('images/icon-ranking-3.svg?1517464283') no-repeat 50% 50%;
    background-size: contain;
    width: 62px;
    height: 62px;
    left: 24px;
    top: 59px;
    border-radius: 0;
  }
  .site-main.popularity .tab .tab-body .entry .image {
    position: absolute;
    left: 110px;
    top: 25px;
    border-right: 1px solid #303030;
    padding: 0 25px 0 0;
  }
  .site-main.popularity .tab .tab-body .entry .image img {
    max-width: 200px;
    max-height: 130px;
    display: block;
  }
  .site-main.popularity .tab .tab-body .entry h2 {
    color: #303030;
    font-size: 16px;
    margin: 0 0 10px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories {
    float: right;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li {
    float: left;
    margin: 0 0 0 5px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li a, .site-main.popularity .tab .tab-body .entry ul.categories li span {
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    background: #666;
  }
  .site-main.popularity .tab .tab-body .entry .tags {
    background: #f9f9f9;
    padding: 10px 20px;
    clear: both;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul li {
    display: inline;
    margin: 0 10px 10px 0;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul li a {
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
    color: #303030;
    font-size: 12px;
  }
  .site-main.popularity .tab .tab-body .entry + .entry {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .site-main.popularity .tab {
    margin: 15px 0 35px;
  }
  .site-main.popularity .tab .tab-head ul,
  .site-main.popularity .tab .tab-foot ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-main.popularity .tab .tab-head ul:after,
  .site-main.popularity .tab .tab-foot ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main.popularity .tab .tab-head ul li,
  .site-main.popularity .tab .tab-foot ul li {
    float: left;
    padding: 0 23px 0 0;
    width: 33.33%;
  }
  .site-main.popularity .tab .tab-head ul li a,
  .site-main.popularity .tab .tab-foot ul li a {
    color: #303030;
    background: #e9e9e9;
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
  }
  .site-main.popularity .tab .tab-head ul li a:before,
  .site-main.popularity .tab .tab-foot ul li a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('images/icon-000-ranking.svg?1519034665');
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 9px;
  }
  .site-main.popularity .tab .tab-head ul li a:after,
  .site-main.popularity .tab .tab-foot ul li a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 23px solid transparent;
    position: absolute;
    right: -23px;
    top: 0;
  }
  .site-main.popularity .tab .tab-head ul li.current a,
  .site-main.popularity .tab .tab-foot ul li.current a {
    color: #fff;
    background: #303030;
  }
  .site-main.popularity .tab .tab-head ul li.current a:before,
  .site-main.popularity .tab .tab-foot ul li.current a:before {
    background-image: url('images/icon-fff-ranking.svg?1519035021');
  }
  .site-main.popularity .tab .tab-head {
    border-bottom: 3px solid #303030;
  }
  .site-main.popularity .tab .tab-head ul li a {
    padding: 6px 0 4px 35px;
  }
  .site-main.popularity .tab .tab-head ul li a:after {
    border-bottom: 30px solid #e9e9e9;
  }
  .site-main.popularity .tab .tab-head ul li.current a:after {
    border-bottom-color: #303030;
  }
  .site-main.popularity .tab .tab-foot {
    border-top: 3px solid #303030;
  }
  .site-main.popularity .tab .tab-foot ul li a {
    padding: 4px 0 6px 35px;
  }
  .site-main.popularity .tab .tab-foot ul li a:after {
    border-top: 30px solid #e9e9e9;
  }
  .site-main.popularity .tab .tab-foot ul li.current a:after {
    border-top-color: #303030;
  }
  .site-main.popularity .tab .tab-body {
    counter-reset: ranking;
    background: #e9e9e9;
    padding: 5px;
  }
  .site-main.popularity .tab .tab-body .entry {
    padding: 12px 12px 12px 144px;
    border: 1px solid #303030;
    background: #fff;
    position: relative;
  }
  .site-main.popularity .tab .tab-body .entry:before {
    counter-increment: ranking;
    content: counter(ranking);
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    z-index: 5;
    font-weight: bold;
    border-radius: 15px;
    background: #534f6f;
    color: #fff;
  }
  .site-main.popularity .tab .tab-body .entry:after {
    content: '';
    display: block;
    height: 3px;
    background: #666;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
  }
  .site-main.popularity .tab .tab-body .entry:nth-child(1):before {
    background: url('images/icon-ranking-1.svg?1517464283') no-repeat 50% 50%;
    background-size: contain;
    border-radius: 0;
  }
  .site-main.popularity .tab .tab-body .entry:nth-child(2):before {
    background: url('images/icon-ranking-2.svg?1517464283') no-repeat 50% 50%;
    background-size: contain;
    border-radius: 0;
  }
  .site-main.popularity .tab .tab-body .entry:nth-child(3):before {
    background: url('images/icon-ranking-3.svg?1517464283') no-repeat 50% 50%;
    background-size: contain;
    border-radius: 0;
  }
  .site-main.popularity .tab .tab-body .entry .image {
    position: absolute;
    left: 10px;
    top: 13px;
    padding: 0 25px 0 0;
  }
  .site-main.popularity .tab .tab-body .entry .image img {
    max-width: 125px;
    max-height: 83px;
    display: block;
  }
  .site-main.popularity .tab .tab-body .entry .text {
    min-height: 95px;
  }
  .site-main.popularity .tab .tab-body .entry h2 {
    color: #303030;
    font-size: 11px;
    margin: 0 0 10px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories {
    float: right;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li {
    float: left;
    margin: 0 0 0 5px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li a, .site-main.popularity .tab .tab-body .entry ul.categories li span {
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    background: #666;
  }
  .site-main.popularity .tab .tab-body .entry .tags {
    background: #f9f9f9;
    padding: 6px 10px 10px;
    margin: -12px -12px -12px -144px;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px 0 0;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul li {
    display: inline;
    margin: 0 5px 0 0;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul li a {
    background: url('images/icon-tag.svg?1519035133') no-repeat 0 50%;
    padding: 0 0 0 15px;
    color: #303030;
    font-size: 10px;
  }
  .site-main.popularity .tab .tab-body .entry + .entry {
    margin-top: 5px;
  }
}

@media (min-width: 769px) {
  .site-main.future .entry {
    border: 1px solid #303030;
    padding: 29px 24px 24px;
    position: relative;
    margin: 50px 0;
    font-size: 14px;
  }
  .site-main.future .entry:before {
    content: '';
    display: block;
    height: 5px;
    background: #ce232e;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .site-main.future .entry {
    border: 1px solid #303030;
    padding: 17px 15px 15px;
    position: relative;
    margin: 15px 0 25px;
    font-size: 11px;
  }
  .site-main.future .entry:before {
    content: '';
    display: block;
    height: 3px;
    background: #ce232e;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
  }
}

.special-tag {
  background: #f7f3ea;
  font-size: 12px;
  padding: 1em;
}

.special-tag ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.special-tag ul li a {
  background: url(https://getnavi.jp/wps/wp-content/themes/getnavi2018/images/icon-tag.svg) no-repeat 0 50%;
  padding: 0 0 0 15px;
  color: #303030;
}

.special-head {
  color: #0075c1;
  font-size: 17px;
}

.special-title {
  font-size: 16px;
  color: #5d3116;
}

.special-text {
  font-size: 12px;
  color: #000;
}

@media (max-width: 768px) {
  .special-head {
    font-size: 15px;
  }

  .special-title {
    font-size: 12px;
  }

  .special-text {
    font-size: 12px;
  }
}
.site-main.special-lp h1.entry-title {
  background: #2aa738;
}
.site-main.special-lp h2 {
  color: #2aa738;
  margin: 40px 0 20px;
}
.site-main.special-lp table {
  border: none;
  width: 100%;
  border-collapse: collapse;
}
.site-main.special-lp table th {
  border-bottom: 1px solid #000;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  padding: 15px 20px;
  color: #000;
}
.site-main.special-lp table td {
  border-bottom: 1px solid #000;
  font-size: 14px;
  padding: 15px 20px;
  color: #000;
}
.site-main.special-lp table td iframe {
  float: right;
  margin: 0 0 1em 1em;
}
.site-main.special-lp .apo {
  text-align: center;
  font-size: 17px;
  margin: 45px 0 -20px;
  font-weight: bold;
}
.site-main.special-lp .entry {
  text-align: center;
  margin: 45px 0 -20px;
}
.site-main.special-lp .entry strong {
  font-size: 26px;
  display: block;
  margin: 10px 0;
}
.site-main.special-lp .entry strong span.color {
  color: #2aa738;
}
.site-main.special-lp a {
  color: #ce232e;
  text-decoration: underline;
}
.site-main.special-lp .btn {
  margin: 50px 0;
}
.site-main.special-lp .btn a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #fff;
  background: #ce232e;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  line-height: 60px;
  font-weight: bold;
}
.site-main.special-lp .btn a:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 19px;
  top: 24px;
  content: '';
  display: block;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 8px;
  height: 8px;
}
.site-main.special-lp img {
  display: block;
  margin: 0 auto;
}
.site-main.special-lp .projects {
  border-bottom: 3px solid #aed397;
  margin: 45px 0;
}
.site-main.special-lp .projects h2 {
  margin: 0 0 35px;
}
.site-main.special-lp .projects h2 span {
  color: #000;
  font-size: 17px;
}
.site-main.special-lp .projects .project {
  border-top: 3px solid #aed397;
  position: relative;
  padding: 20px 200px 20px 30px;
  min-height: 220px;
}
.site-main.special-lp .projects .project.double-pic {
  min-height: 390px;
}
.site-main.special-lp .projects .project h3 {
  font-size: 20px;
  margin: 0 0 15px;
}
.site-main.special-lp .projects .project h3 + p {
  font-size: 22px;
  color: #2aa738;
  font-weight: bold;
}
.site-main.special-lp .projects .project p {
  margin: 0 0 15px;
}
.site-main.special-lp .projects .project .person {
  position: absolute;
  right: 30px;
  top: 30px;
  max-width: 160px;
}
.site-main.special-lp .projects .project .person img {
  display: block;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .site-main.special-lp {
    font-size: 13px;
  }
  .site-main.special-lp h2 {
    font-size: 18px;
    margin: 25px 0 15px;
  }
  .site-main.special-lp .apo {
    font-size: 13px;
    margin: 25px 0 -20px;
  }
  .site-main.special-lp .entry {
    margin: 25px 0 -20px;
  }
  .site-main.special-lp .entry strong {
    font-size: 20px;
    margin: 10px 0;
  }
  .site-main.special-lp .entry strong span.color {
    color: #2aa738;
  }
  .site-main.special-lp table {
    display: block;
  }
  .site-main.special-lp table tr {
    display: block;
  }
  .site-main.special-lp table th {
    display: block;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    padding: 12px 8px;
  }
  .site-main.special-lp table td {
    display: block;
    border: none;
    font-size: 14px;
    padding: 12px 8px;
  }
  .site-main.special-lp table td iframe {
    float: none;
    display: block;
    margin: 0;
    width: 100%;
  }
  .site-main.special-lp .btn {
    margin: 30px 0;
  }
  .site-main.special-lp .btn a {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    display: block;
    color: #fff;
    background: #ce232e;
    text-align: center;
    max-width: 305px;
    margin: 0 auto;
    line-height: 45px;
    font-weight: bold;
  }
  .site-main.special-lp .btn a:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    top: 19px;
    content: '';
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 6px;
    height: 6px;
  }
  .site-main.special-lp .projects {
    border-bottom: 5px solid #aed397;
    margin: 30px 0;
    font-size: 13px;
  }
  .site-main.special-lp .projects h2 {
    font-size: 18px;
  }
  .site-main.special-lp .projects h2 span {
    color: #000;
    font-size: 13px;
  }
  .site-main.special-lp .projects .project {
    border-top: 5px solid #aed397;
    position: relative;
    padding: 15px 120px 15px 7px;
    min-height: 136px;
  }
  .site-main.special-lp .projects .project.double-pic {
    min-height: 244px;
  }
  .site-main.special-lp .projects .project h3 {
    font-size: 14px;
    margin: 0 0 3px;
  }
  .site-main.special-lp .projects .project h3 + p {
    font-size: 15px;
    color: #2aa738;
    font-weight: bold;
  }
  .site-main.special-lp .projects .project p {
    margin: 0 0 3px;
  }
  .site-main.special-lp .projects .project .person {
    position: absolute;
    right: 7px;
    top: 15px;
    max-width: 100px;
  }
  .site-main.special-lp .projects .project .person img {
    display: block;
    margin: 0 0 10px;
  }
}

@media (min-width: 769px) {
  .site-main article.page h1 {
    color: #fff;
    background: #303030;
    font-size: 20px;
    padding: 10px 30px;
    font-weight: bold;
    margin: 0 0 30px;
  }
  .site-main article.page .entry-content {
    margin: 0 30px;
  }
  .site-main article.page .entry-content > section {
    border-bottom: 1px solid #303030;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.8;
  }
  .site-main article.page .entry-content > section h2 {
    font-size: 28px;
    position: relative;
    padding: 0 0 0 32px;
  }
  .site-main article.page .entry-content > section h2 span {
    display: block;
    position: absolute;
    left: 6px;
    top: 50%;
    margin: -10px 0 0;
    width: 11px;
    height: 20px;
    background: #303030;
  }
  .site-main article.page .entry-content > section h2 span:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid #303030;
    right: -6px;
    top: 0;
  }
  .site-main article.page .entry-content > section h2 span:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 6px solid #303030;
    left: -6px;
    top: 0;
  }
  .site-main article.page .entry-content > section > section {
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .site-main article.page .entry-content > section > section h3 {
    font-size: 16px;
    background: #f4f4f4;
    padding: 10px 15px;
    margin: 0 -15px 15px;
    border-radius: 5px;
  }
  .site-main article.page .entry-content > section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-main article.page .entry-content > section ul > li {
    padding: 0 0 0 0.8em;
    position: relative;
  }
  .site-main article.page .entry-content > section ul > li:before {
    content: '-';
    left: 0;
    top: 0;
    display: block;
    position: absolute;
  }
  .site-main article.page .entry-content > section ul.links {
    margin: 1em 0;
  }
  .site-main article.page .entry-content > section ul.links > li {
    padding: 0 0 0 20px;
  }
  .site-main article.page .entry-content > section ul.links > li:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #ce232e;
    border-right: 3px solid #ce232e;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .site-main article.page .entry-content > section ul.links > li a {
    color: inherit;
    text-decoration: none;
  }
  .site-main article.page .entry-content > section ul.links > li a[target="_blank"] {
    background-image: url('images/icon-000-blank.svg?1519034597');
  }
}
@media (max-width: 768px) {
  .site-main article.page h1 {
    color: #fff;
    background: #303030;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: bold;
    margin: -10px -15px 15px;
  }
  .site-main article.page .entry-content > section {
    border-bottom: 1px solid #303030;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
  .site-main article.page .entry-content > section h2 {
    font-size: 19px;
    position: relative;
    padding: 0 0 0 30px;
  }
  .site-main article.page .entry-content > section h2 span {
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin: -8px 0 0;
    width: 8px;
    height: 16px;
    background: #303030;
  }
  .site-main article.page .entry-content > section h2 span:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 5px solid #303030;
    right: -5px;
    top: 0;
  }
  .site-main article.page .entry-content > section h2 span:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 5px solid #303030;
    left: -5px;
    top: 0;
  }
  .site-main article.page .entry-content > section > section {
    padding: 0 15px;
    margin: 0 0 15px;
  }
  .site-main article.page .entry-content > section > section h3 {
    font-size: 13px;
    background: #f4f4f4;
    padding: 10px 15px;
    margin: 0 -15px 15px;
    border-radius: 5px;
  }
  .site-main article.page .entry-content > section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-main article.page .entry-content > section ul > li {
    padding: 0 0 0 0.8em;
    position: relative;
  }
  .site-main article.page .entry-content > section ul > li:before {
    content: '-';
    left: 0;
    top: 0;
    display: block;
    position: absolute;
  }
  .site-main article.page .entry-content > section ul.links {
    margin: 1em 0;
  }
  .site-main article.page .entry-content > section ul.links > li {
    padding: 0 0 0 20px;
  }
  .site-main article.page .entry-content > section ul.links > li:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #ce232e;
    border-right: 3px solid #ce232e;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .site-main article.page .entry-content > section ul.links > li a {
    color: inherit;
    text-decoration: none;
  }
  .site-main article.page .entry-content > section ul.links > li a[target="_blank"] {
    background-image: url('images/icon-000-blank.svg?1519034597');
  }
}

@media (min-width: 769px) {
  .site-main section.pro {
    margin: 50px 0;
  }
  .site-main section.pro .head h2:before {
    background: url('images/icon-fff-person.svg?1519035013') no-repeat 50% 50%;
  }
  .site-main section.pro .body {
    background: #e9e9e9;
    padding: 10px;
  }
  .site-main section.pro .body .author {
    border: 1px solid #303030;
    background: #fff;
    position: relative;
    padding: 30px 30px 20px 140px;
  }
  .site-main section.pro .body .author h3 {
    font-size: 22px;
    margin: 0 0 8px;
  }
  .site-main section.pro .body .author h3 a {
    display: block;
    position: relative;
    padding: 0 0 0 21px;
  }
  .site-main section.pro .body .author h3 a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 4px solid #ce232e;
    border-top: 4px solid #ce232e;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .site-main section.pro .body .author h3 small {
    font-size: 12px;
  }
  .site-main section.pro .body .author p {
    font-size: 12px;
  }
  .site-main section.pro .body .author .img img {
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 90px;
    max-height: 90px;
  }
  .site-main section.pro .body .author + .author {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .site-main section.pro {
    margin: 15px 0 25px;
  }
  .site-main section.pro .anchor-target {
    position: relative;
    top: -50px;
  }
  .site-main section.pro .head h2:before {
    background: url('images/icon-fff-person.svg?1519035013') no-repeat 50% 50%;
  }
  .site-main section.pro .body {
    background: #e9e9e9;
    padding: 5px;
  }
  .site-main section.pro .body .author {
    border: 1px solid #303030;
    background: #fff;
    position: relative;
    padding: 12px 12px 12px 100px;
    min-height: 106px;
  }
  .site-main section.pro .body .author h3 {
    font-size: 13px;
    margin: 0 0 4px;
  }
  .site-main section.pro .body .author h3 a {
    display: block;
    position: relative;
    padding: 0 0 0 13px;
  }
  .site-main section.pro .body .author h3 a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 3px solid #ce232e;
    border-top: 3px solid #ce232e;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .site-main section.pro .body .author h3 small {
    font-size: 9px;
  }
  .site-main section.pro .body .author p {
    font-size: 9px;
  }
  .site-main section.pro .body .author .img img {
    position: absolute;
    left: 15px;
    top: 15px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 35px;
  }
  .site-main section.pro .body .author + .author {
    margin-top: 5px;
  }
}

@media (min-width: 769px) {
  .getnavi-db-banner a {
    display: block;
    background: url('images/getnavidb-780x200.png?1554424333') no-repeat 50% 50%;
    max-width: 780px;
    height: 200px;
    margin: 50px auto;
    text-indent: -9999px;
  }

  .getnavi-db-side-banner {
    margin: 30px 0;
  }

  .visual-getnavi-db {
    background: url('images/visual-getnavi-db.png?1554424333') no-repeat 0 0;
    background-size: contain;
    padding: 0 0 35%;
    margin: 0 0 30px;
    height: 0;
    text-indent: -99999px;
  }
  .visual-getnavi-db + p {
    font-size: 14px;
  }

  section.maker {
    margin: 10px 0 50px;
  }
  section.maker .head h2:before {
    background: url('images/icon-fff-search.svg?1554424333') no-repeat 50% 50%;
    top: 12px;
  }
  section.maker .body {
    background: #e9e9e9;
  }
  section.maker .body .inner {
    padding: 4px 11px 10px 4px;
  }
  section.maker .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.maker .body .inner .box {
    width: 50%;
    padding: 7px 0 0 7px;
  }
  section.maker .body .inner .box > div {
    min-height: 180px;
    padding: 25px 10px 25px 180px;
  }
  section.maker .body .inner .box > div:before {
    display: none;
  }
  section.maker .body .inner .box > div > a.cat1 {
    font-size: 22px;
    color: #303030;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 0 0 0 21px;
    margin: 0 0 10px;
  }
  section.maker .body .inner .box > div > a.cat1:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 3px solid #ce232e;
    border-top: 3px solid #ce232e;
    position: absolute;
    left: 0;
    top: 10px;
  }
  section.maker .body .inner .box > div .logo {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 30px;
    top: 50%;
    display: block;
  }
  section.maker .body .inner .box > div .logo img {
    max-width: 120px;
    max-height: 120px;
  }
  section.maker .body .inner .box > div ul {
    list-style: none;
    margin: 0 -10px -10px 0;
    padding: 0;
  }
  section.maker .body .inner .box > div ul:after {
    content: '';
    display: block;
    clear: both;
  }
  section.maker .body .inner .box > div ul li {
    float: left;
    margin: 0 10px 10px 0;
  }
  section.maker .body .inner .box > div ul li a {
    border: 1px solid #ce232e;
    color: #ce232e;
    padding: 5px 10px;
    display: block;
    font-size: 14px;
  }
  section.maker .body .inner .box:nth-child(2n+1) {
    clear: left;
  }

  section.relative-db {
    margin: 10px 0 50px;
  }
  section.relative-db .head h2:before {
    background: url('images/icon-fff-bookmark.svg?1554424333') no-repeat 50% 50%;
    width: 20px;
    height: 20px;
  }
  section.relative-db .body {
    background: #e9e9e9;
  }
  section.relative-db .body .inner {
    padding: 4px 11px 10px 4px;
  }
  section.relative-db .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.relative-db .body .inner .box {
    width: 25%;
    padding: 7px 0 0 7px;
  }
  section.relative-db .body .inner .box > div:before {
    background: #ce232e;
  }
  section.relative-db .body .inner .box > div ul.categories li a {
    border: 1px solid #ce232e;
    color: #ce232e;
    background: #fff;
  }
  section.relative-db .body .inner .box:nth-child(4n+1) {
    clear: left;
  }

  .getnavi-db-list {
    margin: 10px 0 50px;
  }
  .getnavi-db-list .body {
    background: #e9e9e9;
  }
  .getnavi-db-list .body .inner {
    padding: 4px 11px 10px 4px;
  }
  .getnavi-db-list .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .getnavi-db-list .body .inner .box {
    width: 25%;
    padding: 7px 0 0 7px;
  }
  .getnavi-db-list .body .inner .box > div:before {
    background: #ce232e;
  }
  .getnavi-db-list .body .inner .box > div ul.categories li a {
    border: 1px solid #ce232e;
    color: #ce232e;
    background: #fff;
  }
  .getnavi-db-list .body .inner .box:nth-child(4n+1) {
    clear: left;
  }

  .product-wrapper {
    margin: 30px 0;
    min-height: 370px;
  }
  .product-wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-wrapper .product-image {
    float: left;
    width: 50%;
    padding: 0 5px 0 80px;
    position: relative;
  }
  .product-wrapper .product-image ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
  }
  .product-wrapper .product-image ul li {
    margin: 0 0 5px;
    height: 70px;
    position: relative;
  }
  .product-wrapper .product-image ul li img {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .product-wrapper .product-image .image {
    text-align: center;
    padding: 0 0 100%;
    position: relative;
  }
  .product-wrapper .product-image .image img {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .product-wrapper .text {
    float: right;
    width: 50%;
    font-size: 14px;
    padding: 0 0 0 20px;
  }
  .product-wrapper .text .maker {
    float: left;
  }
  .product-wrapper .text .maker a {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #ce232e;
    padding: 3px 0;
  }
  .product-wrapper .text ul.category {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .product-wrapper .text ul.category li {
    float: left;
  }
  .product-wrapper .text ul.category li a {
    font-size: 14px;
    color: #ce232e;
    border: 1px solid #ce232e;
    padding: 2px 20px;
    margin: 0 0 5px 5px;
    display: block;
  }
  .product-wrapper .text h2 {
    font-size: 28px;
    font-weight: bold;
    clear: both;
    line-height: 1.3;
    padding: 10px 0;
    margin: 0 0 15px;
  }

  .maker-head {
    margin: 0 30px;
  }
  .maker-head h2 {
    font-size: 28px;
    margin: 20px 0;
  }
  .maker-head h3 {
    font-size: 20px;
    padding: 0 0 0 25px;
    position: relative;
  }
  .maker-head h3:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -5px 0 0;
    background: #ce232e;
  }

  .category-info {
    position: relative;
    min-height: 260px;
    padding: 30px 30px 30px 290px;
    border: 1px solid #303030;
    font-size: 14px;
  }
  .category-info:before {
    content: '';
    display: block;
    background: #ce232e;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    position: absolute;
  }
  .category-info .image {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 30px;
    left: 30px;
  }
  .category-info .image:before {
    content: '';
    display: block;
    width: 1px;
    background: #303030;
    top: 0;
    bottom: 0;
    right: -30px;
    position: absolute;
  }
  .category-info .image img {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .category-info p {
    margin: 0;
  }

  .site-main.taxonomy dl.sub-categories {
    background: #f9f9f9;
    margin: 30px 30px;
    padding: 20px 30px;
  }
  .site-main.taxonomy dl.sub-categories dt {
    font-size: 14px;
    font-weight: bold;
  }
  .site-main.taxonomy dl.sub-categories dd {
    margin: 10px 0 0;
  }
  .site-main.taxonomy dl.sub-categories dd ul {
    margin: 0 -5px -5px 0;
    padding: 0;
    list-style: none;
  }
  .site-main.taxonomy dl.sub-categories dd ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main.taxonomy dl.sub-categories dd ul li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 14px;
  }
  .site-main.taxonomy dl.sub-categories dd ul li a {
    color: #ce232e;
    background: #fff;
    border: 1px solid #ce232e;
    display: block;
    padding: 5px 20px;
  }
  .site-main.taxonomy dl.sub-categories dd ul li.current a {
    color: #fff;
    background: #ce232e;
  }

  .getnavi-db .content {
    font-size: 14px;
    border: 10px solid #e9e9e9;
    margin: 30px 0;
    padding: 15px;
  }
  .getnavi-db .content p {
    margin: 0;
  }
  .getnavi-db .free {
    font-size: 14px;
    margin: 30px 0;
  }
  .getnavi-db + .meta-wrap {
    max-width: 600px;
    margin: 50px auto;
  }
  .getnavi-db + .meta-wrap dl.sns {
    float: none;
    border: none;
    margin-left: 50px;
  }

  .getnavi-db-sub-menu ul {
    list-style: none;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 880px;
  }
  .getnavi-db-sub-menu ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .getnavi-db-sub-menu ul li {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
  .getnavi-db-sub-menu ul li a {
    height: 60px;
    margin: 30px auto;
    text-align: center;
    border: 2px solid #303030;
    line-height: 56px;
    color: #303030;
    background: #fff;
    font-weight: bold;
    position: relative;
    display: block;
    font-size: 16px;
  }
  .getnavi-db-sub-menu ul li a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #303030;
    border-right: 3px solid #303030;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 20px;
  }

  section.logly {
    margin: 50px 0;
  }
  section.logly h2 {
    font-size: 16px;
    padding: 0 0 5px;
    border-bottom: 1px solid #e9e9e9;
  }
}
@media (max-width: 768px) {
  .getnavi-db-banner {
    max-width: 345px;
    margin: 0 auto -20px;
  }
  .getnavi-db-banner a {
    display: block;
    background: url('images/getnavidb-690x360.png?1554424333') no-repeat 0 0;
    background-size: contain;
    padding: 0 0 52%;
    height: 0;
    text-indent: -9999px;
    margin: 0 auto;
  }

  .getnavi-db-side-banner {
    text-align: center;
  }

  .visual-getnavi-db {
    background: url('images/visual-getnavi-db-sp.png?1554424333') no-repeat 0 0;
    background-size: contain;
    padding: 0 0 35%;
    height: 0;
    text-indent: -99999px;
  }
  .visual-getnavi-db + p {
    font-size: 12px;
  }

  section.maker {
    margin: 40px 0;
  }
  section.maker .head h2:before {
    background-image: url('images/icon-fff-search.svg?1554424333');
    top: 7px;
  }
  section.maker .body {
    background: #e9e9e9;
  }
  section.maker .body .inner {
    padding: 0 5px 5px 0;
  }
  section.maker .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.maker .body .inner .box {
    width: 100%;
    padding: 5px 0 0 5px;
  }
  section.maker .body .inner .box > div {
    min-height: 130px;
    padding: 20px 10px 20px 128px;
  }
  section.maker .body .inner .box > div:before {
    display: none;
  }
  section.maker .body .inner .box > div > a.cat1 {
    font-size: 16px;
    color: #303030;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 10px;
  }
  section.maker .body .inner .box > div > a.cat1:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 3px solid #ce232e;
    border-top: 3px solid #ce232e;
    position: absolute;
    left: 0;
    top: 7px;
  }
  section.maker .body .inner .box > div .logo {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    display: block;
  }
  section.maker .body .inner .box > div .logo img {
    max-width: 100px;
    max-height: 100px;
  }
  section.maker .body .inner .box > div ul {
    list-style: none;
    margin: 0 -5px -5px 0;
    padding: 0;
  }
  section.maker .body .inner .box > div ul:after {
    content: '';
    display: block;
    clear: both;
  }
  section.maker .body .inner .box > div ul li {
    float: left;
    margin: 0 5px 5px 0;
  }
  section.maker .body .inner .box > div ul li a {
    border: 1px solid #ce232e;
    color: #ce232e;
    padding: 2px 5px;
    display: block;
    font-size: 12px;
  }

  section.relative-db {
    margin: 25px 0;
  }
  section.relative-db .head h2:before {
    background-image: url('images/icon-fff-bookmark.svg?1554424333');
  }
  section.relative-db .body {
    background: #e9e9e9;
  }
  section.relative-db .body .inner {
    padding: 0 5px 5px 0;
  }
  section.relative-db .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.relative-db .body .inner .box {
    width: 50%;
    padding: 5px 0 0 5px;
  }
  section.relative-db .body .inner .box > div:before {
    background: #ce232e;
  }
  section.relative-db .body .inner .box > div ul.categories li a {
    border: 1px solid #ce232e;
    color: #ce232e;
    background: #fff;
  }
  section.relative-db .body .inner .box:nth-child(2n+1) {
    clear: left;
  }

  .getnavi-db-list {
    margin: 10px 0 25px;
  }
  .getnavi-db-list .body {
    background: #e9e9e9;
  }
  .getnavi-db-list .body .inner {
    padding: 0 5px 5px 0;
  }
  .getnavi-db-list .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .getnavi-db-list .body .inner .box {
    width: 50%;
    padding: 5px 0 0 5px;
  }
  .getnavi-db-list .body .inner .box > div:before {
    background: #ce232e;
  }
  .getnavi-db-list .body .inner .box > div ul.categories li a {
    border: 1px solid #ce232e;
    color: #ce232e;
    background: #fff;
  }
  .getnavi-db-list .body .inner .box:nth-child(2n+1) {
    clear: left;
  }

  .product-wrapper {
    margin: 30px 0;
  }
  .product-wrapper .product-image {
    max-width: 330px;
    margin: 0 auto 25px;
  }
  .product-wrapper .product-image ul {
    list-style: none;
    padding: 0;
    margin: 25px auto 0;
    max-width: 295px;
    text-align: center;
  }
  .product-wrapper .product-image ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-wrapper .product-image ul li {
    display: inline-block;
    width: 20%;
    padding: 0 5px;
    position: relative;
  }
  .product-wrapper .product-image ul li a {
    display: block;
    padding: 0 0 100%;
  }
  .product-wrapper .product-image ul li img {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .product-wrapper .product-image .image {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 100%;
    position: relative;
  }
  .product-wrapper .product-image .image img {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
  }
  .product-wrapper .text {
    font-size: 12px;
  }
  .product-wrapper .text .maker {
    float: left;
  }
  .product-wrapper .text .maker a {
    font-size: 12px;
    font-weight: bold;
    color: #ce232e;
    float: left;
    padding: 3px 0;
  }
  .product-wrapper .text ul.category {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .product-wrapper .text ul.category li {
    float: left;
    margin: 0 0 5px 5px;
  }
  .product-wrapper .text ul.category li a {
    font-size: 12px;
    color: #ce232e;
    border: 1px solid #ce232e;
    padding: 0 10px;
    display: block;
  }
  .product-wrapper .text h2 {
    font-size: 18px;
    font-weight: bold;
    clear: both;
    line-height: 1.3;
    margin: 0 0 15px;
  }

  .maker-head h2 {
    font-size: 19px;
    margin: 0 0 22px;
  }
  .maker-head h3 {
    font-size: 20px;
    padding: 0 0 0 25px;
    position: relative;
  }
  .maker-head h3:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -5px 0 0;
    background: #ce232e;
  }

  .category-info {
    position: relative;
    border: 1px solid #303030;
    font-size: 11px;
    padding: 15px;
  }
  .category-info:before {
    content: '';
    display: block;
    background: #ce232e;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    position: absolute;
  }
  .category-info .image {
    border-bottom: 1px solid #303030;
    margin: 0 0 15px;
    text-align: center;
  }
  .category-info .image img {
    max-height: 105px;
  }
  .category-info p {
    margin: 0;
  }

  .site-main.taxonomy dl.sub-categories {
    background: #f9f9f9;
    margin: 25px 0;
    padding: 15px 15px;
  }
  .site-main.taxonomy dl.sub-categories dt {
    font-size: 12px;
    font-weight: bold;
  }
  .site-main.taxonomy dl.sub-categories dd {
    margin: 10px 0 0;
  }
  .site-main.taxonomy dl.sub-categories dd ul {
    margin: 0 -5px -5px 0;
    padding: 0;
    list-style: none;
  }
  .site-main.taxonomy dl.sub-categories dd ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main.taxonomy dl.sub-categories dd ul li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 12px;
  }
  .site-main.taxonomy dl.sub-categories dd ul li a {
    color: #ce232e;
    background: #fff;
    border: 1px solid #ce232e;
    display: block;
    padding: 0 5px;
  }
  .site-main.taxonomy dl.sub-categories dd ul li.current a {
    color: #fff;
    background: #ce232e;
  }

  .getnavi-db .content {
    font-size: 12px;
    border: 5px solid #e9e9e9;
    margin: 20px 0;
    padding: 10px;
  }
  .getnavi-db .content p {
    margin: 0;
  }
  .getnavi-db .free {
    font-size: 12px;
    margin: 20px 0;
  }
  .getnavi-db + .meta-wrap {
    margin: 25px auto;
  }
  .getnavi-db + .meta-wrap dl.sns {
    float: none;
    border: none;
  }

  .getnavi-db-sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 305px;
  }
  .getnavi-db-sub-menu ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .getnavi-db-sub-menu ul li a {
    height: 40px;
    margin: 15px auto;
    text-align: center;
    border: 2px solid #303030;
    line-height: 38px;
    color: #303030;
    background: #fff;
    font-weight: bold;
    position: relative;
    display: block;
    font-size: 12px;
  }
  .getnavi-db-sub-menu ul li a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 10px;
  }

  section.logly {
    margin: 15px 0;
  }
  section.logly h2 {
    font-size: 15px;
    padding: 0 0 5px;
    border-bottom: 2px solid #e9e9e9;
  }
}
@media print {
  .site-header .wrap {
    padding: 0;
  }
  .site-header .wrap .site-branding {
    position: static;
  }
  .site-header ul.toggle-btn {
    display: none;
  }

  .site-main article .entry-content.more {
    height: auto;
  }
  .site-main article .entry-content.more:before {
    display: none;
  }
  .site-main article .entry-content.more .btn-more {
    display: none;
  }

  .site-carousel,
  .ad,
  .site-footer,
  #logly-lift-widget,
  .spotlight {
    display: none;
  }
}
