﻿@-webkit-keyframes add-new-icon {
  0% {
    opacity: 0;
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes add-new-icon {
  0% {
    opacity: 0;
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ====================================
   Top page style
==================================== */
/* main visual
==================================== */
.main-visual {
  position: relative;
  padding-top: 43.11859444%;
}
.main-visual::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url(../image/index_main-visual_img01_pc.jpg) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding-top: 0;
    background-color: #e8380d;
  }
  .main-visual::before {
    display: none;
  }
}
.main-visual_scroll {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-bottom: 272px;
  color: #fff;
  text-align: right;
  letter-spacing: .15em;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}
.main-visual_scroll::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 28px;
  width: 1px;
  height: 272px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .3);
}
.main-visual_scroll::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 28px;
  width: 1px;
  height: 272px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-animation: scrollDown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scrollDown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.main-visual_scroll > span {
  display: block;
  position: absolute;
  bottom: 304px;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .main-visual_scroll {
    display: none;
  }
}
.main-visual_inner {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .main-visual_inner {
    display: block;
    position: static;
    width: auto;
    height: auto;
    padding-left: 0;
  }
}
.main-visual_content {
  display: table-cell;
  padding-top: 4.2vw;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .main-visual_content {
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-title-wrapper {
    position: relative;
    padding-top: 104%;
  }
  .main-title-wrapper::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../image/index_main-visual_img01_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
}
.main-title {
  color: #fff;
  letter-spacing: .02em;
  font-weight: 700;
  font-size: 3.7vw;
  line-height: 1.3;
}
@media screen and (min-width: 1900px) {
  .main-title {
    font-size: 7.1rem;
  }
}
@media screen and (max-width: 1260px) {
  .main-title {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 768px) {
  .main-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px;
    font-size: 7.46666667vw;
  }
}
.main-visual_body {
  margin-top: 1.8vw;
}
@media screen and (max-width: 768px) {
  .main-visual_body {
    position: static;
    margin-top: 15px;
    padding: 0 25px 35px;
    background-color: #e8380d;
  }
}
.main-text {
  color: #fff;
  font-size: 1.47vw;
}
@media screen and (min-width: 1900px) {
  .main-text {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1260px) {
  .main-text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .main-text {
    font-size: 1.3rem;
  }
}
.main-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.3;
}
.main-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 310px;
  min-height: 63px;
  padding: 4px 56px;
  outline: none;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
  color: #e8380d;
  text-decoration: none;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1), background-color .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1), background-color .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1), background-color .3s cubic-bezier(.18, -.01, .3, 1), box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1), background-color .3s cubic-bezier(.18, -.01, .3, 1), box-shadow .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.main-button > a::before,
