@charset "UTF-8";
/* CSS Document */

.body {
  font-family: "貂明朝";
}

#wrapper {
  max-width: 1280px;
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 24px;
  color: #93278f;
  font-family: "游明朝体";
  letter-spacing: 0.25em;
  font-weight: 500;
}

h2 {
  font-size: 25px;
  margin-top: 67px;
  font-family: "游明朝体";
  font-weight: 100;
}

/* メインビジュアル */
.top {
  width: 100%;
  max-width: 1280px;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.top-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  z-index: 10;
  pointer-events: none;
}

.nav {
  text-align: center;
  margin: 0; /* ← 不要な余白を除去 */
  padding: 0;
}

.nav ul li {
  font-family: "FOT-UD明朝 Pr6N";
}

.menu {
  margin-top: 0;
  padding-bottom: 88px;
}

.main-menu a {
  color: #ffffff;
  text-decoration: none;
}

.main-menu li {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.2em;
  font-family: "游明朝体";
}

.main-menu {
  position: relative; /* 最初は通常配置 */
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: rgba(147, 39, 143, 0.4);
  transition: all 0.3s ease;
  z-index: 10;
}

/* スクロール後の固定スタイル */
.main-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(147, 39, 143, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.main-menu li::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
}

.main-menu li:last-child::after {
  content: none;
}

.menu-toggle {
  display: none;
}

/* ハンバーガーアイコン */
.hamburger {
  display: none;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
}

/* ラインナップ */
label.open {
  margin-top: 0; /* 上の余白をゼロに */
  padding-top: 0; /* 上の内側余白もゼロに */
  display: block; /* もしinlineなら余白制御しやすいblockに */
}

label.open img {
  display: block;
  margin-top: 0;
  padding-top: 0;
}

.sp-br {
  display: none;
}

.lineup p {
  font-size: 18px;
  font-family: "游明朝体";
}

.lineup-list {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.lineup-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 明示的に4列指定 */
  gap: 16px;
  justify-content: center;
  margin-bottom: 16px;
}

.lineup-top img {
  width: 250px;
}

/* ラインナップポップアップ */
#lineup_pop1,
#lineup_pop2,
#lineup_pop3,
#lineup_pop4,
#lineup_pop5,
#lineup_pop6,
#lineup_pop7,
#lineup_pop8,
#lineup_pop9,
#lineup_pop10,
#lineup_pop11,
#lineup_pop12,
#lineup_pop13,
#lineup_pop14,
#lineup_pop15,
#lineup_pop16,
#lineup_pop17,
#lineup_pop18,
#lineup_pop19,
#lineup_pop20 {
  display: none;
}

.overlay {
  display: none;
}

#lineup_pop1:checked + .overlay,
#lineup_pop2:checked + .overlay,
#lineup_pop3:checked + .overlay,
#lineup_pop4:checked + .overlay,
#lineup_pop5:checked + .overlay,
#lineup_pop6:checked + .overlay,
#lineup_pop7:checked + .overlay,
#lineup_pop8:checked + .overlay,
#lineup_pop9:checked + .overlay,
#lineup_pop10:checked + .overlay,
#lineup_pop11:checked + .overlay,
#lineup_pop12:checked + .overlay,
#lineup_pop13:checked + .overlay,
#lineup_pop14:checked + .overlay,
#lineup_pop15:checked + .overlay,
#lineup_pop16:checked + .overlay,
#lineup_pop17:checked + .overlay,
#lineup_pop18:checked + .overlay,
#lineup_pop19:checked + .overlay,
#lineup_pop20:checked + .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
}

.lu_window {
  width: 700px;
  height: 700px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}

.lu_close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 50px;
  color: #666666;
}

.li_detail img {
  width: 500px;
  height: auto;
  display: block;
  margin: 50px auto 10px auto;
}

.lu_text {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 14px;
  font-family: "游明朝体";
}

.lu_left p {
  margin-left: 80px;
  text-align: left;
  line-height: 10px;
}

.lu_right a {
  text-decoration: none;
  color: #000;
}

.lu_right a:hover {
  color: #989898;
}

.lu_right {
  margin-top: 65px;
  margin-right: 80px;
}

/* ページネーション */
.page {
  text-align: center;
  color: #93278f;
  margin-bottom: 260px;
  font-family: "游明朝体";
}

.page ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page li {
  display: inline-block;
  margin: 65px 5px;
  font-size: 24px;
}

.page a {
  text-decoration: none;
  color: #93278f;
}

.page a:hover {
  color: #989898;
}

/* フッター */
.company {
  margin-top: 60px;
  margin-bottom: 30px;
}

.kishis {
  padding-left: 0;
}

