@charset "UTF-8";
/* ==========================================================================
   0. Variables
   ========================================================================== */
:root {
  --black: #393942;
  --white: #ffffff;
  --gray: #ECECEC;
  --lightgray: #E3E3E6;
  --darkgray: #9898A3;
  --background: #F5F5F5;
  --red: #EA3800;
  --ranking1: #FFAD0C;
  --ranking2: #99B4C7;
  --ranking3: #BE9272;
  --shopinfo: #DCDCDE;
  --maxwidth: 1120px;
  --02s: 0.2s;
  --07: 0.7;
}

/* ==========================================================================
   1. Base
   ========================================================================== */
/************ CSSリセット ************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style-type: none;
}

/************ 基本設定 ************/
html,
body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

.container {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  padding: 60px 0;
}

h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  display: block;
}

a {
  display: inline-block;
  transition: var(--02s);
}

/* ==========================================================================
   2. Swiper Common
   ========================================================================== */
.main-visual-section .swiper-button-next::after,
.main-visual-section .swiper-button-prev::after,
.pickup-section .swiper-button-next::after,
.pickup-section .swiper-button-prev::after {
  content: "" !important;
}

/* ==========================================================================
   3. Main Visual (KV)
   ========================================================================== */
.main-visual-section {
  width: 100%;
  background-color: #fff;
  padding: 72px 0 40px;
  position: relative;
}
.main-visual-section .mainSwiper {
  width: 100%;
  overflow: visible;
  /* KV arrows : yellow circle + cut-out arrow (transparent) */
}
.main-visual-section .mainSwiper .swiper-slide {
  width: 1048px !important;
  position: relative;
}
.main-visual-section .mainSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 1;
}
.main-visual-section .mainSwiper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.main-visual-section .mainSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.main-visual-section .mainSwiper .swiper-button-next,
.main-visual-section .mainSwiper .swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* JSで left を上書きして active の横へ移動 */
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  margin-top: 0;
  z-index: 30;
}
.main-visual-section .mainSwiper .swiper-button-next {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><path fill='%23FFC400' fill-rule='evenodd' d='M32 0c17.673 0 32 14.327 32 32S49.673 64 32 64 0 49.673 0 32 14.327 0 32 0zM27.2 18.4 40.8 32 27.2 45.6 23 41.4l9.4-9.4-9.4-9.4 4.2-4.2z'/></svg>");
}
.main-visual-section .mainSwiper .swiper-button-prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><path fill='%23FFC400' fill-rule='evenodd' d='M32 0c17.673 0 32 14.327 32 32S49.673 64 32 64 0 49.673 0 32 14.327 0 32 0zM36.8 18.4 23.2 32l13.6 13.6 4.2-4.2L31.6 32l9.4-9.4-4.2-4.2z'/></svg>");
}

/* ==========================================================================
   4. PickUp Interviews (Carousel)
   ========================================================================== */
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -20px);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -20px);
}

.pickup-section .pickupSwiper {
  padding: 0 0 50px;
  padding: 0;
  position: relative;
  /* PickUp arrows : gray circle + white arrow */
}
.pickup-section .pickupSwiper .item-card-slide {
  background: #fff;
  border: 1px solid #e0e0e0;
  height: auto;
}
.pickup-section .pickupSwiper .swiper-button-next,
.pickup-section .pickupSwiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
}
.pickup-section .pickupSwiper .swiper-button-next::before,
.pickup-section .pickupSwiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.pickup-section .pickupSwiper .swiper-button-next::before {
  transform: translate(-55%, -50%) rotate(45deg);
}
.pickup-section .pickupSwiper .swiper-button-prev::before {
  transform: translate(-45%, -50%) rotate(-135deg);
}

/* 外に出すための親（ここは overflow: visible に） */
.pickup-section .pickup-swiper-wrap {
  position: relative;
  overflow: visible;
  /* ★ここが重要 */
}

