@charset "UTF-8";
/*!
Theme Name: watchavi
Theme URI: https://watchnavi.getnavi.jp/
Author: watchavi
Author URI: https://watchnavi.getnavi.jp/
Description: watchnavi original theme
Version: 0.1.63
*/
/* 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?1623047214') 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: 20px;
}

.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: #000000;
}
.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%;
}

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;
}

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

.article-video {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
}
.article-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

  table {
    border-top: 4px solid #666;
    border-bottom: 5px solid #666;
  }
  table tr th {
    padding: 24px 28px;
  }
  table tr th[scope="row"] {
    width: 230px;
  }
  table tr td {
    padding: 24px 28px;
  }
  table table {
    font-size: 14px;
  }
  table table tr th {
    padding: 12px 28px;
  }
  table table tr td {
    padding: 12px 28px;
  }

  .site-main > h1:first-child {
    color: #000;
    font-size: 34px;
    padding: 28px 30px;
    font-weight: bold;
    margin: 0 0 50px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
  }

  .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;
    max-height: 180px;
    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?1623047214') no-repeat 100% 50%;
    background-size: 7px 7px;
  }
}
@media (max-width: 768px) {
  .for-pc {
    display: none;
  }

  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: 8px 15px;
  }
  table table td {
    padding: 8px 15px;
  }

  .site-main > h1:first-child {
    font-size: 18px;
    padding: 12px 5px;
    font-weight: bold;
    margin: 0 0 15px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }

  .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?1623047214') no-repeat 100% 0%;
    background-size: 8px 8px;
  }
}
@media (min-width: 992px) {
  .for-desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .for-desktop {
    display: none;
  }
}
.split2:after {
  content: '';
  display: block;
  clear: both;
}
.split2 > div {
  float: left;
  width: 50%;
  text-align: center;
}

@media (min-width: 769px) {
  .site-footer .wrap {
    background: #ffffff;
  }
  .site-footer .wrap .inner {
    max-width: 1330px;
    padding: 35px 15px 35px 200px;
    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: 154px;
    height: 21px;
    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 .navigation {
    max-width: 720px;
    margin: 0 200px 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 li a[href$="/info/"] {
    display: none;
  }
  .site-footer .wrap .inner .navigation > ul:first-child {
    float: left;
    width: 25%;
  }
  .site-footer .wrap .inner .navigation .menu-footer ul {
    column-count: 4;
  }
  .site-footer .wrap .inner .navigation .menu-footer ul li a {
    font-weight: bold;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
  }
  .site-footer .wrap .inner .navigation .menu-footer ul li a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #db0600;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
  }
  .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 .wrap .bnr a {
    background: url('images/bnr-honmono.png') no-repeat 50% 50%;
    width: 170px;
    height: 57px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 100px;
    top: 40px;
  }
  .site-footer .footer-link-wrap {
    background: #f2f2f2;
  }
  .site-footer .footer-link-wrap > div {
    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: #ffffff;
  }
  .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: 12px;
    background: #fff;
  }
  .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 10px 28px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    position: relative;
    line-height: 1.5;
  }
  .site-footer .wrap .inner .sp-menu ul.menu li a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #db0600;
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -3px 0 0;
  }
  .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 {
    border-top: 1px solid #ccc;
    background: #fff;
    text-align: center;
    margin: -1px 0 0;
    padding: 25px 0;
  }
  .site-footer .wrap .inner .site-info .logo a {
    background: url('images/logo-footer-sp.png') no-repeat 50% 50%;
    background-size: 188.5px 25.5px;
    width: 188.5px;
    height: 25.5px;
    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 60px;
    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;
    width: 50%;
  }
  .site-footer .wrap .inner .site-info ul.sns li a {
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    margin: 0 auto;
  }
  .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 .bnr {
    margin: 0 0 35px;
  }
  .site-footer .wrap .inner .bnr a {
    background: url('images/bnr-honmono-sp.png') no-repeat 50% 50%;
    background-size: 210px 70px;
    width: 210px;
    height: 70px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
  }
  .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: 40px;
    height: 40px;
    text-indent: -9999px;
  }
  .site-footer .footer-link-wrap {
    padding: 25px 15px;
    background: #f2f2f2;
    margin: 0;
  }
  .site-footer .footer-link-wrap ul.footer-links {
    font-size: 11px;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    overflow: hidden;
  }
  .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 0 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 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 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 span {
    background: #f4f4f4;
    display: block;
    height: 39px;
    line-height: 39px;
    padding: 0 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;
  }
}
@media (min-width: 992px) {
  .site-footer .banner {
    background: #dddddd;
  }
  .site-footer .banner .inner {
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .site-footer .banner .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-footer .banner .inner .book {
    position: relative;
    height: 117px;
    width: 420px;
    margin: 0 auto;
    background: #fff;
    font-size: 11px;
  }
  .site-footer .banner .inner .book img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
  }
  .site-footer .banner .inner .book > div {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 96px;
    right: 0;
    top: 50%;
  }
  .site-footer .banner .inner .book > div p {
    color: #303030;
    font-size: 11px;
    margin: 0 0 1px;
  }
  .site-footer .banner .inner .book > div > p:first-child {
    font-size: 14px;
    font-weight: bold;
  }
  .site-footer .banner .inner .book > div p.meta {
    color: #999999;
    margin: 0 0 8px;
  }
  .site-footer .banner .inner ul {
    float: right;
    padding: 0 0 0 8px;
    margin: 0;
    list-style: none;
    border-left: 1px solid #fff;
  }
  .site-footer .banner .inner ul li {
    float: left;
    margin: 0 0 0 21px;
  }
  .site-footer .banner .inner ul li a {
    display: block;
  }
  .site-footer .banner .inner ul li a img {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-footer .banner {
    background: #dddddd;
  }
  .site-footer .banner .inner {
    padding: 20px 20px;
    max-width: 375px;
    margin: 0 auto;
  }
  .site-footer .banner .inner .book {
    background: #fff;
    font-size: 10px;
    position: relative;
  }
  .site-footer .banner .inner .book img {
    display: block;
    height: 142px;
  }
  .site-footer .banner .inner .book > div {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 115px;
    right: 10px;
    top: 50%;
  }
  .site-footer .banner .inner .book > div p {
    color: #303030;
    font-size: 10px;
    margin: 0 0 1px;
  }
  .site-footer .banner .inner .book > div > p:first-child {
    font-size: 12px;
    font-weight: bold;
  }
  .site-footer .banner .inner .book > div p.meta {
    color: #999999;
    margin: 0 0 8px;
  }
  .site-footer .banner .inner ul {
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
    border-top: 1px solid #fff;
  }
  .site-footer .banner .inner ul li {
    margin: 25px 0 0;
  }
  .site-footer .banner .inner ul li a {
    display: block;
  }
  .site-footer .banner .inner ul li a img {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  div.breadcrumbs {
    background: #fff;
    padding: 4px 0;
    border-top: 3px solid #f2f2f2;
  }
  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;
  }
}
@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%;
}

@media (min-width: 992px) {
  .content-wrapper {
    background: #f2f2f2;
    padding: 40px 0 0;
  }
  .content-wrapper .site-content {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    word-break: break-word;
  }
  .content-wrapper .site-content:after {
    content: '';
    display: block;
    clear: both;
  }
  .content-wrapper .site-content .content-area {
    float: left;
    width: 100%;
    padding: 0 330px 50px 0;
    margin: 0 -330px 0 0;
  }
  .content-wrapper .site-content .widget-area {
    float: right;
    width: 300px;
    padding-bottom: 20px;
  }
  .content-wrapper .site-content .widget-area > :first-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .content-wrapper {
    background: #f2f2f2;
  }
  .content-wrapper .site-content {
    padding: 10px 8px;
    word-break: break-word;
  }
}
@media (min-width: 769px) {
  .site-main section .head {
    border-top: 3px solid #000;
    padding: 25px 10px;
  }
  .site-main section .head h2 {
    margin: 0;
    line-height: 1.5;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-weight: bold;
    content: '';
    display: block;
    font-size: 26px;
    color: #000;
  }

  .widget-area section .head {
    border-top: 3px solid #303030;
    padding: 15px 8px;
  }
  .widget-area section .head h2 {
    line-height: 1.5;
    font-weight: bold;
    margin: 0;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    content: '';
    display: block;
    font-size: 18px;
    color: #000;
  }
}
@media (max-width: 768px) {
  .site-main section .head h2 {
    margin: 0;
    line-height: 1.5;
    border-top: 2px solid #303030;
    padding: 15px 5px;
    font-weight: bold;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    content: '';
    display: block;
    font-size: 18px;
    color: #000;
  }
}
@media (min-width: 769px) {
  .box {
    line-height: 1.4;
    float: left;
  }
  .box > div {
    background: #fff;
    padding: 0 20px 10px;
    position: relative;
  }
  .box > div .img {
    margin: 0 -20px 15px;
  }
  .box > div .img a {
    display: block;
    position: relative;
    padding: 60% 0 0;
  }
  .box > div .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .box > div div.date {
    font-size: 11px;
    display: inline;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .box > div ul.categories {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0 -5px 0 0;
    font-size: 11px;
  }
  .box > div ul.categories li {
    margin: 0 5px 5px 0;
    display: inline;
  }
  .box > div ul.categories li a {
    display: inline;
    color: #db0600;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    position: relative;
    padding: 0 0 0 10px;
  }
  .box > div ul.categories li a:before {
    content: '';
    display: block;
    background: #db0600;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .box > div ul.categories li span {
    color: #777777;
    background: #e9e9e9;
    display: inline;
    line-height: 14px;
    padding: 0 10px;
  }
  .box > div ul.categories li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .box > div ul.categories li.pr {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .box > div ul.categories li.pr span {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #aaaaaa;
    font-style: italic;
    background: transparent;
    white-space: nowrap;
    display: inline-block;
    line-height: 15px;
    font-size: 12px;
    padding: 0 5px;
  }
  .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 {
    display: inline;
    line-height: 1.1;
    word-break: break-all;
  }
  .box > div .tags ul {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .box > div .tags ul li {
    display: inline;
    font-size: 11px;
    margin: 0 5px 5px 0;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .box > div .tags ul li:before {
    content: '#';
    display: inline;
  }
  .box > div .tags ul li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 5px 5px 5px;
  }
}
@media (max-width: 768px) {
  .box {
    line-height: 1.4;
    float: left;
  }
  .box > div {
    background: #fff;
    padding: 10px;
    position: relative;
    line-height: 1;
  }
  .box > div .img {
    margin: -10px -10px 10px;
  }
  .box > div .img a {
    display: block;
    padding: 60% 0 0;
    position: relative;
  }
  .box > div .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .box > div .title {
    font-size: 11px;
    color: #303030;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .box > div .title a {
    color: inherit;
  }
  .box > div p {
    display: none;
  }
  .box > div div.date {
    font-size: 9px;
    display: inline;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .box > div ul.categories {
    list-style: none;
    padding: 0;
    margin: 0 -5px 5px 0;
    display: inline;
  }
  .box > div ul.categories li {
    margin: 0 5px 5px 0;
    display: inline;
    font-size: 9px;
  }
  .box > div ul.categories li a {
    color: #db0600;
    padding: 0 0 0 10px;
    position: relative;
  }
  .box > div ul.categories li a:before {
    content: '';
    display: inline-block;
    background: #db0600;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .box > div ul.categories li span {
    color: #777777;
    background: #e9e9e9;
    display: inline;
    line-height: 9px;
    padding: 0 5px;
  }
  .box > div ul.categories li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .box > div ul.categories li.pr {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .box > div ul.categories li.pr span {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #aaaaaa;
    font-style: italic;
    background: transparent;
    white-space: nowrap;
    display: inline-block;
    line-height: 15px;
    font-size: 10px;
  }
  .box > div .tags {
    font-size: 9px;
    display: inline;
    word-break: break-all;
  }
  .box > div .tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
  }
  .box > div .tags ul li {
    display: inline;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    margin: 0 5px 5px 0;
  }
  .box > div .tags ul li a:before {
    content: '#';
    display: inline;
  }
  .box > div .tags ul li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
}
@media (min-width: 769px) {
  .site-main .all {
    max-width: 500px;
    height: 60px;
    margin: 20px auto 30px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #999999;
    font-weight: bold;
  }
  .site-main .all a {
    color: inherit;
    position: relative;
    display: block;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 18px;
  }
  .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 #fff;
    border-right: 3px solid #fff;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 20px;
  }

  .widget-area .all {
    max-width: 240px;
    height: 40px;
    margin: 20px auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #999999;
    font-weight: bold;
  }
  .widget-area .all a {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    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 #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 14px;
  }
  .widget-area .all a[target="_blank"]:after {
    background: url('images/icon-fff-blank.svg?1623047214') no-repeat 0 0;
    background-size: 9px 9px;
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 0 0 4px;
  }
}
@media (max-width: 768px) {
  .site-main .all {
    max-width: 305px;
    height: 40px;
    margin: 5px auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #999999;
  }
  .site-main .all a {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    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 #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 12px;
  }

  .widget-area .all {
    max-width: 305px;
    height: 40px;
    margin: 20px auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #999;
  }
  .widget-area .all a {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    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 #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 12px;
  }
  .widget-area .all a[target="_blank"]:after {
    background: url('images/icon-blank.svg?1623047214') 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;
  background: #999999;
  font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
.pagination .nav-links > span {
  color: #fff;
  background: #444444;
}
.pagination .nav-links > span.dots {
  color: #999999;
  background: transparent;
}
@media (min-width: 769px) {
  .pagination {
    margin: 50px 0 45px;
  }
  .pagination .nav-links > span,
  .pagination .nav-links > a {
    font-size: 16px;
    padding: 0 7px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
  .pagination .nav-links > a {
    color: #fff;
    background: #999999;
    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 #fff;
    border-left: 3px solid #fff;
    display: inline-block;
    position: absolute;
    top: 15px;
    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 #fff;
    border-right: 3px solid #fff;
    display: inline-block;
    position: absolute;
    top: 15px;
    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;
    padding: 0 7px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 3px;
  }
  .pagination .nav-links > a {
    color: #fff;
    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 #fff;
    border-left: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 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 #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 15px;
  }
}

@media (min-width: 769px) {
  .site-main.category .category-header .category1 {
    color: #000;
    font-size: 34px;
    padding: 20px 30px;
    font-weight: bold;
    margin: 0 0 50px;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
}
@media (max-width: 768px) {
  .site-main.category .category-header .category1 {
    color: #000;
    font-size: 18px;
    padding: 11px 5px;
    font-weight: bold;
    margin: 0 0 15px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
}

@media (min-width: 769px) {
  .site-main .meta-wrap {
    padding: 20px 30px 10px;
    position: relative;
    margin: 35px -30px;
    border-bottom: 2px solid #f2f2f2;
  }
  .site-main .meta-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main .meta-wrap .meta {
    float: left;
    font-size: 14px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    margin: 0 0 10px;
  }
  .site-main .meta-wrap .meta .date {
    float: left;
    border-right: 1px solid #cccccc;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
  }
  .site-main .meta-wrap .meta ul.category {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-main .meta-wrap .meta ul.category li {
    float: left;
    margin-left: 5px;
  }
  .site-main .meta-wrap .meta ul.category li a {
    text-decoration: none;
    position: relative;
    padding: 0 0 0 10px;
  }
  .site-main .meta-wrap .meta ul.category li a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 3px;
    background: #db0600;
  }
  .site-main .meta-wrap .meta ul.category li:first-child {
    margin-left: 0;
  }
  .site-main .meta-wrap .meta ul.category li.pr {
    border-left: 1px solid #cccccc;
    padding-left: 20px;
    margin-left: 20px;
  }
  .site-main .meta-wrap .meta ul.category li.pr span {
    color: #aaa;
    padding: 2px 0;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-style: italic;
    font-size: 12px;
  }
  .site-main .meta-wrap dl.sns {
    float: right;
    margin: 0;
  }
  .site-main .meta-wrap dl.sns dt {
    display: none;
  }
  .site-main .meta-wrap dl.sns dd {
    margin: 0;
  }
  .site-main .meta-wrap dl.sns dd ul {
    list-style: none;
    padding: 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 20px;
  }
  .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: 20px;
    height: 21px;
    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: 25px;
    height: 21px;
    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: 22px;
    height: 21px;
    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: 22px;
    height: 20px;
    text-indent: -9999px;
  }
  .site-main .meta-wrap dl.sns dd ul li.twitter {
    margin: 0 0 0 20px;
  }
  .site-main .meta-wrap dl.sns dd ul li.fb {
    margin: -4px 0 0 10px;
  }
  .site-main > .meta-wrap {
    margin: 0 -30px;
    padding: 0 30px;
    border-top: 2px solid #f2f2f2;
  }
  .site-main > .meta-wrap dl.sns {
    background: #fff;
    padding: 20px 30px;
    float: none;
  }
  .site-main > .meta-wrap dl.sns dd:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main > .meta-wrap dl.sns dd ul {
    float: right;
  }
  .site-main .entry-title {
    font-size: 34px;
    line-height: 1.3;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    padding: 25px 0;
    margin: 0 0 30px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main article .entry-content {
    background: #fff;
    padding: 0 30px 10px;
  }
  .site-main article .entry-content h1,
  .site-main article .entry-content h2,
  .site-main article .entry-content h3,
  .site-main article .entry-content h4 {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .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 dl.tag {
    margin: 0 -30px;
    border-top: 2px solid #f2f2f2;
    padding: 30px 30px 20px;
  }
  .site-main article .entry-content dl.tag dt {
    display: none;
  }
  .site-main article .entry-content dl.tag dd {
    font-size: 14px;
    margin: 0;
  }
  .site-main article .entry-content dl.tag dd ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-main article .entry-content dl.tag dd ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main article .entry-content dl.tag dd ul li {
    float: left;
    margin-right: 0.5em;
  }
  .site-main article .entry-content dl.tag dd ul li a {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #000000;
  }
  .site-main article .entry-content dl.tag dd ul li a:before {
    content: '#';
  }
  .site-main article .inner {
    padding: 0 30px;
  }
  .site-main article .inner .meta {
    float: left;
  }
  .site-main article .inner .meta .date {
    float: left;
    font-size: 14px;
    color: #000;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main article .inner .meta ul.category {
    color: #db0600;
    font-size: 14px;
    float: left;
    margin: 0 0 0 20px;
    list-style: none;
    padding: 0;
    border-left: 1px solid #ccc;
  }
  .site-main article .inner .meta ul.category li {
    float: left;
    margin: 0 0 0 20px;
  }
  .site-main article .next-label {
    max-width: 500px;
    min-height: 60px;
    margin: 50px auto 40px;
    text-align: center;
    color: #fff;
    background: #999999;
    font-weight: bold;
    position: relative;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .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 #fff;
    border-right: 3px solid #fff;
    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;
    vertical-align: top;
  }
  .site-main article .article-page-navigation ol li {
    display: inline-block;
    margin: 0 0 10px 10px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main article .article-page-navigation ol li > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #444444;
    color: #fff;
  }
  .site-main article .article-page-navigation ol li > a {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #999;
    color: #fff;
    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 #fff;
    border-left: 3px solid #fff;
    display: inline-block;
    position: absolute;
    top: 14px;
    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 #fff;
    border-right: 3px solid #fff;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 12px;
  }
  .site-main article .article-page-navigation a.vapp {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #999;
    color: #fff;
    margin: 0 10px;
    padding: 0 28px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
}
@media (max-width: 768px) {
  .site-main .meta-wrap {
    padding: 10px 15px 2px;
    position: relative;
    margin: 15px 0;
  }
  .site-main .meta-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .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 {
    display: none;
  }
  .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: 20.5px 20.5px;
    width: 20.5px;
    height: 20.5px;
    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: 24.5px 20.5px;
    width: 24.5px;
    height: 20.5px;
    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: 21.5px 20.5px;
    width: 21.5px;
    height: 20.5px;
    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: 22px 20px;
    width: 22px;
    height: 20px;
    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 > .meta-wrap {
    position: relative;
    margin: -20px auto 0;
    padding: 0;
    border-top: 1px solid #f2f2f2;
  }
  .site-main > .meta-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main > .meta-wrap dl.sns {
    margin: 0;
    position: relative;
    min-height: 64px;
    background: #fff;
    padding: 15px 0 0;
  }
  .site-main > .meta-wrap dl.sns dt {
    display: none;
  }
  .site-main > .meta-wrap dl.sns dd {
    margin: 0;
  }
  .site-main > .meta-wrap dl.sns dd ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 230px;
  }
  .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 25px 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: 20.5px 20.5px;
    width: 20.5px;
    height: 20.5px;
    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: 24.5px 20.5px;
    width: 24.5px;
    height: 20.5px;
    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: 21.5px 20.5px;
    width: 21.5px;
    height: 20.5px;
    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: 22px 20px;
    width: 22px;
    height: 20px;
    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 article {
    font-size: 13px;
  }
  .site-main article .meta-wrap {
    padding: 5px 15px;
    margin: 0 -15px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
  }
  .site-main article .meta-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main article .meta-wrap .meta {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main article .meta-wrap .meta .date {
    float: left;
    border-right: 1px solid #ccc;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
  .site-main article .meta-wrap .meta ul.category {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-main article .meta-wrap .meta ul.category li {
    float: left;
    margin-left: 5px;
  }
  .site-main article .meta-wrap .meta ul.category li a {
    position: relative;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    padding: 0 0 0 12px;
    display: inline-block;
    text-decoration: none;
  }
  .site-main article .meta-wrap .meta ul.category li a:before {
    width: 6px;
    height: 6px;
    background: #db0600;
    content: '';
    display: block;
    left: 0;
    top: 6px;
    position: absolute;
  }
  .site-main article .meta-wrap .meta ul.category li:first-child {
    margin-left: 0;
  }
  .site-main article .meta-wrap .meta ul.category li.pr {
    border-left: 1px solid #ccc;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
  }
  .site-main article .meta-wrap .meta ul.category li.pr span {
    color: #aaa;
    padding: 2px 0;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-style: italic;
    font-size: 10px;
  }
  .site-main article .meta-wrap dl.sns {
    display: none;
  }
  .site-main article .entry-header .meta-wrap dl.sns {
    display: none;
  }
  .site-main article .entry-content {
    margin: 0 0 20px;
    background: #fff;
    padding: 0 15px;
  }
  .site-main article .entry-content h1,
  .site-main article .entry-content h2,
  .site-main article .entry-content h3,
  .site-main article .entry-content h4 {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main article .entry-content blockquote {
    background: #e9e9e9;
    padding: 0.5em 1em;
    margin: 1em 0;
    font-size: 90%;
  }
  .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.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 .entry-content dl.tag {
    border-top: 1px solid #f2f2f2;
    padding: 15px 15px;
    margin: 0 -15px;
  }
  .site-main article .entry-content dl.tag dt {
    display: none;
  }
  .site-main article .entry-content dl.tag dd {
    margin: 0;
  }
  .site-main article .entry-content dl.tag dd ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-main article .entry-content dl.tag dd ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main article .entry-content dl.tag dd ul li {
    font-size: 12px;
    float: left;
    margin-right: 0.5em;
  }
  .site-main article .entry-content dl.tag dd ul li a {
    color: #000;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main article .entry-content dl.tag dd ul li a:before {
    content: '#';
    display: inline;
  }
  .site-main article .meta:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-main article .meta .date {
    float: right;
    font-size: 11px;
    color: #979797;
    text-align: right;
  }
  .site-main article .entry-title {
    font-size: 18px;
    line-height: 1.2;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    borer-top: 2px solid #000;
    borer-bottom: 1px solid #000;
    padding: 13px 5px;
  }
  .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;
    color: #fff;
    background: #999999;
    font-weight: bold;
    position: relative;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .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 #fff;
    border-right: 2px solid #fff;
    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: 14px;
  }
  .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;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main article .article-page-navigation ol li > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #444444;
    color: #fff;
  }
  .site-main article .article-page-navigation ol li > a {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #999999;
    color: #fff;
    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 #fff;
    border-left: 2px solid #fff;
    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 #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 13px;
  }
  .site-main article .article-page-navigation a.vapp {
    height: 40px;
    line-height: 40px;
    background: #999;
    color: #fff;
    margin: 10px 10px;
    padding: 0 28px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
}
@media (min-width: 769px) {
  .article-list {
    margin: 40px 0;
  }
  .article-list .body .inner {
    margin-left: -17px;
  }
  .article-list .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .article-list .body .inner .box {
    float: left;
    width: 33.33%;
    padding: 0 0 17px 17px;
    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 .inner {
    margin-left: -15px;
  }
  .article-list .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .article-list .body .inner .box {
    float: left;
    width: 50%;
    padding: 0 0 15px 15px;
  }
  .article-list .body .inner .box:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 769px) {
  .relative-article {
    margin: 40px 0;
  }
  .relative-article .inner ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -20px;
  }
  .relative-article .inner ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .relative-article .inner li {
    float: left;
    width: 33.33%;
    padding: 0 0 20px 20px;
    margin: 0 0 20px;
    position: relative;
  }
  .relative-article .inner li:nth-child(3n+1) {
    clear: left;
  }
  .relative-article .inner li:after {
    content: '';
    display: block;
    left: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    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 li a + a {
    padding: 0 20px;
    display: inline-block;
  }
  .relative-article .inner .wp_rp_footer {
    margin: 5px;
    clear: both;
  }
}
@media (max-width: 768px) {
  .relative-article {
    margin: 25px 0;
  }
  .relative-article h2 {
    font-size: 18px;
  }
  .relative-article .inner ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -15px;
  }
  .relative-article .inner ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .relative-article .inner li {
    float: left;
    width: 50%;
    padding: 0 0 15px 15px;
    margin: 0 0 15px;
    position: relative;
  }
  .relative-article .inner li:nth-child(2n+1) {
    clear: left;
  }
  .relative-article .inner li:after {
    content: '';
    display: block;
    left: 15px;
    right: 0;
    top: 0;
    bottom: 0;
    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 li a + a {
    padding: 0 15px;
    display: inline-block;
  }
  .relative-article .inner .wp_rp_footer {
    margin: 5px;
    clear: both;
  }
}

@media (min-width: 769px) {
  .relative-links {
    margin: 40px 0;
  }
  .relative-links .body .inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .relative-links .body .inner ul li {
    margin: 2px 0;
    padding: 11px 0 11px 50px;
    font-size: 14px;
    position: relative;
    background: #fff;
  }
  .relative-links .body .inner ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #979797;
    border-radius: 3px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -3px;
  }
  .relative-links .body .inner ul li a {
    color: inherit;
  }
}
@media (max-width: 768px) {
  .relative-links {
    margin: 25px 0;
  }
  .relative-links .body .inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .relative-links .body .inner ul li {
    margin: 2px 0;
    padding: 8px 0 8px 25px;
    font-size: 12px;
    position: relative;
    background: #fff;
  }
  .relative-links .body .inner ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #979797;
    border-radius: 3px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .relative-links .body .inner ul li a {
    color: inherit;
  }
}
@media (min-width: 769px) {
  .head-spotlight {
    margin: 40px 0;
  }
  .head-spotlight .head {
    display: none;
  }
  .head-spotlight .body {
    padding: 10px;
    position: relative;
    background: #fff;
  }
  .head-spotlight .body .img {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 55%;
    bottom: 10px;
  }
  .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 !important;
  }
  .head-spotlight .body .text {
    width: 55%;
    margin: 0 0 0 auto;
    position: relative;
    padding: 10px 10px 10px 20px;
    min-height: 265px;
    line-height: 1.2;
  }
  .head-spotlight .body .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  .head-spotlight .body .text p {
    font-size: 12px;
    line-height: 1.6;
  }
  .head-spotlight .body .text .date {
    font-size: 11px;
    display: inline;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .head-spotlight .body .text .categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
  }
  .head-spotlight .body .text .categories li {
    margin: 0 5px 5px 0;
    display: inline;
    font-size: 11px;
  }
  .head-spotlight .body .text .categories li a {
    color: #db0600;
    padding: 0 0 0 11px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    position: relative;
  }
  .head-spotlight .body .text .categories li a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #db0600;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .head-spotlight .body .text .categories li span {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #777;
    background: #e9e9e9;
    padding: 0 5px;
  }
  .head-spotlight .body .text .categories li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .head-spotlight .body .text .categories li.pr {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .head-spotlight .body .text .categories li.pr span {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #aaaaaa;
    font-style: italic;
    background: transparent;
    white-space: nowrap;
    display: inline-block;
    line-height: 15px;
    padding: 0 5px;
  }
  .head-spotlight .body .text .tags {
    font-size: 11px;
    display: inline;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .head-spotlight .body .text .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: inline;
  }
  .head-spotlight .body .text .tags ul li {
    display: inline;
    margin: 0 10px 10px 0;
  }
  .head-spotlight .body .text .tags ul li a:before {
    content: '#';
  }
  .head-spotlight .body .text .tags ul li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 10px;
  }
  .head-spotlight + .head-spotlight {
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .head-spotlight {
    margin: 25px 0;
  }
  .head-spotlight .head {
    display: none;
  }
  .head-spotlight .body .inner {
    background: #fff;
    padding: 10px;
  }
  .head-spotlight .body div.date {
    font-size: 9px;
    display: inline;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .head-spotlight .body .categories {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: inline;
  }
  .head-spotlight .body .categories li {
    margin: 0 5px 5px 0;
    display: inline;
    font-size: 9px;
  }
  .head-spotlight .body .categories li a {
    color: #db0600;
    padding: 0 0 0 10px;
    position: relative;
  }
  .head-spotlight .body .categories li a:before {
    content: '';
    display: inline-block;
    background: #db0600;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .head-spotlight .body .categories li span {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #777;
    background: #e9e9e9;
    padding: 0 5px;
  }
  .head-spotlight .body .categories li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .head-spotlight .body .categories li.pr {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .head-spotlight .body .categories li.pr span {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #aaaaaa;
    font-style: italic;
    background: transparent;
    white-space: nowrap;
    display: inline-block;
    line-height: 15px;
    padding: 0 5px;
  }
  .head-spotlight .body .tags {
    font-size: 9px;
    display: inline;
    word-break: break-all;
  }
  .head-spotlight .body .tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
  }
  .head-spotlight .body .tags ul li {
    display: inline;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    margin: 0 5px 5px 0;
  }
  .head-spotlight .body .tags ul li a:before {
    content: '#';
    display: inline;
  }
  .head-spotlight .body .tags ul li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .head-spotlight .body .img img {
    max-width: 100%;
    display: block !important;
    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 + .head-spotlight {
    margin-top: -15px;
  }
}

@media (min-width: 769px) {
  .filter {
    background: #e5e5e5;
    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: #e5e5e5;
    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;
  }
}

.modal-overlay {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

a.modal-open:hover {
  cursor: pointer;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 3;
  margin: 10px;
  padding: 40px 15px 15px;
  border-radius: 8px;
  background: #fff;
}

.modal-content img {
  width: auto;
  max-height: 75vh;
}

.modal-content h1 {
  font-size: 120%;
  margin-bottom: 0.5em;
}

.modal-content p {
  max-width: 565px;
  text-align: left;
}

a.modal-close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #b29c33;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}

a.modal-close:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .modal-content img {
    width: auto;
    max-height: 42vh;
  }

  .modal-content h1 {
    font-size: 120%;
    margin-bottom: 0.5em;
  }

  .modal-content p {
    max-width: 80%;
    text-align: left;
  }
}
@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%;
  }
  .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%;
  }
  .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 {
    max-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: 235px;
    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: 299px;
    height: 40px;
    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 8px;
  }
  .site-header .main-navigation > div {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .site-header .menu-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .site-header .menu-header ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .site-header .menu-header ul li {
    margin: 0 10px 5px;
    font-size: 15px;
    display: inline-block;
  }
  .site-header .menu-header ul li.current-menu-item a {
    color: #db0600;
  }
  .site-header .menu-header ul li a {
    display: block;
    position: relative;
    padding: 5px 10px 3px 15px;
    color: #303030;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-weight: bold;
  }
  .site-header .menu-header ul li a:hover {
    color: #db0600;
    opacity: 1;
  }
  .site-header .menu-header ul li a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #db0600;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
  }
  .site-header .menu-header ul li:nth-child(8) {
    display: none;
  }
}
@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 .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: 149.5px 20px;
    width: 149.5px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    margin: 0 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');
  }
}

@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: #fff;
    display: none;
  }
  .main-navigation .sp-menu .menu-categories {
    border-bottom: 1px solid #ccc;
  }
  .main-navigation .sp-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 -1px;
  }
  .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.menu {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 10px;
  }
  .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 10px 28px;
    font-size: 12px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    line-height: 1.5;
  }
  .main-navigation .sp-menu ul.menu li a:before {
    margin-top: -3px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #db0600;
    top: 50%;
    left: 15px;
    position: absolute;
  }
  .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 30px;
    width: 210px;
    margin: 0 auto;
  }
  .main-navigation .sp-menu ul.sns li {
    width: 50%;
  }
  .main-navigation .sp-menu ul.sns li a {
    display: block;
    margin: 0 auto;
  }
  .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 .bnr a {
    background: url('images/bnr-honmono-sp.png') no-repeat 50% 50%;
    background-size: 210px 70px;
    width: 210px;
    height: 70px;
    text-indent: -9999px;
    margin: 0 auto 35px;
    display: block;
  }
  .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: #f2f2f2;
    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 {
    height: 30px;
    line-height: 28px;
    vertical-align: middle;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    color: #fff;
    background: #999999;
    border: none;
  }
  .main-navigation .sp-search .search button:before {
    content: '';
    background: url('images/icon-fff-search.svg?1623047214') 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 dt {
    font-size: 18px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    display: block;
    color: #000;
    padding: 14px 5px;
    border-top: 2px solid #303030;
  }
  .main-navigation .sp-search dl dd {
    font-size: 10px;
    margin: 0;
    background: #fff;
    padding: 15px;
  }
  .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;
  }
}
@media (min-width: 769px) {
  .carousel-wrap {
    position: relative;
  }
  .carousel-wrap .slick-dots * {
    display: none;
  }
  .carousel-wrap .carousel {
    background: #fff;
    padding: 20px;
  }
  .carousel-wrap .carousel .pic {
    padding: 0 40px;
  }
  .carousel-wrap .carousel .pic > a {
    display: block;
  }
  .carousel-wrap .carousel .pic img {
    max-width: 100%;
    max-height: 510px;
    display: block;
    margin: 0 auto;
  }
  .carousel-wrap .carousel .pic p.title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0 0 0 95px;
    position: relative;
  }
  .carousel-wrap .carousel .pic p.title:before {
    content: 'Feature';
    display: inline-block;
    color: #db0600;
    font-size: 12px;
    position: absolute;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    left: 10px;
  }
  .carousel-wrap .carousel .pic p.title:after {
    content: '';
    display: block;
    width: 1px;
    background: #ccc;
    top: 0;
    height: 21px;
    position: absolute;
    left: 76px;
  }
  .carousel-wrap .carousel .pic p.title.has-pr {
    padding: 0 0 0 200px;
  }
  .carousel-wrap .carousel .pic p.title .pr {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #aaaaaa;
    font-size: 12px;
    font-style: italic;
    border-right: 1px solid #ccc;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    height: 21px;
    display: inline-block;
    position: absolute;
    left: 100px;
  }
  .carousel-wrap ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .carousel-wrap ul.nav li {
    position: absolute;
    top: 50%;
    margin: -110px 0 0;
  }
  .carousel-wrap ul.nav li a {
    display: block;
    width: 40px;
    height: 100px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background: #444444;
  }
  .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: 13px;
    height: 13px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    display: inline-block;
    position: absolute;
    top: 41px;
    left: 15px;
  }
  .carousel-wrap ul.nav li.next {
    right: 10px;
  }
  .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: 13px;
    height: 13px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    display: inline-block;
    position: absolute;
    top: 41px;
    right: 15px;
  }
  .carousel-wrap ul.thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .carousel-wrap ul.thumbs:after {
    content: '';
    display: block;
    clear: both;
  }
  .carousel-wrap ul.thumbs li {
    border: 1px solid #f2f2f2;
    font-size: 12px;
    line-height: 1.3;
    float: left;
    width: 25%;
  }
  .carousel-wrap ul.thumbs li a {
    display: block;
    height: 70px;
    padding: 10px;
    position: relative;
    color: #000;
    background: #fff;
  }
  .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: #444444;
    opacity: 1;
  }
  .carousel-wrap ul.thumbs li.current a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    top: -10px;
    bottom: 0;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #444444;
    position: absolute;
    margin: 0 0 0 -10px;
  }
}
@media (max-width: 768px) {
  .carousel-wrap {
    position: relative;
    margin: 0 0 74px;
    padding: 0;
  }
  .carousel-wrap .carousel {
    display: none;
    background: #fff;
  }
  .carousel-wrap .carousel.slick-initialized {
    display: block;
  }
  .carousel-wrap .carousel .pic {
    padding: 9px;
    position: relative;
  }
  .carousel-wrap .carousel .pic > a {
    display: block;
  }
  .carousel-wrap .carousel .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 200px;
  }
  .carousel-wrap .carousel .pic p.title {
    font-size: 12px;
    font-weight: bold;
    position: relative;
  }
  .carousel-wrap .carousel .pic p.title:before {
    content: 'Feature';
    display: block;
    color: #db0600;
    font-size: 11px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .carousel-wrap .carousel .pic p.title a {
    color: inherit;
  }
  .carousel-wrap .carousel .pic p.title .pr {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #aaaaaa;
    font-size: 10px;
    font-style: italic;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    display: inline-block;
    position: absolute;
    left: 53px;
    top: 0;
  }
  .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-size: auto 8px;
    padding: 0 0 0 10px;
  }
  .carousel-wrap .carousel .slick-dots {
    bottom: -50px;
  }
  .carousel-wrap .carousel .slick-dots li {
    width: 30px;
    height: 30px;
  }
  .carousel-wrap .carousel .slick-dots li button {
    width: 30px;
    height: 30px;
  }
  .carousel-wrap .carousel .slick-dots li button:before {
    top: 9px;
    left: 9px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }
  .carousel-wrap ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .carousel-wrap ul.nav li {
    position: absolute;
    top: 50%;
    margin: -15px 0 0;
  }
  .carousel-wrap ul.nav li a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
  }
  .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 #fff;
    border-left: 2px solid #fff;
    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 #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
  }
  .carousel-wrap ul.thumbs {
    display: none;
  }
}

.site-main div.info {
  background: #fff;
  padding: 20px;
  font-size: 12px;
}
.site-main div.info dl {
  margin: 0;
}
.site-main div.info dl dt {
  margin: 0 0 1em;
  font-weight: bold;
}
.site-main div.info dl dd {
  margin: 0;
}
.site-main div.info dl dd :last-child {
  margin-bottom: 0;
}
.site-main a.bnr-db {
  background: url('images/bnr-db-sp.png?1623047214') no-repeat 50% 50%;
  background-size: contain;
  display: block;
  padding: 0 0 52.17%;
  max-width: 690px;
  width: auto;
  text-indent: -9999px;
  height: 0;
}
.site-main section.db {
  margin: 40px 0;
  background: #ffffff;
  padding: 10px;
}
.site-main section.db .head {
  position: relative;
  border-bottom: 1px solid #000;
  margin: 0 0 20px;
  padding: 15px 20px;
}
.site-main section.db .head h2 {
  color: #000;
  font-size: 20px;
  font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
.site-main section.db .head h2:before {
  display: none;
}
.site-main section.db .head p {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 220px;
  right: 20px;
  top: 50%;
  font-size: 12px;
  color: #777777;
  margin: 0;
}
.site-main section.db .body .inner {
  margin-left: -10px;
  position: relative;
  padding-right: 180px;
  min-height: 400px;
}
.site-main section.db .body .inner:after {
  content: '';
  display: block;
  clear: both;
}
.site-main section.db .body .inner .notfound {
  margin: 40px;
  font-size: 14px;
}
.site-main section.db .body .inner .search {
  width: 170px;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 5px solid #000;
  font-size: 11px;
  padding: 0 10px 10px;
}
.site-main section.db .body .inner .search > dl {
  margin: 0 -10px 30px;
}
.site-main section.db .body .inner .search > dl > dt {
  text-align: center;
  font-size: 13px;
  font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  padding: 5px;
}
.site-main section.db .body .inner .search > dl > dd {
  background: #e5e5e5;
  padding: 10px;
  border-radius: 5px;
  margin: 0;
}
.site-main section.db .body .inner .search > dl > dd dl {
  margin: 0;
}
.site-main section.db .body .inner .search > dl > dd dl dt {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 5px;
}
.site-main section.db .body .inner .search > dl > dd dl dd {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.site-main section.db .body .inner .search > dl > dd dl dd:before {
  content: '';
  display: block;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 10px;
  top: 19px;
}
.site-main section.db .body .inner .search > dl > dd dl dd select {
  border: 1px solid #a9a9a9;
  display: block;
  border-radius: 0;
  height: 42px;
  -webkit-appearance: none;
  width: 100%;
  padding: 8px;
  font-size: 12px;
}
.site-main section.db .body .inner .search > dl > dd button {
  color: #fff;
  background: #444444;
  border: none;
  display: block;
  font-size: 14px;
  font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  padding: 12px;
  width: 100%;
}
.site-main section.db .body .inner .search > dl > dd button:before {
  content: '';
  display: inline-block;
  background: url('images/icon-fff-search.svg?1623047214') no-repeat 0 0;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}
.site-main section.db .body .inner .search .to-search {
  display: block;
  color: #fff;
  background: #999999;
  font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  margin: 0 0 20px;
  position: relative;
}
.site-main section.db .body .inner .search .to-search:before {
  content: '';
  display: inline-block;
  background: url('images/icon-fff-plus.svg?1623047214') no-repeat 0 0;
  background-size: 9px 9px;
  width: 9px;
  height: 9px;
  margin: 0 10px 0 0;
}
.site-main section.db .body .inner .search .to-search:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
}
.site-main section.db .body .inner .box {
  width: 33.33%;
  padding: 0 0 10px 10px;
}
.site-main section.db .body .inner .box > div {
  border: 1px solid #cccccc;
  padding: 19px;
}
.site-main section.db .body .inner .box > div > a {
  font-size: 14px;
  color: #303030;
  font-weight: bold;
  display: block;
  padding: 0;
  position: static;
}
.site-main section.db .body .inner .box > div .img {
  padding: 0 0 100%;
  position: relative;
  margin: 0 0 15px;
}
.site-main section.db .body .inner .box > div .img a {
  padding: 0;
  position: static;
}
.site-main section.db .body .inner .box > div .img img {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
}
.site-main section.db .body .inner .box > div .category {
  font-size: 11px;
  font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #999999;
  margin: 0 0 3px;
}
.site-main section.db .body .inner .box > div .title {
  font-size: 13px;
  font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
.site-main section.db .body .inner .box > div .price {
  font-size: 14px;
}
.site-main section.db .body .inner .box:nth-child(3n+1) {
  clear: left;
}
.site-main section.db .body .all {
  max-width: 320px;
  line-height: 40px;
  height: 40px;
}
.site-main section.db .body .all a {
  font-size: 14px;
}
.site-main section.db .body .all a:before {
  top: 16px;
  right: 13px;
  width: 6px;
  height: 6px;
  border-top-width: 2px;
  border-right-width: 2px;
}

@media (min-width: 769px) {
  section.news {
    margin: 30px 0;
  }
  section.news .body .inner {
    margin-left: -15px;
  }
  section.news .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.news .body .inner .box {
    width: 33.33%;
    padding: 0 0 15px 15px;
  }
  section.news .body .inner .box > div > a {
    font-size: 14px;
    color: #303030;
    font-weight: bold;
    display: block;
  }
  section.news .body .inner .box:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  section.news {
    margin: 25px 0;
  }
  section.news .body .inner {
    margin-left: -15px;
  }
  section.news .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.news .body .inner .box {
    width: 50%;
    padding: 0 0 15px 15px;
  }
  section.news .body .inner .box > div > a {
    font-size: 14px;
    color: #303030;
    font-weight: bold;
    display: block;
  }
  section.news .body .inner .box:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 769px) {
  section.review {
    margin: 40px 0;
  }
  section.review .body .inner {
    margin-left: -17px;
  }
  section.review .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.review .body .inner .box {
    width: 33.33%;
    padding: 0 0 17px 17px;
  }
  section.review .body .inner .box > div > a {
    font-size: 14px;
    color: #303030;
    font-weight: bold;
    display: block;
  }
  section.review .body .inner .box:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  section.review {
    margin: 25px 0;
  }
  section.review .body .inner {
    margin-left: -15px;
  }
  section.review .body .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.review .body .inner .box {
    width: 50%;
    padding: 0 0 15px 15px;
  }
  section.review .body .inner .box > div > a {
    font-size: 14px;
    color: #303030;
    font-weight: bold;
    display: block;
  }
  section.review .body .inner .box:nth-child(2n+1) {
    clear: left;
  }
}
.content-area section.hot-word {
  margin: 30px 0;
}
.content-area section.hot-word ul {
  list-style: none;
  padding: 17px;
  margin: 0;
  background: #fff;
  font-size: 14px;
}
.content-area section.hot-word ul li {
  display: inline;
  margin: 0 10px 10px 0;
}
.content-area section.hot-word ul li a {
  color: #303030;
}
@media (max-width: 768px) {
  .content-area section.hot-word ul {
    font-size: 12px;
  }
}

.widget-area section.hot-word {
  margin: 30px 0;
}
.widget-area section.hot-word ul {
  list-style: none;
  padding: 17px;
  margin: 0;
  background: #fff;
  font-size: 11px;
}
.widget-area section.hot-word ul li {
  display: inline;
  margin: 0 10px 10px 0;
}
.widget-area section.hot-word ul li a {
  color: #303030;
}

.widget-area section.spotlight {
  margin: 30px 0;
}
.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?1623047214') no-repeat 50% 50%;
  }
  .widget-area section.info ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .widget-area section.info ul li {
    margin: 0 0 1px;
    padding: 15px 10px 15px 120px;
    background: #fff;
    line-height: 1.2;
    position: relative;
    min-height: 90px;
    font-size: 11px;
    color: #303030;
  }
  .widget-area section.info ul li div.thumbnail {
    width: 100px;
    position: absolute;
    left: 10px;
    top: 15px;
    max-height: 60px;
    overflow: hidden;
  }
  .widget-area section.info ul li div.thumbnail img {
    display: block;
  }
  .widget-area section.info ul li div.date {
    margin: 0 0 3px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .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?1623047214') 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 .site .head {
    background: #f2f2f2;
  }
  .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: #fff;
    padding: 10px;
  }
  .site-carousel-wrap .site-carousel .site .inner img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .site-carousel-wrap .site-carousel .site .inner ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    background: #fff;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li {
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
    font-size: 11px;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li:first-child {
    border-top: none;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li a {
    display: block;
    padding: 20px;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li .title {
    font-size: 13px;
    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.get h2 {
    background: url('images/logo-group-getnavi.png') no-repeat 50% 50%;
    width: 350px;
    height: 50px;
    text-indent: -9999px;
    background-size: contain;
    width: 75%;
    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 .site .head {
    background: #f2f2f2;
  }
  .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: #fff;
    padding: 5px 5px 1px;
  }
  .site-carousel-wrap .site-carousel .site .inner img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .site-carousel-wrap .site-carousel .site .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li {
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
    font-size: 11px;
  }
  .site-carousel-wrap .site-carousel .site .inner ul li:first-child {
    border-top: none;
  }
  .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 .site-carousel .site.get h2 {
    background: url('images/logo-group-getnavi.png') no-repeat 50% 50%;
    width: 350px;
    height: 50px;
    text-indent: -9999px;
    background-size: contain;
    height: 40px;
  }
  .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 ol,
.widget-area section.ranking ol {
  list-style: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
  counter-reset: ranking;
}
.widget-area section.popular-posts ol li,
.widget-area section.ranking ol li {
  margin: 0 0 2px;
  position: relative;
  padding: 16px 14px 16px 140px;
  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: 40px;
  width: 25px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  z-index: 5;
  font-weight: bold;
  color: #000;
  font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
.widget-area section.popular-posts ol li a,
.widget-area section.ranking ol li a {
  font-size: 11px;
}
.widget-area section.popular-posts ol li a img,
.widget-area section.ranking ol li a img {
  position: absolute;
  left: 30px;
  top: 20px;
  max-height: 63px;
  max-width: 100px;
}
@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 {
    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: 40px 0;
  }
  .site-main.writer section.writer .head h2:before {
    background: url('images/icon-fff-person.svg?1623047214') 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?1623047214') 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,
  .site-main.popularity .tab .tab-foot {
    background: #e5e5e5;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
  }
  .site-main.popularity .tab .tab-head ul,
  .site-main.popularity .tab .tab-foot ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .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 10px 0 0;
  }
  .site-main.popularity .tab .tab-head ul li a,
  .site-main.popularity .tab .tab-foot ul li a {
    color: #303030;
    background: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 160px;
    padding: 5px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    border-radius: 5px;
  }
  .site-main.popularity .tab .tab-head ul li.current a,
  .site-main.popularity .tab .tab-foot ul li.current a {
    color: #fff;
    background: #444444;
  }
  .site-main.popularity .tab .tab-body {
    counter-reset: ranking;
    margin: 70px 0 50px;
  }
  .site-main.popularity .tab .tab-body .entry {
    padding: 15px 25px 20px 383px;
    border-left: 3px solid #000000;
    background: #fff;
    position: relative;
    height: 170px;
  }
  .site-main.popularity .tab .tab-body .entry:before {
    counter-increment: ranking;
    content: counter(ranking);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 82px;
    display: block;
    text-align: center;
    line-height: 170px;
    font-size: 30px;
    z-index: 5;
    font-weight: bold;
    background: #f2f2f2;
    color: #000;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main.popularity .tab .tab-body .entry .image {
    position: absolute;
    left: 83px;
    top: 0;
    bottom: 0;
    width: 283px;
  }
  .site-main.popularity .tab .tab-body .entry .image img {
    max-width: 283px;
    max-height: 170px;
    display: block;
  }
  .site-main.popularity .tab .tab-body .entry h2 {
    color: #303030;
    font-size: 18px;
    margin: 0 0 10px;
  }
  .site-main.popularity .tab .tab-body .entry div.date {
    font-size: 11px;
    display: inline;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li {
    margin: 0 5px 5px 0;
    display: inline;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li a {
    display: inline;
    color: #db0600;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    position: relative;
    padding: 0 0 0 10px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li a:before {
    content: '';
    display: block;
    background: #db0600;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li span {
    color: #777777;
    background: #e9e9e9;
    display: inline;
    line-height: 14px;
    padding: 0 10px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 5px 5px 5px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li.pr {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li.pr span {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #aaaaaa;
    font-style: italic;
    background: transparent;
    white-space: nowrap;
    display: inline-block;
    line-height: 15px;
    padding: 0 5px;
  }
  .site-main.popularity .tab .tab-body .entry .tags {
    display: inline;
    line-height: 1.1;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul li {
    display: inline;
    font-size: 11px;
    margin: 0 5px 5px 0;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul li:before {
    content: '#';
    display: inline;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .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,
  .site-main.popularity .tab .tab-foot {
    background: #e5e5e5;
    padding: 7px 4px;
  }
  .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 3px 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: #fff;
    display: block;
    position: relative;
    font-size: 14px;
    padding: 10px 0;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    border-radius: 3px;
  }
  .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-body {
    counter-reset: ranking;
    margin: 25px 0;
  }
  .site-main.popularity .tab .tab-body .entry {
    border-left: 2px solid #303030;
    background: #fff;
    position: relative;
    padding: 0 10px 10px 39px;
  }
  .site-main.popularity .tab .tab-body .entry:before {
    counter-increment: ranking;
    content: counter(ranking);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 28px;
    display: block;
    text-align: center;
    line-height: 100px;
    font-size: 14px;
    z-index: 5;
    font-weight: bold;
    background: #f2f2f2;
    color: #000;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main.popularity .tab .tab-body .entry .image {
    position: absolute;
    left: 29px;
    top: 0;
    padding: 0 25px 0 0;
  }
  .site-main.popularity .tab .tab-body .entry .image img {
    max-width: 126px;
    max-height: 76px;
    display: block;
  }
  .site-main.popularity .tab .tab-body .entry .text {
    min-height: 77px;
    padding: 5px 10px 5px 136px;
    margin: 0 -10px;
    border-bottom: 1px solid #f2f2f2;
  }
  .site-main.popularity .tab .tab-body .entry h2 {
    color: #303030;
    font-size: 11px;
    margin: 0 0 10px;
  }
  .site-main.popularity .tab .tab-body .entry div.date {
    font-size: 9px;
    display: inline;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
    display: inline;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li {
    margin: 0 5px 5px 0;
    display: inline;
    font-size: 9px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li a {
    color: #db0600;
    padding: 0 0 0 10px;
    position: relative;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li a:before {
    content: '';
    display: inline-block;
    background: #db0600;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li span {
    color: #777777;
    background: #e9e9e9;
    display: inline;
    line-height: 9px;
    padding: 0 5px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 5px 5px 5px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li.pr {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .site-main.popularity .tab .tab-body .entry ul.categories li.pr span {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #aaaaaa;
    font-style: italic;
    background: transparent;
    white-space: nowrap;
    display: inline-block;
    line-height: 15px;
    padding: 0 5px;
  }
  .site-main.popularity .tab .tab-body .entry .tags {
    font-size: 9px;
    display: inline;
    word-break: break-all;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul li {
    display: inline;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    margin: 0 5px 5px 0;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul li a:before {
    content: '#';
    display: inline;
  }
  .site-main.popularity .tab .tab-body .entry .tags ul li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
  }
  .site-main.popularity .tab .tab-body .entry + .entry {
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  .site-main.future .entry {
    padding: 29px 24px 24px;
    position: relative;
    margin: 40px 0;
    font-size: 14px;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .site-main.future .entry {
    padding: 17px 15px 15px;
    position: relative;
    margin: 15px 0 25px;
    font-size: 11px;
    background: #fff;
  }
}

@media (min-width: 769px) {
  .site-main article.page .entry-content {
    padding: 10px 30px;
  }
}
@media (max-width: 768px) {
  .site-main article.page .entry-content {
    padding: 5px 15px;
  }
}

@media (min-width: 769px) {
  .brand section {
    margin: 40px 0;
  }

  div.anchor {
    background: #e5e5e5;
    padding: 10px;
  }
  div.anchor ul {
    font-size: 18px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  div.anchor ul:after {
    content: '';
    display: block;
    clear: both;
  }
  div.anchor ul li {
    width: 7.69%;
    float: left;
    padding: 5px;
  }
  div.anchor ul li a {
    display: block;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 5px 0 5px 9px;
  }
  div.anchor ul li 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 #000;
    border-right: 2px solid #000;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 6px;
  }

  dl.tag-box {
    margin: 15px 0;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  dl.tag-box dt {
    padding: 12px 20px;
    font-size: 20px;
    border-bottom: 1px solid #000;
  }
  dl.tag-box dd {
    margin: 0;
    padding: 20px;
    font-size: 18px;
  }
  dl.tag-box dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  dl.tag-box dd ul:after {
    content: '';
    display: block;
    clear: both;
  }
  dl.tag-box dd ul li {
    float: left;
    width: 25%;
    margin: 0 0 20px;
  }

  .about {
    background: #fff;
    padding: 20px 30px;
    position: relative;
    margin: 0 0 10px;
    min-height: 150px;
  }
  .about:after {
    content: '';
    display: block;
    clear: both;
  }
  .about .text {
    font-size: 14px;
  }
  .about.has-logo .img {
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 10px 0;
  }
  .about.has-logo .img img {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
  }
  .about.has-logo .text {
    float: right;
    width: 55%;
    padding-left: 20px;
  }

  section.shop {
    padding: 10px;
    background: #fff;
  }
  section.shop h2 {
    font-size: 20px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 20px;
    margin: 0 0 10px;
  }
  section.shop .inner {
    padding: 35px 20px 20px;
  }
  section.shop .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  section.shop .inner dl {
    float: left;
    width: 50%;
    margin: 0 0 25px;
  }
  section.shop .inner dl:nth-child(2n+1) {
    clear: left;
  }
  section.shop .inner dl dt {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 20px;
  }
  section.shop .inner dl dt:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #db0600;
    left: 0;
    top: 9px;
    position: absolute;
  }
  section.shop .inner dl dd {
    font-size: 14px;
    margin: 0 0 0 20px;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .brand section {
    margin: 25px 0;
  }

  div.anchor {
    background: #e5e5e5;
    padding: 5px;
  }
  div.anchor ul {
    font-size: 14px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  div.anchor ul:after {
    content: '';
    display: block;
    clear: both;
  }
  div.anchor ul li {
    width: 20%;
    float: left;
    padding: 2px;
  }
  div.anchor ul li a {
    display: block;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 5px 0 5px 9px;
    border-radius: 3px;
  }
  div.anchor ul li 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 #000;
    border-right: 2px solid #000;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
  }

  dl.tag-box {
    margin: 7px 0;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  dl.tag-box dt {
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px solid #000;
  }
  dl.tag-box dd {
    margin: 0;
    padding: 20px 5px;
    font-size: 14px;
  }
  dl.tag-box dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  dl.tag-box dd ul:after {
    content: '';
    display: block;
    clear: both;
  }
  dl.tag-box dd ul li {
    float: left;
    width: 50%;
    margin: 0 0 10px;
  }

  .about {
    background: #fff;
    padding: 10px;
    margin: 0 0 15px;
  }
  .about .text {
    font-size: 10px;
  }
  .about.has-logo .img {
    text-align: center;
  }

  section.shop {
    padding: 5px;
    background: #fff;
  }
  section.shop h2 {
    font-size: 15px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 10px;
    margin: 0 0 10px;
  }
  section.shop .inner {
    padding: 10px 10px 10px;
  }
  section.shop .inner dl {
    margin: 0 0 10px;
  }
  section.shop .inner dl dt {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 10px;
  }
  section.shop .inner dl dt:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #db0600;
    left: 0;
    top: 7px;
    position: absolute;
  }
  section.shop .inner dl dd {
    font-size: 12px;
    margin: 0 0 0 15px;
    line-height: 1.8;
  }
}
.parentLink {
  width: 100%;
  display: flex;
  margin-top: 5px;
  list-style: none;
  padding: 0;
  justify-content: space-between;
}

.parentLink li {
  width: 49%;
  text-align: center;
  background-color: #000;
}

.parentLink span {
  position: relative;
  padding-left: 12px;
}

.parentLink span:before {
  content: "";
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  left: 0;
  top: 3px;
}

.parentLink a {
  display: block;
  color: #fff;
  padding: 2px;
}

.main-cover-textblock ul.db-additional-list {
  list-style: none;
  padding: 0;
}

@media (min-width: 769px) {
  .collection-wrap {
    margin: 0;
    background: #fff;
    padding: 5px 5px 5px 0;
  }
  .collection-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .collection-wrap .collection-group {
    float: left;
    width: 33.33%;
    padding: 0 0 0 5px;
    margin: 0 0 5px;
    font-size: 12px;
  }
  .collection-wrap .collection-group:nth-child(3n+1) {
    clear: left;
  }
  .collection-wrap .collection-group .collection-link {
    display: block;
  }
  .collection-wrap .collection-group .collection-link .img-wrapper {
    position: relative;
    padding: 100% 0 0;
    border: 1px solid #eee;
    z-index: 1;
    margin: 0 0 3px;
  }
  .collection-wrap .collection-group .collection-link .img-wrapper img {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    max-height: 100%;
  }
  .collection-wrap .collection-group .collection {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
  }
  .collection-wrap .collection-group .collection > img {
    border: 1px solid #eee;
  }
  .collection-wrap .collection-group p {
    margin: 0 0 0.5em;
  }
  .collection-wrap .collection-group p.merriweather {
    font-size: 18px;
    color: #303030;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .collection-wrap .collection-group p.collection-title {
    font-size: 14px;
  }
  .collection-wrap .collection-group .brand-label {
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 1px 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
  }
  .collection-wrap .collection-group .db-additional-list {
    background: #f7f7f7;
    padding: 10px 20px;
    margin: 15px 0 0;
    font-size: 12px;
  }

  p.slug {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }

  .cover-wrap {
    margin: 0 0 20px;
  }
  .cover-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .cover-wrap .main-cover-image-wrap {
    float: left;
    width: 50%;
  }
  .cover-wrap .main-cover-image-wrap .img-wrapper {
    position: relative;
    padding: 100% 0 0;
    margin: 0 0 3px;
  }
  .cover-wrap .main-cover-image-wrap .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cover-wrap .main-cover-textblock {
    float: left;
    width: 50%;
    padding: 0 0 0 20px;
  }
  .cover-wrap .main-cover-textblock h3 {
    margin: 0 0 0.5em;
  }
  .cover-wrap .main-cover-textblock p {
    margin: 0 0 0.5em;
  }

  .detail-meta {
    background-color: #f7f7f7;
    padding: 15px 22px;
    font-size: 14px;
    margin-top: 15px;
  }
  .detail-meta ul li {
    margin: 3px 0;
  }
  .detail-meta ul li:before {
    content: '-';
    display: inline-block;
    padding-right: 7px;
    font-weight: bold;
  }

  .detail-free {
    margin: 1em 0;
  }

  .image-box .img {
    float: right;
    margin-left: 70px;
    width: 360px;
  }

  .brand-info-wrap {
    background: #fff;
    padding: 20px;
    margin: 0 0 40px;
  }
  .brand-info-wrap .main-copy {
    background: #fff;
  }
  .brand-info-wrap .main-copy:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-info-wrap .catch-copy {
    font-size: 130%;
    font-weight: bold;
  }

  .brand-info {
    border: 1px solid #e5e5e5;
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
    word-break: break-all;
  }
  .brand-info a {
    color: inherit;
  }
  .brand-info a:hover {
    text-decoration: none;
  }

  .recommend-search-box {
    border: 1px solid #e1e1e1;
    text-align: center;
    background: #fff;
  }
  .recommend-search-box h2 {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 32px;
  }
  .recommend-search-box ul.brands {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .recommend-search-box ul.brands li {
    display: inline-block;
    margin: 0 10px 20px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .recommend-search-box ul.brands li a {
    border: 1px solid #000;
    padding: 0.6em 1em;
  }
  .recommend-search-box .btn_brand-search {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background: #000 url(../images/search/ico_arrow_r.png) no-repeat 95% 50%;
    width: 100%;
    max-width: 310px;
    height: 53px;
    line-height: 53px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.08em;
    margin: 20px 0 35px;
  }
}
@media (max-width: 768px) {
  .parentLink {
    display: block;
  }
  .parentLink li {
    width: auto;
    margin: 0 0 5px;
  }
  .parentLink li a {
    padding: 3px 0 5px;
  }
  .parentLink span {
    font-size: 10px;
    display: inline-block;
  }
  .parentLink span:before {
    top: 4px;
  }

  .collection-wrap {
    margin: 0;
    background: #fff;
    padding: 10px 10px 10px 0;
  }
  .collection-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .collection-wrap .collection-group {
    float: left;
    width: 50%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 12px;
  }
  .collection-wrap .collection-group:nth-child(2n+1) {
    clear: left;
  }
  .collection-wrap .collection-group .collection-link {
    display: block;
  }
  .collection-wrap .collection-group .collection-link .img-wrapper {
    position: relative;
    padding: 100% 0 0;
    border: 1px solid #eee;
    z-index: 1;
    margin: 0 0 3px;
  }
  .collection-wrap .collection-group .collection-link .img-wrapper img {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    max-height: 100%;
  }
  .collection-wrap .collection-group .collection {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
  }
  .collection-wrap .collection-group .collection > img {
    border: 1px solid #eee;
  }
  .collection-wrap .collection-group .collection .img-wrapper {
    position: relative;
    padding: 100% 0 0;
    border: 1px solid #eee;
    z-index: 1;
    margin: 0 0 3px;
  }
  .collection-wrap .collection-group .collection .img-wrapper img {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    max-height: 100%;
    border: none;
  }
  .collection-wrap .collection-group p {
    margin: 0 0 0.5em;
    word-break: break-all;
  }
  .collection-wrap .collection-group p.merriweather {
    font-size: 14px;
    color: #303030;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .collection-wrap .collection-group p.collection-title {
    font-size: 14px;
  }
  .collection-wrap .collection-group .brand-label {
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 1px 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    font-size: 10px;
  }
  .collection-wrap .collection-group .db-additional-list {
    background: #f7f7f7;
    padding: 10px 20px;
    margin: 15px 0 0;
    font-size: 12px;
  }

  p.slug {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }

  .cover-wrap {
    margin: 0 0 20px;
  }
  .cover-wrap .main-cover-image-wrap .img-wrapper {
    position: relative;
    padding: 100% 0 0;
    margin: 0 0 3px;
  }
  .cover-wrap .main-cover-image-wrap .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cover-wrap .main-cover-textblock h3 {
    margin: 0 0 0.5em;
  }
  .cover-wrap .main-cover-textblock p {
    margin: 0 0 0.5em;
  }

  .detail-meta {
    background-color: #f7f7f7;
    padding: 15px 22px;
    font-size: 14px;
    margin-top: 15px;
  }
  .detail-meta ul li {
    margin: 3px 0;
  }
  .detail-meta ul li:before {
    content: '-';
    display: inline-block;
    padding-right: 7px;
    font-weight: bold;
  }

  .brand-info-wrap {
    background: #fff;
    padding: 10px;
    margin: 0 0 40px;
  }
  .brand-info-wrap .main-copy {
    background: #fff;
  }
  .brand-info-wrap .main-copy:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-info-wrap .catch-copy {
    font-size: 130%;
    font-weight: bold;
  }

  .brand-info {
    border: 1px solid #e5e5e5;
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
    word-break: break-all;
  }
  .brand-info a {
    color: inherit;
  }
  .brand-info a:hover {
    text-decoration: none;
  }

  .recommend-search-box {
    border: 1px solid #e1e1e1;
    text-align: center;
    background: #fff;
  }
  .recommend-search-box h2 {
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 32px;
  }
  .recommend-search-box ul.brands {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .recommend-search-box ul.brands li {
    display: inline-block;
    margin: 0 10px 20px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .recommend-search-box ul.brands li a {
    border: 1px solid #000;
    padding: 0.6em 1em;
  }
  .recommend-search-box .btn_brand-search {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background: #000 url(../images/search/ico_arrow_r.png) no-repeat 95% 50%;
    width: 100%;
    max-width: 310px;
    height: 53px;
    line-height: 53px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.08em;
    margin: 20px 0 35px;
  }
}
@media (min-width: 769px) {
  .brand-list .to-search {
    text-align: center;
    font-size: 14px;
    margin: 30px 0 0;
  }
  .brand-list .to-search a {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #999999;
    position: relative;
    font-size: 18px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .brand-list .to-search a:before {
    content: '';
    display: inline-block;
    background: url('images/icon-fff-search.svg?1623047214') no-repeat 0 0;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .brand-list .to-search a:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 26px;
  }
  .brand-list .search {
    background: #ffffff;
    font-size: 14px;
    padding: 30px;
    margin: 30px 0;
  }
  .brand-list .keywords {
    background: #fff;
    padding: 10px;
  }
  .brand-list .keywords h2 {
    font-size: 20px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 0 30px;
    padding: 13px 20px;
  }
  .brand-list .keywords ul {
    padding: 20px 10px 10px 20px;
    background: #e5e5e5;
    margin: 0;
    list-style: none;
    border-radius: 5px;
  }
  .brand-list .keywords ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-list .keywords ul li {
    float: left;
    margin: 0 10px 10px 0;
  }
  .brand-list .keywords ul li a {
    display: block;
    color: #303030;
    background: #fff;
    font-size: 18px;
    padding: 8px 20px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .brand-list .brand-list-group {
    margin: 30px 0 30px -17px;
  }
  .brand-list .brand-list-group:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-list .brand-list-group .brand-list {
    float: left;
    width: 33.33%;
    padding: 0 0 0 17px;
    margin: 0 0 17px;
  }
  .brand-list .brand-list-group .brand-list:nth-child(3n+1) {
    clear: left;
  }
  .brand-list .brand-list-group .brand-list a {
    display: block;
    background: #fff;
  }
  .brand-list .brand-list-group .brand-list .overlay-brand {
    text-align: center;
    padding: 15px;
  }
  .brand-list .brand-list-group .brand-list .overlay-brand p {
    color: #777777;
    font-size: 12px;
    margin: 0;
  }
  .brand-list .brand-list-group .brand-list .overlay-brand p.merriweather {
    font-size: 18px;
    color: #303030;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .brand-list .index-brand-list .index-brand-title {
    color: #000;
    font-size: 26px;
    padding: 28px 10px 0;
    margin-bottom: 45px;
    font-weight: bold;
    border-top: 3px solid #000;
  }
  .brand-list .index-brand-list dl {
    margin: 15px 0;
  }
  .brand-list .index-brand-list dl .brand-heading {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding: 12px 20px;
    margin: 0;
  }
  .brand-list .index-brand-list dl .index-brand-wrapper {
    padding: 20px;
    margin: 0 auto;
  }
  .brand-list .index-brand-list dl .index-brand-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .brand-list .index-brand-list dl .index-brand-wrapper ul li {
    width: 25%;
    font-size: 18px;
    float: left;
    margin: 0 0 20px;
    padding-right: 0.5em;
  }
  .brand-list .index-brand-list dl .index-brand-wrapper ul li:first-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .brand-list .to-search {
    text-align: center;
    font-size: 12px;
    margin: 30px 0 0;
  }
  .brand-list .to-search a {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #999999;
    position: relative;
    font-size: 14px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .brand-list .to-search a:before {
    content: '';
    display: inline-block;
    background: url('images/icon-fff-search.svg?1623047214') no-repeat 0 0;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .brand-list .to-search a:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 26px;
  }
  .brand-list .search {
    background: #ffffff;
    font-size: 14px;
    padding: 15px;
    margin: 15px 0;
  }
  .brand-list .keywords {
    background: #fff;
    padding: 10px;
  }
  .brand-list .keywords h2 {
    font-size: 18px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 0 30px;
    padding: 13px 20px;
  }
  .brand-list .keywords ul {
    padding: 6px 3px 3px 6px;
    background: #e5e5e5;
    margin: 0;
    list-style: none;
    border-radius: 5px;
  }
  .brand-list .keywords ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-list .keywords ul li {
    float: left;
    margin: 0 3px 3px 0;
  }
  .brand-list .keywords ul li a {
    display: block;
    color: #303030;
    background: #fff;
    font-size: 14px;
    padding: 10px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .brand-list .brand-list-group {
    margin: 15px 0 15px -10px;
  }
  .brand-list .brand-list-group:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-list .brand-list-group .brand-list {
    float: left;
    width: 50%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
  }
  .brand-list .brand-list-group .brand-list:nth-child(2n+1) {
    clear: left;
  }
  .brand-list .brand-list-group .brand-list a {
    display: block;
    background: #fff;
  }
  .brand-list .brand-list-group .brand-list .overlay-brand {
    text-align: center;
    padding: 15px;
  }
  .brand-list .brand-list-group .brand-list .overlay-brand p {
    color: #777777;
    font-size: 12px;
    margin: 0;
  }
  .brand-list .brand-list-group .brand-list .overlay-brand p.merriweather {
    font-size: 18px;
    color: #303030;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .brand-list .index-brand-list .index-brand-title {
    font-size: 18px;
    padding: 15px 5px;
    margin-bottom: 30px;
    font-weight: bold;
    border-top: 2px solid #000;
  }
  .brand-list .index-brand-list dl .brand-heading {
    font-size: 15px;
    border-bottom: 1px solid #000;
    padding: 12px 0;
    margin: 0;
  }
  .brand-list .index-brand-list dl .index-brand-wrapper {
    padding: 20px 5px;
    margin: 0 auto;
  }
  .brand-list .index-brand-list dl .index-brand-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .brand-list .index-brand-list dl .index-brand-wrapper ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-list .index-brand-list dl .index-brand-wrapper ul li {
    font-size: 14px;
    width: 50%;
    float: left;
    margin: 0 0 10px;
    padding-right: 0.5em;
  }
}
@media (min-width: 769px) {
  .brand-search .brand-search-area,
  .brand-search-result .brand-search-area {
    background: #ffffff;
    padding: 0 30px 30px;
    margin: 1px 0;
  }
  .brand-search .brand-search-area > p:first-child,
  .brand-search-result .brand-search-area > p:first-child {
    border-bottom: 1px solid #f2f2f2;
    padding: 30px;
    margin: 0 -30px 40px;
    font-size: 14px;
  }
  .brand-search .brand-search-area .select-wrap:after,
  .brand-search-result .brand-search-area .select-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-search .brand-search-area .select-wrap > div,
  .brand-search-result .brand-search-area .select-wrap > div {
    width: 50%;
    float: left;
    position: relative;
  }
  .brand-search .brand-search-area .select-wrap > div:first-child,
  .brand-search-result .brand-search-area .select-wrap > div:first-child {
    padding: 0 30px 0 110px;
    border-right: 1px solid #ccc;
  }
  .brand-search .brand-search-area .select-wrap > div:first-child h3,
  .brand-search-result .brand-search-area .select-wrap > div:first-child h3 {
    left: 0;
  }
  .brand-search .brand-search-area .select-wrap > div:first-child > div:before,
  .brand-search-result .brand-search-area .select-wrap > div:first-child > div:before {
    content: '';
    display: block;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 40px;
    top: 19px;
  }
  .brand-search .brand-search-area .select-wrap > div:last-child,
  .brand-search-result .brand-search-area .select-wrap > div:last-child {
    padding: 0 0 0 140px;
  }
  .brand-search .brand-search-area .select-wrap > div:last-child h3,
  .brand-search-result .brand-search-area .select-wrap > div:last-child h3 {
    left: 30px;
  }
  .brand-search .brand-search-area .select-wrap > div:last-child > div:before,
  .brand-search-result .brand-search-area .select-wrap > div:last-child > div:before {
    content: '';
    display: block;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 19px;
  }
  .brand-search .brand-search-area .select-wrap > div h3,
  .brand-search-result .brand-search-area .select-wrap > div h3 {
    position: absolute;
    top: 0;
    width: 110px;
    font-size: 14px;
    line-height: 41px;
    margin: 0;
  }
  .brand-search .brand-search-area .select-wrap > div > div select,
  .brand-search-result .brand-search-area .select-wrap > div > div select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    color: #777777;
    line-height: 39px;
    border-radius: 0;
    display: block;
    padding: 0 5px;
  }
  .brand-search .brand-search-area .search-filter,
  .brand-search-result .brand-search-area .search-filter {
    margin: 30px 0;
  }
  .brand-search .brand-search-area .search-filter:after,
  .brand-search-result .brand-search-area .search-filter:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-search .brand-search-area .search-filter .toggle-head a,
  .brand-search-result .brand-search-area .search-filter .toggle-head a {
    display: block;
    background: #e5e5e5;
    font-weight: bold;
    padding: 20px 18px;
    position: relative;
    font-size: 14px;
    border-radius: 4px;
  }
  .brand-search .brand-search-area .search-filter .toggle-head a:before, .brand-search .brand-search-area .search-filter .toggle-head a:after,
  .brand-search-result .brand-search-area .search-filter .toggle-head a:before,
  .brand-search-result .brand-search-area .search-filter .toggle-head a:after {
    content: '';
    display: block;
    position: absolute;
    background: #000;
  }
  .brand-search .brand-search-area .search-filter .toggle-head a:before,
  .brand-search-result .brand-search-area .search-filter .toggle-head a:before {
    width: 15px;
    height: 3px;
    right: 18px;
    top: 29px;
  }
  .brand-search .brand-search-area .search-filter .toggle-head a:after,
  .brand-search-result .brand-search-area .search-filter .toggle-head a:after {
    width: 3px;
    height: 15px;
    right: 24px;
    top: 23px;
  }
  .brand-search .brand-search-area .search-filter .toggle-head.opened a:after,
  .brand-search-result .brand-search-area .search-filter .toggle-head.opened a:after {
    display: none;
  }
  .brand-search .brand-search-area .search-filter .toggle-body,
  .brand-search-result .brand-search-area .search-filter .toggle-body {
    margin: 0 0 0 -10px;
    display: none;
  }
  .brand-search .brand-search-area .search-filter .toggle-body:after,
  .brand-search-result .brand-search-area .search-filter .toggle-body:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-search .brand-search-area .search-filter .item,
  .brand-search-result .brand-search-area .search-filter .item {
    float: left;
    width: 33.33%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
  }
  .brand-search .brand-search-area .search-filter .item label,
  .brand-search-result .brand-search-area .search-filter .item label {
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 35px;
    position: relative;
  }
  .brand-search .brand-search-area .search-filter .item label input[type="checkbox"],
  .brand-search-result .brand-search-area .search-filter .item label input[type="checkbox"] {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 9px;
    top: 49%;
  }
  .brand-search .brand-search-area .search-filter .item label .text,
  .brand-search-result .brand-search-area .search-filter .item label .text {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 76px;
    top: 50%;
    right: 10px;
    font-size: 12px;
  }
  .brand-search .brand-search-area .search-filter .item label input:checked + img + .text,
  .brand-search-result .brand-search-area .search-filter .item label input:checked + img + .text {
    color: #db0600;
    font-weight: bold;
  }
  .brand-search .brand-search-area .search-filter .item img,
  .brand-search-result .brand-search-area .search-filter .item img {
    width: 30px;
    height: 30px;
    display: block;
  }
  .brand-search .brand-search-area.search-tag,
  .brand-search-result .brand-search-area.search-tag {
    padding-top: 15px;
  }
  .brand-search .brand-search-area.search-tag h3,
  .brand-search-result .brand-search-area.search-tag h3 {
    font-size: 14px;
  }
  .brand-search .brand-search-area.search-name,
  .brand-search-result .brand-search-area.search-name {
    padding: 40px 30px;
  }
  .brand-search .brand-search-area.search-name > div,
  .brand-search-result .brand-search-area.search-name > div {
    position: relative;
    padding: 0 160px 0 150px;
  }
  .brand-search .brand-search-area.search-name > div h3,
  .brand-search-result .brand-search-area.search-name > div h3 {
    font-size: 14px;
    width: 150px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    line-height: 40px;
  }
  .brand-search .brand-search-area.search-name > div input[type="text"],
  .brand-search-result .brand-search-area.search-name > div input[type="text"] {
    display: block;
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding: 0 5px;
  }
  .brand-search .brand-search-area.search-name > div button,
  .brand-search-result .brand-search-area.search-name > div button {
    width: 150px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: #fff;
    background: #999999;
    font-size: 14px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .brand-search .brand-search-area.search-name > div button:before,
  .brand-search-result .brand-search-area.search-name > div button:before {
    content: '';
    display: inline-block;
    background: url('images/icon-fff-search.svg?1623047214') no-repeat 0 0;
    background-size: 14px 15px;
    width: 14px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .brand-search .bnr,
  .brand-search-result .bnr {
    margin: 40px 0;
    border-top: 3px solid #000;
    padding: 40px 0 0;
  }
  .brand-search .bnr ul,
  .brand-search-result .bnr ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -10px;
  }
  .brand-search .bnr ul:after,
  .brand-search-result .bnr ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-search .bnr ul li,
  .brand-search-result .bnr ul li {
    float: left;
    width: 25%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
  }
  .brand-search .bnr ul li img,
  .brand-search-result .bnr ul li img {
    display: block;
  }
  .brand-search .bnr ul li:nth-child(4n+1),
  .brand-search-result .bnr ul li:nth-child(4n+1) {
    clear: both;
  }
  .brand-search .submit-area button,
  .brand-search-result .submit-area button {
    border: none;
    display: block;
    margin: 0 auto;
    width: 500px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #999999;
    position: relative;
    font-size: 18px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .brand-search .submit-area button:before,
  .brand-search-result .submit-area button:before {
    content: '';
    display: inline-block;
    background: url('images/icon-fff-search.svg?1623047214') no-repeat 0 0;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .brand-search .submit-area button:after,
  .brand-search-result .submit-area button:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 26px;
  }
  .brand-search .tag ul,
  .brand-search-result .tag ul {
    padding: 20px 10px 10px 20px;
    background: #e5e5e5;
    margin: 0;
    list-style: none;
    border-radius: 5px;
  }
  .brand-search .tag ul:after,
  .brand-search-result .tag ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-search .tag ul li,
  .brand-search-result .tag ul li {
    float: left;
    margin: 0 10px 10px 0;
  }
  .brand-search .tag ul li a,
  .brand-search-result .tag ul li a {
    display: block;
    color: #303030;
    background: #fff;
    font-size: 18px;
    padding: 8px 20px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
}
@media (max-width: 768px) {
  .brand-search .brand-search-area,
  .brand-search-result .brand-search-area {
    background: #ffffff;
    padding: 0 15px 15px;
    margin: 1px 0;
  }
  .brand-search .brand-search-area > p:first-child,
  .brand-search-result .brand-search-area > p:first-child {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px;
    margin: 0 -15px 20px;
    font-size: 10px;
  }
  .brand-search .brand-search-area .select-wrap:after,
  .brand-search-result .brand-search-area .select-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-search .brand-search-area .select-wrap > div,
  .brand-search-result .brand-search-area .select-wrap > div {
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 20px;
  }
  .brand-search .brand-search-area .select-wrap > div h3,
  .brand-search-result .brand-search-area .select-wrap > div h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    font-weight: bold;
  }
  .brand-search .brand-search-area .select-wrap > div > div:before,
  .brand-search-result .brand-search-area .select-wrap > div > div:before {
    content: '';
    display: block;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 14px;
    top: 14px;
  }
  .brand-search .brand-search-area .select-wrap > div > div select,
  .brand-search-result .brand-search-area .select-wrap > div > div select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    color: #777777;
    line-height: 30px;
    border-radius: 0;
    display: block;
    padding: 0 5px;
  }
  .brand-search .brand-search-area .search-filter,
  .brand-search-result .brand-search-area .search-filter {
    margin: 15px 0;
  }
  .brand-search .brand-search-area .search-filter:after,
  .brand-search-result .brand-search-area .search-filter:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-search .brand-search-area .search-filter .toggle-head,
  .brand-search-result .brand-search-area .search-filter .toggle-head {
    margin: 15px 0;
  }
  .brand-search .brand-search-area .search-filter .toggle-head a,
  .brand-search-result .brand-search-area .search-filter .toggle-head a {
    display: block;
    background: #e5e5e5;
    font-weight: bold;
    padding: 15px 15px;
    position: relative;
    font-size: 12px;
    border-radius: 4px;
  }
  .brand-search .brand-search-area .search-filter .toggle-head a:before, .brand-search .brand-search-area .search-filter .toggle-head a:after,
  .brand-search-result .brand-search-area .search-filter .toggle-head a:before,
  .brand-search-result .brand-search-area .search-filter .toggle-head a:after {
    content: '';
    display: block;
    position: absolute;
    background: #000;
  }
  .brand-search .brand-search-area .search-filter .toggle-head a:before,
  .brand-search-result .brand-search-area .search-filter .toggle-head a:before {
    width: 12px;
    height: 2px;
    right: 12px;
    top: 23px;
  }
  .brand-search .brand-search-area .search-filter .toggle-head a:after,
  .brand-search-result .brand-search-area .search-filter .toggle-head a:after {
    width: 2px;
    height: 12px;
    right: 17px;
    top: 18px;
  }
  .brand-search .brand-search-area .search-filter .toggle-head.opened a:after,
  .brand-search-result .brand-search-area .search-filter .toggle-head.opened a:after {
    display: none;
  }
  .brand-search .brand-search-area .search-filter .toggle-body,
  .brand-search-result .brand-search-area .search-filter .toggle-body {
    margin: 0 0 0 -10px;
    display: none;
  }
  .brand-search .brand-search-area .search-filter .toggle-body:after,
  .brand-search-result .brand-search-area .search-filter .toggle-body:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-search .brand-search-area .search-filter .item,
  .brand-search-result .brand-search-area .search-filter .item {
    float: left;
    width: 50%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
  }
  .brand-search .brand-search-area .search-filter .item label,
  .brand-search-result .brand-search-area .search-filter .item label {
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 35px;
    position: relative;
  }
  .brand-search .brand-search-area .search-filter .item label input[type="checkbox"],
  .brand-search-result .brand-search-area .search-filter .item label input[type="checkbox"] {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 9px;
    top: 49%;
  }
  .brand-search .brand-search-area .search-filter .item label .text,
  .brand-search-result .brand-search-area .search-filter .item label .text {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 76px;
    top: 50%;
    right: 10px;
    font-size: 12px;
  }
  .brand-search .brand-search-area .search-filter .item label input:checked + img + .text,
  .brand-search-result .brand-search-area .search-filter .item label input:checked + img + .text {
    color: #db0600;
    font-weight: bold;
  }
  .brand-search .brand-search-area .search-filter .item img,
  .brand-search-result .brand-search-area .search-filter .item img {
    width: 30px;
    height: 30px;
    display: block;
  }
  .brand-search .brand-search-area.search-tag,
  .brand-search-result .brand-search-area.search-tag {
    padding-top: 10px;
  }
  .brand-search .brand-search-area.search-tag h3,
  .brand-search-result .brand-search-area.search-tag h3 {
    font-size: 12px;
  }
  .brand-search .brand-search-area.search-name,
  .brand-search-result .brand-search-area.search-name {
    padding: 10px 15px 20px;
  }
  .brand-search .brand-search-area.search-name > div h3,
  .brand-search-result .brand-search-area.search-name > div h3 {
    font-size: 12px;
  }
  .brand-search .brand-search-area.search-name > div > div,
  .brand-search-result .brand-search-area.search-name > div > div {
    position: relative;
    padding: 0 60px 0 0;
  }
  .brand-search .brand-search-area.search-name > div input[type="text"],
  .brand-search-result .brand-search-area.search-name > div input[type="text"] {
    display: block;
    font-size: 14px;
    height: 30px;
    width: 100%;
    padding: 0 5px;
  }
  .brand-search .brand-search-area.search-name > div button,
  .brand-search-result .brand-search-area.search-name > div button {
    width: 50px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: #fff;
    background: #999999;
    font-size: 14px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    overflow: hidden;
    padding: 0;
  }
  .brand-search .brand-search-area.search-name > div button:before,
  .brand-search-result .brand-search-area.search-name > div button:before {
    content: '';
    display: block;
    background: url('images/icon-fff-search.svg?1623047214') no-repeat 50% 50%;
    background-size: 14px 15px;
    width: 50px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
  }
  .brand-search .bnr,
  .brand-search-result .bnr {
    margin: 20px 0;
    border-top: 2px solid #000;
    padding: 20px 0 0;
  }
  .brand-search .bnr ul,
  .brand-search-result .bnr ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -5px;
  }
  .brand-search .bnr ul:after,
  .brand-search-result .bnr ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-search .bnr ul li,
  .brand-search-result .bnr ul li {
    float: left;
    width: 33.33%;
    padding: 0 0 0 5px;
    margin: 0 0 5px;
  }
  .brand-search .bnr ul li img,
  .brand-search-result .bnr ul li img {
    display: block;
  }
  .brand-search .bnr ul li:nth-child(3n+1),
  .brand-search-result .bnr ul li:nth-child(3n+1) {
    clear: both;
  }
  .brand-search .submit-area button,
  .brand-search-result .submit-area button {
    border: none;
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #999999;
    position: relative;
    font-size: 14px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .brand-search .submit-area button:before,
  .brand-search-result .submit-area button:before {
    content: '';
    display: inline-block;
    background: url('images/icon-fff-search.svg?1623047214') no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .brand-search .submit-area button:after,
  .brand-search-result .submit-area button:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 14px;
    top: 16px;
  }
  .brand-search .tag ul,
  .brand-search-result .tag ul {
    padding: 6px 3px 3px 6px;
    background: #e5e5e5;
    margin: 0;
    list-style: none;
    border-radius: 5px;
  }
  .brand-search .tag ul:after,
  .brand-search-result .tag ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .brand-search .tag ul li,
  .brand-search-result .tag ul li {
    float: left;
    margin: 0 3px 3px 0;
  }
  .brand-search .tag ul li a,
  .brand-search-result .tag ul li a {
    display: block;
    color: #303030;
    background: #fff;
    font-size: 14px;
    padding: 10px;
    font-family: "Merriweather", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
}
main.collection section {
  margin: 0 0 40px;
}

/*# sourceMappingURL=style.css.map */
