@charset "UTF-8";

@import url(https://db.onlinewebfonts.com/c/08bda74ccf6c3a26857bc16f0abaf20a?family=Tw+Cen+MT+Condensed+Bold);
@font-face {
    font-family: "Tw Cen MT Condensed Bold";
    src: url("https://db.onlinewebfonts.com/t/08bda74ccf6c3a26857bc16f0abaf20a.eot");
    src: url("https://db.onlinewebfonts.com/t/08bda74ccf6c3a26857bc16f0abaf20a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/08bda74ccf6c3a26857bc16f0abaf20a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/08bda74ccf6c3a26857bc16f0abaf20a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/08bda74ccf6c3a26857bc16f0abaf20a.ttf")format("truetype")
}

/* ========================================================= */
/* 1. Top Visual */
/* ========================================================= */

.p-topVisual__slider {
  opacity: 0;
}

.p-topVisual__slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.p-topVisual {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 0 12px;
  width: 100vw;
}

.p-topVisual__slider {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.p-topVisual__slide {
  border-radius: 15px;
  overflow: hidden;
}

.p-topVisual__slide img {
  display: block;
  height: 250px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}

.p-topVisual .slick-slide {
  padding: 0;
}

.p-topVisual .slick-dots {
  position: static;
}

.p-topVisual .slick-dots li {
  height: 8px;
  width: 8px;
}

.p-topVisual .slick-dots li button {
  height: 8px;
  padding: 0;
  width: 8px;
}

.p-topVisual .slick-dots li button:before {
  background: #ccc;
  border-radius: 50%;
  font-size: 0;
  height: 8px;
  opacity: 1;
  width: 8px;
}

.p-topVisual .slick-dots li.slick-active button:before {
  background: #4c87cb;
}

.p-topVisual .slick-list {
  overflow: hidden;
}

/* ========================================================= */
/* 2. Top Category */
/* ========================================================= */

.p-topCategory {
  background: #f3f7fb;
  margin: 0 calc(50% - 50vw);
  padding: 40px 0 56px;
  width: 100vw;
}

.p-topCategory__inner,
.p-topRecommend__inner,
.p-topBrand__inner,
.p-topNew__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
  position: relative;
}

.p-topCategory__title,
.p-topRecommend__title,
.p-topBrand__title,
.p-topNew__title,
.p-topNews__title {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  position: relative;
}

.p-topCategory__title::before,
.p-topRecommend__title::before,
.p-topBrand__title::before,
.p-topNew__title::before,
.p-topShop__title::before {
  background-image: url(../icon/icon-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  width: 30px;
}

.p-topCategory__titleJa,
.p-topRecommend__titleJa,
.p-topBrand__titleJa,
.p-topNew__titleJa,
.p-topNews__titleJa {
  color: #3B3E43;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin: 0;
}

.p-topCategory__titleEn,
.p-topRecommend__titleEn,
.p-topBrand__titleEn,
.p-topNew__titleEn,
.p-topShop__titleEn,
.p-topNews__titleEn {
  font-family: "Tw Cen MT Condensed Bold";
  font-size: 2.8rem;
  letter-spacing: 3px;
}

.p-topCategory__items {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}

.p-topCategory__item {
  display: flex;
  width: 100%;
}

.p-topCategory__link {
  align-items: center;
  background: #fff;
  border: 1px solid #285b88;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  width: 100%;
}

.p-topCategory__link img {
  display: block;
  height: 50px;
  object-fit: contain;
  width: 50px;
}

.p-topCategory__label {
  color: #285b88;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

/* ========================================================= */
/* 3. Top Recommend */
/* ========================================================= */

.p-topRecommend {
  margin: 0 calc(50% - 50vw);
  padding: 40px 0;
  width: 100vw;
}

.p-topRecommend__sliderOuter,
.p-topNew__sliderOuter {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50% + -8px);
  padding-right: 6px;
  width: 100vw;
  overflow: hidden;
}

.p-topRecommend__item,
.p-topNew__item {
  box-sizing: border-box;
  padding: 0 10px;
}

.c-productCard__link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.c-productCard__image {
  background: #f5f7fb;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.c-productCard__name {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 8px 0 4px;
}

.c-productCard__price {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.c-productCard__priceTax {
  font-size: 1.1rem;
  margin-left: 4px;
}

/* ========================================================= */
/* 4. Top New */
/* ========================================================= */

.p-topNew {
  margin-bottom: 40px;
}

.p-topNew__titleWrap {
  align-items: center;
  display: flex;
  gap: 8px;
}

.p-topNew__bar {
  background: #fff;
  margin-left: calc(50% - 50vw);
  padding: 9px 0;
  position: relative;
  width: 100vw;
}

.p-topNew__barInner {
  align-items: center;
  border-bottom: 1px solid #27507e;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
}

.p-topNew__moreLink,
.p-topBrand__moreLink {
  background: #27507e;
  border-radius: 999px;
  color: #fff;
  display: none;
  font-size: 1.3rem;
  padding: 8px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.p-topNew__moreSp,
.p-topBrand__moreSp {
  margin: 24px 16px 0;
}

.p-topNew__moreButton,
.p-topBrand__moreButton {
  background: #27507e;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  max-width: 270px;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.p-topNew__viewAll,
.p-topBrand__viewAll {
  display: none;
  inset: 10px 0 auto 0;
  justify-content: flex-end;
  margin-left: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: 2;
}

.p-topNew__viewAll::after,
.p-topBrand__viewAll::after {
  background: #27507e;
  content: "";
  display: block;
  height: 2px;
  inset: 0 16px;
  margin: auto auto 0 auto;
  position: absolute;
  width: min(calc(100vw - 48px), 1200px);
}

.p-topNew__viewAllLink,
.p-topBrand__viewAllLink {
  align-items: center;
  background: #204b7e;
  border-top-left-radius: 25px;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
  height: 50px;
  padding: 10px max(30px, calc(50vw - 600px)) 10px 40px;
  text-decoration: none;
  width: max(350px, calc(50vw - 320px));
}

.p-topNew__viewAllText span,
.p-topBrand__viewAllText span {
  font-size: 1.3rem;
  font-weight: 700;
}

/* ========================================================= */
/* 5. Brand Block */
/* ========================================================= */

.p-topBrand {
  padding: 40px 0 60px;
}

.p-topBrand__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 20px 16px 0;
}

.p-topBrand__item {
  text-align: center;
  width: calc(33.3% - 30px);
}

.p-topBrand__logo {
  margin-bottom: 8px;
}

.p-topBrand__logo img {
  height: auto;
  max-width: 140px;
  width: 100%;
}

.p-topBrand__name {
  color: #27507e;
  font-size: 1.2rem;
}

/* ========================================================= */
/* 6. Top Banners */
/* ========================================================= */

.p-topBnr {
  display: grid;
  gap: 24px;
  margin: 40px auto;
  max-width: 1200px;
  padding: 0 16px;
}

.p-topBnr__item img {
  display: block;
  height: auto;
  transition: opacity 0.3s;
  width: 100%;
}


/* ========================================================= */
/* 7. SHOP Block */
/* ========================================================= */

.p-topShop {
  padding: 40px 0 60px;
}

.p-topShop__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
}

.p-topShop__title {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  position: relative;
  margin-bottom: 28px;
}

.p-topShop__titleIcon {
  background-color: #27507e;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-size: 10px 10px;
  height: 40px;
  width: 40px;
}

.p-topShop__titleEn {
  text-align: center;
}

.p-topShop__list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.p-topShop__item img {
  display: block;
  height: auto;
  width: 100%;
}

/* ========================================================= */
/* 8. News Block（トップ用） */
/* ========================================================= */

.p-topNews {
  background: #F4F7FA;
  margin: 0 calc(50% - 50vw);
  padding: 32px 0;
  width: 100vw;
}

.p-topNews__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
}

.p-topNews__card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px 20px;
  position: relative;
}

.p-topNews__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-topNews__logo img {
  display: block;
  height: auto;
  width: 30px;
}

.p-topNews__title {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.p-topNews__item {
  border-bottom: 1px solid #e3e3e3;
  padding: 16px 0;
}

.p-topNews__date {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.p-topNews__text {
  font-size: 1.4rem;
}

.p-topNews__link {
  color: #333;
  text-decoration: none;
}

.p-topNews__empty {
  font-size: 1.3rem;
  padding: 16px 0;
}

.p-topNews__moreSp {
  margin-top: 20px;
}

.p-topNews__moreButton {
  background: #27507e;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  max-width: 270px;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.p-topNews__morePc {
  display: none;
}

/* ========================================================= */
/* 9. Media Queries (top) */
/* ========================================================= */

@media (min-width: 768px) {
  .p-topVisual__slide img {
    height: 360px;
  }

  .p-topCategory__link {
    flex-direction: row;
    gap: 10px;
    padding: 15px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .p-topCategory__label {
    font-size: 1.4rem;
    margin-top: 0;
    text-align: left;
  }
  
  .p-topNew__moreLink:hover,
  .p-topNew__moreButton:hover {
    opacity: 0.85;
  }

  .p-topNews {
    padding: 48px 0;
  }

  .p-topNews__card {
    padding: 28px 40px 28px;
  }

  .p-topNews__head {
    align-items: center;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 8px;
  }

  .p-topNews__item {
    align-items: baseline;
    display: flex;
    gap: 32px;
    padding: 14px 0;
  }

  .p-topNews__date {
    margin-bottom: 0;
    width: 120px;
  }

}

@media (min-width: 960px) {
  .p-topVisual {
    padding: 0 32px;
  }

  .p-topVisual .slick-list {
    overflow: visible;
  }

  .p-topVisual .slick-slide {
    padding: 0 12px;
  }

  .p-topVisual__slide {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  }

  .p-topVisual__slide img {
    height: 500px;
  }

  .p-topVisual .slick-prev,
  .p-topVisual .slick-next {
    align-items: center;
    background: #ffffff;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
  }

  .p-topVisual .slick-prev {
    border-radius: 10px 0 0 10px;
    left: 0;
    transform: translateX(-60%);
  }

  .p-topVisual .slick-next {
    border-radius: 0 10px 10px 0;
    right: 0;
    transform: translateX(60%);
  }

  .p-topVisual .slick-prev:hover,
  .p-topVisual .slick-prev:focus,
  .p-topVisual .slick-next:hover,
  .p-topVisual .slick-next:focus {
    background: #fff;
  }

  .p-topVisual .slick-prev:before,
  .p-topVisual .slick-next:before {
    color: #4c87cb;
    font-size: 20px;
  }

  .p-topCategory {
    padding: 56px 0 72px;
  }

  .p-topCategory__title {
    margin-bottom: 32px;
  }

  .p-topCategory__title::before,
  .p-topRecommend__title::before,
  .p-topBrand__title::before,
  .p-topNew__title::before,
  .p-topShop__title::before,
  .p-topNews__title::before {
    height: 40px;
    width: 40px;
  }

  .p-topCategory__titleEn,
  .p-topRecommend__titleEn,
  .p-topBrand__titleEn,
  .p-topNew__titleEn,
  .p-topShop__titleEn,
  .p-topNews__titleEn {
    font-size: 3.8rem;
  }

  .p-topCategory__titleJa,
  .p-topRecommend__titleJa,
  .p-topBrand__titleJa,
  .p-topNew__titleJa,
  .p-topShop__titleJa,
  .p-topNews__titleJa {
    font-size: 2rem;
  }

  .p-topCategory__items {
    column-gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 8px;
  }

  .p-topCategory__item {
    height: 90px;
  }

  .p-topCategory__link:hover {
    background: #f0f6fb;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
  }

  .p-topRecommend .slick-track,
  .p-topNew .slick-track {
    margin-left: 0;
  }

  .p-topNew__inner {
    margin: 0 auto;
    max-width: 1200px;
  }

  .p-topNew__moreButton:hover,
  .p-topBrand__moreButton:hover,
  .p-topNews__moreBtn:hover {
    color: #fff;
  }

  .p-topNew__viewAll,
  .p-topBrand__viewAll {
    display: flex;
  }
  
  .p-topNew__viewAllText span,
  .p-topBrand__viewAllText span {
    font-size: 1.5rem;
  }

  .p-topNew__moreSp,
  .p-topBrand__moreSp {
    display: none;
  }

  .p-topBrand__item {
    width: calc(20% - 32px);
  }

  .p-topBnr {
    gap: 32px;
  }

  .p-topNews {
    padding: 136px 0 80px;
  }

  .p-topShop__list {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .p-topNews__card {
    border-radius: 16px 0 16px 16px;
    display: flex;
  }

  .p-topNews__title {
    margin: 0;
    padding: 0;
  }

  .p-topNews__header {
    min-width: 200px;
  }

  .p-topNews__logo img {
    width: 70px;
  }

  .p-topNews__list {
    margin-left: 100px;
    width: 100%;
  }

  .p-topNews__moreSp {
    display: none;
  }

  .p-topNews__morePc {
    align-items: center;
    background: #27507e;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    color: #fff;
    display: inline-flex;
    font-size: 1.3rem;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    padding: 0 40px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -28px;
    transform: translateY(-50%);
  }

  .p-topNews__morePc:hover {
    opacity: 0.9;
  }

}