/* swiper自体はそのままでもOK（hiddenのままでOK） */
.pickup-section .pickupSwiper {
  overflow: hidden;
}

/* 矢印を左右外に */
.pickup-section .pickup-prev,
.pickup-section .pickup-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.pickup-section .pickup-prev {
  left: -24px;
}

.pickup-section .pickup-next {
  right: -24px;
}

/* ボタンデザイン（前に作ったグレー＋白矢印を適用するならここに） */
.pickup-section .pickup-prev,
.pickup-section .pickup-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #acacac;
}

/* 白矢印 */
.pickup-section .pickup-next::before,
.pickup-section .pickup-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.pickup-section .pickup-next::before {
  transform: translate(-55%, -50%) rotate(45deg);
}

.pickup-section .pickup-prev::before {
  transform: translate(-45%, -50%) rotate(-135deg);
}

.main-visual-section .swiper-pagination {
  bottom: -30px;
  display: none;
}

.pickup-swiper-wrap .swiper-pagination {
  bottom: 20px;
  display: none;
}

/* ==========================================================================
   5. ALL Interviews / Category grid
   ========================================================================== */
.item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item-card {
  border: 1px solid #e0e0e0;
  background: #fff;
  display: none;
}
.item-card.is-show {
  display: block;
}

.item-card img,
.item-card-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.item-content {
  padding: 20px;
}

.tag {
  color: #e60012;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #e60012;
  padding: 2px 8px;
}

.item-title {
  font-size: 0.95rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

.cat-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: #f8f8f8;
  border: 1px solid #eee;
  font-weight: bold;
}

.more-btn-container {
  text-align: center;
  margin-top: 50px;
}

.more-btn {
  background: #333;
  color: #fff;
  padding: 18px 100px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
}

/* ==========================================================================
   6. Header
   ========================================================================== */
header {
  position: fixed;
  width: 100%;
  height: auto;
  background: var(--white);
  padding: 16px 40px;
  z-index: 998;
}

.header-inner {
  display: flex;
  justify-content: space-between;
}

.header-name {
  display: flex;
  align-items: center;
}
.header-name h1 {
  font-size: 16px;
  margin-left: 24px;
}

.header-link {
  display: flex;
  align-items: center;
  color: var(--black);
  text-decoration: none;
  transition: var(--02s);
}
.header-link:hover {
  color: var(--red);
}

.header-logo {
  width: auto;
  height: 40px;
}
.header-logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
   7. Hamburger
   ========================================================================== */
.nav-menu {
  position: fixed;
  top: 0;
  right: -360px;
  width: 360px;
  height: 100%;
  background: rgba(57, 57, 66, 0.95);
  padding: 120px 40px;
  transition: right 0.3s ease;
  z-index: 99;
}
.nav-menu li {
  margin-bottom: 16px;
}
.nav-menu li:last-child {
  margin-bottom: 0;
}
.nav-menu a {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.nav-menu.open {
  right: 0;
}

.nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--white);
  border: none;
  cursor: pointer;
  z-index: 100;
}
.nav-button .nav-icon {
  width: 28px;
  height: 4px;
  background: var(--black);
  display: block;
  position: relative;
  border-radius: 4px;
  transition: background 0.3s ease;
  z-index: 101;
}
.nav-button .nav-icon::before, .nav-button .nav-icon::after {
  content: "";
  width: 28px;
  height: 4px;
  background: var(--black);
  display: block;
  border-radius: 4px;
  position: absolute;
  transition: all 0.3s ease;
}
.nav-button .nav-icon::before {
  top: -10px;
}
.nav-button .nav-icon::after {
  top: 10px;
}
.nav-button.close .nav-icon {
  background-color: transparent;
}
.nav-button.close .nav-icon::before {
  transform: rotate(45deg);
  top: 0;
  background: var(--white);
}
.nav-button.close .nav-icon::after {
  transform: rotate(-45deg);
  top: 0;
  background: var(--white);
}

/* ==========================================================================
   8. Footer
   ========================================================================== */
