@charset "UTF-8";
/* CSS Document */
/* =========================================================
調整
========================================================= */
#contents {
  overflow: visible;
  padding-top: 0;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}

#main-column {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 150px;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
#main-column .header_area {
  margin: 0;
}
#main-column h2 {
  border-top: none;
  border-bottom: none;
  letter-spacing: 0.1em;
  padding: 0;
  margin-top: 0;
}

.w100 .freeArea2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  #contents {
    width: 100%;
  }
  .column5 .itemThumb {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 960px) {
  .column5 .itemThumb {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768.001px) {
  #sub-column {
    display: none;
  }
}
@media (max-width: 768px) {
  #main-column {
    padding: 0;
    margin-bottom: 80px;
  }
}
/* =========================================================
共通
========================================================= */
.section-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.section-title_eng {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 8px;
}

.top-inner {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.top_more {
  margin-top: 20px;
  text-align: right;
}
.top_more .top_moreLink {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 30px;
  color: #274A78;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s;
}
.top_more .top_moreLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #274A78;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url(https://shop-ninnananna.jp/img/icon_arrow_b.png) no-repeat 11px center/contain;
  background-size: 4.47px 6.97px;
}
.top_more .top_moreLink .top_moreText {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .top-inner {
    width: 95%;
  }
}
@media (max-width: 960px) {
  .section-title {
    font-size: 24px;
  }
  .section-title_eng {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 22px;
  }
  .section-title_eng {
    font-size: 11px;
  }
}
@media (max-width: 580px) {
  .section-title {
    font-size: 24px;
  }
  .section-title_eng {
    font-size: 12px;
  }
  .top-inner {
    width: 90%;
  }
  .top_more .top_moreLink {
    padding-right: 50px;
  }
  .top_more .top_moreLink::after {
    width: 41px;
    height: 41px;
    background: url(https://shop-ninnananna.jp/img/icon_arrow_b.png) no-repeat 18px center/contain;
    background-size: 6.69px 10.44px;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 22px;
  }
  .section-title_eng {
    font-size: 11px;
    margin-top: 5px;
  }
}
/* =========================================================
センター用フリーエリア１（FV・発送日・ニュース・INFOMATION・リアルタイムオーダー）
========================================================= */
.top_FV {
  display: block;
  width: 100vw;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .top_FV {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top_FV {
    width: 100%;
  }
}
.top_aboutus {
  margin: 80px auto 100px;
}
.top_aboutus p {
  text-align: center;
  font-size: 16px;
  line-height: 2.3 !important;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top_aboutus .strong {
  font-size: 17px;
}
.top_aboutus .aboutus_link {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #333;
  display: table;
  padding-bottom: 5px;
  text-align: center;
  margin: 36px auto 0;
  transition: 0.3s;
}
@media (max-width: 960px) {
  .top_aboutus {
    margin: 60px auto 80px;
  }
  .top_aboutus p {
    font-size: 14px;
  }
  .top_aboutus .strong {
    font-size: 15px;
  }
  .top_aboutus .aboutus_link {
    font-size: 15px;
  }
}
@media (max-width: 580px) {
  .top_aboutus .strong {
    font-size: 14px;
  }
  .top_aboutus .aboutus_link {
    font-size: 16px;
    margin: 24px auto 0;
  }
}

.top-info {
  margin-top: 100px !important;
  margin: auto;
}
.top-info .top-info_box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 2px solid #274A78;
  border-radius: 12px;
  overflow: hidden;
}
.top-info .top-info_box .top-info_title {
  box-sizing: border-box;
  width: 230px;
  min-width: 230px;
  background: #274A78;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top-info .top-info_box .top-info_title .section-title_eng {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 0;
}
.top-info .top-info_box .top-info_content {
  flex: 1;
  padding: 28px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-info .top-info_box .top-info_content .top-info_text {
  font-size: 16px;
  line-height: 1.5;
}
.top-info .top-info_box .top-info_content .top-info_text:not(:last-child) {
  margin-bottom: 8px;
}
.top-info .top-info_box .top-info_content .top-info_link {
  color: #333333;
  text-decoration: underline;
}
.top-info .top-info_box .top-info_content .top-info_link .top-info_icon {
  width: auto;
  height: 1.5em;
  vertical-align: middle;
  padding-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .top-info {
    margin-top: 80px !important;
  }
  .top-info .top-info_box .top-info_title {
    width: 200px;
    min-width: 200px;
  }
  .top-info .top-info_box .top-info_title .section-title_eng {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-info .top-info_box {
    display: block;
    border-radius: 10px;
  }
  .top-info .top-info_box .top-info_title {
    width: 100%;
    min-width: 100%;
    padding: 24px 20px;
  }
  .top-info .top-info_box .top-info_title .section-title_eng {
    font-size: 16px;
  }
  .top-info .top-info_box .top-info_content {
    padding: 20px 18px 24px;
  }
  .top-info .top-info_box .top-info_content .top-info_text:not(:last-child) {
    margin-bottom: 10px;
  }
  .top-info .top-info_box .top-info_content .top-info_link {
    display: inline;
  }
  .top-info .top-info_box .top-info_content .top-info_icon {
    height: 1.1em;
    margin-left: 6px;
  }
}
@media screen and (max-width: 580px) {
  .top-info .top-info_box .top-info_content .top-info_text {
    font-size: 15px;
  }
  .top-info .top-info_box .top-info_content .top-info_text:not(:last-child) {
    margin-bottom: 14px;
  }
}

.top-news {
  margin: 100px 0;
}
.top-news .top-news_wrap {
  display: flex;
  align-items: center;
}
.top-news .top-news_wrap .top-news_head {
  text-align: center;
  width: 20%;
  min-width: 270px;
}
.top-news .top-news_wrap .top-news_head .category-title_eng {
  margin-top: 16px;
}
.top-news .top-news_wrap .top-news_body {
  width: 80%;
}
.top-news .top-news_wrap .top-news_body .news h2 {
  display: none;
}
.top-news .top-news_wrap .top-news_body .news-contents {
  margin: 0;
  padding: 0;
}
.top-news .top-news_wrap .top-news_body .news-box {
  margin: 0;
  padding: 0 !important;
}
.top-news .top-news_wrap .top-news_body .news-box dd {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 0;
  padding: 14px 0;
  color: #333;
  transition: 0.3s;
}
.top-news .top-news_wrap .top-news_body .news-box dd:has(a):hover {
  opacity: 0.8;
}
.top-news .top-news_wrap .top-news_body .news-box .date {
  flex: 0 0 170px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 2px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.top-news .top-news_wrap .top-news_body .news-box .date span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 6px 10px 5px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-left: 0 !important;
}
.top-news .top-news_wrap .top-news_body .news-box .date .item {
  background: #846e57;
  border: 1px solid #74522e;
}
.top-news .top-news_wrap .top-news_body .news-box .date .sale {
  background: #ec7f8a;
  border: 1px solid #d2737d;
}
.top-news .top-news_wrap .top-news_body .news-box .date .important {
  background: #dd4242;
  border: 1px solid #a94a4a;
}
.top-news .top-news_wrap .top-news_body .news-box .date .update {
  background: #72aabe;
  border: 1px solid #4a90a9;
}
.top-news .top-news_wrap .top-news_body .news-box .date .maker {
  background: #7cbe72;
  border: 1px solid #5aa84a;
}
.top-news .top-news_wrap .top-news_body .news-box .text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  line-height: 1.5 !important;
  text-decoration: none;
}
.top-news .top-news_wrap .top-news_body .news-box .text .news-title {
  font-size: 16px;
  line-height: 1.6 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 2px;
  display: block;
}
.top-news .top-news_wrap .top-news_body .news-box .text a {
  color: inherit;
}
@media (max-width: 960px) {
  .top-news {
    margin: 80px 0;
  }
  .top-news .top-news_wrap .top-news_head {
    width: 10%;
    min-width: 200px;
  }
  .top-news .top-news_wrap .top-news_body {
    width: 90%;
  }
  .top-news .top-news_wrap .top-news_body .news-box dd {
    display: flex;
    align-items: flex-start;
    gap: 18px;
  }
  .top-news .top-news_wrap .top-news_body .news-box .date {
    flex: 0 0 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .top-news .top-news_wrap .top-news_body .news-box .date span {
    margin-left: 0;
  }
  .top-news .top-news_wrap .top-news_body .news-box .text {
    font-size: 13px;
  }
  .top-news .top-news_wrap .top-news_body .news-box .text .news-title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .top-news .top-news_wrap .top-news_body .news-box dd {
    flex-direction: column;
    gap: 6px;
  }
  .top-news .top-news_wrap .top-news_body .news-box .date {
    flex: 0 0 30px;
  }
  .top-news .top-news_wrap .top-news_body .news-box .date span {
    margin-left: 10px !important;
  }
}
@media (max-width: 580px) {
  .top-news .top-news_wrap {
    display: block;
  }
  .top-news .top-news_wrap .top-news_head,
.top-news .top-news_wrap .news > h2 {
    display: none;
  }
  .top-news .top-news_wrap .top-news_body {
    width: 100%;
  }
  .top-news .top-news_wrap .top-news_body .news-box dd {
    display: block;
    gap: 0;
  }
  .top-news .top-news_wrap .top-news_body .news-box .date {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex: none;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .top-news .top-news_wrap .top-news_body .news-box .date span {
    width: 90px;
    padding: 6px 4px 5px;
  }
  .top-news .top-news_wrap .top-news_body .news-box .text {
    display: block;
    font-size: 14px;
    line-height: 1.5 !important;
  }
}

.real-time-orders {
  height: 310px !important;
  box-sizing: border-box;
  border: 3px solid #274A78;
  border-radius: 10px;
  background: #274A78;
}
.real-time-orders iframe {
  height: 310px !important;
}
@media (max-width: 580px) {
  .real-time-orders {
    height: 440px !important;
  }
  .real-time-orders iframe {
    height: 440px !important;
  }
}

/* =========================================================
センター用フリーエリア２（バナースライダー・バナー3種）
========================================================= */
.top-bnr {
  margin-top: 100px;
}
.top-bnr .top-swiper_wrap {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
.top-bnr .top-swiper {
  position: relative;
  overflow: hidden;
}
.top-bnr .top-swiper .swiper-wrapper {
  align-items: stretch;
}
.top-bnr .top-swiper .top-swiper_slide a {
  display: block;
}
.top-bnr .top-swiper .top-swiper_slide img {
  display: block;
  width: 100%;
  height: auto;
}
.top-bnr .top-swiper_prev,
.top-bnr .top-swiper_next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top-bnr .top-swiper_prev::before,
.top-bnr .top-swiper_next::before {
  display: none;
}
.top-bnr .top-swiper_prev {
  left: -21px;
  background-image: url(https://shop-ninnananna.jp/img/icon_circle-Larrow_bk.png);
}
.top-bnr .top-swiper_next {
  right: -21px;
  background-image: url(https://shop-ninnananna.jp/img/icon_circle-Rarrow_bk.png);
}
.top-bnr .top-swiper_pagination {
  display: none;
}
.top-bnr .top-bnr_list {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 80px;
}
.top-bnr .top-bnr_list .top-bnr_item {
  flex: 1 1 0;
}
.top-bnr .top-bnr_list .top-bnr_item .top-bnr_link {
  display: block;
  text-decoration: none;
}
.top-bnr .top-bnr_list .top-bnr_item .top-bnr_link img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-bnr .top-bnr_list {
    flex-direction: column;
    gap: 16px;
    width: 80%;
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 580px) {
  .top-bnr {
    margin-top: 80px;
  }
  .top-bnr .top-bnr_list {
    gap: 20px;
    width: 100%;
  }
}

/* =========================================================
おすすめ商品
========================================================= */
section:has(.pickup) {
  padding: 0 0 16px;
  margin-top: 150px;
  background: linear-gradient(to bottom, #ffffff 0, #ffffff 85px, #ecedf0 85px, #ecedf0 100%);
  /* 5個以上の場合スライダー */
}
section:has(.pickup) .pickup {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
section:has(.pickup) h2 {
  margin: 0;
  padding-top: 24px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #274A78;
  position: relative;
}
section:has(.pickup) h2::before {
  content: "RECOMEND" !important;
  display: block;
  margin-bottom: 11px !important;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #C8A96E;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
}
section:has(.pickup) .column-set {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
section:has(.pickup) .column-set .column5 {
  width: 23%;
  max-width: 240px;
}
section:has(.pickup) .column-set .column5 h3 {
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}
section:has(.pickup) .column-set .column5 .price {
  font-size: 16px !important;
  font-weight: bold;
}
section:has(.pickup) .column-set .column5 .price .selling_price,
section:has(.pickup) .column-set .column5 .price span {
  color: #333 !important;
}
section:has(.pickup) .column-set .column5 .price .taxin {
  font-size: 12px !important;
}
section:has(.pickup) .column-set .itemThumb-wrap {
  margin: 0 0 16px 0;
}
section:has(.pickup) .column-set .itemThumb-wrap .badge {
  display: none;
}
section:has(.pickup) .column-set .itemThumb-wrap .itemThumb .item-list-span-img img {
  max-height: 240px;
  max-width: 240px;
  border-radius: 10px;
}
section:has(.pickup) .column-set.js-pickup-swiper {
  display: block !important;
  overflow: hidden;
  margin-top: 80px;
}
section:has(.pickup) .column-set.js-pickup-swiper .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}
section:has(.pickup) .column-set.js-pickup-swiper .column5.swiper-slide {
  width: 240px;
  max-width: none !important;
  flex-shrink: 0;
}
section:has(.pickup) .column-set.js-pickup-swiper .itemThumb-wrap {
  margin: 0 0 16px 0;
}
section:has(.pickup) .column-set.js-pickup-swiper .itemThumb-wrap .badge {
  display: none;
}
section:has(.pickup) .column-set.js-pickup-swiper .itemThumb-wrap .itemThumb .item-list-span-img img {
  display: block;
  width: 240px;
  height: auto;
  max-width: none;
  max-height: none;
  border-radius: 10px;
}
section:has(.pickup) .pickup-swiper_pagination {
  display: none;
}
section:has(.pickup) .pickup-swiper_prev,
section:has(.pickup) .pickup-swiper_next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section:has(.pickup) .pickup-swiper_prev::before,
section:has(.pickup) .pickup-swiper_next::before {
  display: none;
}
section:has(.pickup) .pickup-swiper_prev {
  left: -21px;
  background-image: url(https://shop-ninnananna.jp/img/icon_circle-Larrow_bk.png);
}
section:has(.pickup) .pickup-swiper_next {
  right: -21px;
  background-image: url(https://shop-ninnananna.jp/img/icon_circle-Rarrow_bk.png);
}
@media screen and (max-width: 1200px) {
  section:has(.pickup) {
    /* 5個以上の場合スライダー */
  }
  section:has(.pickup) .pickup {
    width: 95%;
  }
  section:has(.pickup) .column-set.js-pickup-swiper .itemThumb-wrap .itemThumb .item-list-span-img img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  section:has(.pickup) h2 {
    font-size: 24px;
  }
  section:has(.pickup) h2::before {
    font-size: 12px !important;
    bottom: -34px;
  }
  section:has(.pickup) .column-set .column5 h3 {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  section:has(.pickup) {
    margin-top: 100px;
  }
  section:has(.pickup) h2 {
    font-size: 22px;
  }
  section:has(.pickup) h2::before {
    font-size: 11px !important;
    bottom: -33px;
  }
}
@media screen and (max-width: 580px) {
  section:has(.pickup) {
    margin-top: 80px;
    /* 5個以上の場合スライダー */
  }
  section:has(.pickup) .pickup {
    width: 90%;
  }
  section:has(.pickup) h2 {
    font-size: 24px;
  }
  section:has(.pickup) h2::before {
    font-size: 12px !important;
    bottom: -34px;
  }
  section:has(.pickup) .column-set.js-pickup-swiper .itemThumb-wrap {
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 480px) {
  section:has(.pickup) h2 {
    font-size: 22px;
  }
  section:has(.pickup) h2::before {
    font-size: 11px !important;
    bottom: -30px;
  }
}

/* =========================================================
センター用フリーエリア３（カテゴリー）
========================================================= */
.top-category {
  margin-top: 150px;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  /* 左背景レイヤー */
  /* 右要素本体 */
  /* サプリの悩み別ルート */
}
.top-category .top-inner {
  min-height: 350px;
  position: relative;
}
.top-category .category-visual {
  position: absolute;
  top: 0;
  right: calc(100% - 300px);
  width: calc(350px + max(0px, (100vw - 1200px) / 2 + 40px));
  height: 350px;
  z-index: 0;
  pointer-events: none;
}
.top-category .category-visual .category-visual_item {
  position: absolute;
  inset: 0;
  display: none;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  display: block;
}
.top-category .category-visual .category-visual_item.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.top-category .category-visual .category-visual_item[data-panel=cat] {
  background-image: url(https://shop-ninnananna.jp/img/top-category_bg_cat.png);
  border-radius: 0 10px 10px 0;
}
.top-category .category-visual .category-visual_item[data-panel=dog] {
  background-image: url(https://shop-ninnananna.jp/img/top-category_bg_dog.png);
  border-radius: 0 10px 10px 0;
}
.top-category .category-visual .category-visual_item[data-panel=supplement] {
  background-image: url(https://shop-ninnananna.jp/img/top-category_bg_supple.png);
  border-radius: 0 10px 10px 0;
}
.top-category .category-visual .category-visual_item[data-panel=water] {
  background-image: url(https://shop-ninnananna.jp/img/top-category_bg_water.png);
  border-radius: 0 10px 10px 0;
}
.top-category .category-side {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin-left: auto;
  margin-left: 330px;
  box-sizing: border-box;
}
.top-category .category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.top-category .category-header .category-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  flex-shrink: 0;
}
.top-category .category-header .category-heading .section-title {
  margin: 0;
  text-align: left !important;
}
.top-category .category-header .category-heading .section-title_eng {
  margin: 0;
  text-align: left !important;
  transform: translateY(2px);
  margin-top: 0;
}
.top-category .category-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 480px;
  height: 53px;
  padding: 7px 10px;
  box-sizing: border-box;
  border: 1px solid #D3D3D3;
  border-radius: 999px;
  background: #ECEDF0;
  flex-shrink: 0;
}
.top-category .category-tab .category-tab-indicator {
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: calc(100% - 8px);
  border-radius: 999px;
  background: #274A78;
  transition: left 0.3s ease, width 0.3s ease;
  z-index: 0;
}
.top-category .category-tab .category-tab-btn {
  position: relative;
  z-index: 1;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  color: #274A78;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: color 0.3s ease;
}
.top-category .category-tab .category-tab-btn.is-active {
  color: #fff;
}
.top-category .category-content {
  min-width: 0;
}
.top-category .category-panel {
  display: none;
}
.top-category .category-panel.is-active {
  display: block;
}
.top-category .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3%;
}
.top-category .category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 16px 5px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease;
  flex: 0 0 31.3333333333%;
}
.top-category .category-list a::after {
  content: "";
  display: block;
  width: 5px;
  height: 7.8px;
  margin-left: 12px;
  background: url(https://shop-ninnananna.jp/img/icon_arrow.png) no-repeat center/contain;
  flex-shrink: 0;
}
.top-category .category-list a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top-category .category-list a[target=_blank]::after {
  width: 12px;
  height: 12px;
  border: 0;
  background: url(https://shop-ninnananna.jp/img/icon_blank.png) no-repeat center center/contain;
  transform: none;
}
.top-category .category-main_block {
  position: relative;
  z-index: 1;
}
.top-category .category-route_block {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: -350px;
  padding: 28px 40px 30px;
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 10px;
  background: transparent;
}
.top-category .category-route_block .category-route_title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
}
.top-category .category-route_block .category-route_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 8px;
}
.top-category .category-route_block .category-route_list .category-route_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 18px;
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 999px;
  background: transparent;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.top-category .category-route_block .category-route_list .category-route_link:hover {
  opacity: 1;
  background: #ECEDF0;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .top-category {
    min-height: 400px;
    /* サプリの悩み別ルート */
  }
  .top-category .top-inner {
    min-height: 400px;
  }
  .top-category .category-visual {
    right: calc(100% - 225px);
    width: calc(400px + max(0px, (100vw - 1200px) / 2 + 40px));
    height: 400px;
  }
  .top-category .category-visual .category-visual_item[data-panel=cat] {
    background-image: url(https://shop-ninnananna.jp/img/top-category_bg_cat_1200.png);
    border-radius: 0 10px 10px 0;
  }
  .top-category .category-visual .category-visual_item[data-panel=dog] {
    background-image: url(https://shop-ninnananna.jp/img/top-category_bg_dog_1200.png);
    border-radius: 0 10px 10px 0;
  }
  .top-category .category-visual .category-visual_item[data-panel=supplement] {
    background-image: url(https://shop-ninnananna.jp/img/top-category_bg_supple_1200.png);
    border-radius: 0 10px 10px 0;
  }
  .top-category .category-side {
    margin-left: 250px;
  }
  .top-category .category-header {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .top-category .category-tab {
    margin: 0 0 0 auto;
  }
  .top-category .category-list a {
    font-size: 15px;
  }
  .top-category .category-route_block {
    margin-left: -250px;
  }
}
@media screen and (max-width: 960px) {
  .top-category {
    min-height: 500px;
    /* 右要素本体 */
  }
  .top-category .top-inner {
    min-height: 500px;
  }
  .top-category .category-visual {
    width: calc(500px + max(0px, (100vw - 1200px) / 2 + 40px));
    height: 500px;
  }
  .top-category .category-visual .category-visual_item[data-panel=cat] {
    background-image: url(https://shop-ninnananna.jp/img/top-category_bg_cat_960.png);
  }
  .top-category .category-visual .category-visual_item[data-panel=dog] {
    background-image: url(https://shop-ninnananna.jp/img/top-category_bg_dog_960.png);
  }
  .top-category .category-visual .category-visual_item[data-panel=supplement] {
    background-image: url(https://shop-ninnananna.jp/img/top-category_bg_supple_960.png);
  }
  .top-category .category-header {
    gap: 24px;
    margin-bottom: 20px;
  }
  .top-category .category-list a {
    flex: 0 0 46%;
  }
}
@media screen and (max-width: 768px) {
  .top-category {
    margin-top: 100px;
    min-height: 250px;
    /* 左背景レイヤー */
    /* 右要素本体 */
    /* サプリの悩み別ルート */
  }
  .top-category .top-inner {
    min-height: 250px;
  }
  .top-category .category-visual {
    display: none;
  }
  .top-category .category-side {
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }
  .top-category .category-header {
    display: block;
    margin-bottom: 24px;
  }
  .top-category .category-header .category-heading {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
    text-align: center;
  }
  .top-category .category-tab {
    width: 100%;
    height: 50px;
  }
  .top-category .category-tab .category-tab-btn {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .top-category .category-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 4%;
    max-width: none;
  }
  .top-category .category-list a {
    min-height: 44px;
    font-size: 14px;
    line-height: 1.5;
    flex: 0 0 48%;
  }
  .top-category .category-route_block {
    margin-left: 0;
    padding: 28px 20px 30px;
    margin-top: 40px;
  }
  .top-category .category-route_block .category-route_list {
    gap: 8px 12px;
  }
  .top-category .category-route_block .category-route_list .category-route_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .top-category {
    margin-top: 80px;
  }
  .top-category .category-header .category-heading {
    margin-bottom: 24px;
  }
  .top-category .category-tab .category-tab-btn {
    flex: none;
    padding: 0 20px;
    justify-content: center;
  }
  .top-category .category-tab .category-tab-btn[data-tab=cat] {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 480px) {
  .top-category {
    /* サプリの悩み別ルート */
  }
  .top-category .category-header .category-heading {
    gap: 4px;
  }
  .top-category .category-tab .category-tab-btn {
    font-size: 14px;
    padding: 0px 8px;
    min-width: 40px;
    letter-spacing: 0;
  }
  .top-category .category-tab .category-tab-btn[data-tab=dog],
.top-category .category-tab .category-tab-btn[data-tab=water] {
    letter-spacing: 0.05em;
  }
  .top-category .category-route_block {
    padding: 28px 10px 30px;
  }
  .top-category .category-route_block .category-route_list {
    gap: 10px 4px;
  }
  .top-category .category-route_block .category-route_list .category-route_link {
    font-size: 13px;
  }
}

/* =========================================================
センター用フリーエリア４（ブランド）
========================================================= */
.top-brand {
  margin-top: 150px;
  /* タイトル */
  /* ブランド一覧 */
}
.top-brand .top-inner {
  padding: 0 40px;
}
.top-brand .top-brand_head {
  text-align: center;
}
.top-brand .top-brand_head .section-title {
  margin: 0;
}
.top-brand .top-brand_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 8px;
  margin-top: 40px;
}
.top-brand .top-brand_list .top-brand_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 40px;
  padding: 7px 18px;
  border: 1px solid #707070;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
  background: #fff;
  transition: all 0.3s ease;
}
.top-brand .top-brand_list .top-brand_link:hover {
  background: #ECEDF0;
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-brand {
    margin-top: 100px;
    /* アコーディオン化 JSで追加されるボタン */
  }
  .top-brand .top-inner {
    padding: 0;
  }
  .top-brand .top-brand_list {
    /* アコーディオン化 */
    position: relative;
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .top-brand .top-brand_list.is-open {
    max-height: 1000px;
  }
  .top-brand .top-brand_list.is-open::after {
    opacity: 0;
  }
  .top-brand .top-brand_list::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .top-brand .top-brand_list .top-brand_link {
    font-size: 14px;
  }
  .top-brand .top-brand_toggle {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    background: none;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #274A78;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .top-brand .top-brand_list {
    gap: 10px 4px;
  }
  .top-brand .top-brand_list .top-brand_link {
    font-size: 13px;
  }
}

/* =========================================================
センター用フリーエリア５（コラム・ランキング）
========================================================= */
.top-column {
  margin-top: 150px;
  /* タブ */
  /* コンテンツ */
  /* リスト */
}
.top-column .top-inner {
  padding: 0 20px;
}
.top-column .top-column_tab-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 36px;
  margin-bottom: -8px;
}
.top-column .top-column_tab {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 18px 16px 18px;
  font-size: 16px;
  line-height: 1;
  color: #333;
  background: #fff;
  border: 1px solid #274A78;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.3s, transform 0.3s;
}
.top-column .top-column_tab.is-active {
  background: #ECEDF0;
  transform: translateY(-6px);
  font-weight: bold;
}
.top-column .top-column_body {
  position: relative;
  z-index: 2;
  background: #ECEDF0;
  padding: 60px 0 70px;
}
.top-column .top-column_panel {
  display: none;
}
.top-column .top-column_panel.is-active {
  display: block;
  -webkit-animation: topColumnFade 0.3s ease;
          animation: topColumnFade 0.3s ease;
  font-weight: bold;
}
.top-column .top-column_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
  margin: 0;
  padding: 0;
}
.top-column .top-column_list .top-column_item {
  list-style: none;
  border-bottom: 1px dotted #999;
}
.top-column .top-column_link {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
  min-height: 67px;
  padding: 0 20px 0 16px;
}
.top-column .top-column_link.font-small {
  font-size: 14.5px;
}
.top-column .top-column_link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 7.8px;
  background: url(https://shop-ninnananna.jp/img/icon_arrow.png) no-repeat center/contain;
}
.top-column .top-column_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .top-column .top-column_link {
    font-size: 15px;
    padding: 0 28px 0 12px;
  }
  .top-column .top-column_link.font-small {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    margin-top: 100px;
    /* タブ */
    /* コンテンツ */
    /* リスト */
  }
  .top-column .top-inner {
    padding: 0;
  }
  .top-column .top-column_tab-wrap {
    gap: 4px;
    margin-top: 28px;
  }
  .top-column .top-column_tab {
    padding: 16px 12px 18px;
  }
  .top-column .top-column_body {
    padding: 40px 0 50px;
  }
  .top-column .top-column_list {
    grid-template-columns: 1fr;
    gap: 12px 40px;
  }
}
@media screen and (max-width: 580px) {
  .top-column .top-column_tab-wrap {
    margin-inline: calc(50% - 50vw);
    gap: 2px;
  }
  .top-column .top-column_tab {
    font-size: 15px;
    letter-spacing: -0.05rem;
  }
  .top-column .top-column_body {
    padding: 25px 0 40px;
  }
  .top-column .top-column_list {
    gap: 16px 0;
  }
  .top-column .top-column_link {
    font-size: 14px;
    min-height: 51px;
  }
  .top-column .top-column_link.font-small {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .top-column .top-column_tab {
    font-size: 14px;
    padding: 15px 12px 19px;
  }
  .top-column .top-column_tab[data-tab=all],
.top-column .top-column_tab[data-tab=note] {
    padding: 8px 8px 13px;
  }
  .top-column .top-column_link {
    font-size: 13px;
    line-height: 1.3;
    padding: 0 28px 5px 0px;
  }
}

@-webkit-keyframes topColumnFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes topColumnFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-ranking {
  margin: 150px 0;
}
.top-ranking .top-ranking_bk {
  background-color: #ECEDF0;
  padding: 20px 0 45px;
  margin-top: 24px;
}
.top-ranking .top-ranking_bk .top-inner {
  width: 95% !important;
  height: 360px !important;
  box-sizing: border-box;
}
.top-ranking .top-ranking_bk .top-inner iframe {
  height: 360px !important;
}
@media screen and (max-width: 768px) {
  .top-ranking {
    margin-top: 100px;
  }
  .top-ranking .top-ranking_bk {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 580px) {
  .top-ranking {
    position: relative;
  }
  .top-ranking .top-ranking_bk {
    padding: 10px 0 60px;
  }
  .top-ranking .top-ranking_bk .top-inner {
    width: 90% !important;
    height: 750px !important;
  }
  .top-ranking .top-ranking_bk .top-inner iframe {
    height: 750px !important;
  }
  .top-ranking .top_more {
    position: absolute;
    bottom: 40px;
  }
  .top-ranking .top_more.top-inner {
    width: 95%;
  }
  .top-ranking .top_more.top-inner .top_moreLink::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 375px) {
  .top-ranking .top-ranking_bk .top-inner {
    height: 650px !important;
  }
  .top-ranking .top-ranking_bk .top-inner iframe {
    height: 650px !important;
  }
}