@charset "UTF-8";

/*基本 */
:root {
  --color-gold: #EDC25A;
  /* キーカラーを定義 */
  --color-black: #111111;
  /* アクセントカラーも定義可能 */
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 152px;
}

body {
  font-family: sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  background-color: #000;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

.p-rel {
  position: relative;
}

.sp-block {
  display: none;
}

button {
  cursor: pointer;
}

.sp-none {
  display: inline-block;
  padding-right: .5rem;
}

.pc-none {
  display: none;
}

.-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sp-flex {
  display: none;
}

.sp-none-flex {
  display: flex;
}

.breadcrumb {
  margin: 0 auto 3rem;
  display: block;
  max-width: 1200px;
  padding: 0 4rem;
  width: 100%;
  color: #fff;
}

.breadcrumb span:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
}

.breadcrumb a {
  color: #fff;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
    padding: 0 1.5rem;
  }
}

.inner {
  margin: 0 auto;
  display: block;
  max-width: 1200px;
  padding: 0 4rem;
  width: 100%;
}

.inner800 {
  margin: 0 auto;
  display: block;
  max-width: 800px;
  width: 100%;
}

.inner1000 {
  margin: 0 auto;
  display: block;
  max-width: 1000px;
  width: 100%;
}

.inner1200 {
  margin: 0 auto;
  display: block;
  max-width: 1200px;
  width: 100%;
}

.inner1510 {
  margin: 0 auto;
  display: block;
  max-width: 1510px;
  width: 100%;
}

/* フォント*/
.title1 {
  font-size: 6vw;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}

.title1.serif {
  font-size: 4vw;
  font-family: serif;
}

.title1::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 60vw;
  background-color: #fff;
}

.title1.c_black::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 60vw;
  background-color: #000;
}

.title1 span {
  color: #F50313;
}

.sub1 {
  font-size: 1.8vw;
  font-weight: bold;
  line-height: 2;
}

.sub2 {
  font-size: 1.5vw;
  margin-bottom: 4vw;
}

.bold {
  font-weight: 500;
}

.l-height2 {
  line-height: 2;
}

/* 色 */
.c_black {
  color: #000;
}

.c_white {
  color: #fff;
}

/* 余白 */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt68 {
  margin-top: 68px;
}

.mt112 {
  margin-top: 112px;
}

.mt128 {
  margin-top: 128px;
}

.mt200 {
  margin-top: 200px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb96 {
  margin-bottom: 96px;
}

.mb104,
.mb120 {
  margin-bottom: 104px;
}

.mb184 {
  margin-bottom: 184px;
}

.pt144 {
  padding-top: 144px;
}

.pb200 {
  padding-bottom: 200px;
}

.txt-center {
  text-align: center;
}

/* リンク */
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

/* フレックス */
.-flex {
  display: flex;
}

.jc {
  justify-content: center;
}

.ja {
  justify-content: space-around;
}

.jb {
  justify-content: space-between;
}

.f-wrap {
  flex-wrap: wrap;
}

.al {
  align-items: center;
}

/* レイアウト */
.center {
  margin: 0 auto;
  display: block;
}

/* 追従ナビ */
.follow__nav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.follow__nav li button {
  background-color: #8da5aa;
  border: none;
  font-size: 16px;
  width: 150px;
  height: 90px;
  justify-content: space-evenly;
  color: #fff;
}

.follow__nav li img {
  width: 32px;
}

.follow__nav li button.a {
  background-color: #849b9f;
}

.follow__nav li button.end {
  color: #000;
  font-family: "Noto Serif JP", serif;
}

/* パンくず */
.breadcrumb {
  padding-top: 0vw;
  font-size: 1rem;
}

.breadcrumb.policy {
  padding-top: 7vw;
}

.breadcrumbs {
  padding: 21px 0;
  padding-left: 36px;
  background-color: #f5f5f5;
}

.breadcrumb_arrow {
  width: 10px;
  margin: 4px 10px 0 10px;
  display: inline;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 0.3%;
  z-index: 99999;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  top: 55%;
  writing-mode: vertical-rl;
}

.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

.scroll::after {
  background-color: #ccc;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション部分 */
/* 線の背景色 */
.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/* ヘッダー */
header.header {
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  justify-content: space-around;
}

.header-inner {
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}

header.header .tel_area li {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 400;
}

header.header .tel_area li a {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 400;
}

.siteLogo {
  font-size: 1.4rem;
  color: #fff;
}



.anime_wrap {
  position: relative;
  overflow: hidden;
}

.anime_wrap h1 {
  position: absolute;
  /* top: 30px; */
  /* left: 30px; */
  bottom: 2vw;
  right: 0vw;
  display: flex;
  flex-wrap: wrap;
  width: 46vw;
  text-shadow: 3px 3px 8px #0c0c0c;
  border: none;
  font-size: 5vw;
  font-family: serif;
  color: #fff;
  font-weight: bold;
}

.custom-button {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-top: 3vw;
  justify-content: center;
  gap: 10px;
  /* テキストと矢印の間の余白 */
  padding: 21px 30px;
  background-color: #000;
  /* 背景色（黒） */
  color: #fff;
  /* テキスト色（白） */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  /* ボタンを丸くする */
  position: relative;
  overflow: hidden;
  /* 矢印の移動を隠す */
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #333;
  /* ホバー時に背景色を少し明るく */
}

.custom-button::after {
  content: ">";
  font-size: 18px;
  color: red;
  position: absolute;
  background-color: #fff;
  width: 5%;
  text-align: center;
  border-radius: 50%;
  right: 20px;
  transition: transform 0.3s ease;
}

.custom-button:hover::after {
  transform: translateX(10px);
  /* 矢印を右に移動 */
}

footer {
  color: #fff;
}

footer a {
  color: #fff;
}

.footer_first {
  padding: 5vw;
  background-color: #000;
}

.footer_second {
  background-color: #1A1A1A;
  text-align: center;
  padding: 1vw;
  font-family: 1vw;
}



/* 投稿一覧レイアウト */
.archive-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 200px 0;
}

.post-list {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.post-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s;
  background: #fff;
}

.post-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.post-meta {
  padding: 15px;
}

.post-date {
  font-size: 0.9em;
  color: #555;
}

.post-title {
  font-size: 1.2em;
  color: #333;
  margin: 10px 0;
}

.post-excerpt {
  font-size: 1em;
  color: #666;
}

/* カテゴリサイドバー */
.category-list {
  flex: 1;
  padding: 15px;
  height: 200px;
}

.category-list h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

/* 投稿詳細レイアウト */
.single-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 200px 0px;
}

