@charset "UTF-8";

/*/////////////////////
//content
/////////////////////*/


/*/////////////////////
//年代ナビ
/////////////////////*/
.news_year_nav{
  margin-top: 60px;
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
}

.news_year_nav ul {
  text-align: center;
  padding: 2% 20%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {

  .news_year_nav ul {
    padding: 1% 40%;
  }
	
}/*min-width : 769px*/

.news_year_nav ul.type_3 li:first-child{
  margin-left: 0;
}

.news_year_nav ul li.current {
  font-weight: bold;
  color: #000000;
  font-size: 1.3rem;
}

.news_year_nav ul li.past {
  color: #525252;
  font-size: 1.3rem;
}

/*/////////////////////
//タグナビ
/////////////////////*/
.news_tag_nav{
  margin-top: 60px;
}

.news_tag_nav ul {
  text-align: center;
  padding: 2% 10%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {

  .news_tag_nav ul {
    padding: 1% 37%;
  }
	
}/*min-width : 769px*/

.news_tag_nav ul.type_3 li:first-child{
  margin-left: 0;
}

.news_tag_nav ul li.all {
  font-weight: bold;
  color: #000000;
  font-size: 1.3rem;
}

.news_tag_nav ul li.part {
  color: #525252;
  font-size: 1.3rem;
}

/*/////////////////////
//コンテンツリスト
/////////////////////*/
.news_filter{
  margin-top: 54px;
  padding: 20px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.news_filter ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
}

.news_filter button{
  appearance: none;
  padding: 8px 2px 7px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #626262;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.news_filter button:hover,
.news_filter button:focus-visible,
.news_filter button.is-active{
  border-bottom-color: #1b2532;
  color: #1b2532;
}

.news_filter button.is-active{
  font-weight: bold;
}

.news_filter button:focus-visible{
  outline: 2px solid #507ea4;
  outline-offset: 4px;
}

.news_wrap li[hidden]{
  display: none !important;
}

.news_filter_empty{
  padding: 50px 0;
  color: #525252;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .news_filter{
    margin-top: 40px;
    padding: 14px 0;
  }

  .news_filter ul{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px;
  }

  .news_filter button{
    width: 100%;
    min-height: 46px;
    padding: 8px 4px;
    font-size: 12px;
  }
}

.content_box.content_box_r.headzero {
  padding: 0px 0px 105px;
}

.news_wrap li{
  margin-bottom: 50px;
}

.news_wrap li:last-child{
  margin-bottom: 0;
}

.news_wrap a{
  display: flex;
  place-items: flex-start;
}

@media screen and (max-width: 768px) {
  .news_wrap a{
    flex-wrap: wrap;
  }
}

.news_wrap a span{
  font-size: 18px;
  line-height: 32px;
  display: block;
}

.news_wrap a .day,
.news_wrap a .label{
  font-size: 12px;
  line-height: 32px;
}

.white .news_wrap a .label{
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  width: 5em;
  margin: 5px 25px 0 19px;
  padding: 0 0.25em;
  background: #505a67;
  border-radius: 4px;
  color: var(--font-color-w);
}

@media screen and (min-width: 769px) {
  .white .news_wrap a:hover .label{
    color: var(--hover-color);
  }
}

.news_wrap a .label.label_column{
  background-color: #6e8eb8;
}

@media screen and (min-width: 769px) {
  .white .news_wrap a .cont{
    max-width: calc(100% - 174px);
  }
}

@media screen and (max-width: 768px) {
  .news_wrap a .cont{
    width: 100%;
    margin-top: 0.5em;
  }
}

/*/////////////////////
//記事詳細
/////////////////////*/
h2.news_detail_title {
    font-size: 1.6rem;
    line-height: 1.6;
}

h3.news_detail_subtitle {
    font-size: 1.4rem;
    line-height: 1.4;
	font-weight: bold;
}

h3.news_detail_subtitle_event {
    font-size: 1.4rem;
    line-height: 1.4;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px;
}

figure {
    max-width: 500px;
    margin: auto;
	text-align: center;
}

figure.newspaper{
    max-width: 800px;
}

img {
    max-width: 500px;
}

img.newspaper{
    max-width: 800px;
}

@media screen and (max-width: 768px) {
 
	img {
    max-width: 300px;
	}
	
	img.newspaper{
    max-width: 300px;
	}
	
}

@media screen and (min-width: 768px) {
    img.newspaper[src="/news/images/newspaper240720_01.jpg"] {
        width: 50%;
    }
}

.news_detail_day{
    color:#525252;
    margin: auto;
	padding: 60px 0px;
	text-align: center;
	font-size: 1.5rem;
}

.content_box.content_box_s.headzero {
  padding: 0px 0px 105px;
}

.news_d{
	height: 350px;
}

.plus{
	height: 450px;
	max-width: 450px;
	margin: auto;
}

@media screen and (max-width: 768px) {
 
	.plus{
	height: 500px;
}
	
}

.news_d dt {
    padding-top: 15px;
    width: 80px;
    clear: left;
    float: left;
}

.news_d dd {
    padding-top: 15px;
    margin-left: 4%;
    width: calc(95% - 80px);
    float: left;
}


/*/////////////////////
//画像の２カラム設定
/////////////////////*/

.newspts{
	display: flex;
    flex-basis: auto;
    flex-wrap: wrap;
}

.newsimg{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.newsimg li{
	margin-left: 20px;
	margin-bottom: 5%;
	width: 48%;
	font-size: 1.0rem;
	display: block;
	position: relative;
}

@media screen and (max-width: 768px) {
 
	.newsimg li{
	width: 100%;
}
	
}

@media screen and (max-width: 768px) {
	
	.newsimg li{
		margin-left: 0 !important;
		widows: 100%;
	}
 
}

.newsimg li:first-child{
	margin-left: 0;
}

.newsimg li:nth-child(odd){
 	margin-left: 0;
}

.newsimg figure{
	display: block;
	position: relative;
	padding-top: 105%;
	text-align: center
}

.newsimg figure img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
}

.newsimg .newsimg_title{
	margin: 10px 10px 15px;
	font-weight: bold;
}

.newsimg .newsimg_detail{
	margin: 10px 10px 15px;
}

/* 縦画像がきれいに配置されないための修正css　↓ */

/* 2カラムは CSS Grid で安定レイアウトに */
.newspts .newsimg{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px; /* 上下左右の隙間。必要なら 20px から調整 */
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 余計なマージン・位置指定をリセット */
.newspts .newsimg li{
  list-style: none;
  margin: 0 !important;
  width: auto !important;   /* 48% 指定を無効化 */
  font-size: 1rem;
  position: static;
}

/* ダミー高さ＆絶対配置をやめて自然な高さに */
.newspts .newsimg figure{
  display: block;
  position: static !important;
  padding-top: 0 !important;   /* 105% を無効化 */
  margin: 0;                   /* 余白は gap で管理 */
  text-align: left;            /* 必要なら center に */
}

.newspts .newsimg figure img{
  position: static !important; /* 絶対配置を解除 */
  display: block;
  width: 100%;
  height: auto;                /* 縦横比を保持して縮小 */
  max-width: 100%;
}

/* タイトル等の余白はそのまま利用可 */
.newspts .newsimg .newsimg_title,
.newspts .newsimg .newsimg_detail{
  margin: 10px 10px 15px;
}

/* スマホは1カラムに */
@media screen and (max-width: 768px){
  .newspts .newsimg{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .newspts .newsimg li{
    width: 100% !important; /* 念のため */
  }
}

/* タイポ修正（既存の重複media内にあった widows: 100% を修正） */
@media screen and (max-width: 768px){
  .newsimg li{
    width: 100%; /* widows -> width */
  }
}



/* --- 単独フル幅画像用（ヒーロー） --- */
figure.news-hero {            /* 上の単独 figure に付けるクラス */
  display: block;
  max-width: 100% !important;
  width: 100%;
  margin: 0 0 24px;     /* 下に余白 */
  position: static;
}
figure.news-hero img {
  display: block;
  width: 100%;
  height: auto;          /* 縦横比保持 */
  max-width: 100% !important;
  position: static !important; /* 万一の絶対配置を無効化 */
  object-fit: contain;         /* はみ出し防止（任意） */
}

/* --- 2カラムのブロックと境目の重なり防止 --- */
.newspts{
  display: block;
  clear: both;          /* 浮動要素があればクリア */
  margin-top: 24px;     /* セクション間の余白 */
  position: relative;   /* 重なり回避の土台 */
}

/* --- 2カラムは前回の Grid 指定を継続（念のため再掲／上書き） --- */
.newspts .newsimg{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
}
.newspts .newsimg li{
  list-style: none;
  margin: 0 !important;
  width: auto !important;
  position: static;
}
.newspts .newsimg figure{
  position: static !important;
  padding-top: 0 !important;
  margin: 0;
}
.newspts .newsimg figure img{
  position: static !important;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* スマホは1カラム */
@media (max-width: 768px){
  .newspts .newsimg{ grid-template-columns: 1fr; gap: 16px; }
}

/*/////////////////////
//youtube設定
/////////////////////*/

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.youtube-short {
    width: 100%;    /* 幅を画面いっぱいにする */
    height: 500px;  /* 最大の高さを500pxに設定 */
}

.video-wrapper {
    background-color: #fff; /* 背景を白に設定 */
    display: flex;
    justify-content: center;
	padding: 10px;
    max-width: 360px; /* YouTubeショートの推奨幅 */
    width: 100%;
	margin: auto;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* シャドウを追加 */
}

/*/////////////////////
//動画設定
/////////////////////*/

/* 共通スタイル */
.video-container {
  text-align: center;
}

.myVideo {
  max-width: 100%;
  width: 100%;
  height: auto;
  /*border: 1px solid gray;*/
}

/* メディアクエリでスマホとPCでスタイルを切り替え */
@media (max-width: 768px) { 
  .responsive-video {
    max-width: 300px;  /* こちらはスマホでの動画の最大幅を設定 */
  }
}

@media (min-width: 769px) { 
  .responsive-video {
    max-width: 500px;  /* こちらはPCでの動画の最大幅を設定 */
  }
}

/*/////////////////////
//更新内容の文字点滅設定
/////////////////////*/

@keyframes blinker {
  50% { opacity: 0; }
}

.blinking-text {
  animation: blinker 2s linear infinite;
}

/*/////////////////////
//文中ボタン設定
/////////////////////*/

.center_button {
	width: 150px;
    display: flex;
    margin: auto;
}

.center_button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	background-color: black;
    border-radius: 25px;
}

/*/////////////////////
//画像のキャプション設定
/////////////////////*/

.image-container {
  position: relative;
  display: inline-block; /* これにより、コンテナが画像の幅にフィットします */
}

.image-container img {
  display: block;
  width: 100%; /* この値は、あなたのニーズに合わせて調整することができます */
  height: auto;
}

.caption-left, .caption-right {
  position: absolute;
  bottom: -90px; /* 画像の下から10ピクセルの位置にキャプションを配置します。この値も必要に応じて調整できます */
  /*background-color: rgba(255, 255, 255, 0.7); /* 背景色を半透明の白に設定。必要に応じて変更可能 */
  padding: 5px;
  border-radius: 5px;
}

.caption-left {
  left: 0px; /* 画像の左端から10ピクセルの位置にキャプションを配置します */
  text-align: left;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', 'MS PMincho', serif;
  font-size: 1.0rem;
}

.caption-right {
  right: 0px; /* 画像の右端から10ピクセルの位置にキャプションを配置します */
  text-align: right;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', 'MS PMincho', serif;
  font-size: 1.0rem;

}

/*/////////////////////
//フッターチケットボタン設定
/////////////////////*/

.float-button__wrap {
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    backdrop-filter: blur(10px);
}

.left_button {
	width: 150px;
    display: flex;
    margin-left: 16px;
}

@media screen and (max-width: 768px) {
	.left_button{
		margin-left: 0px;
		margin-right: 16px;
	}
}/*max-width : 768px*/

.left_button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	background-color: black;
    border-radius: 25px;
}

.right_button {
	width: 150px;
    display: flex;
    margin-left: 16px;
}

@media screen and (max-width: 768px) {
	.right_button{
		margin-left: 0px;
		margin-right: 32px;
	}
}/*max-width : 768px*/

.right_button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	background-color: black;
    border-radius: 25px;
}

.line a {
	background-color: #00B900;
}

/*/////////////////////
//新着new!の表示
/////////////////////*/

.news-item {
    margin-bottom: 50px; /* 各ニュース項目の下に一定の空間 */
    position: relative; /* before要素のための相対位置設定 */
}

.news-item.new:before {
    content: "NEW!"; /* 表示する内容 */
    color: red; /* 文字色 */
    font-weight: bold; /* フォントの太さ */
	font-size: 12px;  /* フォントのサイズ */
    position: absolute; /* 絶対位置指定 */
    top: 0; /* 親要素の上端からの位置 */
    left: 0; /* 親要素の左端からの位置 */
    transform: translateY(-100%); /* 'NEW!'を上に100%移動 */
    animation: blinker 3s linear infinite; /* 点滅用アニメーションを追加 */
}

@keyframes blinker {
    50% {
        opacity: 0; /* 半透明の状態 */
    }
}


/*/////////////////////
//x(旧twitter)の設定
/////////////////////*/

 .twitter-tweet {
   margin: 0 auto !important;
 }

/*/////////////////////
//展覧会　会期区分けのhr
/////////////////////*/

 .ex_hr {
   width: 80%;
   border: 0.25px solid silver;
   margin: 0 auto;
 }

/*/////////////////////
//スムーズなスクロール
/////////////////////*/

 html {
   scroll-behavior: smooth;
 }

/*.body-in {
    position: relative;
}*/

/*/////////////////////
//お客様の声
/////////////////////*/

/* Google Fonts ZEN紅道（手書き風フォント）をインポート */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');

/* お客様の声セクション */
.voice-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* カード間のスペース */
    justify-content: space-between;
    max-width: 1000px; /* PCでの最大幅 */
    margin: auto;
    background-color: rgba(255, 242, 219, 0.5); /* ベージュ背景 */
    padding: 40px;
    border-radius: 10px;
    list-style: none; /* デフォルトの li スタイルを削除 */
}

/* 競合している .newsimg li の指定をリセット */
.newsimg li.voice-card {
    margin-left: 0;
}

/* お客様の声カード */
.voice-card {
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: rotate(-2deg); /* 軽い傾き */
    font-family: "Zen Kurenaido", sans-serif; !important; /* ZEN紅道フォント適用 */
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
    color: #333; /* 文字色を少し濃いめに */
    list-style: none;
    width: 48%; /* PC時に2カラム表示 */
}

/* カードの偶数番目を逆に傾ける */
.voice-card:nth-child(even) {
    transform: rotate(2deg);
}

/* お客様の声のテキスト */
.voice-text {
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333; /* 文字色を濃いグレーに */
	text-align: left;
}

/* 年齢バッジ（右上の丸） */
.age-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
}