.kishis li {
  font-size: 12px;
  font-family: "游明朝体";
  list-style: none;
}

.copyrlight {
  font-family: "小塚ゴシック Pr6N";
}

/* トップボタン */
html {
  scroll-behavior: smooth;
}

.topbutton {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.topbutton.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
    margin-top: 20px;
  }

  .logo-img {
    max-width: 90%; /* 幅いっぱいにならないよう制限 */
    height: auto; /* アスペクト比を維持 */
    display: block;
    margin: 0 auto;
  }

  .title {
    margin-top: 10px;
  }

  .menu {
    margin-bottom: 0; /* 余白をなくす */
    padding-bottom: 0;
  }

  .main-menu {
  display: none;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
  z-index: 998;
}
	
	/* スクロール後の固定スタイル */
   .main-menu.fixed {
  position: fixed;
  top: 0;
  left: 0; 
  right: 0;
  width: 100%;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
	
  .menu-toggle:checked + .hamburger + nav .main-menu {
    display: flex;
  }

  .menu-toggle {
    position: absolute;
    top: 10px;
    /* ← ここを調整。数値を小さくすると上に寄る */
    right: 20px;
    z-index: 999;
    cursor: pointer;
  }

  .hamburger {
    display: block;
    color: #fff;
  }

  .main-menu li {
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .main-menu li a {
    font-size: 15px;
	color: #000000;
  }

  .main-menu li::after {
    content: "" !important;
    /* ← 重要！強制的に上書き */
    margin: 0 !important;
    display: none !important;
  }

  .lineup p {
    font-size: 13px;
  }

  .sp-br {
    display: inline;
  }
	
  .lineup-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
  }	
	

  .lineup-top img {
    width: 150px;
  }

  .lineup-top {
    grid-template-columns: repeat(2, 1fr); /* スマホでは2列固定 */
  }

  .lineup-top label img {
    width: 150px;
    height: auto;
    max-width: 100%; /* セルにフィットさせる */
  }

  .lu_window {
    width: 300px;
    height: 350px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
  }

  .li_detail img {
    width: 200px;
    height: auto;
    display: block;
    margin: 5px auto 5px auto;
  }

  .lu_close {
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    color: #666666;
  }

  .lu_text {
    flex-direction: column;
    align-items: center;
    text-align: center;
    white-space: normal; /* 折り返し可能に */
    padding: 0;
    margin: 0;
  }

  .lu_left p {
    margin-left: 0;
    line-height: 1.0;
  }

  .lu_right {
    margin-top: 10px;
    margin-right: 0;
  }

  .page li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) { 
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
    margin-top: 20px;
  }

  .logo-img {
    max-width: 90%; /* 幅いっぱいにならないよう制限 */
    height: auto; /* アスペクト比を維持 */
    display: block;
    margin: 0 auto;
  }

  .title {
    margin-top: 10px;
  }

  .menu {
    margin-bottom: 0; /* 余白をなくす */
    padding-bottom: 0;
  }

  .main-menu {
  display: none;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
  z-index: 998;
}
	
	/* スクロール後の固定スタイル */
   .main-menu.fixed {
  position: fixed;
  top: 0;
  left: 0; 
  right: 0;
  width: 100%;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

  .menu-toggle:checked + .hamburger + nav .main-menu {
    display: flex;
  }

  .menu-toggle {
    position: absolute;
    top: 10px; /* ← ここを調整。数値を小さくすると上に寄る */
    right: 20px;
    z-index: 999;
    cursor: pointer;
  }

  .hamburger {
    display: block;
    color: #fff;
  }

  .main-menu li {
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .main-menu li a {
    font-size: 15px;
	color: #000000;
  }

  .main-menu li::after {
    content: "" !important; /* ← 重要！強制的に上書き */
    margin: 0 !important;
    display: none !important;
  }

  .lineup p {
    font-size: 15px;
  }

  .sp-br {
    display: inline;
  }

  .lineup-top img {
    width: 150px;
  }

  .lineup-top {
    grid-template-columns: repeat(4, 1fr); /* スマホでは2列固定 */
  }

  .lineup-top label img {
    width: 150px;
    height: auto;
    max-width: 100%; /* セルにフィットさせる */
  }

  .lu_window {
    max-width: 600px; /* ポップアップの最大幅調整 */
    width: auto;
    height: auto;
  }

  .li_detail img {
	width: 300px;
    max-width: 90%; /* 画像縮小 */
    height: auto;
    margin: 10px auto;
  }

  .lu_close {
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    color: #666666;
  }

  .lu_text {
    font-size: 12px; /* テキストもやや小さく */
  }

  .page li {
    font-size: 18px;
  }

}
