
/* TOP共通 */
.pickup .splide__track_top,.vision .splide__track_top {
  margin: 25px 0 20px;
}
.splide__slide img {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 0;
}

/* 左右の矢印 */
.splide_prev, .splide_next {
  width: 51px !important;
  height: 69px !important;
  z-index: 10 !important;
  transition: opacity 0.5s;
  border-radius: 0 !important;
}
.splide_prev {
  left: 0 !important;
  background: url(https://www.aktio-dev.jp//top/images/new/btn_slide-prev.svg) no-repeat center center !important;
}
.splide_next {
  right: 0 !important;
  background: url(https://www.aktio-dev.jp/top/images/new/btn_slide-next.svg) no-repeat center center !important;
}
@media screen and (max-width: 768px) {
  .splide_prev,.splide_next {
      background-size: 90px !important;
      width: 90px !important;
      height: 90px !important;
  }
}


/* ページネーションと再生・停止ボタン */
.splide__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.splide__pagination.pagination_top {
    position: relative;
    padding-top: 16px;
}
.splide:not(.is-overflow) .pagination_top {
    display: block;
    text-align: center;
}
.splide__bottom .pagination__page_top {
    width: 14px;
    height: 14px;
    margin: 0 7px;
}
.splide__pagination .pagination__page_top.is-active  {
    background: #727272;
    transform: none;
}
.splide__toggle {
    background: transparent;
    border: none;
}
.splide__toggle img {
    width: 33px;
    margin-left: 10px;
} 
@media screen and (max-width: 768px) {
  .splide__bottom .pagination__page_top {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}

/* BGナシ矢印 共通 */
.new_recommend .splide__arrow,
.recently_area .splide__arrow,
.products_detail_img .splide__arrow,
.related_area .splide__arrow {
  background: none;
} 
.new_recommend .prev::before,
.recently_area .prev::before, 
.products_detail_img .prev::before,
.related_area .prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.new_recommend .next::before,
.recently_area .next::before,
.products_detail_img .next::before,
.related_area .next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.new_recommend .splide__arrow::before,
.recently_area .splide__arrow::before,
.products_detail_img .splide__arrow::before,
.related_area .splide__arrow::before {
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  content: '';
  border-top: solid 3px rgba(0, 0, 0, .5);
  border-right: solid 3px rgba(0, 0, 0, .5);
  background: none;
}
/* 次のスライドが無い場合の矢印 */
.new_recommend .button:disabled::before,
.recently_area .button:disabled::before, 
.products_detail_img .button:disabled::before,
.related_area .button:disabled::before {
  opacity: .3s !important;
}
/* BGナシ矢印 共通 ここまで*/


/* TOP NEWS　スライダー　エリア　*/
section.news {
  max-width: 1170px;
  margin: 20px auto 0;
  background-color: #f5f5f5;
  display: flex ;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 30px;
}
section.news h2 span {
  font-size: 16px;
  background: url(/top/images/new/icn_info.svg) no-repeat left top 3px;
  padding-left: 28px;
  font-weight: 700;
  margin-right: 35px;
}
.splide__track_news ul {
  max-width: 770px;
}
.splide__track_news ul * {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.7;
  list-style-type: none;
  color: #333333;
}
.splide__list_news li a {
  text-decoration: none;
  display: flex !important;
  align-items: center;
}
.splide__list_news li a:hover .txt:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.splide__list_news li .date {
  color: #6f6f6f;
  font-size: 14px;
  margin-right: 25px;
  min-height: auto !important;
  float: none !important;
}
.splide__list_news li .category {
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  padding: 7px 10px;
  text-align: center;
  width: 135px;
  margin-right: 25px;
}
.splide__list_news li .txt {
  font-size: 15px;
  position: relative;
  display: inline-block;
  max-width: 520px;
}
section.news {
  justify-content: space-between;
}
.splide__list_news li .txt:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.splide__track_news .all {
  display: block;
  width: 100px;
  text-decoration: none;
  margin-left: auto;
}
.news .all span {
  font-size: 15px;
  background: url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 6px;
  background-size: 7px;
  padding-right: 19px;
}
.news .splide__toggle {
  margin-right: 8px;
}
@media screen and (max-width: 1170px) {
  section.news {
    padding: 15px 20px 0;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
  }
  .section.news h2 span {
    order: 1;
    display: block;
    width: 140px;
    margin-right: 0;
  }
  .splide__track_news ul {
    height: auto;
    padding: 20px;
    max-width: 100%;
  }
  .splide__track_news {
    order: 4;
    height: auto;
    padding: 20px 0 !important;
    width: 100%;
  }
  .news .splide__toggle {
    order: 2;
    width: 50px;
  }
  .news .all {
    order: 3;
    margin-left: auto;
  }
  .splide__toggle img {
    margin-left: 0;
  }     
}
@media screen and (max-width: 768px) {
  section.news {
    margin-top: 285px;
    padding: 50px 5% 0;
  }
  section.news h2 span {
    font-size: 32px;
    line-height: 1;
    background: url(/top/images/new/icn_info.svg) no-repeat left top 10px;
    background-size: 34px;
    padding: 1px 0 4px 43px;
    width: 100%;
  }
  .splide__track_news ul {
    margin-bottom: 40px !important;
  }
  .splide__list_news li a {
    flex-wrap: wrap;
  }
  .splide__list_news li .date {
    font-size: 20px;
  }
  .splide__list_news li .category {
    width: 225px;
    font-size: 24px;
    padding: 10px 15px;
    font-weight: bold;
  }
  .splide__list_news li .txt {
    width: 100%;
    margin-top: 10px;
    font-size: 26px;
    max-width: none;
  }
  .news .all span {
    font-size: 26px;
    background: url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 12px;
    background-size: 12px;
    padding-right: 26px;
    line-height: 1;
  }
  .news .splide__toggle {
    width: 64px;
    position: sticky;
    margin-left: 10px;
  }
}

/* 2501変更なし */
section .news p.caution {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section .news p.caution {
    margin-top: 20px;
    padding: 0 5%;
    text-align: left;
    line-height: 1.5;
    margin-left: 44px;
    text-indent: -44px;
  }
}
section .news p.caution a {
  text-decoration: none;
}
section.news p.caution span {
  color: #cc0000;
  background: url(/top/images/new/icn_caution.svg) no-repeat left top 4px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  section.news p.caution span {
    font-size: 24px;
    padding: 4px 0 4px 44px;
    background: url(/top/images/new/icn_caution.svg) no-repeat left top 4px;
    background-size: 33px;
  }
}
/* 2501変更なし　ここまで　*/


  /* TOP Pickup　スライダー　エリア */
section.pickup {
  overflow-x: hidden;
  margin: 100px auto 0;
  padding-bottom: 25px;
}
section.pickup h2 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
ul.slide_pickup .splide__slide {
  text-align: center;
}
ul.slide_pickup li {
  position: relative;
  width: 297px !important;
  height: 206px;
  overflow: hidden;
}

ul.slide_pickup li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (hover: hover) {
  ul.slide_pickup li:hover .txt, ul.bnr-area li:hover .txt {
      background: rgb(2, 0, 36);
      background: linear-gradient(171deg, rgba(2, 0, 36, 1) 0%, rgba(99, 99, 99, 1) 73%);
      opacity: 1;
      pointer-events: auto;
  }
}
ul.slide_pickup li .txt, ul.bnr-area li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  pointer-events: none;
  transition: opacity 0.5s;
  z-index: 1;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  box-sizing: border-box;
}
ul.slide_pickup li img, ul.bnr-area li img {
  transition: transform 0.5s;
}
@media (hover: hover) {
  ul.slide_pickup li:hover img {
    transform: scale(1.07);
  }
} 

@media screen and (max-width: 1170px) {
  section.pickup h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  section.pickup {
    margin-top: 60px;
    overflow: hidden;
  }
  section.pickup h2 {
    font-size: 46px;
  }
  section.pickup img {
    overflow-x: hidden!important;
  }
  img.slide-btn-icon {
    width: 64px;
  }
  ul.slide_pickup li
  {
    width: 520px !important;
    height: 361px;
  }
}


/* TOP　AKTIO VISION　スライダー　エリア */
section.vision {
  margin-top: 100px;
  text-align: center;
}
.vision p {
  font-size: 15px;
  margin: 15px 0 0;
}
ul.slide_vision .splide__slide {
  text-align: center;
}
ul.slide_vision li {
  position: relative;
  width: 380px !important;
  overflow: hidden;
  opacity: 1 !important;
}
ul.slide_vision li a:hover {
  opacity: 0.8;
}
ul.slide_vision li span {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  padding: 20px 10px;
  min-height: 75px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  background: linear-gradient(to bottom, transparent, #111111);
}
ul.slide_vision li img {
  transition: transform 0.5s;
  max-width: 100%;
}
.vision .splide_prev,.vision .splide_next {
  top: 50%;
}
section.vision .btn {
  text-align: center;
}
section.vision .btn a {
  width: 210px;
  height: 50px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .vision h2{
    width: 70%;
    margin: 0 auto;
  }
  .vision h2 img {
    width: 100%;
  }
  .vision p {
    font-size: 26px;
    margin-top: 30px;
  }
  .vision .splide__track_top {
  margin: 40px 0 20px;
  }
  .vision .splide_prev,.vision .splide_next {
    top: 54%;
  }
  ul.slide_vision li {
    width: 520px !important;
  }
  ul.slide_vision li span {
    font-size: 28px;
    padding: 30px 10px;
    min-height: 100px;
    letter-spacing: -0.05em;
  }
  section.vision .btn a {
    width: 90%;
    margin: 30px auto 0;
  } 
}


/* 商品案内　上部バナー　スライダー　エリア */
.product_bnr {
  max-width: 1170px;
  padding: 0 20px 0 30px;
  margin: 70px auto 20px;
}
@media screen and (max-width: 950px) {
  .product_bnr {
    padding: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .product_bnr {
    padding: 0;
  }
}
.product_bnr ul {
  gap: 0 !important;
}
ul.bnr-area li a {
  display: block;
}
ul.bnr-area li img {
  max-width: 100%;
}


/* 商品案内　今月の新商品・おすすめ商品　スライダー　エリア */
.new_recommend {
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 0 55px;
}
.new_recommend .splide__slide {
  padding: 15px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  max-width: 340px;
  transition: all .2s;
}
@media (hover: hover) {
  .new_recommend .splide__slide:hover {
    opacity: .7;
  }
} 
@media screen and (max-width: 950px) {
  .new_recommend .splide__slide {
      max-width: 100%;
      margin: 0 0 30px;
  }
}
.new_recommend li a {
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.new_recommend li img {
  height: auto;
  width: 120px;
}
.new_recommend li .txt-area {
  width: calc(100% - 120px);
  padding-left: 20px;
}
.new_recommend li a .txt-area ol.category {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0;
}
.new_recommend li .txt-area ol.category li {
  font-size: 14px;
  width: 70px;
  height: 26px;
  min-height: auto;
  margin:  0 10px 7px 0;
  padding: 0;
  color: #fff;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .new_recommend li .txt-area ol.category li {
    font-size: 17px;
    width: 100px;
    height: 30px;
  }
}
.new_recommend li .txt-area ol.category li.new {
  background-color: #c00;
}
.new_recommend li .txt-area ol.category li.recommend {
  background-color: #a50100; 
}
.new_recommend li .txt-area ol.category li.netis {
  background-color: #4470cc;
}
.new_recommend li .txt-area p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #333;
}
@media screen and (max-width: 768px) {
  .new_recommend li .txt-area p {
      font-size: 26px;
  }
}


/* 商品案内　最近見た商品　スライダー　エリア　*/
.recently_area {
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 0 55px;
}
.recently_area li {
  width: 100%;
  max-width: 155px;
}
@media screen and (max-width: 950px) {
  .recently_area li {
      max-width: 28vw !important;
  }
}
.recently_area li a {
  transition: opacity .3s;
  text-decoration: none;
}
@media (hover: hover) {
  .recently_area li a:hover {
      opacity: .6;
  }
} 
.recently_area li img {
    width: 100%;
    margin: 0;
}
.recently_area p {
  font-size: 16px;
  line-height: 1.5;
  margin: 7px 0 0;
  padding: 0;
  color: #333;
}
@media screen and (max-width: 768px) {
.recently_area p {
    font-size: 26px;
  }
}


/* 商品詳細ページ　画像　スライダー　エリア　*/
.products_detail_img {
  margin: 0 0 40px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.products_detail_img .splide-wrapper {
  width: 435px;
  margin-right: auto;
  margin-left: auto;
}
.products_detail_img .splide__slide {
  width: 435px;
  height: auto;
}
.sproducts_detail_img_box {
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 0;
  width: 99.5% !important;
  background: #fff;
}
.products_detail_img .splide__list {
  align-items: center;
  /* border: 1px solid #ccc; */
}
.splide__slide .sproducts_detail_img_box img {
  height: 431px;
  object-fit: contain;
}
.products_detail_img .thumb-wrapper {
  width: 47%;
  height: 100%;
  margin-left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.products_detail_img_caption {
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 1.4rem;
}
.products_detail_img .thumb-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 23.5%;
  height: auto;
  margin: 0 2% 2% 0;
  border: 1px solid #ccc;
  position: relative;
}
.products_detail_img .thumb-media:nth-child(4n) {
  margin-right: 0;
}
.products_detail_img .thumb-media.is-active {
  border-color: #898989;
}
@media (hover: hover) {
  .products_detail_img .thumb-media:hover {
    border-color: #898989;
    }
  }
.products_detail_img .thumb-media img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}
.products_detail_img .splide__arrow {
  position: absolute;
  width: 30px;
  height: 80px;
  z-index: 100;
  top: 46%;
}
@media screen and (max-width: 768px) {
  .products_detail_img {
    display: block;
    margin-bottom: 0;
  }
  .products_detail_img .splide-wrapper,
  .products_detail_img .splide__slide {
    width: 100%;
  }
  .sproducts_detail_img_box {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    text-align: center;
  }
  .sproducts_detail_img_box img {
    margin: 50px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .splide__slide .sproducts_detail_img_box img {
    max-width: 600px;
  }
  .products_detail_img_caption {
    margin-top: 10px;
    font-size: 2.6rem;
  }
  .products_detail_img .splide-wrapper,
  .products_detail_img .splide__slide {
    width: 100%;
  }
  .products_detail_img .thumb-wrapper {
    width: 100%;
    height: 150px;
    margin-left: 0;
  }
  .products_detail_img .thumb-media {
    width: 10.75%;
    margin: 0 2% 2% 0;
  }
  .products_detail_img .thumb-media:nth-child(4n) {
    margin-right: 2%;
  }
  .products_detail_img .thumb-media:nth-child(8n) {
    margin-right: 0;
  }
  .products_detail_img .splide__arrow {
    width: 50px;
    height: 120px;
    top: 48%;
  }
  .products_detail_img .splide__arrow::before {
    width: 26px;
    height: 26px;
    border-top: solid 5px rgba(0, 0, 0, 0.2);
    border-right: solid 5px rgba(0, 0, 0, 0.2);
  }
}


/* 商品案内　関連商品　スライダー　エリア　*/
.related_area {
    margin: 0;
}
.related_area li {
  padding: 0 10px;
}
@media (hover: hover) {
  .related_area li a:hover {
    opacity: .6;
  }
} 
.related_area li:focus {
  outline: none;
}
.related_area li a {
  color: #000;
}
.related_area li img {
	display: inline-block;
	width: 100%;
  height: auto;
}
.related_area p  {
	line-height: 1.3;
	margin-top: 10px;
	font-size: 1.4rem;
	color: #000;
	text-align: left;
}
@media screen and (max-width: 768px) {
  .related_area p {
    font-size: 26px;
  }
}
.related_area .splide__arrow--prev {
  left: 0;
}
.related_area .splide__arrow--next {
  right: 0;
}
.related_area .splide__arrow {
  top: 40%;
}