/*---------------------------------------------
  Common
---------------------------------------------*/
.header__inner {
  border-bottom: 0;
}

/*---------------------------------------------
  Visual
---------------------------------------------*/
.visual .bx-wrapper {
  margin: 0;
}
.visual .bx-wrapper .bx-viewport {
  left: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.visual .bx-wrapper img {
  width: 100%;
}
.visual .bx-wrapper .bx-pager {
  top: 50%;
  right: 10px;
  width: auto;
  transform: translate(0,-20%);
  padding: 0;
}
.visual .bx-wrapper .bx-pager .bx-pager-item {
  display: block;
  width: 20px;
  height: 40px;
  margin: 10px 0;
}
.visual .bx-wrapper .bx-pager.bx-default-pager a {
  left: 50%;
  background-color: #fff;
  opacity: 1;
  width: 2px;
  height: 100%;
}
.visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.visual .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #00c8c8;
}

/*---------------------------------------------
  Pickup news
---------------------------------------------*/
.pickup-news {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #111;
  padding: 20px 0;
}
.pickup-news dl {
  display: inline;
}
.pickup-news dt,
.pickup-news dd {
  display: inline-block;
}
.pickup-news dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin-right: 36px;
}
.pickup-news dd > span:first-of-type {
  margin-right: 10px;
}
.pickup-news dd a {
  color: #fff;
}

/*---------------------------------------------
  Feature
---------------------------------------------*/
.sec__feature {
  border-bottom: 1px solid #bbb;
}
.sec__feature .section__inner {
  max-width: 1400px;
}
.sec__feature .section__flex__item {
  width: 24%;
}
.sec__feature .section__flex__item a {
  display: block;
  position: relative;
}

/*---------------------------------------------
   Category
---------------------------------------------*/
.sec__category .category-box {
  position: relative;
  margin-bottom: 50px;
}
.sec__category .category-box__image {
  text-align: left;
}
.sec__category .section__inner > div:nth-of-type(even) .category-box__image {
  text-align: right;
}
.sec__category .category-box__text {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  max-width: 460px;
  padding: 0 50px 50px;
}
.sec__category .section__inner > div:nth-of-type(even) .category-box__text {
  left: 0;
  right: auto;
}
.sec__category .category-box__title {
  border-left: 3px solid #00c8c8;
  padding: 30px 50px 0;
  margin-left: -50px;
}
.sec__category .section__inner > div:nth-of-type(even) .category-box__title {
  border-left: 0;
  border-right: 3px solid #00c8c8;
  margin-right: -50px;
}
.sec__category .category-box__title strong {
  display: block;
  font-size: 2.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
}
.sec__category .category-box__desc {
  font-size: 1.6rem;
  margin: 24px 0 16px;
}
.sec__category .category-box__note {
  font-size: 1.2rem;
}
.sec__category .category-box__link {
  text-align: right;
  margin-top: 10px;
}
.sec__category .category-box__link a {
  color: #00c8c8;
  font-size: 1.1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.sec__category .item-box__text {
  text-align: center;
}
.sec__category .item-box__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
}
.sec__category .item-box__name {
  font-size: 1.2rem;
}

/*---------------------------------------------
  Ranking
---------------------------------------------*/
.sec__ranking {
  background-color: #eee;
}
.sec__ranking .content-slider .section__flex.slick-slide {
  display: flex;
}
.sec__ranking .item-box__image .rank {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #999;
  padding: 2px 10px;
}
.sec__ranking .section__flex.section__first > div:nth-of-type(1) .item-box__image .rank,
.sec__ranking .section__flex.section__first > div:nth-of-type(2) .item-box__image .rank,
.sec__ranking .section__flex.section__first > div:nth-of-type(3) .item-box__image .rank {
  background-color: #111;
}
.sec__ranking .slick-dots li {
  width: 40px;
  height: 2px;
}
.sec__ranking .slick-dots li button {
  width: 100%;
  height: 100%;
}
.sec__ranking .slick-dots li button:before {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.sec__ranking .slick-dots li.slick-active button:before {
  background-color: #00c8c8;
}

/*---------------------------------------------
  Pick Up
---------------------------------------------*/
.sec__pickup {
}