footer {
  background: var(--black);
  padding: 80px 24px 40px;
}

.footer-inner {
  max-width: var(--maxwidth);
  margin: 0 auto;
}

.footer-nav {
  margin-bottom: 80px;
  list-style: none;
}
.footer-nav li {
  margin-bottom: 12px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
.footer-nav li a {
  display: inline-block;
  font-size: 14px;
  color: var(--white);
}
.footer-nav li a:hover {
  opacity: var(--07);
}

.copyright {
  font-size: 14px;
  text-align: center;
  color: var(--white);
}

.footer-lp .footer-nav li {
  line-height: 1;
}
.footer-lp .footer-nav li a {
  font-size: 12px;
}
.footer-lp .copyright {
  font-size: 12px;
}

/* ==========================================================================
   9. Medium Category
   ========================================================================== */
.medium-category-box {
  position: relative;
  width: 100%;
  background: var(--background);
  border-radius: 12px;
  padding: 40px 16px 40px 40px;
  margin-bottom: 56px;
}

.medium-category-box-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}

.medium-category-card {
  border-right: 1px solid var(--darkgray);
}
.medium-category-card:nth-child(3n) {
  border-right: none;
}

.medium-category-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.small-category-list {
  list-style: none;
  padding: 0 16px;
}
.small-category-list li {
  margin-bottom: 8px;
}
.small-category-list li:last-child {
  margin-bottom: 0;
}
.small-category-list li a {
  text-decoration: underline;
  font-size: 16px;
  color: var(--black);
}
.small-category-list li a:hover {
  color: var(--red);
}

.category-tag {
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  background: var(--black);
  border-radius: 40px;
  padding: 8px 16px 8px 32px;
  text-decoration: none;
}
.category-tag::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.category-tag a:hover {
  background: var(--red);
}

/* Category用：is-show が無い box は非表示 */
#category-section .medium-category-box:not(.is-show) {
  display: none;
}

/* safety */
.item-card:not(.is-show) {
  display: none;
}

/* ==========================================================================
   10. Responsive
   ========================================================================== */
@media (max-width: 1048px) {
  .main-visual-section .mainSwiper .swiper-slide {
    width: 85% !important;
  }
  .item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .main-visual-section {
    padding: 56px 0 20px;
  }
  .main-visual-section .mainSwiper .swiper-slide {
    width: 100% !important;
  }
  /* KV arrow size */
  .main-visual-section .mainSwiper .swiper-button-next,
  .main-visual-section .mainSwiper .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
  .item-grid {
    grid-template-columns: 1fr;
  }
  .pickup-section .pickupSwiper {
    padding: 0 0 50px;
    padding: 0;
  }
  .more-btn {
    width: 100%;
    padding: 18px 0;
  }
  /* header */
  header {
    padding: 12px;
  }
  .header-name h1 {
    font-size: 14px;
    margin-left: 8px;
  }
  .header-logo {
    height: 32px;
  }
  /* hamburger */
  .nav-menu {
    right: -100%;
    width: 100%;
  }
  .nav-menu a {
    font-size: 14px;
  }
  .nav-button {
    width: 32px;
    height: 32px;
  }
  .nav-button .nav-icon,
  .nav-button .nav-icon::before,
  .nav-button .nav-icon::after {
    width: 26px;
    height: 3px;
  }
  .nav-button .nav-icon::before {
    top: -8px;
  }
  .nav-button .nav-icon::after {
    top: 8px;
  }
  /* medium category */
  .category-tag {
    font-size: 16px;
  }
  .medium-category-box {
    padding: 32px 24px;
    margin-bottom: 32px;
  }
  .medium-category-box-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .medium-category-card {
    border-right: none;
    border-bottom: 1px solid var(--darkgray);
    padding-bottom: 24px;
  }
  .medium-category-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .medium-category-name {
    font-size: 16px;
  }
  .small-category-list {
    padding: 0 12px;
  }
  .small-category-list li a {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */