/*
Theme Name: norapro
Theme URI: https://example.com/
Author: masafumi sokejima
Description: Minimal starter theme for norapro
Version: 1.0
*/

/* color palette */
:root {
  --color-main: #B2955D;
  --color-page: #B2955D;
  --page-color: var(--color-page);
  --color-main-light: #F0EADE;
  --color-sub: #B2955D;
  --color-text: #444;
  --color-text-light: #888;
  --text-size-m: 16px;
  --content-width: 1100px;
  --content-width-wide: 1300px;
  --color-common-cat-list: #B2955D;
}

html {
  font-size: var(--text-size-m);
}

body {
  font-size: 1rem;
}


/* 共通スタイル */
body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--color-text);
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("./asset/img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}

/** agreement / contact 背景 */
body.parent-pageid-50::before,
body.parent-pageid-40::before {
  background-image: url("./asset/img/bg/bg_agreement.png");
  background-repeat: repeat;
  background-size: auto;
}

body .bg-video-layer {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

body .bg-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .bg-video-layer.bg-image-layer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 背景 */
body .bg1 {
  position: fixed;
  inset: 0;
  overflow: hidden;
  color: var(--page-color, var(--color-page, #111));
  opacity: 0.5;
  pointer-events: none;
}

body .bg2 {
  position: fixed;
  inset: 0;
  overflow: hidden;
  color: var(--page-color, var(--color-page, #111));
  opacity: 0.1;
  pointer-events: none;
}

body .bg1,
body .bg2 {
  z-index: 0;
}

body .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 104px;
  color: inherit;
  opacity: 1;
  will-change: transform;
}

body .bg-shape svg {
  display: block;
  width: 100%;
  height: 100%;
}

body .bg-shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* レイアウト */
.inner_area {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 768px) {
  .inner_area {
    padding: 0 10px;
  }
}

.inner_area.wide {
  max-width: var(--content-width-wide);
}

.section_margin {
  margin: 0 0 10rem;
}

@media (max-width: 768px) {
  .section_margin {
    margin: 0 0 6rem;
  }
}

/* フッター */
footer {
  background-color: #fff;
  position: relative;
}

footer .sponsored_area {
  background-color: var(--color-main-light);
  padding: 60px 0;
  position: relative;
}

footer .sponsored_area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 75px;
}

footer .sponsored_area span {
  display: inline-block;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}

.foot_iriam {
  width: 206px;
  background-image: url('./asset/img/foot-iriam.webp');
}

.foot_17live {
  width: 182px;
  background-image: url('./asset/img/foot-17live.webp');
}

.foot_dam {
  width: 252px;
  background-image: url('./asset/img/foot-dam.webp');
}

.foot_joysound {
  width: 129px;
  background-image: url('./asset/img/foot-joysound.webp');
}

.foot_youtube {
  width: 208px;
  background-image: url('./asset/img/foot_youtube.svg');
}

.foot_live2d {
  width: 203px;
  background-image: url('./asset/img/foot_live2d.svg');
}

.foot_x {
  width: 44px;
  background-image: url('./asset/img/foot_x.webp');
}

footer .footer_area {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 40px 0;
}

.footer-site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-site-logo a {
  display: block;
  font-size: 0;
  overflow: hidden;
  background: url('./asset/img/rogo.webp') no-repeat center;
  background-size: contain;
  min-width: 155px;
  min-height: 50px;
  max-width: 200px;
  height: auto;
}

/* ナビ・SNSナビを右寄せでまとめるラッパー */
.footer-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 24px;
}

.footer-sns-nav ul {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-sns-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-sns-nav ul li a {
  font-size: 0;
  width: 28px;
  height: 28px;
  background: url('../img/volume-on.svg') no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.footer-sns-nav ul li a.icon_x {
  background-image: url('./asset/img/logo-x.webp');
}

.footer-sns-nav ul li a.icon_iriam {
  background-image: url('./asset/img/logo-iriam.webp');
}

.footer-sns-nav ul li a.icon_youtube {
  background-image: url('./asset/img/logo-youtube.webp');
}

.footer-sns-nav a:hover {
  color: #1da1f2;
}

/*** グローバルナビゲーション (フッター)*/
.footer-global-nav {}

.footer-global-nav-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.footer-global-nav-list>li {
  position: relative;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}

.footer-global-nav-list>li>a {
  padding: 0px;
  display: block;
}

/* copyright area */
.copyright_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  font-size: var(--text-size-m);
  color: #fff;
  background-color: var(--color-main);
}

@media (max-width: 768px) {
  .copyright_area {
    font-size: calc(95vw / 57);
  }
}

/*backto top*/
.backtotop {
  position: relative;
}

#page-top {
  width: 85px;
  height: 85px;
  border: 4px solid var(--color-main-light);
  border-radius: 999px;
  background: url('./asset/img/backtotop.svg') no-repeat center #fff;
  background-size: 48%;
  cursor: pointer;
  display: block;
  transition: transform 0.3s ease;
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 1;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;

}

@media (max-width: 768px) {
  #page-top {
    width: 60px;
    height: 60px;
  }
}

#page-top:hover {
  transform: scale(1.2);
}

/** タイトル部分 */
.section-title {
  width: 100%;
  position: relative;
  margin: 0 0 4rem;
}

.section-title::before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.9;
}

