﻿@charset "UTF-8";
/* トップページ（ＰＣ） ファーストビュー用 */
.page-top .pane-contents {
  overflow-x: hidden;
}

/* ----トップページ本文---- */
#top-slider-warp {
  z-index: 1;
  width: 500px;
  height: 590px;
  padding: 40px 0 0;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  overflow: visible;
  list-style: none;
}
#top-slider-warp #top-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  overflow: visible;
}
#top-slider-warp li {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px !important;
  height: 100%;
  margin-right: 20px;
}
#top-slider-warp li img {
  width: 500px;
  aspect-ratio: 1/1;
}
#top-slider-warp .swiper-pagination-bullets {
  position: relative;
  width: auto;
  margin-top: 40px;
}

/* ----トップページ フリースペース---- */
.block-top-title,
.block-top-recommend--header {
  text-align: center;
}

.block-top-title {
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 1.333;
  text-align: center;
  border: 0;
}

.block-top-head {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  padding: 0 5px 0 0;
}
.block-top-head .block-top-title {
  margin: 0!important;
  text-align: left;
}
.block-top-head-btn {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  flex-shrink: 0;
}
.block-top-head-btn:after{
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 3px;
}


.page-top .action-buttons {
  margin-top: 30px;
}

.block-top-feature .block-top-title {
  margin-bottom: 30px;
}
.block-top-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-top: 20px;
}
.block-top-feature__list li {
  width: 216px;
}
.block-top-feature__list--s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.block-top-feature__list--s li {
  width: 170px;
}

/* ランキング/NEW ARRIVAL */
.block-top-recommend,
#block_of_rankingEvent {
  position: relative;
}
.block-top-recommend .action-buttons,
#block_of_rankingEvent .action-buttons {
  display: none;
}
#block_of_rankingEvent .block-top-head {
  margin: 0 auto 15px;
}
#block_of_event .block-top-head-btn,
#block_of_rankingEvent .block-top-head-btn {
  position: absolute;
  top: 5px;
  right: 15px;
}

/* ランキング */
#block_of_rankingEvent .cmn-title {
  text-align: left;
}

/* お知らせ */
#block_of_topic {
  position: relative;
}
#block_of_topic .block-top-topic--header {
  text-align: left;
}
#block_of_topic .block-top-head-btn {
  position: absolute;
  top: 5px;
  right: 15px;
}
#block_of_topic .action-buttons {
  display: none;
}