.main-button > a::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  overflow: hidden;
  width: 27px;
  height: 13px;
  margin: auto 0;
  background: no-repeat center center / 100%;
  -webkit-transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), transform .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.main-button > a::before {
  background-image: url(../image/arrow_icon03.svg);
}
.main-button > a::after {
  background-image: url(../image/arrow_icon03_white.svg);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .main-button > a:hover {
    background-color: #e8380d;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
  }
  .main-button > a:hover::before,
  .main-button > a:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  .main-button > a:hover::before {
    opacity: 0;
  }
  .main-button > a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .main-button > a:active {
    background-color: #e8380d;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
  }
  .main-button > a:active::before,
  .main-button > a:active::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  .main-button > a:active::before {
    opacity: 0;
  }
  .main-button > a:active::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .main-button {
    margin: 25px auto 0;
    font-size: 1.7rem;
  }
  .main-button > a {
    width: 100%;
    min-width: 0;
  }
}
/* important-news
==================================== */
.important-news {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 682px;
  height: 70px;
  border-top-left-radius: 6px;
  background-color: #fff;
}
.important-news > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .2);
}
.important-news > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  padding: 5px 13px;
  border-top-left-radius: 6px;
  background-color: #edeef1;
  color: #e8380d;
  font-weight: 700;
  line-height: 1.3;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
      flex: 0 0 180px;
}
.important-news > dl > dt::before {
  display: inline-block;
  content: '';
  width: 21px;
  height: 21px;
  margin-right: 8px;
  background: url(../image/info_icon01.svg) no-repeat;
  vertical-align: middle;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 21px;
      flex: 0 0 21px;
}
.important-news > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 180px);
  padding: 5px 20px;
  color: #222;

  -webkit-box-align: center;
  align-items: center;
}
.important-news > dl > dd > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  margin: -5px -20px;
  padding: 5px 20px;
  color: #222;
  text-decoration: none;

  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .important-news {
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    border-radius: 0;
  }
  .important-news > dl {
    display: block;
    -webkit-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 7px 25px 0 rgba(0, 0, 0, .1);
  }
  .important-news > dl > dt {
    display: block;
    width: auto;
    padding: 15px 15px 14px;
    text-align: left;
    font-size: 1.5rem;
  }
  .important-news > dl > dd {
    display: block;
    width: 100%;
    padding: 19px 15px 18px;
    font-size: 1.5rem;
  }
  .important-news > dl > dd > a {
    margin: -19px -15px -18px;
    padding: 19px 15px 18px;
  }
}
.important-news_inner {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5rem;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  a:hover .important-news_inner {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  a:active .important-news_inner {
    color: #e8380d;
  }
}
/* product
==================================== */
.product {
  overflow: hidden;
  background-color: #f1f2f4;
}
.product_inner {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0 95px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .product_inner {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.product_inner::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 50vw;
  background-color: #dfe0e3;
}
.product_inner::after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 255px;
  background-color: #dfe0e3;
}
@media screen and (max-width: 768px) {
  .product_inner {
    padding: 46px 0 0;
    background-color: #dfe0e3;
  }
  .product_inner::before {
    display: none;
  }
  .product_inner::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .product_head {
    padding: 0 15px;
  }
}
.product_head_sub {
  letter-spacing: .1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .product_head_sub {
    font-size: 1.4rem;
  }
}
.product_head_title {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  color: #222;
  font-weight: 500;
  font-size: 7.8rem;
  font-family: 'Oswald', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.2;
}
.product_head_title > span {
  color: #e8380d;
}
.product_head_title::before {
  content: 'Product Information';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 587px;
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .product_head_title {
    font-size: 4rem;
  }
  .product_head_title::before {
    top: -58px;
    left: 163px;
    color: #efeff1;
    font-size: 7rem;
  }
}
@media screen and (max-width: 370px) {
  .product_head_title {
    font-size: 3.4rem;
  }
}
.product_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-top: 12px;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product_lead {
    display: block;
    margin-top: 14px;
    padding: 0 15px;
  }
}
.product_lead_text {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .product_lead_text {
    font-size: 1.5rem;
  }
}
.product_lead_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3;

  -webkit-box-pack: center;
  justify-content: center;
}
.product_lead_button > a {
  display: inline-block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  min-width: 290px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 5px;
  background-color: #282a31;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15);
  color: #fff;
  text-decoration: none;
  -webkit-transition: background .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1), box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1), box-shadow .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.product_lead_button > a::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 19px;
  height: 9px;
  margin: auto 0;
  background: url(../image/arrow_icon03_white.svg) no-repeat;
  -webkit-transition: all .3s cubic-bezier(.18, -.01, .3, 1);
          transition: all .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  .product_lead_button > a:hover {
    background-color: #545866;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .product_lead_button > a:hover::after {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .product_lead_button > a:active {
    background-color: #545866;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .product_lead_button > a:active::after {
    right: 10px;
  }
}
.product_lead_button > a:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .product_lead_button {
    margin: 15px auto 0;
    font-size: 1.6rem;
  }
}
.product_body {
  position: relative;
  min-height: 477px;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .product_body {
    min-height: 0;
    background-color: #f1f2f4;
  }
}
.product_tab::after {
  display: block;
  content: '';
  clear: both;
}
@media screen and (max-width: 768px) {
  .product_tab {
    overflow: visible;
  }
}
.product_tab_handle {
  float: left;
  width: 225px;
}
.product_tab_handle > li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.3;
}
.product_tab_handle > li::before {
  display: block;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 30px;
  background-color: #f1f2f4;
}
.product_tab_handle > li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.product_tab_handle > li a::before,
.product_tab_handle > li a::after {
  display: block;
  content: '';
  position: absolute;
  right: 20px;
  left: 0;
  border-top: 1px solid #c6c7ca;
}
.product_tab_handle > li a::before {
  top: 0;
}
.product_tab_handle > li a::after {
  bottom: -1px;
}
@media screen and (min-width: 769px) {
  .product_tab_handle > li a:hover {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .product_tab_handle > li a:active {
    color: #e8380d;
  }
}
.product_tab_handle > li a.is-current {
  z-index: 1;
  pointer-events: none;
}
.product_tab_handle > li a.is-current::before,
.product_tab_handle > li a.is-current::after {
  border-color: #dfe0e3;
}
.product_tab_handle > li a.is-current::after {
  bottom: -2px;
  border-width: 3px;
  border-color: #dfe0e3;
}
@media screen and (max-width: 768px) {
  .product_tab_handle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
    background-color: #dfe0e3;
  }
  .product_tab_handle > li {
    width: 33.33%;
    text-align: center;
    font-size: 1.5rem;
  }
  .product_tab_handle > li::before {
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 30px;
  }
  .product_tab_handle > li a::before,
  .product_tab_handle > li a::after {
    content: '';
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: auto;
    height: 100%;
    border-top: none;
    border-left: 1px solid #c6c7ca;
  }
  .product_tab_handle > li a::before {
    top: auto;
    left: 0;
  }
  .product_tab_handle > li a::after {
    right: -1px;
    bottom: auto;
  }
  .product_tab_handle > li a.is-current::before {
    border-color: #dfe0e3;
  }
  .product_tab_handle > li a.is-current::after {
    right: -2px;
    bottom: auto;
  }
  .product_tab_handle > li:first-child a::before {
    border-left: 0;
  }
}
.product_tab_handle_item {
  display: table;
  -ms-flex-align: center;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 78px;
  padding: 5px 25px 5px 15px;
  border-radius: 5px 0 0 5px;
  color: #222;
  -webkit-transition: background-color .3s cubic-bezier(.18, -.01, .3, 1), color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background-color .3s cubic-bezier(.18, -.01, .3, 1), color .3s cubic-bezier(.18, -.01, .3, 1);

  -webkit-box-align: center;
  align-items: center;
}
.product_tab_handle_item > span {
  display: table-cell;
  vertical-align: middle;
}
.product_tab_handle_item em {
  font-weight: 700;
  font-size: 2.1rem;
}
.product_tab_handle > li a.is-current .product_tab_handle_item {
  background-color: #f1f2f4;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .07);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .07);
  color: #e8380d;
}
@media screen and (max-width: 768px) {
  .product_tab_handle_item {
    padding: 10px 4px;
  }
  .product_tab_handle_item em {
    font-size: 1.6rem;
  }
  .product_tab_handle > li a.is-current .product_tab_handle_item {
    border-radius: 5px 5px 0 0;
  }
}
.product_tab_content {
  position: relative;
  z-index: 2;
  float: right;
  width: 937px;
  margin-left: 38px;
}
@media screen and (max-width: 768px) {
  .product_tab_content {
    float: none;
    width: auto;
    margin-left: 0;
    background-color: #f1f2f4;
  }
}
.product_tab_content_item {
  display: none;
}
.product_tab_content_item.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .product_content {
    padding: 30px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .product_market_inner {
    overflow: hidden;
  }
}
.product_market_list {
  margin: 0 -9.5px;
}
.product_market_list::after {
  display: block;
  content: '';
  clear: both;
}
.product_market_list > li {
  float: left;
  width: 220px;
  padding: 0 9.5px;
}
.product_market_list > li:first-child {
  margin-left: 0;
}
.product_market_list > li a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .product_market_list {
    margin: -25px -4.5px 0;
  }
  .product_market_list > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    margin-top: 25px;
    padding: 0 4.5px;
  }
}
.product_market_item {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .03);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .03);
  line-height: 1.3;
  -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         box-shadow .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
}
.product_market_item > figure {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.product_market_item > figure img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.product_market_item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 92px;
  margin-top: 0;
  padding: 5px 20px;
  color: #222;
  font-weight: 500;
  font-size: 1.9rem;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);

  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  a:hover .product_market_item {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
  }
  a:hover .product_market_item > figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  a:hover .product_market_item p {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  a:active .product_market_item {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
  }
  a:active .product_market_item > figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  a:active .product_market_item p {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .product_market_item p {
    height: 72px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.6rem;
  }
}
.product_function_list {
  margin: -25px 0 0 -20px;
}
.product_function_list::after {
  display: block;
  content: '';
  clear: both;
}
.product_function_list > li {
  float: left;
  width: 299px;
  margin: 25px 0 0 20px;
}
.product_function_list > li:nth-child(3n+1) {
  clear: left;
}
.product_function_list > li > a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .product_function_list {
    margin: -15px -4.5px 0;
  }
  .product_function_list > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    margin: 15px 0 0;
    padding: 0 4.5px;
  }
  .product_function_list > li:nth-child(3n+1) {
    float: left;
    clear: none;
  }
  .product_function_list > li:nth-child(2n+1) {
    clear: left;
  }
}
.product_function_item {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .03);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .03);
  table-layout: fixed;
  -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         box-shadow .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
}
.product_function_item > figure {
  display: table-cell;
  width: 65px;
  vertical-align: middle;
}
.product_function_item > figure img {
  width: 100%;
}
.product_function_item > p {
  display: table-cell;
  padding-left: 20px;
  color: #222;
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  a:hover .product_function_item {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
  }
  a:hover .product_function_item > p {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  a:active .product_function_item {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
  }
  a:active .product_function_item > p {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .product_function_item {
    padding: 10px 8px;
  }
  .product_function_item > figure {
    width: 45px;
  }
  .product_function_item > p {
    padding-left: 10px;
    font-size: 1.4rem;
  }
}
.product_menu {
  position: absolute;
  top: 258px;
  left: 0;
  width: 205px;
}
@media screen and (max-width: 768px) {
  .product_menu {
    position: static;
    width: auto;
    padding: 30px 15px 60px;
    background: #dfe0e3;
  }
  .product_menu:nth-child(n+2) {
    margin-top: 30px;
  }
}
.product_menu_button {
  max-width: 280px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
}
.product_menu_button > a {
  display: block;
  padding: 15px 10px 16px;
  border-radius: 5px;
  background-color: #282a31;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15);
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background-color .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background-color .3s cubic-bezier(.18, -.01, .3, 1), box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background-color .3s cubic-bezier(.18, -.01, .3, 1), box-shadow .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
}
.product_menu_button > a > span {
  display: inline-block;
  position: relative;
  padding-left: 29px;
}
.product_menu_button > a > span::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: auto 0;
  background: url(../image/search_icon01_white.svg) no-repeat center center / 100%;
}
@media screen and (min-width: 769px) {
  .product_menu_button > a:hover {
    background-color: #545866;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .product_menu_button > a:active {
    background-color: #545866;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.product_menu_list:nth-child(n+2) {
  margin-top: 35px;
}
.product_menu_list > ul > li:nth-child(n+2) {
  margin-top: 25px;
}
.product_menu_list > ul > li > a {
  display: block;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .product_menu_list:nth-child(n+2) {
    margin-top: 29px;
  }
  .product_menu_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product_menu_list > ul > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
  }
  .product_menu_list > ul > li:nth-child(n+2) {
    margin-top: 0;
    border-left: 1px solid #c6c7ca;
  }
  .product_menu_list > ul > li > a {
    display: block;
    color: #333;
    text-decoration: none;
  }
}
.product_menu_list_item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .product_menu_list_item {
    padding: 0 10px;
  }
}
.product_menu_list_item.theme-01,
.product_menu_list_item.theme-02,
.product_menu_list_item.theme-03 {
  position: relative;
  padding-left: 42px;
}
.product_menu_list_item.theme-01::before,
.product_menu_list_item.theme-02::before,
.product_menu_list_item.theme-03::before,
.product_menu_list_item.theme-01::after,
.product_menu_list_item.theme-02::after,
.product_menu_list_item.theme-03::after {
  display: block;
  content: '';
  position: absolute;
  top: -3px;
  bottom: -5px;
  left: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: no-repeat center center / auto 100%;
  -webkit-transition: opacity .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1);
}
.product_menu_list_item.theme-01::after,
.product_menu_list_item.theme-02::after,
.product_menu_list_item.theme-03::after {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  a:hover .product_menu_list_item.theme-01::before,
  a:hover .product_menu_list_item.theme-02::before,
  a:hover .product_menu_list_item.theme-03::before {
    opacity: 0;
  }
  a:hover .product_menu_list_item.theme-01::after,
  a:hover .product_menu_list_item.theme-02::after,
  a:hover .product_menu_list_item.theme-03::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  a:active .product_menu_list_item.theme-01::before,
  a:active .product_menu_list_item.theme-02::before,
  a:active .product_menu_list_item.theme-03::before {
    opacity: 0;
  }
  a:active .product_menu_list_item.theme-01::after,
  a:active .product_menu_list_item.theme-02::after,
  a:active .product_menu_list_item.theme-03::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .product_menu_list_item.theme-01,
  .product_menu_list_item.theme-02,
  .product_menu_list_item.theme-03 {
    padding-top: 41px;
    padding-left: 10px;
  }
  .product_menu_list_item.theme-01::before,
  .product_menu_list_item.theme-02::before,
  .product_menu_list_item.theme-03::before,
  .product_menu_list_item.theme-01::after,
  .product_menu_list_item.theme-02::after,
  .product_menu_list_item.theme-03::after {
    content: '';
    top: 4px;
    right: 0;
    bottom: auto;
    left: 0;
  }
}
.product_menu_list_item.theme-01::before {
  background-image: url(../image/book_icon01_gray.svg);
}
.product_menu_list_item.theme-01::after {
  background-image: url(../image/book_icon01_red.svg);
}
.product_menu_list_item.theme-02::before {
  background-image: url(../image/info_icon03_gray.svg);
}
.product_menu_list_item.theme-02::after {
  background-image: url(../image/info_icon03_red.svg);
}
.product_menu_list_item.theme-03::before {
  background-image: url(../image/info_icon02_gray.svg);
}
.product_menu_list_item.theme-03::after {
  background-image: url(../image/info_icon02_red.svg);
}
.product_menu_list_item_text {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.3;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
.product_menu_list_item_text:nth-child(n+2) {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  a:hover .product_menu_list_item_text {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  a:active .product_menu_list_item_text {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .product_menu_list_item_text {
    text-align: center;
    font-size: 1.5rem;
  }
}
/* new-items
==================================== */
.new-items {
  overflow: hidden;
  padding-top: 61px;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .new-items {
    padding-top: 40px;
    padding-bottom: 47px;
  }
}
.new-items_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .new-items_inner {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.new-items_head_sub {
  letter-spacing: .1em;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .new-items_head_sub {
    font-size: 1.4rem;
  }
}
.new-items_head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.new-items_head_inner:nth-child(n+2) {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .new-items_head_inner:nth-child(n+2) {
    margin-top: 5px;
  }
}
.new-items_head_title {
  position: relative;
  top: -9px;
  color: #222;
  font-weight: 500;
  font-size: 5.8rem;
  font-family: 'Oswald', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.2;
}
.new-items_head_title > em {
  color: #e8380d;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .new-items_head_title {
    top: -1px;
    font-size: 3.2rem;
  }
}
.new-items_head_link {
  line-height: 45px;
}
.new-items_head_link:nth-child(n+2) {
  margin-top: 0;
}
.new-items_head_link > a {
  display: block;
  position: relative;
  padding-right: 59px;
  color: #222;
  text-decoration: none;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
.new-items_head_link > a::before,
.new-items_head_link > a > span::before,
.new-items_head_link > a > span::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  margin: auto 0;
}
.new-items_head_link > a::before {
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: border-color .3s cubic-bezier(.18, -.01, .3, 1);
}
.new-items_head_link > a > span::before,
.new-items_head_link > a > span::after {
  height: 9px;
  background: no-repeat center center / auto 100%;
  -webkit-transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), transform .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
}
.new-items_head_link > a > span::before {
  background-image: url(../image/arrow_icon03_black.svg);
}
.new-items_head_link > a > span::after {
  background-image: url(../image/arrow_icon03_red.svg);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .new-items_head_link > a:hover {
    color: #e8380d;
  }
  .new-items_head_link > a:hover::before {
    border-color: #e8380d;
  }
  .new-items_head_link > a:hover > span::before,
  .new-items_head_link > a:hover > span::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .new-items_head_link > a:hover > span::before {
    opacity: 0;
  }
  .new-items_head_link > a:hover > span::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .new-items_head_link > a:active {
    color: #e8380d;
  }
  .new-items_head_link > a:active::before {
    border-color: #e8380d;
  }
  .new-items_head_link > a:active > span::before,
  .new-items_head_link > a:active > span::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .new-items_head_link > a:active > span::before {
    opacity: 0;
  }
  .new-items_head_link > a:active > span::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .new-items_head_link {
    font-size: 1.4rem;
    line-height: 35px;
  }
  .new-items_head_link > a {
    padding-right: 43px;
  }
  .new-items_head_link > a::before {
    width: 35px;
    height: 35px;
  }
  .new-items_head_link > a > span::before,
  .new-items_head_link > a > span::after {
    width: 35px;
    height: 7px;
  }
}
.new-items_body:nth-child(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .new-items_body:nth-child(n+2) {
    margin-top: 28px;
  }
}
.new-items_list {
  overflow: visible;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .new-items_list {
    margin-right: calc(29.275362318840582% - 8px);
    margin-left: -8px;
  }
}
.new-items_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-items_list_item {
  width: 33.33%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
}
.new-items_list_item > a {
  display: block;
  margin: 0 15px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .new-items_list_item {
    width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .new-items_list_item > a {
    margin: 0 8px;
  }
}
.new-items_list_item_inner {
  display: table;
  width: 100%;
}
.new-items_list_item_image {
  display: table-cell;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .new-items_list_item_image {
    width: 80px;
  }
}
.new-items_list_item_image_inner {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background-color: #dfe0e3;
}
.new-items_list_item_image_inner > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  max-width: 120px;
  max-height: 120px;
  margin: auto;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  a:hover .new-items_list_item_image_inner > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  a:active .new-items_list_item_image_inner > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .new-items_list_item_image_inner > img {
    max-width: 70px;
    max-height: 70px;
  }
}
.new-items_list_item_body {
  display: table-cell;
  padding-left: 25px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .new-items_list_item_body {
    padding-left: 10px;
  }
}
.new-items_list_item_body_name {
  color: #222;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  a:hover .new-items_list_item_body_name {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  a:active .new-items_list_item_body_name {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .new-items_list_item_body_name {
    font-size: 1.6rem;
  }
}
.new-items_list_item_body_detail {
  color: #555;
  font-size: 1.5rem;
  line-height: 1.6;
}
.new-items_list_item_body_detail:nth-child(n+2) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .new-items_list_item_body_detail {
    font-size: 1.2rem;
  }
  .new-items_list_item_body_detail:nth-child(n+2) {
    margin-top: 8px;
  }
}
.new-items_list_slide {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease, height .3s ease, margin .3s ease;
          transition: opacity .3s ease, height .3s ease, margin .3s ease;
  pointer-events: none;
}
.new-items_list_slide > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  float: right;

  -webkit-box-align: center;
  align-items: center;
}
.new-items_list_slide > ul > li:nth-child(n+2) {
  position: relative;
  margin-left: 21px;
  padding-left: 22px;
}
.new-items_list_slide > ul > li:nth-child(n+2)::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  margin: auto 0;
  border-left: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .new-items_list_slide {
    display: none;
  }
}
.new-items_list-wrapper.slider-active .new-items_list_slide {
  height: 40px;
  opacity: 1;
  pointer-events: auto;
}
.new-items_list-wrapper.slider-active .new-items_list_slide:nth-child(n+2) {
  margin-top: 15px;
}
.new-items_list_slide_prev,
.new-items_list_slide_next {
  font-size: 1.3rem;
  line-height: 40px;
}
.new-items_list_slide_prev > button,
.new-items_list_slide_next > button {
  position: relative;
  border: 0;
  background: none;
  vertical-align: top;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1), opacity .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1), opacity .3s cubic-bezier(.18, -.01, .3, 1);
}
.new-items_list_slide_prev > button::before,
.new-items_list_slide_next > button::before,
.new-items_list_slide_prev > button > span::before,
.new-items_list_slide_next > button > span::before,
.new-items_list_slide_prev > button > span::after,
.new-items_list_slide_next > button > span::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  margin: auto 0;
}
.new-items_list_slide_prev > button::before,
.new-items_list_slide_next > button::before {
  height: 40px;
  border-radius: 50%;
  background-color: #f1f2f4;
  -webkit-transition: background-color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background-color .3s cubic-bezier(.18, -.01, .3, 1);
}
.new-items_list_slide_prev > button > span::before,
.new-items_list_slide_next > button > span::before,
.new-items_list_slide_prev > button > span::after,
.new-items_list_slide_next > button > span::after {
  height: 14px;
  background: no-repeat center center / auto 100%;
  -webkit-transition: opacity .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1);
}
.new-items_list_slide_prev > button > span::before,
.new-items_list_slide_next > button > span::before {
  background-image: url(../image/arrow_icon01_right_red.svg);
}
.new-items_list_slide_prev > button > span::after,
.new-items_list_slide_next > button > span::after {
  background-image: url(../image/arrow_icon01_right_white.svg);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .new-items_list_slide_prev > button:hover,
  .new-items_list_slide_next > button:hover {
    color: #e8380d;
  }
  .new-items_list_slide_prev > button:hover::before,
  .new-items_list_slide_next > button:hover::before {
    background-color: #e8380d;
  }
  .new-items_list_slide_prev > button:hover > span::before,
  .new-items_list_slide_next > button:hover > span::before {
    opacity: 0;
  }
  .new-items_list_slide_prev > button:hover > span::after,
  .new-items_list_slide_next > button:hover > span::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .new-items_list_slide_prev > button:active,
  .new-items_list_slide_next > button:active {
    color: #e8380d;
  }
  .new-items_list_slide_prev > button:active::before,
  .new-items_list_slide_next > button:active::before {
    background-color: #e8380d;
  }
  .new-items_list_slide_prev > button:active > span::before,
  .new-items_list_slide_next > button:active > span::before {
    opacity: 0;
  }
  .new-items_list_slide_prev > button:active > span::after,
  .new-items_list_slide_next > button:active > span::after {
    opacity: 1;
  }
}
.new-items_list_slide_prev > button.swiper-button-disabled,
.new-items_list_slide_next > button.swiper-button-disabled {
  opacity: .4;
  pointer-events: none;
}
.new-items_list_slide_prev > button {
  padding-left: 51px;
}
.new-items_list_slide_prev > button::before,
.new-items_list_slide_prev > button > span::before,
.new-items_list_slide_prev > button > span::after {
  left: 0;
}
.new-items_list_slide_prev > button > span::before,
.new-items_list_slide_prev > button > span::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.new-items_list_slide_next > button {
  padding-right: 51px;
}
.new-items_list_slide_next > button::before,
.new-items_list_slide_next > button > span::before,
.new-items_list_slide_next > button > span::after {
  right: 0;
}
/* technical-information
==================================== */
.technical-information_inner {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 130px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .technical-information_inner {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.technical-information_inner::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 50vw;
  background: url(../image/index_latest_bg01.png);
  background-size: 21px auto;
}
.technical-information_inner::after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 255px;
  background: url(../image/index_latest_bg01.png);
  background-size: 21px auto;
}
@media screen and (max-width: 768px) {
  .technical-information_inner {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .technical-information_inner::before {
    background-size: 13px auto;
  }
  .technical-information_inner::after {
    width: 36.8%;
    background-size: 13px auto;
  }
}
.technical-information_head_sub {
  letter-spacing: .1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .technical-information_head_sub {
    font-size: 1.4rem;
  }
}
.technical-information_head_title {
  margin-top: 5px;
  color: #222;
  font-weight: 500;
  font-size: 7.8rem;
  font-family: 'Oswald', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.2;
}
.technical-information_head_title > span {
  color: #e8380d;
}
@media screen and (max-width: 768px) {
  .technical-information_head_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 370px) {
  .technical-information_head_title {
    font-size: 3.4rem;
  }
}
.technical-information_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-top: 12px;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .technical-information_lead {
    display: block;
    margin-top: 14px;
  }
}
.technical-information_lead_text {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .technical-information_lead_text {
    font-size: 1.5rem;
  }
}
.technical-information_lead_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3;

  -webkit-box-pack: center;
  justify-content: center;
}
.technical-information_lead_button > a {
  display: inline-block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  min-width: 290px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 5px;
  background-color: #282a31;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15);
  color: #fff;
  text-decoration: none;
  -webkit-transition: background .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1), box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1), box-shadow .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.technical-information_lead_button > a::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 19px;
  height: 9px;
  margin: auto 0;
  background: url(../image/arrow_icon03_white.svg) no-repeat;
  -webkit-transition: all .3s cubic-bezier(.18, -.01, .3, 1);
          transition: all .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  .technical-information_lead_button > a:hover {
    background-color: #545866;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .technical-information_lead_button > a:hover::after {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .technical-information_lead_button > a:active {
    background-color: #545866;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .technical-information_lead_button > a:active::after {
    right: 10px;
  }
}
.technical-information_lead_button > a:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .technical-information_lead_button {
    margin: 27px auto 0;
    font-size: 1.6rem;
  }
}
.technical-information_body {
  margin-top: 41px;
}
.technical-information_body::after {
  display: block;
  content: '';
  clear: both;
}
.technical-information_main-item {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 485px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .12);
}
.technical-information_main-item > a {
  display: block;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  color: #222;
  text-decoration: none;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
.technical-information_main-item > a > figure {
  overflow: hidden;
}
.technical-information_main-item > a > figure img {
  border-radius: 6px 6px 0 0;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  .technical-information_main-item > a:hover {
    color: #e8380d;
  }
  .technical-information_main-item > a:hover > figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .technical-information_main-item > a:active {
    color: #e8380d;
  }
  .technical-information_main-item > a:active > figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .technical-information_main-item {
    float: none;
    width: auto;
  }
}
.technical-information_news_body {
  padding: 0 35px;
}
.technical-information_news_name {
  margin-top: 0;
  padding: 27px 35px;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.3;
}
.technical-information_news_name::after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 16px;
  margin-left: 12px;
  background: url(../image/arrow_icon_text-end_red.svg) no-repeat;
  vertical-align: middle;
  -webkit-transition: margin-left .3s cubic-bezier(.18, -.01, .3, 1);
          transition: margin-left .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  a:hover .technical-information_news_name::after {
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  a:active .technical-information_news_name::after {
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .technical-information_news_name {
    padding: 17px 15px;
    font-size: 1.9rem;
  }
}
.technical-information_low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  min-height: 127px;
  padding: 0 35px;
  border-radius: 0 0 6px 6px;
  background-color: #fff;

  -webkit-box-align: center;
  align-items: center;
}
.technical-information_low > dl {
  display: table;
  width: 100%;
  padding: 25px 0 31px;
  border-top: 1px solid #c7c7c7;
}
.technical-information_low > dl dt,
.technical-information_low > dl dd {
  display: table-cell;
  vertical-align: middle;
}
.technical-information_low > dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  padding-right: 15px;
}
.technical-information_low > dl dd {
  padding-left: 15px;
  border-left: 1px solid #222;
}
.technical-information_low > dl dd p {
  word-break: break-all;
}
.technical-information_low > dl dd p a {
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
.technical-information_low > dl dd p a::after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 17px;
  margin-left: 10px;
  background: url(../image/pdf_icon01.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .technical-information_low > dl dd p a:hover {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .technical-information_low > dl dd p a:active {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .technical-information_low {
    min-height: auto;
    padding: 0 15px;
  }
  .technical-information_low > dl {
    display: block;
    padding: 16px 0 23px;
  }
  .technical-information_low > dl dt {
    display: block;
    width: auto;
    padding-right: 0;
  }
  .technical-information_low > dl dd {
    display: block;
    margin-top: 5px;
    padding-left: 0;
    border-left: none;
  }
  .technical-information_low > dl dd p {
    font-size: 1.5rem;
  }
}
.technical-information_low_label {
  text-align: center;
  line-height: 1;
}
.technical-information_low_label > span {
  display: inline-block;
  width: 85px;
  height: 21px;
  border-radius: 3px;
  background-color: #e8380d;
  color: #fff;
  font-size: 1.3rem;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .technical-information_low_label {
    display: inline-block;
    margin-right: 7px;
    vertical-align: bottom;
    font-size: 1.1rem;
  }
  .technical-information_low_label > span {
    width: 50px;
    height: 17px;
    border-radius: 3px;
    line-height: 17px;
  }
}
.technical-information_low_label.opt-animate {
  -webkit-animation: add-new-icon .3s ease both;
          animation: add-new-icon .3s ease both;
}
.technical-information_low_number {
  margin-top: 5px;
  color: #222;
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  font-family: 'Oswald', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.2;
}
.technical-information_low_number > span {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .technical-information_low_number {
    display: inline-block;
    margin-top: 0;
    vertical-align: bottom;
    font-size: 2rem;
  }
  .technical-information_low_number > span {
    font-size: 2.6rem;
  }
}
.technical-information_list {
  float: right;
  margin-left: 35px;
}
.technical-information_list > ul {
  margin: -25px -10px 0;
}
.technical-information_list > ul::after {
  display: block;
  content: '';
  clear: both;
}
.technical-information_list > ul > li {
  float: left;
  width: 330px;
  margin-top: 25px;
  padding: 0 10px;
}
.technical-information_list > ul > li:nth-child(2n+1) {
  clear: left;
}
.technical-information_list > ul > li a {
  display: block;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .07);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .07);
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         box-shadow .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  .technical-information_list > ul > li a:hover {
    -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .15);
  }
}
@media screen and (max-width: 768px) {
  .technical-information_list > ul > li a:active {
    -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .15);
  }
}
@media screen and (max-width: 768px) {
  .technical-information_list {
    float: none;
    margin: 40px 0 0;
  }
  .technical-information_list > ul {
    margin: 0;
  }
  .technical-information_list > ul > li {
    float: none;
    width: auto;
    margin-top: 15px;
    padding: 0;
  }
  .technical-information_list > ul > li:first-child {
    margin-top: 0;
  }
}
.technical-information_list_item {
  padding: 24px 25px 34px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}
.technical-information_list_item figure img {
  width: 60px;
  height: 60px;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  a:hover .technical-information_list_item figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  a:active .technical-information_list_item figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .technical-information_list_item {
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 20px 15px 20px 20px;
  }
  .technical-information_list_item figure {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
  }
  .technical-information_list_item figure img {
    width: 100%;
    height: auto;
  }
}
.technical-information_item_body {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .technical-information_item_body {
    display: table-cell;
    margin-top: 0;
    padding-left: 20px;
    vertical-align: middle;
    text-align: left;
  }
}
.technical-information_item_name {
  color: #222;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  a:hover .technical-information_item_name {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  a:active .technical-information_item_name {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .technical-information_item_name {
    font-size: 1.7rem;
  }
}
.technical-information_item_text {
  margin-top: 13px;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .technical-information_item_text {
    margin-top: 6px;
    font-size: 1.3rem;
  }
}
/* future
==================================== */
.future {
  background: url(../image/index_furure_img02_pc.jpg) repeat-x top;
  background-size: auto 800px;
}
@media screen and (max-width: 768px) {
  .future {
    position: relative;
    background-position: top 183px center;
    background-size: auto 299px;
  }
  .future::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #dce1ea;
  }
}
.future_bg {
  position: relative;
  padding: 165px 0 170px;
  background: url(../image/index_furure_img01_pc.jpg) no-repeat center top;
  background-size: auto 800px;
}
.future_bg::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  height: 152px;
  margin: 0 auto;
  background-color: #6b6b6b;
}
.future_bg::after {
  display: block;
  content: '';
  position: absolute;
  top: 152px;
  right: 0;
  left: 0;
  width: 5px;
  height: 5px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #6b6b6b;
}
@media screen and (max-width: 768px) {
  .future_bg {
    padding: 75px 0 81px;
    background-position: top 183px center;
    background-size: auto 299px;
  }
  .future_bg::before {
    height: 67px;
  }
  .future_bg::after {
    top: 67px;
  }
}
.future_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .future_inner {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.future_head {
  text-align: center;
}
.future_head_title {
  color: #222;
  font-weight: 500;
  font-size: 8.2rem;
  font-family: 'Oswald', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.2;
}
.future_head_title > span {
  color: #e8380d;
}
@media screen and (max-width: 768px) {
  .future_head_title {
    font-size: 4.8rem;
  }
}
.future_head_text {
  display: table;
  margin: 8px auto 0;
}
.future_head_text p {
  position: relative;
  padding: 0 45px;
  color: #222;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.6;
}
.future_head_text p::before,
.future_head_text p::after {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  width: 27px;
  height: 25px;
  background: url(../image/index_quotation01.svg) no-repeat;
}
.future_head_text p::before {
  left: 0;
}
.future_head_text p::after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .future_head_text p {
    padding: 0 26px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .future_head_text p::before,
  .future_head_text p::after {
    top: 7px;
    width: 15px;
    height: 14px;
  }
}
[lang='en'] .future_head_text p {
  letter-spacing: 0;
}
.future_body {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .future_body {
    margin-top: 75px;
  }
}
.future_lead {
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .future_lead {
    text-align: left;
    font-size: 1.5rem;
  }
}
.future_link {
  margin-top: 60px;
}
.future_link > ul {
  overflow: hidden;
  margin: 0 -20px;
}
.future_link > ul > li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 20px;
}
.future_link > ul > li a {
  display: block;
}
@media screen and (max-width: 768px) {
  .future_link {
    margin-top: 34px;
  }
  .future_link > ul {
    margin: 0;
  }
  .future_link > ul > li {
    float: none;
    width: auto;
    margin-top: 25px;
    padding: 0;
  }
  .future_link > ul > li:first-child {
    margin-top: 0;
  }
}
.future_link_item {
  position: relative;
  overflow: hidden;
  height: 340px;
}
.future_link_item::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 210px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .55)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .55));
}
.future_link_item figure {
  z-index: 1;
}
.future_link_item figure img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  .future_link_item:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .future_link_item:active figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .future_link_item {
    height: auto;
    padding-top: 58.55%;
  }
  .future_link_item::after {
    min-height: 120px;
  }
}
.future_link_text {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 37px;
  left: 0;
  padding: 0 30px 0 40px;
  color: #fff;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.3;
}
.future_link_text::before,
.future_link_text::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center center;
  background-size: 23px auto;
  background-repeat: no-repeat;
  -webkit-transition: background .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1);
}
.future_link_text::before {
  background-image: url(../image/index_future_link_arrow_icon01.svg);
}
.future_link_text::after {
  background-image: url(../image/index_future_link_arrow_icon01_hover.svg);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  a:hover .future_link_text::before,
  a:hover .future_link_text::after {
    background-color: #e8380d;
    background-position: left 19px center;
  }
  a:hover .future_link_text::before {
    opacity: 0;
  }
  a:hover .future_link_text::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  a:active .future_link_text::before,
  a:active .future_link_text::after {
    background-color: #e8380d;
    background-position: left 19px center;
  }
  a:active .future_link_text::before {
    opacity: 0;
  }
  a:active .future_link_text::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .future_link_text {
    bottom: 23px;
    padding: 0 15px 0 20px;
    font-size: 2rem;
  }
  .future_link_text::before,
  .future_link_text::after {
    right: 15px;
    bottom: 17px;
    width: 34px;
    height: 34px;
    background-size: 18px auto;
  }
}
/* csr
==================================== */
.csr {
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 640px;
  background: url(../image/index_csr_bg01_pc.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .csr {
    min-height: auto;
    background-image: url(../image/index_csr_bg01_sp.jpg);
  }
}
.csr_inner {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-right: 30px;
  padding-bottom: 96px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .csr_inner {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.csr_inner::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  top: -30px;
  right: -20px;
  width: 343px;
  height: 347px;
  background: url(../image/index_csr_img01.png) no-repeat;
  background-size: 100% auto;
}
.csr_inner::after {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  top: 246px;
  right: 174px;
  width: 377px;
  height: 394px;
  background: url(../image/index_csr_img02.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .csr_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .csr_inner::before {
    top: -11px;
    right: 10px;
    width: 130px;
    height: 132px;
  }
  .csr_inner::after {
    top: 94px;
    right: -10px;
    width: 130px;
    height: 136px;
  }
}
.csr_head_sub {
  color: #fff;
  letter-spacing: .1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .csr_head_sub {
    font-size: 1.4rem;
  }
}
.csr_head_title {
  z-index: 2;
  margin-top: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 7.8rem;
  font-family: 'Oswald', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .csr_head_title {
    font-size: 4rem;
  }
}
.csr_lead {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [lang='en'] .csr_lead {
    margin-top: 65px;
  }
}
.csr_lead_text {
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .csr_lead_text {
    font-size: 1.5rem;
  }
}
.csr_lead_button {
  display: table;
  margin-top: 39px;
  text-align: center;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.3;
}
.csr_lead_button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 290px;
  height: 57px;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #e8380d;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
  color: #fff;
  text-decoration: none;
  -webkit-transition: background .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1), box-shadow .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1), box-shadow .3s cubic-bezier(.18, -.01, .3, 1), -webkit-box-shadow .3s cubic-bezier(.18, -.01, .3, 1);

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.csr_lead_button > a::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 27px;
  height: 13px;
  margin: auto 0;
  background: url(../image/index_lead_button_arrow_icon01.svg) no-repeat;
  -webkit-transition: right .3s cubic-bezier(.18, -.01, .3, 1);
          transition: right .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  .csr_lead_button > a:hover {
    background-color: #ba0500;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .csr_lead_button > a:hover::after {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .csr_lead_button > a:active {
    background-color: #ba0500;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .csr_lead_button > a:active::after {
    right: 10px;
  }
}
.csr_lead_button > a:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .csr_lead_button {
    margin: 30px auto 0;
    font-size: 1.6rem;
  }
}
/* news
==================================== */
.news_inner {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 80px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .news_inner {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .news_inner {
    display: block;
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
.news_head {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 224px;
  padding-right: 24px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .news_head {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.news_title {
  color: #222;
  font-weight: 400;
  font-size: 7.8rem;
  font-family: 'Oswald', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news_title {
    font-size: 4rem;
  }
}
.news_body {
  display: table-cell;
  margin-left: 75px;
  padding-top: 38px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .news_body {
    display: block;
    margin: 27px 0 0;
    padding-top: 0;
  }
}
.news_list > ul > li {
  display: table;
  width: 100%;
  margin-top: 31px;
  text-align: left;
}
.news_list > ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .news_list > ul > li {
    margin-top: 34px;
  }
  .news_list > ul > li:first-child {
    margin-top: 0;
  }
}
.news_item_head {
  display: table-cell;
  width: 251px;
  vertical-align: middle;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .news_item_head {
    display: block;
    width: auto;
  }
}
.news_date {
  display: inline-block;
  width: 100px;
  margin-top: 0;
  padding-right: 30px;
  color: #777;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news_date {
    width: auto;
    padding-right: 16px;
    font-size: 1.4rem;
  }
}
.news_category {
  display: inline-block;
  width: 120px;
  margin-top: 0;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
}
.news_category > span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 4px;
  vertical-align: middle;
}
.news_category.category-important > span {
  border: 1px solid #e8380d;
  color: #e8380d;
}
.news_category.category-release > span {
  border: 1px solid #009eb6;
  color: #009eb6;
}
.news_category.category-event > span {
  border: 1px solid #dc9101;
  color: #dc9101;
}
.news_category.category-update > span {
  border: 1px solid #3865b8;
  color: #3865b8;
}
.news_category.category-recruit > span {
  border: 1px solid #008e2b;
  color: #008e2b;
}
.news_category.category-other > span {
  border: 1px solid #838691;
  color: #838691;
}
.news_link {
  display: table-cell;
  margin-top: 0;
  padding-left: 40px;
  vertical-align: middle;
  line-height: 1.6;
}
.news_link a {
  color: #222;
  text-decoration: none;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  .news_link a:hover {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .news_link a:active {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .news_link {
    display: block;
    margin-top: 10px;
    padding-left: 0;
    font-size: 1.5rem;
  }
}
.news_button {
  display: table;
  margin: 20px 0 0 auto;
}
.news_button a {
  display: block;
  position: relative;
  padding-right: 59px;
  color: #222;
  text-decoration: none;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
.news_button a::before,
.news_button a > span::before,
.news_button a > span::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  margin: auto 0;
}
.news_button a::before {
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: border-color .3s cubic-bezier(.18, -.01, .3, 1);
}
.news_button a > span::before,
.news_button a > span::after {
  height: 9px;
  background: no-repeat center center / auto 100%;
  -webkit-transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1), transform .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
}
.news_button a > span::before {
  background-image: url(../image/arrow_icon03_black.svg);
}
.news_button a > span::after {
  background-image: url(../image/arrow_icon03_red.svg);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .news_button a:hover {
    color: #e8380d;
  }
  .news_button a:hover::before {
    border-color: #e8380d;
  }
  .news_button a:hover > span::before,
  .news_button a:hover > span::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .news_button a:hover > span::before {
    opacity: 0;
  }
  .news_button a:hover > span::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .news_button a:active {
    color: #e8380d;
  }
  .news_button a:active::before {
    border-color: #e8380d;
  }
  .news_button a:active > span::before,
  .news_button a:active > span::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .news_button a:active > span::before {
    opacity: 0;
  }
  .news_button a:active > span::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .news_button {
    font-size: 1.5rem;
  }
  .news_button > a {
    padding-right: 43px;
  }
  .news_button > a::before {
    width: 35px;
    height: 35px;
  }
  .news_button > a > span::before,
  .news_button > a > span::after {
    width: 35px;
    height: 7px;
  }
}
/* lower-banner
==================================== */
.lower-banner {
  overflow: hidden;
  padding: 100px 0;
  background-color: #edeef1;
}
@media screen and (max-width: 768px) {
  .lower-banner {
    padding: 60px 0;
  }
}
.lower-banner_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .lower-banner_inner {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* lower-banner > recruit
==================================== */
.recruit a {
  display: table;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .04);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .04);
  text-decoration: none;
}
.recruit a > figure {
  display: table-cell;
  overflow: hidden;
  width: 633px;
  vertical-align: middle;
}
.recruit a > figure img {
  width: 100%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition: -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1);
          transition:         transform .3s cubic-bezier(.18, -.01, .3, 1), -webkit-transform .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  .recruit a:hover > figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .recruit a:active > figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .recruit {
    display: block;
    width: auto;
  }
  .recruit a > figure {
    display: block;
    width: auto;
  }
}
.recruit_body {
  display: table-cell;
  padding: 20px 25px 20px 50px;
  background-color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruit_body {
    display: block;
    padding: 17px 15px 17px;
  }
}
.recruit_title {
  color: #222;
  font-weight: 500;
  font-size: 2.9rem;
  line-height: 1.6;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
.recruit_title::after {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  margin-left: 10px;
  padding-bottom: 3px;
  background: url(../image/window_icon01_large.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  -webkit-transition: background .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  a:hover .recruit_title {
    color: #e8380d;
  }
  a:hover .recruit_title::after {
    background-image: url(../image/window_icon01_large_red.svg);
  }
}
@media screen and (max-width: 768px) {
  a:active .recruit_title {
    color: #e8380d;
  }
  a:active .recruit_title::after {
    background-image: url(../image/window_icon01_large_red.svg);
  }
}
@media screen and (max-width: 768px) {
  .recruit_title {
    font-size: 2.2rem;
  }
  .recruit_title::after {
    width: 13px;
    height: 13px;
  }
}
.recruit_text {
  margin-top: 20px;
  color: #555;
  line-height: 1.6;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (max-width: 768px) {
  .recruit_text {
    margin-top: 11px;
    font-size: 1.3rem;
  }
}
/* lower-banner > banner-list
==================================== */
.banner-list {
  position: relative;
  padding: 0 50px;
}
.banner-list:nth-child(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .banner-list {
    padding: 0;
  }
  .banner-list:nth-child(n+2) {
    margin-top: 40px;
  }
}
.banner-list_slider-wrap {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .banner-list_slider-wrap {
    overflow: visible;
  }
}
.banner-list_slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 -13px;
}
@media screen and (max-width: 768px) {
  .banner-list_slider {
    overflow: visible;
    margin-right: calc(24.637681159420293% - 10px);
    margin-left: -10px;
  }
}
.banner-list_slider_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-list_slider_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
}
.banner-list_slider_item > a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .banner-list_slider_item {
    width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
.banner-list_slider_item_inner {
  margin: 0 13px;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .banner-list_slider_item_inner {
    margin: 0 10px;
  }
}
.banner-list_slider_item_image {
  position: relative;
  overflow: hidden;
  padding-top: 34.28571429%;
  -webkit-transition: opacity .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1);
}
.banner-list_slider_item_image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  a:hover .banner-list_slider_item_image {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  a:active .banner-list_slider_item_image {
    opacity: .7;
  }
}
.banner-list_slider_item_body:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .banner-list_slider_item_body:nth-child(n+2) {
    margin-top: 15px;
  }
}
.banner-list_slider_item_body_main {
  color: #222;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  -webkit-transition: color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: color .3s cubic-bezier(.18, -.01, .3, 1);
}
@media screen and (min-width: 769px) {
  a:hover .banner-list_slider_item_body_main {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  a:active .banner-list_slider_item_body_main {
    color: #e8380d;
  }
}
@media screen and (max-width: 768px) {
  .banner-list_slider_item_body_main {
    font-size: 1.5rem;
  }
}
.banner-list_slider_item_body_sub {
  color: #555;
  font-size: 1.4rem;
  line-height: 1.3;
}
.banner-list_slider_item_body_sub:nth-child(n+2) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .banner-list_slider_item_body_sub {
    font-size: 1.3rem;
  }
  .banner-list_slider_item_body_sub:nth-child(n+2) {
    margin-top: 7px;
  }
}
.banner-list_ctrl {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 10%;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
  pointer-events: none;
}
.banner-list_ctrl > ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-list_ctrl > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;

  -webkit-box-align: center;
  align-items: center;
}
.banner-list_ctrl > ul > li:nth-child(1) {
  left: 0;
}
.banner-list_ctrl > ul > li:nth-child(2) {
  right: 0;
}
@media screen and (max-width: 768px) {
  .banner-list_ctrl {
    display: none;
  }
}
.banner-list_slider-wrap.slider-active .banner-list_ctrl {
  opacity: 1;
}
.banner-list_ctrl_prev,
.banner-list_ctrl_next {
  width: 40px;
  height: 40px;
}
.banner-list_ctrl_prev > button,
.banner-list_ctrl_next > button {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-transition: background-color .3s cubic-bezier(.18, -.01, .3, 1);
          transition: background-color .3s cubic-bezier(.18, -.01, .3, 1);
}
.banner-list_ctrl_prev > button::before,
.banner-list_ctrl_next > button::before,
.banner-list_ctrl_prev > button::after,
.banner-list_ctrl_next > button::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  margin: auto 0;
  background: no-repeat center center / auto 100%;
  -webkit-transition: opacity .3s cubic-bezier(.18, -.01, .3, 1);
          transition: opacity .3s cubic-bezier(.18, -.01, .3, 1);
}
.banner-list_ctrl_prev > button::before,
.banner-list_ctrl_next > button::before {
  background-image: url(../image/arrow_icon01_right_red.svg);
}
.banner-list_ctrl_prev > button::after,
.banner-list_ctrl_next > button::after {
  background-image: url(../image/arrow_icon01_right_white.svg);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .banner-list_ctrl_prev > button:hover,
  .banner-list_ctrl_next > button:hover {
    background-color: #e8380d;
  }
  .banner-list_ctrl_prev > button:hover::before,
  .banner-list_ctrl_next > button:hover::before {
    opacity: 0;
  }
  .banner-list_ctrl_prev > button:hover::after,
  .banner-list_ctrl_next > button:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .banner-list_ctrl_prev > button:active,
  .banner-list_ctrl_next > button:active {
    background-color: #e8380d;
  }
  .banner-list_ctrl_prev > button:active::before,
  .banner-list_ctrl_next > button:active::before {
    opacity: 0;
  }
  .banner-list_ctrl_prev > button:active::after,
  .banner-list_ctrl_next > button:active::after {
    opacity: 1;
  }
}
.banner-list_slider-wrap.slider-active .banner-list_ctrl_prev > button,
.banner-list_slider-wrap.slider-active .banner-list_ctrl_next > button {
  pointer-events: auto;
}
.banner-list_ctrl_prev > button::before,
.banner-list_ctrl_prev > button::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
