@charset "UTF-8";
.u-wrapper, .m-breadcrumb-wrap, .footer .m-category-nav {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

a {
  color: inherit;
}

main {
  display: block;
}

html {
  color: #000;
  font-size: 62.5%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

html.is-drawer-open {
  overflow: hidden;
}

/* (vanilla-lazyload) Prevents img without src to appear */
img:not([src]) {
  visibility: hidden;
}

/* (vanilla-lazyload) Dealing with Microsoft Edge problems */
img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

.lazy {
  opacity: 0;
}

.lazy.loaded {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s ,transform 0.5s , -webkit-transform 0.5s;;
}

.m-category-nav {
  display: -webkit-box;
  display: flex;
  line-height: 1.5;
  font-size: 1rem;
}

.m-category-nav-ttl {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  color: #707070;
  margin-right: 17px;
}

.m-category-nav-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}

.m-category-nav > .m-category-nav-list {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  display: -webkit-inline-box;
  display: inline-flex;
}

.m-category-nav-item {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-right: 0.85em;
}

.m-category-nav-item > a {
  text-decoration: none;
}

.m-category-nav-item > a:hover {
  text-decoration: underline;
}

.header-logo > a, .drawer-logo > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: content-box;
  width: 109.5px;
  height: 22px;
  padding-left: 10px;
}

.header-logo > a > img, .drawer-logo > a > img {
  display: block;
  width: 100%;
  height: 100%;
}

.header, .header-body, .drawer-header {
  height: 50px;
}

.header-open-btn, .header-search-btn, .header-search-submit-btn, .header-search-close-btn, .drawer-close-btn {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
}

.header-open-btn > img, .header-search-btn > img, .header-search-submit-btn > img, .header-search-close-btn > img, .drawer-close-btn > img,
.header-open-btn > svg,
.header-search-btn > svg,
.header-search-submit-btn > svg,
.header-search-close-btn > svg,
.drawer-close-btn > svg {
  display: block;
  width: 30px;
  height: 30px;
}


.header-open-btn > svg,
.header-search-btn > svg,
.header-search-submit-btn > svg,
.header-search-close-btn > svg,
.drawer-close-btn > svg {
  stroke: currentColor;
}

.header-body {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}

.header-body::before {
  content: '';
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-logo > a {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.header-open-btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 12px;
  color: #646464;
}

.header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 12px;
  color: #646464;
}

.header-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  background: #fff;
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
  visibility: hidden;
  opacity: 0;
}

.header-search.is-active {
  visibility: visible;
  opacity: 1;
}

.header-search-box {
  position: relative;
}

.header-search-input {
  display: block;
  width: 200px;
  padding: 3px 0;
  padding-right: 22px;
  color: #646464;
  border: none;
  border-bottom: 1px solid #646464;
  border-radius: 0;
  background: transparent;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.header-search-input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #646464;
}

.header-search-input::-moz-placeholder {
  opacity: 0.5;
  color: #646464;
}

.header-search-input:-ms-input-placeholder {
  opacity: 0.5;
  color: #646464;
}

.header-search-input::-ms-input-placeholder {
  opacity: 0.5;
  color: #646464;
}

.header-search-input::placeholder {
  opacity: 0.5;
  color: #646464;
}

.header-search-input:focus {
  outline: 0;
}

.header-search-submit-btn {
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #646464;
}

.header-search-close-btn {
  margin-left: 15px;
  padding: 10px;
  color: #fff;
  background-color: #646464;
}

.header.header--is-transparent {
  height: 0;
}

.header.header--is-transparent .header-body {
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
  visibility: hidden;
  opacity: 0;
}

.header.header--is-transparent.is-scrolled .header-body {
  visibility: visible;
  opacity: 1;
}

.drawer {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: visibility 0.7s;
  transition: visibility 0.7s;
  visibility: hidden;
}

.drawer-backdrop {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.drawer-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
          transform: translate3d(-30px, 0, 0);
}

.drawer.is-drawer-open {
  visibility: visible;
}

.drawer.is-drawer-open .drawer-backdrop {
  -webkit-transform: none;
          transform: none;
}

.drawer.is-drawer-open .drawer-nav {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.drawer-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.drawer-close-btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #646464;
}

.drawer-list {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.drawer-item {
  color: #646464;
  line-height: 1.5;
  font-size: 1.6rem;
}

.drawer-item:not(:last-child) {
  margin-bottom: 41px;
}

.drawer-item > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  color: #646464;
  line-height: 1.5;
  font-size: 1.6rem;
}

.drawer-item > a::after {
  content: '';
  display: block;
  margin-left: auto;
  width: 14.5px;
  height: 6.5px;
  margin-bottom: 6.5px;
  margin-right: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.621' height='12.561' viewBox='0 0 28.621 12.561'%3E%3Cpath d='M675,1020h25l-10-10' transform='translate(-675 -1008.939)' fill='none' stroke='%23646464' stroke-width='3'/%3E%3C/svg%3E");
  background-size: 100%;
}

.drawer-item > .m-category-nav-list {
  font-size: 1.2rem;
  border-top: 1px solid #c8c8c8;
  margin-top: 15px;
  padding-top: 16.5px;
}

.m-breadcrumb-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-breadcrumb-wrap .m-breadcrumb + .c-back-btn {
  margin-top: 51px;
}

.m-breadcrumb-item {
  display: inline;
  color: #646464;
  line-height: 1.5;
  font-size: 1rem;
}

.m-breadcrumb-item > a {
  text-decoration: none;
}

.m-breadcrumb-item > a:hover {
  text-decoration: underline;
  color: #000;
}

.m-breadcrumb-item:last-of-type {
  color: #000;
}

.m-breadcrumb-item:not(:last-of-type)::after {
  content: '\0020\002F\0020';
}

.c-back-btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

.c-back-btn::before {
  content: '';
  display: block;
  width: 14.5px;
  height: 6.5px;
  margin-top: 6.5px;
  margin-right: 7.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.621' height='12.561' viewBox='0 0 28.621 12.561'%3E%3Cpath d='M700,1010H675l10,10' transform='translate(-671.379 -1008.5)' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E");
  background-size: 100%;
}

.footer {
  padding-bottom: 37.5px;
}

.footer .m-category-nav {
  margin-bottom: 57.5px;
}

.footer-sns {
  color: #646464;
  margin-bottom: 41.5px;
}

.footer-sns-ttl {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 11px;
}

.footer-sns-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.footer-sns-item:not(:last-child) {
  margin-right: 15px;
}

.footer-sns-item:first-child {
  margin-right: 9.5px;
}

.footer-sns-item > a {
  display: block;
}

.footer-sns-item > a > img {
  display: block;
  width: 30px;
  height: 30px;
}

.footer-nav {
  color: #646464;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 47.5px;
}

.footer-nav-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.footer-nav-item {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.footer-nav-item::before {
  content: '\3000\007C\3000';
}

.footer-nav-item:first-child::before {
  content: '\007C\3000';
}

.footer-nav-item:last-child::after {
  content: '\3000\007C';
}

.footer-nav-item > a {
  text-decoration: none;
}

.footer-jbpress {
  color: #000;
}

.footer-jbpress-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.footer-jbpress-item:first-child {
  /* margin-right: 9.5px; */
}

.footer-jbpress-logo {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 9px;
  margin-bottom: 11px;
}

.footer-jbpress-logoJB {
  display: block;
  margin: 0 auto;
  width: 87px;
  height: 36px;
  margin-bottom: 11px;
}

.footer-jbpress-copyright {
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
}

.c-page-top-btn {
  position: fixed;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.c-page-top-btn::before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.561' height='28.621' viewBox='0 0 12.561 28.621'%3E%3Cpath d='M1.5 28.621v-25l10 10' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E");
  background-size: 100%;
  width: 6.5px;
  height: 14.5px;
  margin-left: 5.5px;
}

.c-page-top-btn.is-scrolled {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.c-right-arrow {
  stroke: currentColor;
  display: inline-block;
  box-sizing: content-box;
  width: 14.5px;
  height: 6.5px;
  padding-bottom: 4.5px;
}

.m-article-grid-wrap {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 57.5px;
}

.m-article-grid-wrap > .m-article-grid + .c-large-btn {
  margin-left: 20px;
  margin-right: 20px;
}

.m-article-grid-ttl {
  text-align: center;
  margin-bottom: 36px;
}

.m-article-grid-ttl-sub {
  display: block;
  color: #646464;
  font-size: 1rem;
  margin-bottom: 6px;
}

.m-article-grid-ttl-main {
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.6rem;
}

.m-article-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.m-article-grid > .m-article-card {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
  word-wrap: break-word;
}

.m-article-card {
  display: block;
  text-decoration: none;
  padding-bottom: 35px;
}

.m-article-card-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.m-article-card-image::before {
  display: block;
  padding-top: 100%;
  content: '';
}

.m-article-card-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.m-article-card:hover .m-article-card-image > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.m-article-card > .m-article-label {
  margin: 0 10px;
}

.m-article-label {
  display: block;
  text-decoration: none;
}

.m-article-label-caption {
  color: #646464;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 9.5px;
}

.m-article-label--size-large .m-article-label-caption {
  margin-bottom: 8.5px;
}

.m-article-label-ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.2rem;
  margin-bottom: 7.5px;
}

.m-article-label--size-large .m-article-label-ttl {
  font-size: 1.6rem;
  margin-bottom: 6.5px;
}

.m-article-label-category {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 1.25rem;
}

.m-article-label-category > .c-right-arrow {
  margin-left: auto;
  margin-right: 5px;
}

.c-large-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  height: 50px;
  position: relative;
  border: 1px solid currentColor;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  background-color: currentColor;
}