.post-content {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.post-content .post-title {
  font-size: 2em;
  margin-bottom: 10px;
}

.post-content .post-date {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 20px;
}

.post-body {
  line-height: 1.8;
  color: #333;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .archive-container {
    flex-direction: column;
  }

  .post-list {
    grid-template-columns: 1fr;
  }

  .category-list {
    margin-top: 20px;
  }
}

/* single.php のスタイル */
.single-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.single-content {
  flex: 2;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

.post-content .post-title {
  font-size: 2em;
  margin-bottom: 10px;
}

.post-content .post-date {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 20px;
}

.post-body {
  line-height: 1.8;
  color: #333;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* カテゴリサイドバー */
.category-list {
  flex: 1;
  padding: 15px;
  border-radius: 8px;
}

.category-list h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.category-list ul {
  list-style: none;
  padding: 0;
}

.category-list ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
}

.category-list ul li a {
  color: #0073aa;
  text-decoration: none;
}

.category-list ul li a:hover {
  text-decoration: underline;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .single-container {
    flex-direction: column;
  }

  .category-list {
    margin-top: 20px;
  }
}

#rule_text {
  padding: 6vw 0;
  background: linear-gradient(to bottom, #fff, #d9d9d9);
}

#rule_text dt {
  font-family: serif;
  font-size: 2vw;
  border-bottom: 1px solid #000;
}

#rule_text dd {
  margin-bottom: 2vw;
  margin-top: 1vw;
}

#rule_text .sub2 {
  margin: 3vw 0;
}


.global_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.global_nav.active {
  display: flex;
}

.global_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.global_nav li {
  margin: 20px 0;
}

.global_nav a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  transition: color 0.3s;
}

.global_nav a:hover {
  color: #F50313;
}


/*アニメーション */
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}

.fadein.fadein-left {
  transform: translate(-30px, 0);
}

.fadein.fadein-right {
  transform: translate(30px, 0);
}

.fadein.fadein-up {
  transform: translate(0, -30px);
}

.fadein.fadein-bottom {
  transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*# sourceMappingURL=common.css.map */




/* ヘッダー */
.header__top {
  background-color: var(--color-gold);
  height: 40px;
  align-items: center;
  justify-content: center;
}

.header__top p {
  font-weight: bold;
  color: var(--color-black);
}

.header__top a {
  font-size: 14px;
  text-decoration: underline;
  margin-left: 2rem;
  position: relative;
  color: var(--color-black);
}

.header__top a::before {
  content: "▶";
  display: block;
  position: absolute;
  left: -20%;
  color: var(--color-black);
  transform: scaleX(.6);
}

.header__under {
  display: flex;
  align-items: center;
  height: 96px;
  transition: transform 0.3s ease;

}

.header__under a {
  color: var(--color-gold);
}

.logo {
  width: 240px;
}

nav ul {
  gap: 2rem;
  list-style: none;
}

nav li a {
  font-size: clamp(0.4rem, 2vw, 1rem);
  /* レスポンシブな文字サイズ */
}

nav li img {
  width: clamp(20px, 5vw, 20px);
  /* アイコン画像もレスポンシブ */
  height: auto;
}

/* フッター */
.footer {
  background-color: #111;
  text-align: center;
}

.footer-inner {
  max-width: 1200px;
  padding: 128px 3rem;
  margin: 0 auto;
}

.footer-container {
  margin: 0 auto 4rem;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: flex-start;
}

.footer-company-logo {
  max-width: 123px;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
}

.footer-company-logo p {
  font-size: 12px;
}

.footer-company-logo img {
  width: 100%;
}

.footer-logo {
  margin: 0 auto 4rem;
  display: block;
}

.footer-logo img {
  margin: 0 auto;
  height: auto;
}

.footer-menu {
  text-align: left;
}

.footer-menu.products-list ul {
  flex-direction: column;
}

.footer-menu.products-list ul li {
  margin-bottom: 0;
}

.footer-menu h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.footer-menu ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu ul li a:hover {
  color: var(--color-gold)
}

.footer-bottom {
  background-color: #333;
  padding-top: 20px;
  padding-bottom: 24px;
  font-size: 12px;
  color: var(--color-gold);
}


/* 共通初期状態 */
.fade-up,
.fade-left,
.fade-right {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 共通アクティブ状態 */
.fade-up.active,
.fade-left.active,
.fade-right.active {
  opacity: 1;
  transform: translate(0, 0);
}

.nav-item {
  opacity: 0;
  transform: translateX(-30px);
  animation: navFadeIn 0.6s ease-out forwards;
  animation-delay: calc(0.1s * var(--i));
}

.nav-item-dropdown {
  position: relative;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 20;
  min-width: 150px;
  padding: 10px;
  background: #000;
  border: 1px solid rgba(237, 194, 90, 0.35);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-item-dropdown:hover .nav-dropdown,
.nav-item-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown li {
  margin: 0;
}

.nav-dropdown li a {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}

.nav-item.icon {
  display: flex;
  align-items: center;
}

/* テキストリンクだけに適用 */
.nav-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 4px 0;
  /* 下線と文字の余白 */
}

/* アンダーライン生成 */
.nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}

/* ホバーで表示 */
.nav-item a:hover::after {
  width: 100%;
}


@keyframes navFadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* 各方向ごとの初期transformだけ分ける */
.fade-up {
  transform: translateY(30px);
}

.fade-left {
  transform: translateX(-30px);
}

.fade-right {
  transform: translateX(30px);
}

.hamburger {
  display: none;
}

.mobile-nav {
  display: none;
}

.policy {
  color: #fff;
  padding: 15rem 0;
}

.policy h1 {
  margin-bottom: 8rem;
}

.policy h2 {
  font-size: 1.4rem;
}

.indent0 {
  text-indent: -15px;
  padding-left: 15px;
}

.indent1 {
  text-indent: -15px;
  padding-left: 34px;
}

.policy li {
  margin-left: 34px;
}

.policy p,
.policy ul {
  margin-bottom: 20px;
}

.policy h3 {
  font-size: 1.3rem;
}

.privacy li {
  list-style: disc;
}

.terms li {
  list-style: auto;
}

.terms ol {
  padding-left: 0;
  margin-left: 0;
}

.terms h3 {
  margin-top: 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.error-page {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.error-page .label {
  font-size: 4rem;
  line-height: 1;
}

.error-page .sub-label {
  font-size: 2rem;
}

.back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gold);
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 1.2rem 0;
  transition: opacity 0.3s ease;
  opacity: 1;
  margin: 0 auto;
  max-width: 240px;
}

.footer-company-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sns_icon {
  display: flex;
  gap: 1.5rem;
}

.sns_icon img {
  height: 32px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .footer-company-info {
    align-items: end;
  }
}

.single-product-layout h1 {
  color: #fff;
  margin: 0 auto 3rem;
  display: block;
  max-width: 1200px;
  padding: 0 4rem;
  width: 100%;
}