@charset "UTF-8";

/* ==============================
common
==============================*/

:root{
  --primary-white: #fff;
  --contentWidth001: 89.0%;
  --contentWidth002: 93.0%
}

html{
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
}

body{
  font-family: "halyard-display", "Shippori Mincho", serif;
  font-style: normal;
  color: var(--primary-black, #454545);
  background-color: var(--primary-white, #fff);
  line-height: 1.8;
}

.product-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

/* ==============================
==============================*/

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.Halyard Text Book {
font-family: "halyard-text", sans-serif;
font-weight: 300;
font-style: normal;
}
.Halyard Text Medium {
font-family: "halyard-text", sans-serif;
font-weight: 500;
font-style: normal;
}
.Halyard Display Book {
font-family: "halyard-display", sans-serif;
font-weight: 300;
font-style: normal;
}
.Halyard Display Medium {
font-family: "halyard-display", sans-serif;
font-weight: 500;
font-style: normal;
}

.toppan-bunkyu-midashi-go-std{
 font-family: toppan-bunkyu-midashi-go-std, sans-serif;
 font-weight: 900;
 font-style: normal;
}

.Heisei Kaku Gothic Std W5{
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.Heisei Kaku Gothic Std W7{
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;

}

/* ==============================
header
==============================*/

/* --- 初期状態（透明なヘッダー） --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
  background-color: transparent;
  padding: 0 !important; 
  height: 45px; /* スマホ時のヘッダーの高さ */
  display: flex;
  align-items: center;
  transition: transform 0.4s ease, background-color 0.4s ease, backdrop-filter 0.4s ease;
  transform: translateY(0); /* 通常位置 */
}

/* ヘッダーを隠すためのクラス */
.header.is-hidden {
  transform: translateY(-100%); /* 上に隠す */
}

/* --- 2. ついでにSP版のすりガラスの濃さもここで調整 --- */
.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.1) !important; 
  backdrop-filter: blur(8px) !important; /* ぼかし具合も少し弱めてスッキリと */
  -webkit-backdrop-filter: blur(8px);
}

/* スクロール後、ハンバーガーボタンの線をグレーにして見やすくする */
.header.is-scrolled .hamburger span {
  background-color: #666 !important;
}
.hamburger {
  position: fixed; /* 画面に対して固定（スクロールしても付いてくる） */
  top: 15px;       /* 上から20px */
  right: 15px;     /* 右から20px */
  z-index: 100;    /* 画像より手前に表示 */
  width: 18px;
  height: 13px;
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff; /* 線の色 */
  transition: all 0.4s;   /* 滑らかに動かす秒数 */
}
/* --- 1本目、2本目、3本目の初期位置 --- */
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { 
  top: 50%;                 /* 親の高さの50%の位置へ */
  transform: translateY(-50%); /* 自分の太さの半分だけ戻して「真ん中」にする */
}
.hamburger span:nth-child(3) { bottom: 0; }
/* --- アクティブ時（ばつ印）の状態 --- */
.hamburger.is-active span {
  height: 1.5px;
  background-color: #999; /* ここに好きなグレーのコードを指定 */
}
.hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg); /* 真ん中に置いてから回転 */
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0; /* 真ん中の線を消す */
}
.hamburger.is-active span:nth-child(3) {
  top: 50%; /* bottomではなくtopで指定するのが確実 */
  transform: translateY(-50%) rotate(-45deg); /* 真ん中に置いてから逆回転 */
}
/* --- 初期状態（三本線の時）：メニューを隠す --- */
.nav {
  position: fixed;
  top: 0;
  right: -100%;       /* 初期状態：右側の画面外に隠す */
  width: 100%;        /* 画面いっぱいの幅 */
  height: 100vh;
  background-color: #fff; /* 白背景 */
  z-index: 50;        /* ボタン(z-index:100)の下、コンテンツの上 */
  
  /* メニュー項目を上の方に配置する設定 */
  display: flex;
  flex-direction: column;
  padding-top: 60px;  /* 上端からメニューまでの余白 */
  padding-left: 20px; /* 左側の余白 */

  /* 滑らかにスライドさせる設定 */
  transition: right 0.5s ease-in-out; 

  background-color: rgba(255, 255, 255, 0.9); /* 背景を「半透明」の白にする */
  backdrop-filter: blur(10px);              /* 背後にある画像を「10px分」ぼかす */
  -webkit-backdrop-filter: blur(10px);      /* Safari対策 */
}
/* --- アクティブ時（×印のとき）：右からスライドしてくる --- */
.nav.is-active {
  right: -70px; /* 右端を0の位置に戻して表示 */
}
/* メニュー内のリスト（縦並び・左寄せ） */
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* --- アクティブ時（×印の時）：メニューを表示する --- */
/* ボタンに .is-active が付いた時、その隣や中にある .nav を表示させる指定 */
.hamburger.is-active + .nav {
  display: block; /* 表示させる */
  /* ふわっと出す設定の場合 */
  opacity: 1;
  visibility: visible;
}
.nav__relief{
  width: 30px;
  margin-top: 30px;
}
.nav ul{
  margin-top: 50px;
}
.nav__list li{
  margin-bottom: 25px; /* 項目間の余白 */
}
.nav__Category__index{
  height: 13px;
}

