@charset "UTF-8";

/* ==========================================================================
  COMMON STYLE
========================================================================== */
.c-btn-wrap--horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.c-btn--orange {
  background-color: #f08200;
  padding: 0.857142857rem 0;
  position: relative;
}
.c-btn--orange a {
  font-size: 1.071428571rem;
  color: #ffffff;
}
.c-btn--orange .ico-svg {
  width: 0.928571429rem;
  color: #ffffff;
  position: absolute;
  right: 1.071428571rem;
}
.c-btn--orange a svg {
  fill: #ffffff;
}
@media all and (min-width: 769px) {
  .bloc-header {
    width: 100%;
    border-top: 1px solid #d3d3d3;
    position: relative;
  }
  .block-ttl {
    font-size: 1.75rem;
    padding-top: 1.43751rem;
    line-height: 1.285714286;
    color: #575757;
    font-weight: normal;
  }
  .block-ttl::after {
    display: block;
    content: "";
    width: 6.25rem;
    height: 4px;
    background-color: #f08200;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .bloc-header {
    width: 100%;
    border-top: 1px solid #d3d3d3;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.892857143rem;
  }
  .block-ttl {
    font-size: 1.142857143rem;
    padding: 1.214285714rem 0 0 0;
    line-height: 1.285714286;
    color: #575757;
    font-weight: normal;
  }
  .block-ttl::after {
    display: block;
    content: "";
    width: 6.25rem;
    height: 5px;
    background-color: #f08200;
    position: absolute;
    top: 0;
    left: 0.892857143rem;
  }
}
/* ==========================================================================
  HERO
========================================================================== */
@media all and (min-width: 769px) {
  .main-vidual {
    position: relative;
  }
  .main-vidual__slide {
  }
  .main-vidual__body {
  }
  .main-vidual__item {
  }
}
@media all and (max-width: 768px) {
  .main-vidual {
    position: relative;
    margin-top: 46px;
  }
  .main-vidual .c-section__inner {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .main-vidual__item a:hover {
    opacity: 0.7;
  }
  .info-block {
  }
}
@media all and (min-width: 769px) {
  .overlay {
  }

  .side-product-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .side-product-nav__body {
  }
  .side-product-nav__list {
    background: #f08200;
  }
  .side-product-nav__item {
    position: relative;
    width: 3rem;
  }
  .side-product-nav__item + .side-product-nav__item::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #f08200;
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    z-index: 4;
  }
  .side-product-nav-btn {
  }
  .side-product-nav-btn__parent {
    width: 3rem;
    padding-top: 4rem;
    background: #f08200;
    position: relative;
    z-index: 3;
  }
  li:hover .side-product-nav-btn__parent {
    background: #ffffff;
  }
  .side-product-nav-btn__parent-ico {
    position: absolute;
    width: 1.575rem;
    height: 1.575rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .side-product-nav-btn__parent-ico i {
    padding-top: 100%;
  }
  .side-product-nav-btn__parent-ico svg {
    fill: #fff;
  }
  li:hover .side-product-nav-btn__parent-ico svg {
    fill: #f08200;
  }
  .side-product-nav-btn__child {
    width: 47.5rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
  }
  .side-product-nav__item:nth-child(2) .side-product-nav-btn__child {
    top: -4rem;
  }
  .side-product-nav__item:nth-child(3) .side-product-nav-btn__child {
    top: calc(-4rem * 2);
  }
  .side-product-nav__item:nth-child(4) .side-product-nav-btn__child {
    top: calc(-4rem * 3);
  }
  .side-product-nav__item:nth-child(5) .side-product-nav-btn__child {
    top: calc(-4rem * 4);
  }
  .side-product-nav-child {
    padding-left: 3rem;
    transform: translate3d(-100%, 0, 0);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-duration: 0.4s;
    transition-property: transform;
  }

  .is-item-opened .side-product-nav-child {
    transform: translate3d(0, 0, 0);
  }

  .side-product-nav-child__header {
    height: 4rem;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .side-product-nav-child__header-txt {
    font-size: 1.125rem;
    font-weight: bold;
    color: #8c8c8c;
    margin-left: 0.25rem;
    display: block;
  }
  .side-product-nav-child__body {
    padding: 0 0 0 1.125rem;
    background: #fff;
    height: calc((4rem * 5) - 4rem);
  }
  .side-product-nav-child__lists {
    display: flex;
    flex-wrap: wrap;
  }
  .side-product-nav-child__list {
    width: 33.333%;
    margin-top: 1.1rem;
  }
  .side-product-nav-child__list:nth-child(n + 4) {
    margin-top: 1.25rem;
  }
  .side-product-nav-child__btn {
    display: flex;
    align-items: center;
  }
  .side-product-nav-child__thumb {
    width: 32%;
  }
  .side-product-nav-child__img {
  }
  .side-product-nav-child__txt {
    width: 68%;
    font-size: 0.8125rem;
    padding-right: 1.125rem;
    line-height: 1.4;
  }
  .side-product-nav-child__label {
  }
}
@media all and (max-width: 768px) {
  .side-product-nav {
    display: none;
  }
}
/* ==========================================================================
  INFO BLOCK
========================================================================== */
@media all and (min-width: 769px) {
  .info-block {
    /* width: 21.9375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffffff; */
  }
}
@media all and (max-width: 768px) {
  .info-block {
  }
}

/* ==========================================================================
  NEWS BLOCK
========================================================================== */
@media print, screen and (min-width: 769px) {
  .news-block {
    width: 21.0625rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    padding: 0 0 0 1.75rem;
  }
  .news-block__infos {
    margin-top: 2.5rem;
  }
  .news-block__info {
    padding: 0 0.625rem 1.2375rem 0.3125rem;
    margin-top: 1.2375rem;
    border-bottom: 1px solid #dfdfdf;
  }
  .news-block__info:first-child {
    margin-top: 2.1875rem;
  }
  .news-block__date {
    font-size: 0.9375rem;
    color: #c6c5c5;
    font-weight: bold;
    margin-right: 4.5rem;
  }
  .news-block__txt {
    font-size: 0.9375rem;
    color: #575757;
    line-height: 1.466666667;
    margin-top: 0.9375rem;
  }
  a:hover .news-block__txt {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 1440px) {
  .news-block {
    width: 337px;
  }
}
@media print, screen and (max-width: 768px) {
  .news-block {
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    padding: 1.5357142865rem 0 0;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .news-block__infos {
    margin-top: 2.5rem;
    padding: 0 0.892857143rem;
  }
  .news-block__info {
    padding: 0 0.625rem 1.2375rem 0.3125rem;
    margin-top: 1.2375rem;
    border-bottom: 1px solid #dfdfdf;
  }
  .news-block__info:first-child {
    margin-top: 2.1875rem;
  }
  .news-block__info a {
    display: -ms-flexbox;
    display: flex;
  }
  .news-block__date {
    width: 6.071428571rem;
    font-size: 0.785714286rem;
    color: #c6c5c5;
    font-weight: bold;
    flex: none;
  }
  .news-block__txt {
    font-size: 0.857142856rem;
    color: #575757;
    line-height: 1.466666667;
  }
}

/*==========================================================================
  ATTENTION BLOCK
========================================================================== */
@media all and (min-width: 980px) {
  .attention-block {
    padding: 0 0 1.6875rem 1.6875rem;
  }
  .attention-block__banner {
    display: inline-block;
    width: calc(-0.8rem + (100% / 3));
    margin-right: 0.8rem;
    vertical-align: middle;
    font-size: 0;
  }
  li.attention-block__banner a:hover {
    opacity: 0.7;
  }
  .attention-block__banner:nth-child(3) {
    width: calc(-0.8rem + (100% / 3));
    margin: 0;
    padding-bottom: 0;
    color: #f08200;
    border: 1px solid #f08200;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .attention-block__banner:nth-child(3) a:hover {
    color: #ffffff;
    border: 1px solid #f08200;
    background-color: #f08200;
  }
  .attention-block__banner:nth-child(3) a:hover .ico-svg svg {
    fill: #ffffff;
  }
  .attention-block__banner:nth-child(3) a {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
@media all and (min-width: 769px) and (max-width: 979px) {
  .attention-block__banners {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1.6875rem;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .attention-block__banner {
    width: calc((100% - 0.75rem) / 2);
    flex-shrink: 0;
  }
  .attention-block__banner:nth-child(3) {
    width: 100%;
    flex-shrink: 0;
    margin-top: 0.75rem;
    padding-bottom: 0;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .attention-block__banners {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5357142865rem auto 0;
    width: calc(100% - 2.857142858rem);
  }
  .attention-block__banner {
    width: calc((100% - 0.75rem) / 2);
    flex-shrink: 0;
  }
  .attention-block > .index-anchor {
    margin: 1.3125rem auto 0;
    width: calc(100% - 2.857142858rem);
  }
}
@media all and (max-width: 479px) {
  .attention-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 1.678571429rem;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 2.142857143rem;
  }
  .attention-block__banners {
    margin-top: 1rem !important;
  }
  .attention-block__banner {
    width: 73.066666667%;
    flex-shrink: 0;
  }
  .attention-block__banner a {
    margin: 0 0 0 0.892857143rem;
  }
  .attention-block-scrollbar {
    height: 0.357142857rem;
    background-color: #e4e4e4;
    margin: 0.71428571rem 0.892857143rem 0;
    border-radius: 0;
  }
  .attention-block-scrollbar .swiper-scrollbar-drag {
    background-color: #a5a5a5;
    border-radius: 0;
  }
}
/* ==========================================================================
  PRIMARY CONTENT
========================================================================== */
@media all and (min-width: 769px) {
  .parimary-content {
    width: 100%;
    padding-right: 21.0625rem;
    margin-top: 2rem;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 3.5625rem;
  }
  .parimary-content .c-section__inner {
    padding: 0;
    padding: 0;
    margin: 0;
    max-width: initial;
  }
  .parimary-content .block-ttl {
    padding-left: 1.6875rem;
  }
  .parimary-content .block-ttl:after {
    left: 1.6875rem;
  }
  .parimary-content .c-section__body {
    padding-left: 1.6875rem;
  }
}
@media all and (min-width: 1440px) {
  .parimary-content {
    padding-right: 337px;
  }
}
@media all and (max-width: 768px) {
  /*  .parimary-content {
    border-top: 1px solid #d3d3d3;
    padding-top: 2.285714286rem;
    margin-top: 1.714285714rem;
  }*/
}
/* ==========================================================================
  BANNER BLOCK
========================================================================== */
@media all and (min-width: 769px) {
  .mv-banner-block {
    width: 21.9375rem;
  }
  .mv-banner-block__banner a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem;
    background-color: #ffffff;
    width: 100%;
    position: relative;
  }
  .mv-banner-block__banner .ico-svg--company {
    width: 4.0625rem;
    height: 4.0625rem;
    padding: 0.8125rem 1rem;
  }
  .mv-banner-block__banner span {
    padding-left: 2.5rem;
  }
  .mv-banner-block__banner .ico-svg--company svg {
    fill: #ffffff;
    padding: 0.8125rem 1rem;
    background-color: #f08200;
  }
  .mv-banner-block__banner .ico-svg--midium-arrow {
    width: 1.125rem;
    margin-left: 0.6875rem;
    position: absolute;
    top: 50%;
    right: 5rem;
    transform: translateY(-50%);
  }
  .mv-banner-block__banner .ico-svg--midium-arrow svg {
    fill: #f08200;
  }
}
@media all and (max-width: 768px) {
}
/* ==========================================================================
  MV CATEGORY
========================================================================== */
@media all and (min-width: 769px) {
  .mv-category-block {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
    justify-content: start;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .mv-category-block__navi {
    width: 3rem;
  }
  .mv-category-block__trigger {
    width: 100%;
  }
  .mv-category-block__trigger a {
    width: 100%;
    position: relative;
  }
  .mv-category-block__trigger a::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 127.0833333%;
    background-color: #f08200;
  }
  .mv-category-block__trigger.ico-svg.is-active .a::before {
    background-color: #ffffff;
  }
  .mv-category-block__trigger .ico-svg {
    fill: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mv-category-block__trigger.ico-svg.is-active .ico-svg {
    fill: #f08200;
  }
  .ico-svg--note {
    width: calc(23 / 16 * 1rem);
  }
  .ico-svg--file {
    width: calc(20 / 16 * 1rem);
  }
  .ico-svg--tape {
    width: calc(32 / 16 * 1rem);
  }
  .ico-svg--label {
    width: calc(21 / 16 * 1rem);
  }
  .ico-svg--brand {
    width: calc(24 / 16 * 1rem);
  }
  .mv-category-block__main {
    width: 47.5rem;
    position: relative;
  }
  .mv-category-block__main::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 40.1315789%;
  }
  .mv-category-block__main-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
  }
  .mv-category-block__ttl {
    color: #8c8c8c;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 1.3125rem 0 1.25rem 0.25rem;
  }
  .mv-category-block__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mv-category-block__link {
    margin-left: 1.125rem;
  }
  .mv-category-block__link a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
  .swiper-slide {
  }
  .mv-category-block__thum {
    width: 6.125rem;
    display: block;
  }
  .mv-category-block__txt {
    font-size: 0.8125rem;
    line-height: 1.384615385;
    color: #000000;
  }
}
@media all and (max-width: 768px) {
}

/*
==========================================================================
  BANNER BLOCK
========================================================================== */
.banner-block__banner-lead {
  position: relative;
}
.banner-block__banner-item--new .banner-block__banner-lead::after {
  content: "NEW";
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  background-color: #f08200;
  font-weight: bold;
  padding: 0.9rem 0.3rem 1rem;
  border-radius: 999px;
  position: absolute;
  bottom: 5%;
  left: 1.8%;
}
.banner-block__banner-date {
  font-size: 0.8125rem;
  line-height: 1;
  color: #ffffff;
  text-align: right;
  font-weight: bold;
  background-color: rgba(156, 156, 156, 0.8);
  padding: 0.625rem 0.5rem 0.625rem 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-block__banner-ttl {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-top: 1.5625rem;
}
.banner-block__banner-txt {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.banner-block-cta {
  width: 100%;
}
.banner-block-cta .c-btn {
  width: calc((100% - 1.75rem) / 2);
  margin-right: 1.75rem;
}
.banner-block-cta .c-btn:nth-child(2n) {
  margin-right: 0;
}
.banner-block-cta .c-btn a {
  font-size: 1.125rem;
}
.banner-block-cta .c-btn--orange .ico-svg {
  width: 2.125rem;
  right: 2.25rem;
}
@media all and (min-width: 1180px) {
  .banner-block {
  }
  .banner-block .c-section__inner {
  }
  .banner-block__banner-list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.325rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-block__banner-item {
    position: relative;
    width: calc((100% - 5.25rem) / 4);
    margin: 0 1.75rem 1.75rem 0;
  }
  .banner-block__banner-item a {
    height: 100%;
  }
  .banner-block__banner-item a:hover {
    opacity: 0.7;
  }
  .banner-block__banner-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 980px) and (max-width: 1179px) {
  .banner-block__banner-list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.325rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-block__banner-item {
    position: relative;
    width: calc((100% - 3.5rem) / 3);
    margin: 0 1.75rem 1.75rem 0;
  }
  .banner-block__banner-item a {
    height: 100%;
  }
  .banner-block__banner-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 769px) and (max-width: 979px) {
  .banner-block__banner-list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-block__banner-item {
    position: relative;
    width: calc((100% - 0.75rem) / 2);
    margin: 0 0.75rem 0.75rem 0;
  }
  .banner-block__banner-item a {
    height: 100%;
  }
  .banner-block__banner-item:nth-child(2n) {
    margin-right: 0;
  }
  .banner-block-cta .c-btn {
    width: calc((100% - 0.75rem) / 2);
    margin-right: 0.75rem;
    padding: 0;
  }
  .banner-block-cta .c-btn:nth-child(2n) {
    margin-right: 0;
  }
  .banner-block-cta .c-btn a {
    font-size: 1rem;
  }
  .banner-block-cta .c-btn--orange .ico-svg {
    width: 1.2rem;
    right: 2.25rem;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .banner-block__banner-list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-block__banner-item {
    position: relative;
    width: calc((100% - 0.75rem) / 2);
    margin: 0 0.75rem 0.75rem 0;
  }
  .banner-block__banner-item a {
    height: 100%;
  }
  .banner-block__banner-item:nth-child(2n) {
    margin-right: 0;
  }
  .banner-block-cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
  }
  .banner-block-cta .c-btn {
    width: calc((100% - 0.75rem) / 2);
  }
  .banner-block-cta .c-btn {
    margin: 0;
    max-width: inherit;
  }
  .banner-block-cta .c-btn a {
    font-size: 1rem;
  }
  .banner-block-cta .c-btn--orange .ico-svg {
    width: 1.2rem;
    right: 2.25rem;
  }
}
@media all and (max-width: 489px) {
  .banner-block {
    margin-top: 2.25rem;
  }
  .banner-block .c-section__inner {
    margin: 0;
  }
  /* .banner-block__banner-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  } */
  .banner-block__banner-item {
    position: relative;
    width: 75.895316804%;
    flex-shrink: 0;
  }
  .banner-block__banner-item a {
    height: 100%;
    padding-left: 1.428571429rem;
  }
  .banner-block__banner-lead {
    position: relative;
  }
  .banner-block__banner-item--new .banner-block__banner-lead::after {
    content: "NEW";
    color: #ffffff;
    font-size: 0.928571429rem;
    line-height: 1;
    display: inline-block;
    background-color: #f08200;
    font-weight: bold;
    padding: 1rem 0.45rem 1.2rem;
    border-radius: 999px;
    position: absolute;
    bottom: 5%;
    left: 1.8%;
  }
  .banner-block__banner-date {
    font-size: 0.928571429rem;
    line-height: 1;
    color: #ffffff;
    text-align: right;
    font-weight: bold;
    background-color: rgba(156, 156, 156, 0.8);
    padding: 0.625rem 1rem 0.625rem 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .banner-block__banner-ttl {
    font-size: 11.071428571rem;
    line-height: 1.25;
    margin-top: 1.5625rem;
  }
  .banner-block__banner-txt {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .banner-block-cta {
    width: 100%;
    padding-right: 0.857142857rem;
    margin-top: 2.25rem;
  }
  .banner-block-cta .c-btn {
    width: calc((100% - 0.357142857rem) / 2);
    margin-right: 0.178571429;
  }
  .banner-block-cta .c-btn:nth-child(2n) {
    margin-right: 0;
  }
  .banner-block-cta .c-btn a {
    font-size: 0.928571429rem;
  }
  .banner-block-cta .c-btn--orange .ico-svg {
    width: 0.928571429rem;
    right: 0.5rem;
  }
  .banner-block__scrollbar {
    height: 0.357142857rem;
    background-color: #e4e4e4;
    margin: 1.071428571rem 1.42857rem 0;
    border-radius: 0;
  }
  .banner-block__scrollbar .swiper-scrollbar-drag {
    background-color: #a5a5a5;
    border-radius: 0;
  }
}

/* ==========================================================================
  CATEGORY BLOCK
========================================================================== */
@media all and (min-width: 769px) {
  .category-block {
    margin-top: 5rem;
  }
  .category-block .c-section__inner {
    margin: 0 auto;
    max-width: 80.5rem;
  }
  .category-block .c-section__body {
    padding-left: 2.875rem;
    margin-top: 4rem;
  }
  .category-block__category-outer {
    margin-top: 4rem;
  }
  .category-block_ttl {
    font-size: 1.142857143rem;
    color: #8c8c8c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 1.125rem;
  }
  .category-block_ttl .ico-svg {
    margin-right: 0.75rem;
  }
  .category-block_ttl .ico-svg svg {
    fill: #f08200;
  }
  .category-block_ttl .ico-svg--note {
    width: calc(18 / 16 * 1rem);
  }
  .category-block_ttl .ico-svg--file {
    width: calc(20 / 16 * 1rem);
  }
  .category-block_ttl .ico-svg--tape {
    width: calc(24 / 16 * 1rem);
  }
  .category-block_ttl .ico-svg--label {
    width: calc(17 / 16 * 1rem);
  }
  .category-block_ttl .ico-svg--brand {
    width: calc(19 / 16 * 1rem);
  }
  .category-block__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.625rem;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0.904761905rem;
  }
  .category-block__link {
    font-size: 1rem;
    font-weight: bold;
    width: calc((100% - 12.5rem) / 5);
    margin: 0 3.125rem 4.375rem 0;
    border: 1px solid #ffffff;
  }
  .category-block__link:hover {
    border: 1px solid #d3d3d3;
  }
  .category-block__link:nth-child() {
    font-size: 1rem;
    font-weight: bold;
    width: calc((100% - 12.5rem) / 5);
    margin: 0 3.125rem 4.375rem 0;
  }
  .category-block__link a {
    display: block;
    width: 100%;
  }
  .category-block__link a .category-block__txt {
    font-size: 0.8125rem;
    display: block;
    line-height: 1.384615385;
    text-align: center;
    font-weight: normal;
  }
  .category-block__link a .category-block__thum {
    display: block;
  }
  .category-block__category-outer--2col {
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem;
  }
  .category-block__category-outer--2col .category-block__category-column {
    width: 42.857142857%;
    padding-top: 1.875rem;
  }
  .category-block__category-outer--2col
    .category-block__category-column:nth-child(odd) {
    border-right: 1px solid #d3d3d3;
    margin-right: 3.125rem;
  }
  .category-block__category-outer--2col .category-block__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.625rem;
    border-bottom: none;
  }
  .category-block__category-outer--2col .category-block__link {
    font-size: 1rem;
    font-weight: bold;
    width: calc((100% - 6.25rem) / 2);
    margin: 0 3.125rem 1.875rem 0;
  }
  .category-block__category-outer--2col
    .category-block__category-column:last-child
    .category-block__link {
    width: calc(100% - 6.25rem);
    display: inline-block;
  }
  .category-block__category-outer--2col
    .category-block__category-column:last-child
    .category-block__link
    a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-block__category-outer--2col
    .category-block__category-column:last-child
    .category-block__link
    a
    .category-block__thum {
    font-size: 1rem;
    font-weight: bold;
    width: 50%;
  }
  .category-block__category-outer--2col
    .category-block__category-column:last-child
    .category-block__link
    a
    .category-block__txt {
    width: 100%;
    text-align: center;
  }
}
@media all and (min-width: 980px) and (max-width: 1179px) {
  .category-block__link {
    font-size: 1rem;
    font-weight: bold;
    width: calc((100% - 7.5rem) / 4);
    margin: 0 2.5rem 1.875rem 0;
  }
  .category-block__link:nth-child(4n) {
    margin-right: 0;
  }
  .category-block__category-outer--2col {
    display: block;
    margin-top: 1.875rem;
  }
  .category-block__category-outer--2col .category-block__category-column {
    width: 100%;
  }
  .category-block__category-outer--2col .category-block__category-column {
    margin-right: 2.5rem;
    border-right: none !important;
    border-bottom: 1px solid #d3d3d3;
  }
  .category-block__category-outer--2col .category-block__link {
    font-size: 1rem;
    font-weight: bold;
    width: calc((100% - 7.5rem) / 4);
    margin: 0 2.5rem 1.875rem 0;
  }
  .category-block__category-outer--2col
    .category-block__category-column:last-child
    .category-block__link {
    width: calc((100% - 7.5rem) / 2 + 2.5rem);
    display: inline-block;
  }
}
@media all and (min-width: 769px) and (max-width: 979px) {
  .category-block__link {
    font-size: 1rem;
    font-weight: bold;
    width: calc((100% - 5rem) / 3);
    margin: 0 2.5rem 1.875rem 0;
  }
  .category-block__link:nth-child(3n) {
    margin-right: 0;
  }
  .category-block__category-outer--2col {
    display: block;
    margin-top: 1.875rem;
  }
  .category-block__category-outer--2col .category-block__category-column {
    width: 100%;
  }
  .category-block__category-outer--2col .category-block__category-column {
    margin-right: 2.5rem;
    border-right: none !important;
    border-bottom: 1px solid #d3d3d3;
  }
  .category-block__category-outer--2col .category-block__link {
    font-size: 1rem;
    font-weight: bold;
    width: calc((100% - 5rem) / 3);
    margin: 0 2.5rem 1.875rem 0;
  }
  .category-block__category-outer--2col
    .category-block__category-column:last-child
    .category-block__link {
    width: calc((100% - 5rem) / 3 * 2 + 2.5rem);
    display: inline-block;
  }
}
@media all and (max-width: 768px) {
  .category-block {
    margin-top: 2.5rem;
  }
  .category-block .c-section__inner {
    margin: 0 auto;
  }
  .category-block .c-section__body {
    padding: 0 0.857142857rem;
    margin-top: 1.964285714rem;
  }
  .category-block__category-outer {
    margin-top: 1.964285714rem;
  }
  .category-block_ttl {
    font-size: 1.142857143rem;
    color: #8c8c8c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 0.785714286rem;
  }
  .category-block_ttl .ico-svg {
    margin-right: 0.5rem;
  }
  .category-block_ttl .ico-svg svg {
    fill: #f08200;
  }
  .category-block_ttl .ico-svg--note {
    width: calc(22 / 28 * 1rem);
  }
  .category-block_ttl .ico-svg--file {
    width: calc(24 / 28 * 1rem);
  }
  .category-block_ttl .ico-svg--tape {
    width: calc(26 / 28 * 1rem);
  }
  .category-block_ttl .ico-svg--label {
    width: calc(22 / 28 * 1rem);
  }
  .category-block_ttl .ico-svg--brand {
    width: calc(21 / 28 * 1rem);
  }
  .category-block__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.625rem;
    border-bottom: 1px solid #d3d3d3;
  }
  .category-block__link {
    font-size: 1rem;
    font-weight: bold;
    width: calc((100% - 0.714285714rem) / 2);
    margin: 0 0.357142857rem 1.678571429rem 0;
  }
  .category-block__link:nth-child(2n) {
    margin-right: 0;
  }
  .category-block__link a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .category-block__link a .category-block__txt {
    font-size: 0.714285714rem;
    display: block;
    line-height: 1.384615385;
    font-weight: normal;
  }
  .category-block__link a .category-block__thum {
    display: block;
    width: 5rem;
  }
  .category-block__category-outer--2col
    .category-block__category-column:last-child {
    margin-top: 1.964285714rem;
  }
  .category-block__category-outer--2col
    .category-block__category-column:last-child
    .category-block__link
    a {
    flex-wrap: wrap;
    width: 10rem;
  }
  .category-block__category-outer--2col
    .category-block__category-column:last-child
    .category-block__link
    a
    .category-block__txt {
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .category-block__link a .category-block__thum {
    width: 7rem;
  }
  .category-block__link a .category-block__txt {
    font-size: 1rem;
  }
  .category-block__category-outer--2col
    .category-block__category-column:last-child
    .category-block__link
    a {
    width: 14rem;
  }
}
/* ==========================================================================
  SEARCH
========================================================================== */
@media all and (min-width: 769px) {
  .product-search-block {
  }
  .product-search-block .product-search {
    width: 84.545454545%;
    margin: 2.375rem auto 0;
  }
  .product-search__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-search__header h4 {
    font-size: 0.9375rem;
    font-weight: normal;
  }
  .product-search__header .index-anchor {
    font-size: 0.875rem;
    margin: 0;
  }
  .word-search--outer {
    margin-top: 1.0625rem;
  }
  .product-search-block .word-search {
    width: 100%;
  }
  .product-search-block .keyword-list {
    margin-top: 0.475rem;
  }
  .product-search-block .product-search.product-search--cta {
    display: -ms-flexbox;
    display: flex;
    width: 92.272727%;
    margin: 3.4375rem 0 0 auto;
  }
  .product-search--btn-outer {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }
  .product-search--btn-outer:first-child {
    border-right: 1px solid #d3d3d3;
  }
  .product-search--btn-outer a {
    width: 23.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-search--btn-outer a:hover p {
    color: #f08200;
  }
  .product-search--btn-outer a p {
    text-align: center;
  }
  .product-search--btn-outer a p span {
    font-size: 0.8em;
  }
  .product-search--btn-outer a .ico-svg:first-child {
    margin-right: 2.5rem;
  }
  .product-search--btn-outer a .ico-svg:last-child {
    margin-left: 2.935rem;
  }
  .product-search--btn-outer a .ico-svg svg {
    fill: #f08200;
  }
  .product-search--btn-outer a .ico-svg--catalog {
    width: 3.533333333rem;
  }
  .product-search--btn-outer a .ico-svg--phone {
    width: 2rem;
  }
  .product-search--btn-outer a .ico-svg--arrow {
    width: 0.5rem;
  }
}
@media all and (max-width: 768px) {
  .product-search-block {
  }
  .product-search-block .product-search {
    width: 100%;
    margin: 2.375rem auto 0;
    padding: 0.892857143rem;
  }
  .product-search__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-search__header h4 {
    font-size: 0.875rem;
    font-weight: normal;
  }
  .product-search__header .index-anchor {
    margin: 0;
  }
  .product-search__header .index-anchor a {
    font-size: 0.714285714rem;
  }
  .product-search__header .index-anchor a .ico-svg--arrow {
    width: 0.35rem;
    margin-left: 0.4rem;
  }
  .word-search--outer {
    margin-top: 0.7rem;
  }
  .product-search-block .word-search {
    width: 100%;
  }
  .product-search-block .keyword-list {
    margin-top: 0.475rem;
  }
  .product-search-block .product-search.product-search--cta {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0.892857143rem;
    margin: 1.31428571rem auto 0;
  }
  .product-search--btn-outer {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 0;
    font-size: 0.857142857rem;
  }
  .product-search--btn-outer .small-txt {
    font-size: 0.857142857em;
    padding-top: 0.178571429rem;
  }
  .product-search--btn-outer:first-child {
    border-right: 1px solid #d3d3d3;
  }
  .product-search--btn-outer a {
    width: 23.75rem;
    text-align: center;
  }
  .product-search--btn-outer a p {
    text-align: center;
    margin-top: 0.8rem;
  }
  .product-search--btn-outer a p span {
    font-size: 0.8em;
  }
  .product-search--btn-outer a .ico-svg:first-child {
    margin-right: 2.5rem;
    margin: 0 auto;
  }
  .product-search--btn-outer a .ico-svg:last-child {
    margin-left: 2.935rem;
  }
  .product-search--btn-outer a .ico-svg {
    padding: 0.357142857rem;
  }
  .product-search--btn-outer a .ico-svg svg {
    fill: #f08200;
  }
  .product-search--btn-outer a .ico-svg--catalog {
    width: 2.607142857rem;
  }
  .product-search--btn-outer a .ico-svg--phone {
    width: 1.607142857rem;
  }
  .product-search--btn-outer a .ico-svg--arrow {
    display: none;
  }
  .product-search .word-search__form > .ico-svg {
    width: 16px;
    position: absolute;
    top: 29px;
    left: 12px;
    transform: translateY(-50%);
    fill: #b4b4b4;
  }
}
/* ==========================================================================
  SUPPORT
========================================================================== */
@media all and (min-width: 769px) {
  .support-block {
    margin-top: 7.875rem;
  }
  .support-block .c-section__body {
    padding-left: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .support-block .c-section__inner {
  }
  .support-block .c-section__body {
    margin-top: 1.875rem;
  }
  .support-block .support--btn-outer {
    width: 33.333%;
    border-right: 1px solid #d3d3d3;
  }
  .support-block .support--btn-outer:hover p {
    color: #f08200;
  }
  .support-block .support--btn-outer:last-child {
    border-right: 0;
  }
  .support-block .support--btn-outer a {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1.5625rem;
  }
  .support-block .support--btn-outer a p {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1;
  }
  .support-block .support--btn-outer a p .ico-svg--arrow {
    width: calc(8 / 16 * 1rem);
    margin-left: 0.5rem;
  }
  .support-block .ico-wrap {
    position: relative;
  }
  .support-block .ico-wrap::after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 31.313131313%;
  }
  .support-block .ico-wrap .ico-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .support-block .ico-svg svg {
    fill: #f08200;
  }
  .support-block .ico-svg--meijin {
    width: calc(42 / 16 * 1rem);
  }
  .support-block .ico-svg--template {
    width: calc(64 / 16 * 1rem);
  }
  .support-block .ico-svg--oa {
    width: calc(61 / 16 * 1rem);
  }
  .support-block .ico-svg--arrow {
    width: calc(8 / 16 * 1rem);
  }
}
@media all and (max-width: 768px) {
  .support-block {
  }
  .support-block .c-section__body {
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.678571429rem;
  }
  .support-block .c-section__inner {
    margin: 3.9642857145rem 0 0;
    width: 100%;
  }
  .support-block .support--btn-outer {
    width: 33.333%;
    border-left: 1px solid #d3d3d3;
  }
  .support-block .support--btn-outer:first-child {
    border-left: 0;
  }
  .support-block .support--btn-outer:first-child p {
    transform: translateY(50%);
  }
  .support-block .support--btn-outer a {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0.535714286rem;
  }
  .support-block .support--btn-outer a p {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.857142857rem;
    line-height: 1;
  }
  .support-block .support--btn-outer a p .ico-svg--arrow {
    width: calc(8 / 16 * 1rem);
    margin-left: 0.5rem;
  }
  .support-block .ico-wrap {
    position: relative;
  }
  .support-block .ico-wrap::after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50.091603%;
  }
  .support-block .ico-wrap .ico-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .support-block .ico-svg svg {
    fill: #f08200;
  }
  .support-block .ico-svg--meijin {
    width: calc(42 / 16 * 1rem);
  }
  .support-block .ico-svg--template {
    width: calc(64 / 16 * 1rem);
  }
  .support-block .ico-svg--oa {
    width: calc(61 / 16 * 1rem);
  }
  .support-block .ico-svg--arrow {
    width: calc(8 / 16 * 1rem);
    display: none;
  }
}
/* ==========================================================================
  MOVIE
========================================================================== */
.movie-block .c-btn--new-window {
  background-color: #e6000f;
  position: relative;
}
@media all and (min-width: 769px) {
  .movie-block {
    width: 100%;
    background-image: url("../img/top/movie_bg.png");
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: contain;
    padding: 5rem 0;
  }
  .movie-block .c-section__inner {
    padding: 0;
    width: 79.375rem;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 5px 5px rgba(87, 87, 87, 0.3);
  }
  .movie-block__thum {
    width: 54.56%;
    position: relative;
  }
  .movie-block__thum a:hover {
    opacity: 0.7;
  }
  .movie-block__thum::after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.360946746%;
  }
  .movie-block__thum-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .movie-block__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.5rem;
  }
  .movie-block__desc {
    width: 46.44%;
    background-color: #ffffff;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .movie-block__header {
    margin-top: 3.625rem;
  }
  .movie-block__header h3 {
    width: 60.714285714%;
    margin: 0 auto;
  }
  .movie-block__header p {
    font-size: 0.9rem;
    color: #575757;
    margin-top: 2.125rem;
  }
  .movie-block-cta {
    width: 86%;
    margin: 0 auto 2.1875rem;
  }
  .c-btn--new-window a {
    font-size: 1.071428571rem;
    color: #ffffff;
  }
  .c-btn--new-window .c-btn__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-btn--new-window .ico-svg--new-window {
    width: 1.1875rem;
    color: #ffffff;
    margin-left: 0.4375rem;
  }
  .c-btn--new-window .ico-svg--big-arrow {
    width: 2.5rem;
    color: #ffffff;
    position: absolute;
    right: 1.071428571rem;
  }
  .c-btn--new-window a svg {
    fill: #ffffff;
  }
}
@media all and (min-width: 769px) and (max-width: 979px) {
  .c-section--block.movie-block .c-section__inner {
    width: 55rem;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .movie-block {
    width: 100%;
    background-image: url("../img/top/movie_bg_sp.png");
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: contain;
    padding: 3.571428571rem 1rem 2.857142857rem;
    margin-top: 2.642857143rem;
  }
  .movie-block .c-section__inner {
    padding: 0;
    margin: 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 5px 5px rgba(87, 87, 87, 0.3);
    background-color: rgba(255, 255, 255, 0.6);
  }
  .movie-block__thum {
    position: relative;
    width: 100%;
  }
  .movie-block__thum::after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.360946746%;
  }
  .movie-block__thum-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .movie-block__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.5rem;
  }
  .movie-block__desc {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .movie-block__header {
    margin: 2.25rem 0 2.035714286rem;
  }
  .movie-block__header h3 {
    width: 78.9173789%;
    margin: 0 auto;
  }
  .movie-block__header p {
    font-size: 0.9rem;
    color: #575757;
    margin-top: 0.928571429rem;
  }
  .movie-block-cta {
    width: 86%;
    margin: 0 auto 2.1875rem;
  }
  .c-btn--new-window a {
    font-size: 1.357142857rem;
    color: #ffffff;
  }
  .c-btn--new-window .c-btn__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-btn--new-window .ico-svg--new-window {
    width: 1.45rem;
    color: #ffffff;
    margin-left: 0.4375rem;
  }
  .c-btn--new-window .ico-svg--big-arrow {
    width: 1.4rem;
    color: #ffffff;
    position: absolute;
    right: 1.071428571rem;
  }
  .c-btn--new-window a svg {
    fill: #ffffff;
  }
}

/* ==========================================================================
PICKUP
========================================================================== */
.article-pannel__genre {
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.5rem 0.714285714rem;
  font-weight: bold;
  background-color: #fefe08;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .article-pickup {
    border-bottom: 3px solid #1070b0;
  }
  .article-pickup .c-section__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 4.4375rem 0 0;
    background-image: url(../img/common/bg_line_blue.svg);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 8%;
    position: relative;
  }
  .article-pickup .c-section__inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 50%;
    background-color: #ffff00;
    z-index: 0;
    opacity: 0.75;
  }
  .article-pickup .c-section__body {
    background-image: url("../img/common/article_pickup_bg.png");
    background-repeat: repeat;
    background-position: left top;
    padding-bottom: 3.464285714rem;
  }
  .article-pickup__ttl {
    width: 77.5rem;
    margin: 0 auto 2.625rem;
  }
  .article-pickup__ttl a {
    width: 25rem;
  }
  .article-pickup .article-pannel-list {
    /* display: -ms-flexbox;
    display: flex; */
    position: relative;
    z-index: 10;
    /* -webkit-overflow-scrolling: touch;
    overflow-y: auto !important;
    white-space: nowrap !important; */
  }
  .article-pickup .article-pannel-list__item {
    width: calc((100% - 6.428571429rem) / 4);
    margin: 0 2.142857143rem 0 0;
    box-shadow: 0px 0px 4px 1px rgba(87, 87, 87, 0.3);
    background-color: #ffffff;
    flex-shrink: 0;
    height: auto;
    transition: all ease-in 150ms;
  }
  .article-pickup .article-pannel-list__item:hover {
    box-shadow: 0px 0px 4px 1px rgba(87, 87, 87, 0.55);
  }
  .article-pickup .article-pannel__photo {
    margin-bottom: 1.071428571rem;
  }
  .article-pickup .article-pannel__photo img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
  }
  .article-pickup .article-pannel__head {
    padding: 0 0.714285714rem;
  }
  .article-pickup .article-pannel__genre {
    font-size: 0.8125rem;
    padding: 0.25rem 0.714285714rem;
  }
  .article-pickup .article-pannel__date {
    display: none;
  }
  .article-pickup .article-pannel__ttl {
    font-size: 1rem;
    font-weight: bold;
    padding: 0 0.714285714rem 1.214285714rem;
    margin-top: 0.53571428rem;
  }
  .article-pickup__scrollbar {
    height: 0.357142857rem;
    background-color: #ffffff;
    margin: 1.25rem auto 0;
    width: 49.5833333%;
    z-index: 20;
    position: relative;
    border-radius: 0;
  }
  .article-pickup__scrollbar .swiper-scrollbar-drag {
    background-color: #004ea2;
    border-radius: 0;
  }
}
@media all and (min-width: 769px) and (max-width: 979px) {
  .article-pickup__ttl {
    width: 55rem;
  }
  .article-pickup__ttl a {
    width: 20rem;
  }
}
@media print, screen and (max-width: 768px) {
  .article-pickup {
    border-bottom: 3px solid #1070b0;
    padding: 1.85rem 0 0;
    background-image: url(../img/common/bg_line_blue.svg);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 11.5%;
    position: relative;
  }
  .article-pickup .c-section__inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .article-pickup .c-section__body {
    background-image: url("../img/common/article_pickup_bg.png");
    background-repeat: repeat;
    background-position: left top;
    padding-bottom: 3.464285714rem;
  }
  .article-pickup__ttl {
    width: 22.071428571rem;
    margin: 0 auto 2.625rem;
    padding-top: 3.571428571rem;
  }
  .article-pickup__ttl a {
    width: 100%;
  }
  .article-pickup .article-pannel-list {
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.785714286rem;
    box-sizing: border-box;
  }
  .article-pickup .article-pannel-list__item {
    width: calc((100% - 1.785714286rem) / 2);
    margin: 0 1.785714286rem 1.571428571rem 0;
    box-shadow: 0px 0px 4px 1px rgba(87, 87, 87, 0.3);
    background-color: #ffffff;
    height: auto;
  }
  .article-pickup .article-pannel-list__item:nth-child(even) {
    margin-right: 0;
  }
  .article-pickup .article-pannel__photo {
    margin-bottom: 1.071428571rem;
  }
  .article-pickup .article-pannel__photo img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
  }
  .article-pickup .article-pannel__head {
    padding: 0 0.714285714rem;
  }
  .article-pickup .article-pannel__genre {
    font-size: 0.8125rem;
    padding: 0.25rem 0.714285714rem;
  }
  .article-pickup .article-pannel__date {
    display: none;
  }
  .article-pickup .article-pannel__ttl {
    font-size: 1rem;
    padding: 0 0.714285714rem 1.214285714rem;
    margin-top: 0.53571428rem;
    line-height: 1.8;
  }
  .article-pickup .c-btn-wrap {
    margin-top: 1.071428571rem;
  }
  .article-pickup .ico-svg--midium-arrow {
    width: 1.25rem;
    position: absolute;
    top: 50%;
    right: 0.642857143rem;
    transform: translateY(-50%);
  }
}