.section-title-inner {
  display: flex;
  align-items: center;
  max-width: var(--content-width);
  margin: 0 auto;
  gap: 24px;
  /* SVGとh2の間隔 */
  position: relative;
}

.section-title-inner svg {
  flex-shrink: 0;
  width: 88px;
  height: 97px;
  display: block;
}

.section-title-inner h2 {
  font-weight: normal;
  line-height: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.section-title-inner .en {
  font-family: futura-pt, sans-serif;
  font-size: 4rem;
  /* letter-spacing: 0.1em; */
}

.section-title-inner .jp {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .section-title {
    margin: 0 0 2rem;
  }

  .section-title::before {
    height: 40px;
  }

  .section-title-inner {
    justify-content: center !important;
    gap: 19px;
  }

  .section-title-inner svg {
    width: 70px;
    height: 78px;
  }

  .section-title-inner .en {
    font-size: 3.2rem;
  }

  .section-title-inner .jp {
    font-size: 1.6rem;
  }
}

/** 汎用ボタン */
.btn {
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0.8em 2.5em;
  background-color: var(--color-main);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .btn {
    font-size: 1.2rem;
  }
}

.btn:hover {
  transform: scale(1.1);
}

.btn_area {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

/*admin bar 対策*/
body.admin-bar {
  margin-bottom: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-bottom: 46px;
  }
}

/* パンくずリスト */
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 0.875rem;
  margin: 0 0 2rem;
  padding: 120px 0 0 2rem;
  color: var(--color-text);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 2;
}

.breadcrumb>* {
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding-top: 50px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 1rem;
  }
}

.breadcrumb a {
  text-decoration: none;
  color: var(--color-text-light);
}

.breadcrumb a:hover {
  text-decoration: underline;
}


/* 汎用カテゴリーリスト（グローバルナビ風） */
.common-cat-list {
  margin: 0 auto;
  /* border-radius: 99px; */
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
}

.common-cat-list ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .common-cat-list {
    width: calc(100% - 20px);
  }

  .common-cat-list ul {
    flex-wrap: wrap;
  }
}

/** カテゴリーリスト(中央よせ) */
.common-cat-list.center ul {
  justify-content: center;
}

.common-cat-list ul li {
  position: relative;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
  /* flex: 1; */
  /* width: 170px; */
}

@media (max-width: 768px) {
  .common-cat-list ul li {
    flex: 1 1 calc(50% - 4px);
    width: auto;
  }
}

.common-cat-list ul li a {
  padding: 0.8em 3em;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
  color: var(--color-common-cat-list);
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  text-align: center;
  border: 2px solid var(--color-common-cat-list);
  background-color: #fff;
}

@media (max-width: 768px) {
  .common-cat-list ul li a {
    padding: 0.8em 1em;
  }
}

.common-cat-list ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-common-cat-list);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}

.common-cat-list ul li:first-child a {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}

.common-cat-list ul li:last-child a {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}

@media (max-width: 768px) {
  .common-cat-list ul li:first-child a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .common-cat-list ul li:last-child a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}


.common-cat-list ul li a:hover {
  color: #fff;
}

.common-cat-list ul li a:hover::before {
  transform: scaleX(1);
}

.common-cat-list ul li.current a {
  color: #fff;
}

.common-cat-list ul li.current a::before {
  transform: scaleX(1);
}


/* メンバーカテゴリーリスト（グローバルナビ風） */
.members-cat-list {
  /* width: 100%; */
  /* padding: 4px; */
  margin: 0 auto;
  /* border-radius: 99px; */
  color: #fff;
  margin-bottom: 4rem;
  position: relative;
}

.members-cat-list ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 0;
  margin: 0;
}

.members-cat-list ul li {
  position: relative;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
  /* flex: 1; */
  /* width: 170px; */
}

.members-cat-list ul li a {
  padding: 0.8em;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
  color: var(--color-common-cat-list);
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  text-align: center;
  border: 2px solid var(--color-common-cat-list);
  border-radius: 5px;
  background-color: #fff;
}

.members-cat-list ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-common-cat-list);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}

.members-cat-list ul li a:hover {
  color: #fff;
}

.members-cat-list ul li a:hover::before {
  transform: scaleX(1);
}

.members-cat-list ul li.current a {
  color: #fff;
}

.members-cat-list ul li.current a::before {
  transform: scaleX(1);
}


/* ページネーション */
.paginate_links {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0;
}

@media (max-width: 768px) {
  .paginate_links {
    flex-wrap: wrap;
    gap: 2px;
    padding: 0 10px;
  }

  .paginate_links li {
    flex: 1;
    width: auto;
  }
}

.paginate_links .page-numbers {
  line-height: 1;
  border: 2px solid var(--color-common-cat-list);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  color: var(--color-common-cat-list);
  font-weight: bold;
  transition: all 0.2s ease;
  background-color: #fff;
}

@media (max-width: 768px) {
  .paginate_links .page-numbers {
    width: 100%;
  }
}

.paginate_links .page-numbers.current {
  background-color: var(--color-common-cat-list);
  color: #fff;
}

.paginate_links .page-numbers:hover {
  background-color: var(--color-common-cat-list);
  color: #fff;
}

.paginate_links .prev,
.paginate_links .next {
  width: 5em;
}

.paginate_links .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.paginate_links .prev {
  border-radius: 999px 0 0 999px;
}

.paginate_links .next {
  border-radius: 0 999px 999px 0;
}

.paginate_links .dots {
  border: none;
  pointer-events: none;
}

/* ニュース一覧 */
.news-list {
  margin-bottom: 2rem;
}

.news-list .news-item {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.8rem;
  /* transition: background-color 0.3s ease, transform 0.3s ease; */
  position: relative;
  overflow: hidden;
}

.news-list .news-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-light);
  opacity: 0;
  transition: opacity 0.3s ease, scale 0.3s ease;
  scale: 0.95;
  z-index: -1;
  border-radius: 10px;
}

.news-list .news-item:hover::before {
  opacity: 1;
  scale: 1;
}

.news-list .news-item .news-thumbnail {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.news-list .news-item:hover .news-thumbnail {
  transform: scale(1.01);
}

.news-list .news-item .news-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.news-list .news-item .post-meta {
  margin: 0;
}

.news-list .news-item .post-meta .slug {
  font-size: 0.875rem;
}

.news-list .news-item .news-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

.news-list .news-item .news-date {
  font-size: 0.875rem;
  color: var(--color-text-light);
}

/* fanartのメンバー別一覧 */
.fanart-member-area {
  text-align: center;
  margin-bottom: 2rem;
}

.fanart-member-select {
  position: relative;
  display: inline-block;
}

.fanart-member-select select {
  position: relative;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none #ffffff;
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.8em 2.5em 0.8em 2em;
  border-radius: 99px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: var(--color-main);
  border: 2px solid var(--color-main);
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fanart-member-select select:hover {
  background-color: var(--color-main);
  color: #fff;
}

.fanart-member-select::after {
  pointer-events: none;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 3px var(--color-main);
  border-right: solid 3px var(--color-main);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}




/* エントリー用スタイル */
.entry-body h1 {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .entry-body h1 {
    font-size: 1.6rem;
  }
}

.entry-body .head_image {
  width: 100%;
  margin-bottom: 2rem;
}

.entry-body .head_image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

.entry-body .clear {
  clear: both;
}

.entry-body .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.post-meta {
  color: var(--color-text-light);
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-slugs {
  display: flex;
  gap: 0.5rem;
}

.post-slugs .slug {
  background-color: var(--color-main);
  color: #fff;
  padding: 0.4em 0.8em;
  border-radius: 999px;
  font-weight: bold;
  line-height: 1;

}



.entry-content {
  line-height: 1.7;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.6);
  /* 半透明 */
  backdrop-filter: blur(6px);
  /* Safari用 */
  -webkit-backdrop-filter: blur(8px);
  padding: 12px;
  word-break: break-all;
}

.entry-content.nonbg {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/** 半透明背景 */
.entry-content.transparent {
  background: rgba(255, 255, 255, 0.8);
  /* 半透明 */
  backdrop-filter: blur(6px);
  /* Safari用 */
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 18px;
}

@media (max-width: 768px) {
  .entry-content.transparent {
    padding: 0.9rem;
    border-radius: 14px;
  }

  .entry-content.nonbg {
    padding: 0;
  }
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}



.entry-body h1 {
  border-left: 15px solid var(--color-page);
  padding-left: 0.5em;
}

.entry-content h2 {
  font-size: 1.8rem;
  padding-bottom: 0.4em;
  border-bottom: 1px solid var(--color-text-light);
  position: relative;
}

.entry-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 2px;
  background-color: var(--color-page);
}

.entry-content h3 {
  font-size: 1.4rem;
}


.entry-content h4 {
  font-size: 1.1rem;
}

.entry-content h5 {
  font-size: 1rem;
}

.entry-content p {
  margin-bottom: 1.5em;
}

.entry-content a {
  color: var(--color-main);
}

.entry-content a:hover {
  text-decoration: underline;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

/** アイコン付き段落 */
.entry-content .icon-p {
  padding-left: 2em;
  position: relative;
}

.entry-content .icon-p::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  /* background-color: var(--color-main); */
  /* border-radius: 50%; */
  /* 1行目のテキスト中央に揃える */
  /* transform: translateY(0.1em); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.entry-content .icon-p.home::before {
  background-image: url('./asset/img/icon-home.svg');
}

.entry-content .icon-p.chart::before {
  background-image: url('./asset/img/icon-chart.svg');
}

.entry-content .icon-p.globe::before {
  background-image: url('./asset/img/icon-globe.svg');
}

.entry-content .icon-p.info::before {
  background-image: url('./asset/img/icon-info.svg');
}

.entry-content .icon-p.map::before {
  background-image: url('./asset/img/icon-map.svg');
}

.entry-content .icon-p.hart::before {
  background-image: url('./asset/img/icon-heartsvg.svg');
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em 0;
  padding: 0;
}

.entry-content li {
  margin-bottom: 0.5em;
}

.entry-content ul li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  word-break: break-all;
}

.entry-content ul li::before {
  content: '●';
  color: var(--color-main);
  margin-right: 0.2em;
}

/** 番号付きリストのスタイル調整 */
.entry-content ol {
  counter-reset: li;
}

.entry-content ol li::before {
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}


.entry-content img,
.entry-content figure {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/** 署名画像 */
.entry-content figure._signature {
  display: block;
  text-align: right;
  margin-top: 2rem;
}

.entry-content figure._signature img {
  max-width: 40%;
  height: auto;
  display: inline-block;
}

@media (max-width: 768px) {
  .entry-content figure._signature img {
    max-width: 60%;
  }
}

.entry-content blockquote {
  border-left: 4px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  color: #555;
  background: #f9f9f9;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

.entry-content th,
.entry-content td {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
}

.entry-content pre {
  background: #f4f4f4;
  padding: 1em;
  overflow-x: auto;
  margin-bottom: 1.5em;
  /* font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; */
}

/* スピーチ（コメント）*/
.entry-content ._speech {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  line-height: 1.8;
  padding: 1em 0.5em;
  margin: 2em 0 0;
  border-top: 1px dotted var(--color-text);
  border-bottom: 1px dotted var(--color-text);
}

/* 生天目さんのコメント用スタイル */
.entry-content ._namatame_speech {
  gap: 2rem;
  align-items: stretch;
}

.entry-content ._namatame_speech ._text {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  line-height: 1.8;
  flex: 1;
  padding: 1em 0.5em;
  border-top: 1px dotted var(--color-text);
  border-bottom: 1px dotted var(--color-text);
}

.entry-content ._namatame_speech ._photo {
  width: 38%;
  flex: none;
}

@media (max-width: 768px) {
  .entry-content ._namatame_speech ._text {
    order: 1;
  }

  .entry-content ._namatame_speech ._photo {
    width: 100%;
  }
}


/* 1. 共通設定：ギャラリーを横並び（Flexbox）にする */
.wp-block-gallery.has-nested-images {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  /* 画像間のすき間 */
  padding: 0 !important;
}

/* 2. 管理画面のカラム設定（.columns-X）に合わせて幅を変える */
/* 計算式: width = (100% - gap × (列数 - 1)) / 列数　*/
.wp-block-gallery.columns-1 .wp-block-image {
  width: 100% !important;
}

.wp-block-gallery.columns-2 .wp-block-image {
  width: calc((100% - 16px) / 2) !important;
}

.wp-block-gallery.columns-3 .wp-block-image {
  width: calc((100% - 32px) / 3) !important;
}

.wp-block-gallery.columns-4 .wp-block-image {
  width: calc((100% - 48px) / 4) !important;
}

.wp-block-gallery.columns-5 .wp-block-image {
  width: calc((100% - 64px) / 5) !important;
}

.wp-block-gallery.columns-6 .wp-block-image {
  width: calc((100% - 80px) / 6) !important;
}

/* 3. 画像が縦に伸びたり崩れたりするのを防ぐ */
.wp-block-gallery.has-nested-images .wp-block-image {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

/* 4. スマホ対応：画面が狭いときは強制的に2列にする（お好みで） */
@media (max-width: 768px) {
  .wp-block-gallery.has-nested-images .wp-block-image {
    width: calc((100% - 16px) / 2) !important;
  }
}


.entry-content .bg-color {
  padding: 2em;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.entry-content .bg-color::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  z-index: -1;
}

/** ファンアートのプレフェイス部分 */
.entry-content .fanart-preface {
  gap: 5rem;
  background: rgba(255, 255, 255, 0.6);
  /* 半透明 */
  backdrop-filter: blur(6px);
  /* Safari用 */
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 18px;
  background-image: url('data: image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="88.917" height="97" viewBox="0 0 88.917 97"><path id="title-head-svg" d="M37.993,28.935c1.869,1.409,5.209,3.933,9.108,2.644,4.876-1.612,6.413-9.2,4.848-15.425C50.1,8.8,45.235-.132,35.936-.008c-1.49.7-2.981.9-3.967,2.057-6.762,7.93.72,22.884,6.023,26.884ZM71.782,41.716c13.3-2.638,8.363-29.531-5.436-29.529-4.732,1.917-6.545,2.546-8.08,7.639C55.359,29.47,62.133,43.63,71.782,41.716ZM15.516,42.3c2.5,1.516,7.056,3.43,10.724,1.616,3.912-1.935,4.873-8.391,2.938-13.222-2.8-6.984-8.92-15.393-18.657-15.278-1.72.705-3.141.726-4.407,1.763C3.939,18.961,3.4,23.728,4.351,27.319A24.242,24.242,0,0,0,15.516,42.3ZM88.088,59.2C85.4,51.473,79.449,48.544,71.341,46.27c-3.073-.862-6.332-1.177-8.814-2.644-5.321-3.145-7.885-8.853-16.454-8.814l-4.26.735a19.3,19.3,0,0,0-10.871,8.08c-4.325,7.137.928,12.661-.294,20.126q-1.615,7.785-3.232,15.572C26.031,88.005,33.5,95.665,40.049,96.806,50.431,98.613,56.19,86.671,61.792,82.7c8.291-5.873,22.273-4.285,26.443-14.4C89.336,65.637,88.965,61.719,88.088,59.2ZM8.17,46.858c-3.034,1.193-5.193,1.125-6.758,3.673-6.442,10.492,10.629,26.8,21.155,20.861,4.168-2.353,4.963-8.468,2.791-13.516A18.22,18.22,0,0,0,8.17,46.858Z" transform="translate(0.001 0.009)" fill="%23000000" fill-opacity="0.05" /></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% + 15px) calc(100% + 32px);
  background-size: 150px auto;
  margin-bottom: 2rem;
}

.entry-content .fanart-preface figure,
.entry-content .fanart-preface img {
  margin: 0;
}

/** 左の画像 **/
.entry-content .fanart-preface>figure {
  width: 26%;
}

/** 右のテキスト **/
.entry-content .fanart-preface>.wp-block-group {
  flex: 1;
}

.entry-content .fanart-preface>.wp-block-group .head_text {
  font-size: 1.3rem;
}

.entry-content .fanart-preface>.wp-block-group .caution_text {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .entry-content .fanart-preface {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .entry-content .fanart-preface>figure {
    width: 50%;
  }

  .entry-content .fanart-preface>.wp-block-group .head_text {
    font-size: 1rem;
  }

  .entry-content .fanart-preface>.wp-block-group .caution_text {
    font-size: 0.7rem;
  }
}

/** オーディションのプレフェイス部分 */
.entry-content .audition-preface {
  background: rgba(255, 255, 255, 0.8);
  /* 半透明 */
  backdrop-filter: blur(6px);
  /* Safari用 */
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 14px;
  margin-bottom: 3rem;
  align-items: center;
}

.entry-content .audition-preface figure,
.entry-content .audition-preface img {
  margin: 0;
}

/** 左の画像 **/
.entry-content .audition-preface>figure {
  width: 30%;
}

/** 右のテキスト **/
.entry-content .audition-preface>p {
  flex: 1;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  line-height: 2;
}

.entry-content .audition-preface>p em {
  font-style: normal;
  color: #fff;
  background-color: var(--color-text);
  padding: 0.2em;
}


@media (max-width: 768px) {
  .entry-content .audition-preface {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
  }

  .entry-content .audition-preface>figure {
    width: 70%;
  }

  .entry-content .audition-preface>p {
    font-size: 0.9rem;
    order: 1;
    text-align: center;
  }


  .entry-content .fanart-preface>.wp-block-group .head_text {
    font-size: 1rem;
  }

  .entry-content .fanart-preface>.wp-block-group .caution_text {
    font-size: 0.7rem;
  }
}

.entry-content .audition-main-box {
  background: rgba(255, 255, 255, 0.8);
  /* 半透明 */
  backdrop-filter: blur(6px);
  /* Safari用 */
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 16px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .entry-content .audition-main-box {
    padding: 1rem;
    border-radius: 16px;
    margin-bottom: 2rem;
  }
}

/* スポンサー */
.entry-content ._sponsor {
  width: 90%;
  margin: 3rem auto 4rem !important;
}

@media (max-width: 768px) {
  .entry-content ._sponsor {
    flex-direction: column;
    margin: 1.5rem auto 2rem !important;
    width: 80%;
  }

  .entry-content ._sponsor .wp-block-image {
    width: 100% !important;
  }
}

/* youtubeグループ */
.youtube_group>div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  /* 画像間のすき間 */
  padding: 0 !important;
}

/* 2. 管理画面のカラム設定（.columns-X）に合わせて幅を変える */
/* 計算式: width = (100% - gap × (列数 - 1)) / 列数　*/
.youtube_group .wp-block-embed {
  width: calc((100% - 18px) / 2) !important;
}

/* 最後の1つが単独（奇数番目）の場合は100%幅にする */
.youtube_group .wp-block-embed:last-child:nth-child(odd) {
  width: 100% !important;
}

@media (max-width: 768px) {
  .youtube_group>div {
    flex-direction: column !important;
  }

  .youtube_group .wp-block-embed {
    width: 100% !important;
  }
}


/*** 埋め込みコンテンツのレスポンシブ対応 */
.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  display: block;
}

.wp-embed-aspect-4-3.wp-has-aspect-ratio iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0 auto;
  display: block;
}

/* =============================
 * 3カラム折り返しグリッド（汎用）
 * .news-list.grid-3col などで利用可
 ============================= */
.grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 900px) {
  .grid-3col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-3col {
    grid-template-columns: 1fr;
  }
}

main {
  position: relative;
}


/* メンバー一覧 */
.members-list {
  margin-bottom: 2rem;
}

.members-list .members-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 0.6rem;
  position: relative;
  align-items: center;
}




.members-list .members-item .members-thumbnail {
  transition: transform 0.2s ease;
  display: block;
  width: 100%;
  position: relative;
}

.members-list .members-item:hover .members-thumbnail {
  transform: scale(1.2);
}

/** pickupメンバーのスタイル */
.members-list .members-item .members-thumbnail-pickup {
  display: block;
  width: 100%;
  position: relative;
  background: linear-gradient(120deg, #e4c983 0%, #fff9e6 60%, #c2a763 100%);
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}
.members-list .members-item .members-thumbnail-pickup > div{
  border-radius: 10px;
  overflow: hidden;
}

.members-list .members-item .members-thumbnail-pickup::after {
  content: '';
  position: absolute;
  top: -18%;
  left: -54%;
  width: 50%;
  height: 136%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.08) 28%,
      rgba(255, 255, 255, 0.88) 50%,
      rgba(255, 255, 255, 0.08) 72%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-16deg);
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.members-list .members-item .members-thumbnail-pickup:hover .member_card {
  transform: scale(1.15);
}
.members-list .members-item .members-thumbnail-pickup:hover::after {
  animation: pickup-shimmer 0.4s ease;
}

@keyframes pickup-shimmer {
  0% {
    left: -54%;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.members-list .members-item .post-meta {
  margin: 0;
  justify-content: center;
}

.members-list .members-item .post-meta .slug {
  font-size: 0.875rem;
}

.members-list .members-item .members-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  z-index: 1;
  text-align: center;
}

.members-list .members-item .members-title span {

  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  color: var(--color-text-light);
}

/* メンバーアカウントアイコン横並び */
.members-list .members-item .members-accounts {
  display: flex;
  gap: 8px;
  margin: 0;
  align-items: center;
  z-index: 1;
  padding: 4px 10px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
  margin-top: -1.6rem;
}

@media (max-width: 768px) {
  .members-list .members-item .members-accounts {
    gap: 8px;
    padding: 3px 6px;
    border-radius: 3px;
  }
}

.members-list .members-item .members-accounts.empty {
  visibility: hidden;
  padding: 0;
  height: 33px;
}

.members-list .members-item .members-accounts .account-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.members-list .members-item .members-accounts .account-icon:hover img {
  scale: 1.1;
}

/* 6カラム折り返しグリッド（メンバー一覧用） */
.grid-6col {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}

/* 4カラム折り返しグリッド（メンバー一覧用） */
.grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px dotted var(--color-main);

}
.grid-4col.center {
  grid-template-columns: repeat(2, 1fr);
  max-width: calc((100% / 4) * 2 + 2rem);
  margin-left: auto;
  margin-right: auto;
}



@media (max-width: 1200px) {
  .grid-6col {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .grid-4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .grid-6col {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .grid-4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .grid-6col {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

/** ガイドライン(ID_GUIDELINE) 専用 */
#ID_LEGAL-ADVISOR .entry-content,
#ID_GUIDELINE .entry-content {
  padding: 2rem;
  /* 半透明 */
  backdrop-filter: blur(6px);
  /* Safari用 */
  -webkit-backdrop-filter: blur(6px);
  background-color: rgba(255, 266, 255, 0.8);
  border: 3px solid #000;
  box-shadow: 4px 4px 0px #000;
}

#ID_GUIDELINE .entry-content h2:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {

  #ID_LEGAL-ADVISOR .entry-content,
  #ID_GUIDELINE .entry-content {
    padding: 1rem;
  }
}

/** ステージ(ID_STAGE) 専用 */
#ID_STAGE .entry-content {
  background-color: #fff;
}

.entry-content ._memo {
  padding: 0.8em 0.8em;
  background-color: #f6f6f6;
  border: 1px dotted #ccc;
}

.entry-content ._address {
  padding: 0.6em;
  border: 1px dotted #ccc;
  margin-top: 1rem;
}

.entry-content ._career h3 {
  margin-bottom: 0.4rem;
}

.entry-content ._career p {
  margin-bottom: 0.1rem;
}

.entry-content ._career ul {
  margin-bottom: 0.5rem;
}

.entry-content ._career ul li {
  margin-bottom: 0;
}

/* ========================================
   フッター レスポンシブ (max-width: 768px)
======================================== */
@media (max-width: 768px) {

  /* スポンサーエリア */
  footer .sponsored_area {
    padding: 32px 16px;
  }

  footer .sponsored_area ul {
    flex-wrap: wrap;
    gap: 24px 32px;
    justify-content: center;
  }

  .foot_iriam {
    width: 140px;
  }

  .foot_17live {
    width: 124px;
  }

  .foot_dam {
    width: 160px;
  }

  .foot_joysound {
    width: 90px;
  }

  /* フッターメインエリア */
  footer .footer_area {
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    gap: 24px;
  }

  .footer-site-logo a {
    min-width: 120px;
    min-height: 40px;
  }

  /* ナビ・SNS右ラッパー */
  .footer-right {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-left: 0;
  }

  /* フッターグロナビ */
  .footer-global-nav-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }

  .footer-global-nav-list>li {
    font-size: 14px;
  }

  /* フッターSNSナビ */
  .footer-sns-nav ul {
    justify-content: center;
    gap: 16px;
  }
}