.c-large-btn > .c-right-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.c-large-btn > span {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.c-large-btn > span,
.c-large-btn > .c-right-arrow {
  color: #fff;
}

.c-large-btn:hover {
  background-color: transparent;
}

.c-large-btn:hover > span,
.c-large-btn:hover > .c-right-arrow {
  color: currentColor;
}

.c-large-btn--type-ghost {
  color: #c8c8c8;
  background-color: transparent;
}

.c-large-btn--type-ghost > span,
.c-large-btn--type-ghost > .c-right-arrow {
  color: #646464;
}

.c-large-btn--type-ghost:hover {
  background-color: currentColor;
}

.c-large-btn--type-ghost:hover > span,
.c-large-btn--type-ghost:hover > .c-right-arrow {
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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);
  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;
}

.m-slick-arrow-prev, .m-slick-arrow-next {
  cursor: pointer;
  position: absolute;
  z-index: 20;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  box-sizing: content-box;
  width: 21.5px;
  height: 9.5px;
  border: 12px solid transparent;
  background-size: 100%;
  background-repeat: no-repeat;
}

.m-slick-arrow-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.932' height='18.841' viewBox='0 0 42.932 18.841'%3E%3Cpath d='M712.5,1025H675l15-15' transform='translate(-669.568 -1008.409)' fill='none' stroke='%23fff' stroke-width='4.5'/%3E%3C/svg%3E");
  left: 0;
  padding-bottom: 9.5px;
}

.m-slick-arrow-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.932' height='18.841' viewBox='0 0 42.932 18.841'%3E%3Cpath d='M675,1010h37.5l-15,15' transform='translate(-675 -1007.75)' fill='none' stroke='%23fff' stroke-width='4.5'/%3E%3C/svg%3E");
  right: 0;
  padding-top: 9.5px;
}

.m-slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  bottom: 15px;
}

.m-slick-dots li {
  margin: 0 2.5px;
}

.m-slick-dots li button {
  position: relative;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: block;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.5;
}

.m-slick-dots li:hover button, .m-slick-dots li.slick-active button {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .u-wrapper, .m-breadcrumb-wrap, .footer .m-category-nav {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1140px;
  }
  .u-sp {
    display: none;
  }
  .m-category-nav {
    font-size: 1.4rem;
  }
  .m-category-nav-ttl {
    margin-right: 25px;
  }
  .header-logo > a, .drawer-logo > a {
    width: 219px;
    height: 44px;
    padding-left: 20px;
  }
  .header, .header-body, .drawer-header {
    height: 100px;
  }
  .header-open-btn > img, .header-search-btn > img, .header-search-submit-btn > img, .header-search-close-btn > img, .drawer-close-btn > img,
  .header-open-btn > svg,
  .header-search-btn > svg,
  .header-search-submit-btn > svg,
  .header-search-close-btn > svg,
  .drawer-close-btn > svg {
    width: 60px;
    height: 60px;
  }
  .header-body::before {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  }
  .header-open-btn {
    padding: 20px 24px;
  }
  .header-search-btn {
    padding: 20px 24px;
  }
  .header-search-input {
    width: 250px;
    padding: 17.5px 0;
    padding-right: 44px;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .header-search-submit-btn {
    right: -16px;
  }
  .header-search-close-btn {
    margin-left: 30px;
    padding: 20px;
  }
  .drawer-nav {
    -webkit-transform: translate3d(-60px, 0, 0);
            transform: translate3d(-60px, 0, 0);
  }
  .drawer-close-btn {
    padding: 20px;
  }
  .drawer-list {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1000px;
  }
  .drawer-item {
    font-size: 2.4rem;
  }
  .drawer-item:not(:last-child) {
    margin-bottom: 64px;
  }
  .drawer-item > a {
    font-size: 2.4rem;
  }
  .drawer-item > a::after {
    width: 18px;
    height: 8px;
    margin-bottom: 8px;
    margin-right: 6px;
  }
  .drawer-item > .m-category-nav-list {
    font-size: 1.6rem;
    margin-top: 20px;
    padding-top: 25px;
  }
  .m-breadcrumb-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-breadcrumb-wrap .m-breadcrumb + .c-back-btn {
    margin-top: 69px;
  }
  .m-breadcrumb-item {
    font-size: 1.4rem;
  }
  .c-back-btn {
    font-size: 1.4rem;
  }
  .c-back-btn::before {
    width: 18px;
    height: 8px;
    margin-top: 4px;
    margin-right: 7px;
  }
  .footer {
    padding-bottom: 77px;
  }
  .footer .m-category-nav {
    margin-bottom: 112px;
  }
  .footer-sns {
    margin-bottom: 72px;
  }
  .footer-sns-ttl {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .footer-sns-item:not(:last-child) {
    margin-right: 20px;
  }
  .footer-sns-item:first-child {
    margin-right: 13px;
  }
  .footer-sns-item > a > img {
    width: 40px;
    height: 40px;
  }
  .footer-nav {
    font-size: 1.4rem;
    margin-bottom: 82px;
  }
  .footer-jbpress-item:first-child {
    /* margin-right: 37px; */
  }
  .footer-jbpress-logo {
    width: 184px;
    height: 18px;
  }
  .footer-jbpress-logoJB {
    width: 145px;
    height: 60px;
  }
  .footer-jbpress-copyright {
    font-size: 1.2rem;
  }
  .c-page-top-btn {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    right: 40px;
    bottom: 40px;
  }
  .c-page-top-btn::before {
    width: 8px;
    height: 18px;
    margin-left: 7px;
  }
  .c-right-arrow {
    width: 18px;
    height: 8px;
    padding-bottom: 6px;
  }
  .m-article-grid-wrap {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1140px;
  }
  .m-article-grid-wrap {
    margin-bottom: 117px;
  }
  .m-article-grid-wrap > .m-article-grid + .c-large-btn {
    margin-left: 0;
    margin-right: 0;
  }
  .m-article-grid-ttl {
    margin-bottom: 73px;
  }
  .m-article-grid-ttl-sub {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
  .m-article-grid-ttl-main {
    font-size: 2.4rem;
  }
  .m-article-grid > .m-article-card {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .m-article-grid--in-sidebar > .m-article-card {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: none;
    padding-bottom: 50px;
  }
  .m-article-card {
    padding-bottom: 70px;
  }
  .m-article-card-image {
    margin-bottom: 17px;
  }
  .m-article-card > .m-article-label {
    margin: 0 10px;
  }
  .m-article-label-caption {
    font-size: 1.2rem;
    margin-bottom: 11px;
  }
  .m-article-label--size-large .m-article-label-caption {
    margin-bottom: 9px;
  }
  .m-article-label-ttl {
    font-size: 1.6rem;
    margin-bottom: 9px;
  }
  .m-article-label--size-large .m-article-label-ttl {
    font-size: 2.4rem;
    margin-bottom: 4px;
  }
  .m-article-label-category {
    font-size: 1.6rem;
  }
  .m-article-label-category > .c-right-arrow {
    margin-right: 10px;
  }
  .c-large-btn {
    font-size: 1.6rem;
    height: 80px;
  }
  .c-large-btn > .c-right-arrow {
    right: 32px;
  }
  .m-slick-arrow-prev, .m-slick-arrow-next {
    width: 43px;
    height: 19px;
    border-width: 24px;
  }
  .m-slick-arrow-prev {
    padding-bottom: 19px;
  }
  .m-slick-arrow-next {
    padding-top: 19px;
  }
  .m-slick-dots {
    bottom: 20px;
  }
  .m-slick-dots li {
    margin: 0 5px;
  }
  .m-slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 767.98px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .header-search {
    background: transparent;
  }
}