/* ==============================
PC表示（768px以上）の設定：完全修正版
============================== */
@media screen and (min-width: 768px) {
  
  .header {
    height: 60px !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    position: fixed !important;
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header.is-scrolled {
    height: 50px !important; /* スクロール後は少しだけ細く */
  }

  .nav {
    /* ここが重要：スマホ用の padding-top: 60px などを完全に打ち消します */
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important; /* ← これで 60 0 0 20 を消し去ります */
    height: 100% !important;
    width: auto !important; /* 幅を自動にして中央に寄せる */
    background: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .nav ul.nav__list {
    display: flex !important;
    flex-direction: row !important; /* 縦並びを横並びに強制変更 */
    align-items: center !important;
    gap: 40px !important;
    margin: 0 !important; /* ← これでスマホ用の margin-top: 50px を消します */
    padding: 0 !important;
    height: auto !important;
  }

  .nav__list li {
    margin-bottom: 0 !important; /* スマホ用の下の余白を消す */
  }

  .nav__Category__index {
    height: 11px !important;
    display: block !important;
    filter: brightness(0) invert(1);
    transition: filter 0.5s ease;
  }

  .is-scrolled .nav__Category__index {
    filter: none !important;
  }

  .hamburger {
    display: none !important;
  }
}




/* =============================
article__header
==============================*/
.mainVisual {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  aspect-ratio: 375 / 468; /* 画像の元の「横幅 / 高さ」を入力 */
  background-position: center top;
}
.mainVisual__logo{
  width: 50%;
  position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 60px;
   z-index: 10;
}
/* サイトタイトルを画面から隠す（SEO対策しつつ見た目は消す） */
.mainVisual__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* article__header PC */
@media screen and (min-width: 605px) {
.mainVisual {
  width: 100vw;
  /* height: auto; ではなく、画像の比率を指定 */
  aspect-ratio: 16 / 9; /* PC版画像の「横 / 縦」の比率を入力 */
  background-size: cover;
  background-position: center;
}
.mainVisual__logo{
  width: 25%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
}


    body {
      position: relative;
      height: 100%;
    }

    .swiper {
      width: 100%;
      height: 100%;
      animation: mainFadeIn 2.5s ease 0s forwards;
      opacity: 0; /* 最初は透明にしておく */
    }

    @keyframes mainFadeIn {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    transform: translateY(0);
    }
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
    }



/* =============================
main
==============================*/



.section{
  margin-top: 50px;
}

/* サイトタイトルを画面から隠す（SEO対策しつつ見た目は消す） */
.Category__name__title{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.Category__name{
  text-align: center;
  margin: 40px 0 25px 0;
}
.Category__name__svg{
  height: 15px;
}

.Item__grid__2row{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  row-gap: 10px;
  padding: 0 12px;
}
.Item__grid__1row{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4px;
  row-gap: 10px;
  padding: 0 12px;
}

.Item__name__JA{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin: 3px 0 2px 0;

}
.Item__name__EN{
  font-family: "halyard-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.Item__status__list{
   font-family: "heisei-kaku-gothic-std", sans-serif;
   font-weight: 600;
   font-style: normal;
   font-size: 0.7rem;
   letter-spacing: 0.1em;
}
.Item__tax{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.2em;
}
.Item__tax span{
  font-size: 0.8rem;
  color: #757575;
}
.Ad{
  font-family: "halyard-display", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 10px 0;
}

.Item__status__list {
  display: flex; /* これで横に並びます */
  flex-wrap: wrap; /* 幅が狭くなったら折り返す設定 */
  gap: 5px; /* タグ同士の隙間 */
  margin: 10px 0;
  font-size: 0.7rem; /* 少し小さめにすると可愛い */
}
.Item__status__list li {
  padding: 0.2px 3px;
  border: 1px solid #454545; /* 枠線 */
  background-color: #f9f9f9;
}
.Item__status__list li.status__now {
  color: #49B570;
  border-color: #49B570;
}

@media screen and (min-width: 768px) {
  .Item__grid__2row {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 0;
  }
    .Item__grid__1row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0;
  }
}

/* =============================
footer
==============================*/
.footer{
  margin-top: 40px;
  margin-bottom: 50px;
}
.footer__logo__credit {
  display: flex;           /* フレックスボックスにする */
  flex-direction: column;  /* 中身を「縦」に並べる */
  align-items: center;     /* 中身を「左右中央」に揃える */
  gap: 40px;              /* 画像と画像の間のスキマ（お好みで調整） */
  margin: 0 auto;
}

.relief {
  width: 50px;
  height: auto;
}

.credit {
  width: 150px;
  height: auto;
}