/* 男性（青のバッジ）#007bff */
.male .age-badge {
    background-color: #bbc8e6;
}

/* 女性（ピンクのバッジ）#ff69b4 */
.female .age-badge {
    background-color: #eebbcb;
}

/* スマホ時のレスポンシブ対応 */
@media (max-width: 768px) {
    .voice-card {
        width: 100%; /* スマホでは1カラム */
        margin: auto;
    }
}

/*/////////////////////
//ユニクロ用　背景パターン採用
/////////////////////*/
figure.bgpattern,
div.bgpattern {
  position: relative;
  z-index: 1;
}

figure.bgpattern::before,
div.bgpattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-image: url("/news/images/main_bg.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  z-index: -1;
}

/*/////////////////////
//ユニクロ用　作品名紹介改行位置
/////////////////////*/
.quote-list{
  margin: 0;
  padding-left: 3.75em; /* 左余白はお好みで */
}

.quote-list li{
  margin: .35em 0;
  line-height: 1.7;
}

/* 1行目のマーカーを「　・　番号　『」に差し替え */
.quote-list li::marker{
  content: "　・　" counter(list-item) "　『";
  /* 以下は見た目調整（全角風の字幅にしたい場合） */
  font-variant-east-asian: full-width;     /* 対応フォントで全角化 */
  font-feature-settings: "palt","fwid";
}

/*/////////////////////
//インスタリール投稿用　画像表示サイズ
/////////////////////*/
/* 共通 */
.insta-figure {
  margin: 0 auto;
}

.insta-figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* PC（768px以上） */
@media screen and (min-width: 768px) {
  .insta-figure {
    max-width: 350px;
  }
}

/*/////////////////////
//コラムで詩の紹介時にPCの時だけmaxwidth変更
/////////////////////*/
@media screen and (min-width: 768px) {
  .content_wrap section .content_box.content_box_s.headzero.narrow-pc {
    max-width: 500px;
  }
}



@media screen and (min-width: 769px) {
	
}/*min-width : 769px*/

@media screen and (max-width: 768px) {
 
}/*max-width : 768px*/

/*/////////////////////
//#footer
/////////////////////*/

footer b {
	font-weight: normal;
}
