@import url("https://use.fontawesome.com/releases/v6.5.1/css/all.css");

a:-webkit-any-link {
    color: #ff6600;
	text-decoration: underline; /* 下線を追加 */
	text-decoration-color: #ff6600; /* 下線の色を薄灰色に設定（適宜変更） */
	text-decoration-style: solid; /* 下線のスタイルを破線に変更（適宜変更） */
}

.link-nav-header i {
	font-size: 24px; /* 好みのサイズに調整 */
	color: #ff6600;
  }

.link-nav-header_2 i {
	font-size: 24px;
	color: #042f4b;
}


.element_1 {
	display: block;
	margin-bottom: 50px;
}    

  a.selected {background-color: #F2F2F2;color: #ff6600;}
a.selected-multiple {background-color: #F2F2F2;color: #ff6600;}

.search-container {
	position: fixed;
	top: 120px;
	right: 110px;
	overflow: hidden;
	transition: width 0.8s;
  }

  @media only screen and (max-width: 1001px) {
	.search-container {
		position: fixed;
		top: 360px;
		right: 10px;
		overflow: hidden;
		transition: width 0.8s;
	  }
	}	

  .search-box {
	width: 60px;
	padding: 8px;
	border: 2px solid #bbbbbb;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
	transition: width 0.8s;
  }

  .search-box:hover {
	width: 150px;
  }

  /* フローティングバナーのスタイルを設定 */
#floating-banner {
    position: fixed;
    top: 60%; /* 上端をブラウザの中央に配置 */
    left: 90%; /* 左端をブラウザの中央に配置 */
    transform: translate(-50%, -50%); /* 中央寄せ */
    width: 200px; /* フローティングバナーの幅 */
    height: auto; /* フローティングバナーの高さを自動調整 */
    background-color: #ffffff; /* バナーの背景色 */
    border: 1px solid #000000; /* バナーの境界線 */
    overflow: hidden; /* 画像がバナーからはみ出ないように設定 */
	opacity: 0.8;
}

#banner-image {
    max-width: 100%;
    max-height: 100%;
}

#randomImage {
	width: 100%;
	max-height: 400px; /* 画像の最大高さを設定 */
}
.random_style {
    position: absolute; /* 画像の位置を絶対位置に設定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1; /* 初期の透明度 */
    background-repeat: no-repeat; /* 背景画像のリピートを無効化 */
    background-size: 100% auto; /* 画像の幅をページ内に合わせる */
    background-position: center top; /* 画像を水平中央、垂直上部に配置 */
    transition: opacity 3s; /* フェード効果にかかる時間 */
}

.top_menu_logo {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* 左から中央に移動 */
    margin-top: 200px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* ホバー時の画像サイズ */
.top_menu_logo:hover img {
    transform: scale(1.2); /* ホバー時に拡大表示 */
    z-index: 20; /* ホバー時に最前面に配置 */
}

/* -----------------------------------------------------------------------
 fonts
----------------------------------------------------------------------- */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/NotoSansJP-Regular.woff2') format('woff2'), url('fonts/NotoSansJP-Regular.woff') format('woff'), url('fonts/NotoSansJP-Regular.otf') format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/NotoSansJP-Medium.woff2') format('woff2'), url('fonts/NotoSansJP-Medium.woff') format('woff'), url('fonts/NotoSansJP-Medium.otf') format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP Bold';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/NotoSansJP-Bold.woff2') format('woff2'), url('fonts/NotoSansJP-Bold.woff') format('woff'), url('fonts/NotoSansJP-Bold.otf') format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/NotoSansJP-Black.woff2') format('woff2'), url('fonts/NotoSansJP-Black.woff') format('woff'), url('fonts/NotoSansJP-Black.otf') format('opentype');
	font-display: swap;
}

.top_background_style {
	position: relative;
	margin-top: -20px;
	width: 100%;
	height: 100%;
	/* 背景画像を設定 */
}
.top_background_style::before {
	content: "";
	background-image: url("/common/img/background/Jan_Vermeer_van_Delft_013.jpg");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4; /* 背景画像の透明度を設定 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1; /* 背景画像をコンテンツの下に配置 */
}
.art_trip_background_style {
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin-top: -20px;
	/* 背景画像を設定 */
}
.art_trip_background_style::before {
	content: "";
	background-image: url("/common/img/background/Jan_Vermeer_van_Delft_013.jpg");
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	opacity: 0.4; /* 背景画像の透明度を設定 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1; /* 背景画像をコンテンツの下に配置 */
}

.ai_background_style {
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin-top: -20px;
	/* 背景画像を設定 */
}
.ai_background_style::before {
	content: "";
	background-image: url("/common/img/background/00002-567900.png");
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	opacity: 0.4; /* 背景画像の透明度を設定 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1; /* 背景画像をコンテンツの下に配置 */
}
.exhibition_background_style {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: -20px;
	/* 背景画像を設定 */
}
.exhibition_background_style::before {
	content: "";
	background-image: url("/common/img/background/Jan_Vermeer_van_Delft_025.jpg");
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	opacity: 0.4; /* 背景画像の透明度を設定 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1; /* 背景画像をコンテンツの下に配置 */
}
.museum_background_style {
	position: relative;
	margin-top: -20px;
	width: 100%;
	height: 100%;
	/* 背景画像を設定 */
}
.museum_background_style::before {
	content: "";
	background-image: url("/common/img/background/Jan_Vermeer_van_Delft_025.jpg");
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	opacity: 0.4; /* 背景画像の透明度を設定 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1; /* 背景画像をコンテンツの下に配置 */
}
.collections_background_style {
	position: relative;
	margin-top: -20px;
	/* 背景画像を設定 */
}
.collections_background_style::before {
	content: "";
	background-image: url("/common/img/background/common/img_7574.jpg");
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	opacity: 0.4; /* 背景画像の透明度を設定 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1; /* 背景画像をコンテンツの下に配置 */
}
.background_style {
	position: relative;
	margin-top: -20px;
	width: 100%;
	height: 100%;
	/* 背景画像を設定 */
}
.background_style::before {
	content: "";
	background-image: url("/common/img/background/Jan_Vermeer_van_Delft_013.jpg");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.3; /* 背景画像の透明度を設定 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1; /* 背景画像をコンテンツの下に配置 */
}
.special_style {
	margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	position: absolute;
    opacity: 0.5; /* 初期の透明度 */
    background-position: top center;
    transition: opacity 3s; /* フェード効果にかかる時間 */
}
.random-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.top_title {
	margin: 30px auto 0;
	  font-size: 36px;
	  text-align: center;	
}

.western_art_title {
	margin-top: 40px;
	margin-left: 40px;
	font-size: 36px;
	text-align: center;
}
.special_title {
	margin-top: 140px;
	margin-left: 40px;
}
.special_title_2 {
	margin-left: 60px;
}
.ai_image_title_2 {
	margin-left: 60px;
}
.ai_image_title {
	margin-left: 40px;
}
.flx-header_special {
	position: fixed;
	height: 125px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000; /* 他の要素より手前に表示 */
	align-items: center;
	justify-content: space-between;
	background-color: rgb(254, 248, 248,0.1); /* 好みの色に変更してください */
}
/* メニュー内のリンクのスタイル */
.flx-header_special a {
    color: #333; /* メニュー内のリンクのテキスト色 */
    text-decoration: none;
    padding: 10px 20px; /* メニュー内のリンクの余白 */
}
.logo_special {
    margin: 100px 0;
    display: flex;
    align-items: center;
}

.img-logo_special {
    height: 60%;
    width: 60%;
    display: flex;
    align-items: center;
    margin: 0 auto; /* 左右の余白を自動調整して中央に配置 */
}
.slide_show_special {
    background: #BBBBBB;
    width: 200px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
	background-color: rgba(241, 9, 176, 0.1); /* 好みの色に変更してください */
    border-radius: 20px; /* 角を丸くするために半径を設定 */
    position: fixed;
    bottom: 250px; /* 画面下部からの距離を調整 */
    left: 50%; /* 画面左端からの距離を調整 */
    transform: translateX(-50%); /* ボタンを水平方向に中央に配置 */
}

/* フェードアウトのアニメーション */
@keyframes fadeOut {
    from {
        opacity: 1; /* 開始時の透明度 */
    }
    to {
        opacity: 0; /* 終了時の透明度 */
    }
}

/* フェードインのアニメーション */
@keyframes fadeIn {
    from {
        opacity: 0; /* 開始時の透明度 */
    }
    to {
        opacity: 1; /* 終了時の透明度 */
    }
}



/* もともと　*/
.dtl-blk-part {
	display: flex;
    text-align: center;
	padding: 16px;
    overflow-x: auto; /* ブラウザの幅を超える場合にスクロールバーを表示 */
}

.dtl-blk-part table {
    margin: 0 auto;
    border-collapse: collapse;
}
.dtl-blk-part th,
.dtl-blk-part td {
    border: 1px solid #ccc;
    padding: 10px;
}
.chart_view{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.search_box{
	position: absolute;
	float: right;
}
.artist_name_top {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;  
    margin-top: 40px; /* 下のマージンを設定 */
    margin-bottom: 20px; /* 下のマージンを設定 */
}
.artist_name_top_en {
	font-size: 16px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;  
    margin-bottom: 20px; /* 下のマージンを設定 */

}

.art_style_items {
    text-align: center;
	padding-left: 150px;
	padding-right: 150px;  
}

.art_style_items table {
	padding-left: 30px;
	padding-right: 30px;  
    border-collapse: collapse;
    margin-top: 50px; /* 下のマージンを設定 */
    margin-bottom: 50px; /* 下のマージンを設定 */
}

.art_style_items th,
.art_style_items td {
	padding-left: 10px;
	padding-right: 10px; 
	border: 1px solid #ccc;
}

.artist_items {
	margin-top: 30px;
    text-align: center;
	padding-left: 150px;
	padding-right: 150px;  
}

.artist_items table {
	padding-left: 30px;
	padding-right: 30px;  
    border-collapse: collapse;
}

.artist_items th,
.artist_items td {
	padding-left: 10px;
	padding-right: 10px; 
	border: 1px solid #ccc;
}

.work_items {
	margin-top: 30px;
    text-align: center;
	padding-left: 150px;
	padding-right: 150px;  
}

.work_items table {
	padding-left: 30px;
	padding-right: 30px;  
    border-collapse: collapse;
}

.work_items th,
.work_items td {
	padding-left: 10px;
	padding-right: 10px; 
	border: 1px solid #ccc;
}
.art_style_top {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;  
    margin-top: 40px; /* 下のマージンを設定 */
    margin-bottom: 20px; /* 下のマージンを設定 */
}
.work_items_top {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;  
    margin-top: 40px; /* 下のマージンを設定 */
    margin-bottom: 20px; /* 下のマージンを設定 */
}
.work_items_top_artist {
	font-size: 16px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;  
    margin-bottom: 50px; /* 下のマージンを設定 */

}

.artist_works_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
    margin-top: 50px; /* 上のマージンを設定 */
    margin-bottom: 20px; /* 下のマージンを設定 */
}

.artist_works_items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* リンク間の隙間を設定 */
    width: 90%; /* コンテナの幅を調整 */
    justify-content: space-between; /* アイテムを等間隔に配置 */
    margin: 0 auto; /* コンテナを中央に配置 */
    margin-bottom: 20px; /* 下のマージンを設定 */
}

.artist_works_items a {
    flex-basis: calc(25% - 10px); /* リンクの幅を計算して設定 */
    display: block; /* リンクをブロックレベル要素として表示 */
    text-align: center; /* リンク内のテキストを中央に配置 */
    margin-top: 10px; /* 下のマージンを設定 */
    margin-bottom: 10px; /* 下のマージンを設定 */
}


.items_bg th {
	width: 100px;
	text-align: center;
	padding: 4px 10px;
	background-color: #F2F2F2;
	font-size: 12px;
}
.items_bg td {
	padding: 0 15px;
}

.tick-text {
    font-size: 12px;
    fill: black; /* または適切な色 */
    /* 他のスタイルルールも追加可能 */
}

/*
.chart-container {
    /* ここにグラフコンテナのスタイルを指定 */
/*    width: 95%;
    height: 500px;
    border: 1px solid #ccc;
    margin: 20px auto;
}
*/

.equal-spacing {
    display: flex;
    margin-left: 480px; /* 左からのマージンを設定 */
	margin-top: 20px; /* 左からのマージンを設定 */
    font-size: 100%;
    color: #ff6600;
    justify-content: space-between;
    /* あるいは、justify-content: space-around; を使用しても良い */
}
.equal-spacing span {
    padding: 0 59px; /* 数字間のスペースを調整 */
    margin-bottom: 20px;
}

.title_collections {
	margin-left: 20px; /* 左からのマージンを設定 */
	margin-top: 20px; /* 左からのマージンを設定 */
	margin-bottom: 20px; /* 左からのマージンを設定 */
	font-size: 20px;
	color: #000000;
}
.collections_list {
    text-align: center;
    padding: 0 30px; /* 左右に余白を追加 */
    overflow-x: auto; /* ブラウザの幅を超える場合にスクロールバーを表示 */
    display: flex; /* 子要素を水平に並べるために Flexbox を使用 */
    justify-content: center; /* 子要素を中央に配置 */
}

.collections_list table {
	margin: 0 auto;
	border-collapse: collapse;
}
.collections_list th,
.collections_list td {
	border: 1px solid #ccc;
	padding: 10px;
}

.title_favorite {
	margin-left: 20px; /* 左からのマージンを設定 */
	margin-top: 20px; /* 左からのマージンを設定 */
	margin-bottom: 20px; /* 左からのマージンを設定 */
	font-size: 20px;
	color: #000000;
}

.title_western_art_yearly {
	display: flex;
	margin-top: 20px; /* 左からのマージンを設定 */
	margin-bottom: 20px; /* 左からのマージンを設定 */
	font-size: 20px;
	justify-content: center; /* 左右中央に配置 */
	color: #000000;
}
.title_work_list {
	display: flex;
	margin-left: 20px; /* 左からのマージンを設定 */
	margin-top: 20px; /* 左からのマージンを設定 */
	margin-bottom: 20px; /* 左からのマージンを設定 */
	font-size: 20px;
	color: #000000;
}
.work_list {
    text-align: center;
    padding: 0 30px; /* 左右に余白を追加 */
    overflow-x: auto; /* ブラウザの幅を超える場合にスクロールバーを表示 */
}

.work_list table {
    margin: 0 auto;
    border-collapse: collapse;
}

.work_list th,
.work_list td {
    border: 1px solid #ccc;
    padding: 10px;
}

.title_artist_list {
	display: flex;
	margin-left: 20px; /* 左からのマージンを設定 */
	margin-top: 20px; /* 左からのマージンを設定 */
	margin-bottom: 20px; /* 左からのマージンを設定 */
	font-size: 20px;
	color: #000000;
}
.artist_list {
    text-align: center;
    padding: 0 30px; /* 左右に余白を追加 */
    overflow-x: auto; /* ブラウザの幅を超える場合にスクロールバーを表示 */
}

.artist_list table {
    margin: 0 auto;
    border-collapse: collapse;
}

.artist_list th,
.artist_list td {
    border: 1px solid #ccc;
    padding: 10px;
}


.title_collection_list {
	display: flex;
	margin-left: 20px; /* 左からのマージンを設定 */
	margin-top: 20px; /* 左からのマージンを設定 */
	margin-bottom: 20px; /* 左からのマージンを設定 */
	font-size: 20px;
	color: #000000;
}
.collection_list {
    text-align: center;
    padding: 0 30px; /* 左右に余白を追加 */
    overflow-x: auto; /* ブラウザの幅を超える場合にスクロールバーを表示 */
}

.collection_list table {
    margin: 0 auto;
    border-collapse: collapse;
}

.collection_list th,
.collection_list td {
    border: 1px solid #ccc;
    padding: 10px;
}


.title_trip {
	margin-left: 20px; /* 左からのマージンを設定 */
	margin-top: 20px; /* 左からのマージンを設定 */
	margin-bottom: 20px; /* 左からのマージンを設定 */
	font-size: 20px;
	color: #000000;
}

.pagination {
    display: flex;
    justify-content: center;
/*    position: absolute; */
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto; /* 中央に寄せるために追加 */
	margin-top: 50px;
	margin-bottom: 250px;
    font-size: 12px;
    flex-wrap: wrap; /* オーバーフロー時に折り返す */
}

.pagination a {
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}

.pagination a:hover {
    background-color: #f0f0f0;
}

.pagination .current {
    background-color: #333;
    color: white;
}

.each_artist_name_image_01{
	display: block;
	margin: 0 auto;
	max-width: 20%;
    max-height: 20%; 
	margin-bottom: 30px;
}
.each_work_image_02{
	display: block;
	margin: 0 auto;
	max-width: 40%;
    max-height: 40%; 
	margin-bottom: 30px;
}


/* アクティブなページに適用するスタイル */
.pagination_link.active {
    background-color: #6a7076; /* 例: 選択中のページの背景色を青にする */
    color: #fff; /* 選択中のページのテキストカラーを白にする */
    font-weight: bold; /* 選択中のページのテキストを太字にする */
    text-decoration: none;
}

.list_images{
    max-width: 150px;
    max-height: 150px; 
}
.list_images2{
    max-width: 100px;
    max-height: 100px; 
}
.list_images3{
	margin-top: 20px;
    max-width: 100px;
    max-height: 100px; 
}
.exact_work_images{
    max-width: 800px;
    max-height: 800px; 
}

.pagination_each {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 250px;
    font-size: 8px; /* フォントサイズを8pxに設定 */
    flex-wrap: wrap;
}

.pagination_each a {
    margin: 2px; /* マージンを小さく */
    padding: 2px 5px; /* パディングを小さく */
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
}

.pagination_each a:hover {
    background-color: #f0f0f0;
}

.pagination_each .current {
    background-color: #333;
    color: white;
}


.ai_pagination_each {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 8px; /* フォントサイズを8pxに設定 */
    flex-wrap: wrap;
    margin: 2px; /* マージンを小さく */
    padding: 2px 5px; /* パディングを小さく */
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
}


.ai_pagination_each a:hover {
    background-color: #f0f0f0;
}

.ai_pagination_each .current {
    background-color: #333;
    color: white;
}
.each_artist_works_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.each_artist_works {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 95%;
    margin: 0 auto;
}

.each_artist_works .each_artist_works_image {
    margin-bottom: 10px;
    width: calc(20% - 10px); /* 1行に5つの画像を表示 */
	height: auto;
    display: inline-block;
    text-align: center;
    box-sizing: border-box; /* ボーダーボックスモデルを使用して幅を計算 */
}

.each_artist_works .each_artist_works_image img {
    width: 100%;
    height: auto;
}

.each_artist_works a {
    margin-top: 20px;
    margin-bottom: 10px;
	height: auto;
    display: block;
}

.ai_php_image {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* 画像間の隙間を設定 */
    width: 95%; /* コンテナの幅を調整 */
    margin: 0 auto; /* コンテナを中央に配置 */
}

.ai_php_image .ai_php_row {
    width: 100%; /* 1行全体を幅100%に設定 */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 画像間のスペースを均等に分配 */
}

.ai_php_image a {
    flex-basis: calc(10% - 10px); /* 画像の幅を10%に設定 */
    display: block; /* リンクをブロックレベル要素として表示 */
    text-align: center; /* リンク内の画像を中央に配置 */
}

.ai_php_image img {
    width: 100%; /* 画像をリンク内にフィットさせる */
    height: auto;
}

.ai_php_image2 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; /* 画像間の隙間を設定 */
	width: 100%; /* コンテナの幅を調整 */
	margin: 0 auto; /* コンテナを中央に配置 */
}

.ai_php_image2 .ai_php_row2 {
	width: 19%; /* 画像の幅を10%に設定 */
	display: inline-block; /* 画像をブロックレベル要素として表示 */
	text-align: center; /* 画像を中央に配置 */
    justify-content: center;
    align-items: center;
	background-color: rgb(255, 252, 252,0.1);
}
.ai_php_row2 {
	text-align: center; /* 画像を中央に配置 */
    justify-content: center;
    align-items: center;
}

.ai_php_image2 a {
	display: block; /* リンクをブロックレベル要素として表示 */
}

.ai_php_image2 img {
	width: 100%; /* 画像をリンク内にフィットさせる */
	height: auto;
}



.ai_image {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* 画像間の隙間を設定 */
    width: 95%; /* コンテナの幅を調整 */
    margin: 0 auto; /* コンテナを中央に配置 */
}

.ai_image a {
    flex-basis: 9%; /* 画像の幅を10%に設定 */
    display: block; /* リンクをブロックレベル要素として表示 */
    text-align: center; /* リンク内の画像を中央に配置 */
}

.ai_image img {
    width: 100%; /* 画像をリンク内にフィットさせる */
    height: auto;
}

.ai_movie {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* 画像間の隙間を設定 */
    width: 95%; /* コンテナの幅を調整 */
    margin: 0 auto; /* コンテナを中央に配置 */
}
.ai_movie a iframe {
    display: block; /* リンクをブロックレベル要素として表示 */
    text-align: center; /* リンク内の画像を中央に配置 */
}

.inside-link{
	display: flex;
	justify-content: center;
	align-items: center; /* 垂直方向に中央揃え */
}

.inner-download{
	display: flex;
	justify-content: center;
	align-items: center; /* 垂直方向に中央揃え */
}
.btn-clr2 {
	background: #BBBBBB;
	width: 200px;
	height: 80px auto;
	font-size: 15px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	text-align: center;
	color: #ffffff;
}
.btn-clr2:last-child {
	margin-right: 0; /* 最後のリンクには余白を設定しない */
}
.btn-clr2_special {
    background: #BBBBBB;
    width: 200px;
    height: 40px;
	margin-top: 50px;
	margin-right: 50px;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    border-radius: 20px; /* 角を丸くするために半径を設定 */
    display: flex;
    justify-content: center; /* テキストを水平方向に中央揃え */
    align-items: center; /* テキストを垂直方向に中央揃え */
}
.btn-clr2_special:last-child {
	margin-right: 0; /* 最後のリンクには余白を設定しない */
}

table {
	width: 100%;
	table-layout: auto;
	justify-content: center;
	align-items: center;
}
th, td {
	padding: 8px;
}
.small-img {
	max-width: 150px; /* 画像の最大幅を指定 */
	max-height: 150px; /* 画像の最大高さを指定 */
}

.flx-header {
	position: fixed;
	width: 200px;
	top: 50px;
	left: 30px;
	z-index: 1000; /* 他の要素より手前に表示 */
	align-items: center;
	justify-content: space-between;
}
.logo {
    display: flex;
    align-items: center;
}

.img-logo {
    height: 80%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1001px) {
	/* スマートフォン用のスタイル */
	.flx-header {
		position: fixed;
		height: 80px;
		width: 200px;
		top: 0;
		left: 0;
		z-index: 1000; /* 他の要素より手前に表示 */
		align-items: left;
	}
	.logo {
		display: flex;
		align-items: left;
	}
	.img-logo {
		height: 30%;
		width: 30%;
		display: flex;
		align-items: left;
		margin: 0 0 0 30px; /* 左右の余白を自動調整して中央に配置 */
		}
  }
  

  .special_header {
	position: fixed;
	height: 125px;
	width: 100%;
	z-index: 1000; /* 他の要素より手前に表示 */
	background-color: rgba(237, 219, 102, 0.1); /* 好みの色に変更してください */
	background-position: right;
}
/* メニュー内のリンクのスタイル */
.special_header {
    color: #333; /* メニュー内のリンクのテキスト色 */
    text-decoration: none;
    padding: 10px 20px; /* メニュー内のリンクの余白 */
	background-position: right;
}

.floating-banner, .floating-banner2, .floating-banner3 {
	position: fixed;
	font-size: 16px;
	right: 20px; /* 画面右側からの距離 */
	background-color: #ffffff; /* バナーの背景色 */
	color: #000000; /* テキストの色 */
	padding: 10px 20px; /* バナー内の余白 */
	border-radius: 30px; /* 角丸 */
	cursor: pointer; /* ホバー時のカーソルスタイル */
}

.floating-banner {bottom: 300px;}	
.floating-banner2 {bottom: 200px;}		
.floating-banner3 {bottom: 250px;}

/* フローティングバナーのホバー時のスタイル */
	.floating-banner:hover, .floating-banner2:hover, .floating-banner3:hover {
		color: #f2f0f0; /* テキストの色 */
		background-color: #ff6600; /* ホバー時の背景色 */
	}

@media only screen and (max-width: 1001px) {
	.floating-banner, .floating-banner2, .floating-banner3 {
		position: fixed;
		font-size: 12px;
		right: 20px; /* 画面右側からの距離 */
		background-color: #ffffff; /* バナーの背景色 */
		color: #000000; /* テキストの色 */
		padding: 5px 10px; /* バナー内の余白 */
		border-radius: 30px; /* 角丸 */
		cursor: pointer; /* ホバー時のカーソルスタイル */
		z-index: 500;
	}
	.floating-banner {bottom: 90px;}	
	.floating-banner2 {bottom: 20px;}		
	.floating-banner3 {bottom: 55px;}
}	


.floating-banner4 {
	position: fixed;
	bottom: 150px; /* 画面下部からの距離 */
	right: 20px; /* 画面右側からの距離 */
	background-color: #c8c9ca; /* バナーの背景色 */
	color: #393939; /* テキストの色 */
	padding: 10px 20px; /* バナー内の余白 */
	border-radius: 5px; /* 角丸 */
	cursor: pointer; /* ホバー時のカーソルスタイル */
}

/* フローティングバナーのホバー時のスタイル */
.floating-banner4:hover {
	color: #f2f0f0; /* テキストの色 */
	background-color: #ff6600; /* ホバー時の背景色 */
}

/* アクティブなページに適用するスタイル */
.nav.flx-nav-header.active {
    background-color: #6a7076; /* 例: 選択中のページの背景色を青にする */
    color: #fff; /* 選択中のページのテキストカラーを白にする */
    font-weight: bold; /* 選択中のページのテキストを太字にする */
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav.flx-nav-header ul.col-nav-header li.link-nav-header,
nav.flx-nav-header ul.col-nav-header li.link-nav-header_2 {
		position: relative;
	font-weight: bold;
}
nav.flx-nav-header ul.col-nav-header li.link-nav-header small,
nav.flx-nav-header ul.col-nav-header li.link-nav-header_2 small {
		display: block;
	  margin-top: 3px;
	  font-size: 10px;
	  font-weight: normal; /* 通常のフォントウェイトに設定 */
	  color: #4d4c4c;
}
.aaaaa {
    display: flex;
    margin-left: 200px; /* 左からのマージンを設定 */
	margin-top: 30px; /* 左からのマージンを設定 */
    font-size: 20px;
	text-align: center;
    color: #000000;
}
.bbbbb h1 {
    display: flex;
    margin-left: 20px; /* 左からのマージンを設定 */
    margin-top: 20px; /* 上からのマージンを設定 */
    font-size: 30px;
	justify-content: start;
    color: #000000;
}
.ccccc {
    display: flex;
    margin-left: 300px; /* 左からのマージンを設定 */
	margin-top: 30px; /* 左からのマージンを設定 */
    font-size: 20px;
	text-align: center;
    color: #000000;
}
.ddddd {
	margin-bottom: 30px;
	margin-left: 30px;
}

.midshi-nav-txt {
    background: #dddbdb;
    text-align: center;
    font-size: 90%;
    color: #ffffff; /* ここに好みの色を指定　*/
	text-decoration: none;
	/* 罫線を設定 */
	border-top: 2px solid #6B8E23;
	border-left: 2px solid #6B8E23;
	border-right: 2px solid #6B8E23;
	border-bottom: 2px solid #6B8E23;
}
.midshi-nav-txt a {
	text-decoration: none;
}
/* マウスオーバー時のスタイル */
.midshi-nav-txt a:hover {
    color: #ffffff; /* マウスオーバー時の色を指定 */
	text-decoration: none;
}



.link-nav-header a.active.link-nav-a,
.link-nav-header_2 a.active.link-nav-a {
		background-color: #b0c358;
/*	color: #c20a0a!important; */
	color: #ff6600!important;
}

.link-nav-header a.active small,
.link-nav-header_2 a.active small {
		color: #1fcdc7;
}


/* -----------------------------------------------------------------------
 モーダルのスタイルを調整
----------------------------------------------------------------------- */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-content {
	margin-top: 90px;
    width: 80%; /* ブラウザの幅の80%に設定 */
    height: 90vh; /* ブラウザの高さの80%に設定 */
    max-width: none; /* 最大幅を解除 */
    max-height: none; /* 最大高さを解除 */
    background-color: #fff;
    text-align: center;
    position: relative;
}

.modal-img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 次へボタンと前へボタン */
/*.modal-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px; /* 適切なマージンを設定してください */
/*}

.modal-button {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 24px; /* ボタンの大きさを調整 */
/*    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
}
*/
.prev-button {
	margin-top: 30px;
	margin-right: 20px;
	size: 24px;
	font-weight: bold;
    background-color: #ffffff;
}

.prev-button:hover {
    background-color: #e0dddd;
}

.next-button {
	margin-top: 30px;
	margin-left: 20px;
	size: 24px;
	font-weight: bold;
    background-color: #ffffff;
}

.next-button:hover {
    background-color: #e0dddd;
}

/* クローズボタンのスタイルを調整 */
.close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

.modal_file_name {
    text-align: center; /* テキストを中央揃えにする */
    position: absolute;
    bottom: 20px; /* 下からの距離を調整 */
    left: 0;
    right: 0;
}


/* -----------------------------------------------------------------------
 基本設定
----------------------------------------------------------------------- */
html {
	font-size: 62.5%;
	height: 100%;
}

main{
    flex: 1;
}
html, body, h1, h2, h3, h4, h5, h6, p, figure, dl, dt, dd, ul, li, ol {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    list-style: none;
}

html {
	scroll-behavior: smooth;
}

/*    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
*/


body {
	position: relative;
	align-items: center;
	width: 100%;
	background-color: #ffffff;
	line-height: 1.5;
	font-family: Arial, sans-serif, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","HiraKakuProN-W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, serif;
	font-size: 16px;
	color: #000;
      display: flex;
      flex-flow: column;
      min-height: 100vh;
/*	background-image: url('https://drive.google.com/uc?id=17klS5B38ucnd-wi9ex6VP5yLSdyr_9oj'); /* 画像ファイルのパスを指定
/*	background-size: cover; /* 画像を表示エリアにカバーするように調整 */
/*	background-repeat: no-repeat; /* 背景画像の繰り返しを無効にする */
/*	background-position: center center; /* 画像を中央に配置 */
/*    background-color: rgba(0, 0, 0, 0.0002); /* 最後の数値が透明度を表す（0.0〜1.0） */
	/* その他のスタイルを追加 */
}
a {
    cursor: pointer;
}

ul, ol {
  list-style: none;
}
em {
	font-style: normal;
}
header, main, nav, article, aside, section, div, p {
	display: block;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	border: none;
}
button {
	background-color: rgba(255,255,255,0);
	border: none;
	font-family: inherit;
}
[class|="inner"] {
/*    width: 1140px;*/
width: 100%;
margin: auto;
}
[class|="flx"] {
	display: flex;
}
[class|="flx"] + [class|="flx"] {
	margin-top: 20px;
}
[class|="tbl"] {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
[class|="tbl"] + [class|="tbl"],
[class|="tbl"] + p {
	margin-top: 10px;
}
[class|="tbl"] tr {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
[class|="tbl"] th {
	box-sizing: border-box;
	text-align: left;
}

.element {
	width:  100%;
	margin: auto;
}
.slide_show {
	margin-bottom: o;
	align-items: center;
    background: #BBBBBB;
    width: 200px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
	background-color: rgba(241, 9, 176, 0.3); /* 好みの色に変更してください */
    border-radius: 20px; /* 角を丸くするために半径を設定 */
    position: fixed;
    bottom: 250px; /* 画面下部からの距離を調整 */
    left: 50%; /* 画面左端からの距離を調整 */
    transform: translateX(-50%); /* ボタンを水平方向に中央に配置 */
}
/* -----------------------------------------------------------------------
 header
----------------------------------------------------------------------- */
.header {
	position: relative;
	width: 100%;
	height: 270px;
	background: url(/common/img/bg_header.png) no-repeat center bottom;
	background-size: cover;
	color: #fff;
}
.inner-header::after{
	content: "";
	position: absolute;
	right: 30px;
	bottom: 8px;
	display: block;
	width: 198px;
	height: 18px;
    background: url("/common/img/slogan-img.svg") no-repeat center;
}
.blk-header {
	width: 100%;
	/*	width: 1200px;*/
	height: 88px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}
.btn-nav-header {
	display: block;
	width: 87px;
	height: 88px;
	box-sizing: border-box;
	/*box-shadow: 0 8px 8px 0 rgba(0,0,0,.16);*/
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}
.btn-nav-header.gengo {
	color: #000;
	padding: 15px 0 30px;
	pointer-events: none;
}

/* switch lang */
.lang_menu{
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.lang_menu > li.menu__single {
    position: relative;
}
.menu__lang {
    position: relative;
}
li.menu__lang ul.lang_menu {
    position: absolute;
    /*bottom: 56px;*/
	top: 88px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__lang:hover ul.lang_menu{
    /*bottom: 56px;*/
	top: 88px;
    visibility: visible;
    opacity: .95;
}
li.menu__lang ul.lang_menu a{
	display:block;
	padding: .5em 0;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #000;
}
/* //switch lang */

.btn-nav-header.pdf {
    /*background-color: #E60013;*/
	background-color: #fff;
	color: #000;
	padding: 20px 0 20px;
}
.btn-nav-header.pdf{
	position: relative;
}
.btn-nav-header.gengo{
	position: relative;
	border-left: 1px solid #f2f2f2;
}
.btn-nav-header.gengo::after{
	content: "";
	position: absolute;
	right: 30px;
	bottom: 18px;
	display: block;
	width: 27.21px;
	height: 27.21px;
    background: url("/common/img/icon-gengo.svg") no-repeat center;
}
/*
.special_style {
	background: url('/common/img/special/aaa/00420-20000047.png') no-repeat center;
}
*/

/*==ナビゲーション全体の設定*/
nav.flx-nav-header{
	margin-right: 30px;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
}
/*ナビゲーションを横並びに*/
nav.flx-nav-header ul.col-nav-header{
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
}

/*ナビゲーションのリンク設定*/
nav.flx-nav-header ul.col-nav-header li.link-nav-header a.link-nav-a,
nav.flx-nav-header ul.col-nav-header li.link-nav-header_2 a.link-nav-a {
		display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  padding: 20px 20px;
  transition:all .3s;
}

li.link-nav-header a:after,
li.link-nav-header_2 a:after {
		content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: -4px;
	left: 0;
	background-color: #000000;
	transform-origin: bottom right;
	transition: transform 0.3s ease-out;
}

li.link-nav-header a:hover:after,
li.link-nav-header_2 a:hover:after {
		transform: scaleX(1);
	transform-origin: bottom left;
}
/* 最初の子要素（first-child）と最後の子要素（last-child）に対するスタイルを無効にする */
li.link-nav-header:first-child a:after,
li.link-nav-header_2:first-child a:after,
li.link-nav-header:last-child a:after,
li.link-nav-header_2:last-child a:after {
  transform: scaleX(0);
}

/*下の階層を持っているulの指定*/
nav.flx-nav-header li.has-child ul{
  display: flex;
	align-items: left;
	justify-content: left;
    /*絶対配置で位置を指定*/
  position: absolute;
  top:62px;
  z-index: 4;
    /*形状を指定*/
/*  background:#E6E7EA;*/
  width:600px;
    /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
    /*アニメーション設定*/
  transition: all .3s;
}
nav.flx-nav-header li.has-child li{
	padding: 10px 25px;
}
nav.flx-nav-header li.has-child ul.ul-1st{
    /*絶対配置で位置を指定*/
  left:-100px;
}
nav.flx-nav-header li.has-child ul.ul-2nd{
    /*絶対配置で位置を指定*/
  left:-909px;
}

/*hoverしたら表示*/
nav.flx-nav-header li.has-child:hover > ul,
nav.flx-nav-header li.has-child ul li:hover > ul,
nav.flx-nav-header li.has-child:active > ul,
nav.flx-nav-header li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav.flx-nav-header li.has-child ul li a{
  color: #000;
  text-decoration: none;
	font-size: 13px;
	position: relative;
	padding-left: 15px;
}
nav.flx-nav-header li.has-child ul li a::before{
	content:'';
	position: absolute;
	left:0;
	top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
/*  border-left: 6px solid #DC0013; */
  border-left: 6px solid #ff6600;
  border-right: 0;
}

nav.flx-nav-header ul.col-nav-header li a.link-nav-header-no {
		display: block;
	padding: 25px 15px 20px;
	text-decoration: none;
	color: #C9CACA!important;
    pointer-events: none;
}
nav.flx-nav-header ul.col-nav-header li a.link-nav-header-no small {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	color: #C9CACA;
}

nav.flx-nav-header ul.colcol li.link-nav-header a.link-nav-a,
nav.flx-nav-header ul.colcol li.link-nav-header a.link-nav-a small {
  color: #042f4b;
}


.ttl-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 65%;
	transform: translate(0, -50%);
	width: 100%;
/*    width: 1140px;*/
width: 100%;
margin: auto;
	text-align: center;
	font-size: 32px;
}
.header.top .ttl-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	transform: translate(0, -50%);
	width: 100%;
/*    width: 1140px;*/
width: 100%;
margin: auto;
	text-align: center;
	font-size: 42px;
}
.link-nav-header-2nd{
	padding: 20px 15px 25px;
    text-decoration: none;
    color: #C9CACA;
    pointer-events: none;
}
/* -----------------------------------------------------------------------
 footer
----------------------------------------------------------------------- */

.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
  	padding: 2em 0;
	background-color: #000;
	color: #fff;
  }
.flx-footer {
	text-align: center;
	align-content: center;
	justify-content: space-between;
}
[class|="col-footer"] {
	width: 50%;
	padding: 0 1em;
	font-size: 14px;
}

.col-footer-copyright {
	text-align: right;
}
.copyright {
	font-size: 14px;
}
.abab {
	margin-top: 30px;
	margin-right: 18px;
	text-align: right;
}

.col-footer a:-webkit-any-link {
    color: #ffffff;
	text-decoration: underline; /* 下線を追加 */
	text-decoration-color: #ffffff; /* 下線の色を薄灰色に設定（適宜変更） */
	text-decoration-style: solid; /* 下線のスタイルを破線に変更（適宜変更） */
}



/* -----------------------------------------------------------------------
 subnavigation
----------------------------------------------------------------------- */
/* header下の開閉するサブナビゲーション（カテゴリごと） */

.inner-subnav {
	position: relative;
}
.blk-subnav {
    padding-top: 10px;
    background-size:auto;
}
.flx-subnav {
	max-width: 1028px;
	margin: auto;
	padding: 16px 0;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1;
}
.flx-subnav li {
	margin: 0 5px 6px;
}
.flx-subnav a {
	display: inline-block;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 1em;
	text-decoration: none;
	font-size: 12px;
	color: #000;
}
.flx-subnav a.active {
	background-color: #F2F2F2;
/*	color: #DC0013;*/
	color: #ff6600;
}

/* ページ内リンクのサブナビゲーション（ページごと） */
.flx-inlink {
	padding: 10px 10px 0 10px;
	align-items: flex-start;
	justify-content: flex-start;
    flex-wrap: wrap;
	background-color: #EFEFEF;
	line-height: 1;
}
.flx-inlink li {
	margin: 0 1em;
}
.flx-inlink a {
	display: block;
	font-size: 14px;
	color: #000;
    margin-bottom: 10px;
}


/* -----------------------------------------------------------------------
 btn-subnav
 ----------------------------------------------------------------------- */
/* header下の開閉するサブナビゲーション（カテゴリごと） */

.btn-subnav {
	position: absolute;
	top: 0;
	left: -14px;
	display: block;
	width: 28px;
	height: 28px;
	background-color: #000;
	cursor: pointer;
	transition: opacity .5s ease;
}
.btn-subnav:hover {
	opacity: .8;
}
.btn-subnav::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	background: url('/common/img/icon-minus.svg') no-repeat center;
	transition: transform .5s ease;
}
.btn-subnav.close::after {
	transform: rotate(180deg);
	background: url('/common/img/icon-plus.svg') no-repeat center;
}

/* -----------------------------------------------------------------------
 section
----------------------------------------------------------------------- */
[class|="sec"] {
	padding: 40px 0;
}
[class|="sec"]:first-child {
	padding-top: 40px;
}
[class|="sec"] + [class|="sec"] {
	border-top: solid 1px #DEDEDE;
}
[class|="sec"].bg {
	background-color: #F2F2F2;
}
.ttl-sec {
	position: relative;
	padding-left: 1em;
	margin-bottom: 32px;
	margin-left: 0;
	font-size: 22px;
	font-weight: bold;
}
.ttl-sec::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	display: block;
	width: 10px;
	height: 10px;
/*	background-color: #DC0013; */
	background-color: #ff6600;
}
.ttl2-sec {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
}
.blk-sec {
	padding-left: 22px;
}
[class|="lead"] {
	margin-bottom: 1em;
}
[class|="area"] {
	padding: 50px 0;
}
[class|="area"]:first-of-type {
	padding-top: 40px;
}
.ttl-area {
	margin-bottom: 5px;
	font-weight: normal;
}
.ttl-area span {
	display: inline-block;
	padding: 6px 13px;
	background-color: #EFEFEF;
	font-size: 12px;
}
.ttl2-area {
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: bold;
}
.ttl3-area {
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
}
.lead-area {
	margin-bottom: 24px;
}
.blk-area + .blk-area {
	margin-top: 80px;
}



/* -----------------------------------------------------------------------
 その他の設定
----------------------------------------------------------------------- */
[class|="fig"] {
	position: relative;
}
.fig-col {
	max-width: 588px;
	padding: 30px 8px;
	margin-bottom: 30px;
}
.fig-blk:not(:last-child) {
	margin-bottom: 30px;
}
.fig-blk img {
	margin: 0;
}
.flx-fig-2rows {
	max-width: 588px;
	align-items: flex-start;
	justify-content: space-between;
}
.flx-fig-2rows > * {
	width: 280px;
}
.flx-fig-2rows-yoko {
	max-width: 990px;
	align-items: flex-start;
	justify-content: space-between;
}
.flx-fig-2rows-yoko > * {
	width: 480px;
}
.flx-fig-3rows-yoko {
	max-width: 990px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.flx-fig-3rows-yoko > * {
	width: 310px;
	margin: 20px 20px 0 0;
}
.flx-fig-3rows-yoko > *:first-of-type,
.flx-fig-3rows-yoko > *:nth-of-type(2),
.flx-fig-3rows-yoko > *:nth-of-type(3) {
	margin-top: 0;
}
.flx-fig-3rows-yoko > *:nth-of-type(3n) {
	margin-right: 0;
}
.flx-fig-4rows {
	max-width: 990px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.flx-fig-4rows > * {
	width: 220px;
	margin: 20px 20px 0 0;
}
.flx-fig-4rows > *:first-of-type,
.flx-fig-4rows > *:nth-of-type(2),
.flx-fig-4rows > *:nth-of-type(3),
.flx-fig-4rows > *:nth-of-type(4) {
	margin-top: 0;
}
.flx-fig-4rows > *:nth-of-type(4n) {
	margin-right: 0;
}
.flx-fig-4rows-2 {
	max-width: 990px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.flx-fig-4rows-2 > * {
	width: 180px;
	margin: 20px 20px 0 0;
    background: red;
}
.flx-fig-4rows-2 > *:first-of-type,
.flx-fig-4rows-2 > *:nth-of-type(2),
.flx-fig-4rows-2 > *:nth-of-type(3),
.flx-fig-4rows-2 > *:nth-of-type(4) {
	margin-top: 0;
}
.flx-fig-4rows-2 > *:nth-of-type(4n) {
	margin-right: 0;
}
.flx-fig-6rows-yoko {
	max-width: 990px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.flx-fig-6rows-yoko > * {
	width: 145px;
	margin: 20px 20px 0 0;
}
.flx-fig-6rows-yoko > *:first-of-type,
.flx-fig-6rows-yoko > *:nth-of-type(2),
.flx-fig-6rows-yoko > *:nth-of-type(3),
.flx-fig-6rows-yoko > *:nth-of-type(4),
.flx-fig-6rows-yoko > *:nth-of-type(5),
.flx-fig-6rows-yoko > *:nth-of-type(6)   {
	margin-top: 0;
}
.flx-fig-6rows-yoko > *:nth-of-type(6n) {
	margin-right: 0;
}
.fig-line img {
	border: solid 1px #d7d7d7;
}
[class|="pointer"] {
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	transition: opacity .3s ease;
}
[class|="pointer"]:hover {
	opacity: .9;
}
.blk-part.active {
	background-color: #FCE6D8;
}
.blk-part.active [class|="tbl"] tr {
	border-color: #FCE6D8;
}
[class|="list"] li {
	margin-left: 1em;
	text-indent: -1em;
}
.list-lead-area {
	margin-bottom: 24px;
}


/* -----------------------------------------------------------------------
 indexページ
----------------------------------------------------------------------- */
.img-pt-none {
	display: inline-block;
	width: 10px;
}
.tbl-index th,
.tbl-index td {
	padding: 10px;
	text-align: center;
}
.tbl-index th {
	font-size: 13px;
}
.tbl-index thead th {
	position: relative;
	width: 12.25%;
	background-color: #F2F2F2;
	border-right: solid 1px #C6C6C6;
}
.tbl-index thead th::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	margin: auto;
	width: 3px;
	background-color: #fff;
}
.tbl-index thead td {
	border-right: solid 1px #C6C6C6;
}
.tbl-index tbody th {
	height: 140px;
	border-right: solid 1px #C6C6C6;
	border-bottom: solid 1px #C6C6C6;
}
.tbl-index tbody td {
	border-right: solid 1px #C6C6C6;
	border-bottom: solid 1px #C6C6C6;
	font-size: 14px;
}
.txt-tbl-index {
	text-align: right;
}
.flx-index-link {
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 1030px;
	margin: auto;
}
.flx-index-link > * {
	width: 310px;
	margin-top: 20px;
	text-align: center;
	background-color: #fff;
}
.flx-index-link > *:first-of-type,
.flx-index-link > *:nth-of-type(2),
.flx-index-link > *:nth-of-type(3) {
	margin-top: 0;
}
.flx-index-link > *:not(:nth-of-type(3n)) {
	margin-right: 50px;
}

.flx-index-link a {
	position: relative;
	min-height: 96px;
	text-decoration: none;
	color: #000;
	transition: background .3s ease;
}
.flx-index-link a:hover,
.flx-index-link a.active {
	background-color: #DEDEDE;
	opacity: 1;
}
.flx-index-link a.active {
	pointer-events: none;
}
.flx-index-link a span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: block;
	margin: auto;
	padding: 0 10px;
}

/* 画像サイズ　*/
.img-30{width: 30%;}
.img-30 img{width: 100%;height: auto;}
.img-35{width: 35%;}
.img-35 img{width: 100%;height: auto;}
.img-50{width: 50%;}
.img-50 img{width: 100%;height: auto;}
.img-70{width: 70%;}
.img-70 img{width: 100%;height: auto;}
.img-85{width: 85%;}
.img-85 img{width: 100%;height: auto;}
.img-100{width: 100%;}
.img-100 img{width: 100%;height: auto;}
/* fontサイズ　*/
.fsize-70{font-size: 70%;}

/* キャプションタイプ */
.fig-tit{padding: 10px 2px;}
.flx-fig-dl{flex-wrap: wrap;padding: 0 2px;}

/* バックグラウンドカラー　*/
.bg-gray {background-color: #d9d9d9;}
.bg-gray2 {background-color: #f2f2f2;}

/* 余白パターン　*/
.mb-5{ margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-35{margin-bottom: 35px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}

/* ボックスパターン */
.box-type01{
    padding: 20px;
}

/* 要素の位置　*/
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}

/* -----------------------------------------------------------------------
 top
----------------------------------------------------------------------- */
.header.top {
	position: relative;
	height: 552px;
	background: url(/common/img/index/bg_header-top.png) no-repeat center top;
	background-size: cover;
	color: #fff;
}
.sec-g-top{
	/*border-bottom: solid 1px #DEDEDE;*/
    background: url("/common/img/d-type.svg")no-repeat left top;
    background-size:auto;
}
.blk-sec-info{
    margin-top: 20px;
    padding: 50px;
}
.sub_ttl-line{
    padding-bottom: 30px;
    border-bottom: solid 1px #B1B1B1;
    margin-bottom: 30px;    
}
.ul-info span.info-date{
    width: 12%;
    padding-right: .5em;
    display: block;
}
.ul-info span.info-txt{
    width: 88%;
    padding-right: .5em;
    display: block;
}
.ul-info li{
    margin-bottom: 1em;
    display: flex;
}
.blk-sec-menu{
    margin-top: 80px;
}

.flx-nav-content{
/*    width: 1140px;*/
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flx-nav-content > *:first-of-type,
.flx-nav-content > *:nth-of-type(2),
.flx-nav-content > *:nth-of-type(3) {
	margin-top: 0;
}
.flx-nav-content::after{
  content:"";
  display: block;
  width:365px;
}
.content_nav{
    width: 365px;
    height: 280px;
    padding: 60px;
}
.content_nav.m01{
    background: url("/common/img/index/nav-bgimg-01.png") no-repeat top center;
}
.content_nav.m02{
    background: url("/common/img/index/nav-bgimg-02.png") no-repeat top center;
}
.content_nav.m03{
    background: url("/common/img/index/nav-bgimg-03.png") no-repeat top center;
}
.content_nav.m04{
    background: url("/common/img/index/nav-bgimg-04.png") no-repeat top center;
}
.content_nav p{
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
a.link-nav-content{
    display: block;
    color: #fff;
    text-decoration: none;
}
a.link-nav-content span{
    text-align: center;
    display: block;
    font-size: 90%;
    padding: 10px 20px;
    border: solid 1px #fff;
    margin-top: 20px;
}
/* 2nd */
.fig-col-2ndnav {
	width: 365px;
	margin-bottom: 30px;
}
.link-txt-2nd{
    display: block;
    background-color: #efefef;
    padding: 16px 5px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.link-txt-2nd span{
    position: relative;
    display: block;
}
.link-txt-2nd span::after{
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	display: block;
	width: 25px;
	height: 25px;
    background: url("/common/img/menu/icon-plus2.svg") no-repeat center;
}
.second_menu{
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.second_menu li a{
	text-decoration: none;
    padding: 10px 24px;
    display: block;
    border-top: 1px solid #fff;
    color: #000;
    position: relative;
}
.second_menu li a::before{
	content: "";
	position: absolute;
	left: 10px;
	top: 19px;
	display: block;
	width: 10px;
	height: 10px;
    background: url("/common/img/icon-tri.svg") no-repeat center;
}
.second_menu li a:hover{
    background: #EFEFEF;
/*    color: #DC0013; */
	color: #ff6600;
}
.second_menu > li.menu__single {
    position: relative;
}
li.menu__single ul.second_menu {
    position: absolute;
    bottom: 55px;
/*	top: 420px;*/
    width: 100%;
    background: #EFEFEF;
    border-bottom: 1px solid #C9CACA;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single:hover ul.second_menu {
    bottom: 55px;
/*	top: 420px; */
    visibility: visible;
    opacity: .95;
}
.second_menu > li.menu__single2 {
    position: relative;
}
.second_menu2{
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.second_menu2 li a{
	text-decoration: none;
    padding: 10px 24px;
    display: block;
    border-top: 1px solid #fff;
    color: #000;
    position: relative;
}
.second_menu2 li a::before{
	content: "";
	position: absolute;
	left: 10px;
	top: 19px;
	display: block;
	width: 10px;
	height: 10px;
    background: url("/common/img/icon-tri.svg") no-repeat center;
}
.second_menu2 li a:hover{
    background: #EFEFEF;
/*    color: #DC0013;*/
    color: #ff6600;
}
.second_menu2 > li.menu__single2 {
    position: relative;
}
li.menu__single2 ul.second_menu2 {
    position: absolute;
    /*bottom: 56px;*/
	top: 56px;
    width: 100%;
    background: #EFEFEF;
    border-bottom: 1px solid #C9CACA;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single2:hover ul.second_menu2 {
    /*bottom: 56px;*/
	top: 56px;
    visibility: visible;
    opacity: .95;
}

/* -----------------------------------------------------------------------
link btn
----------------------------------------------------------------------- */
.btn-clr a {
  background: linear-gradient(45deg,#dc6f06,#e2852d);
    padding: 1em 0;
    width: 280px;
    font-size: 16px;
  /*margin-top: 30px;*/
}
.btn-clr a{
  box-shadow: 0 .25em 1em 0 rgba(0,0,0,.16);
}


/* styles.css */
/* ハンバーガーメニューの初期非表示 */
.flx-nav-header {
    visibility: hidden;
    opacity: 0;
    transition: opacity 2s ease; /* トランジションを追加 */
}

/* スクロールダウン時に表示 */
.flx-nav-header.show {
    visibility: visible;
    opacity: 1;
}
  
.no_result {
    margin: 30px auto;
}
.no-data {
    margin: 30px auto;
}

.bread {
	position: absolute;
	top: 120px;
	left: 110px;
	overflow: hidden;
	transition: width 0.8s;
}


/**********************************/
/**********************************/
/************* 大改革 **************/
/**********************************/
/**********************************/
/**********************************/


.parallax_section {
	width: 80%;
	align-items: center;
	justify-content: center;
	margin: 200px auto 50px;
	position: relative;
}
.parallax_section::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  /*      background-image: url('/common/img/Wiki/Michelangelo Buonarroti/pieta.jpg'); */
	background-size: cover;
	filter: grayscale(50%);
	opacity: 0.15;
	z-index: -1;
	transition: opacity 0.5s ease;
}
.parallax_box {
	margin: 0;
	width: 100%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}  
.parallax_content {
	display: flex;
	width: 100%;
	height: 100vh;
}
  


.grid_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 25px;
	margin: 50px auto 250px;

} 

.top_cat_title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;  
	position: relative;
	display: inline-block;
  }
  
  .top_cat_title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #000;  /* 下線の色 */
	transition: width 0.8s ease; /* アニメーションの速さと効果を設定 */
  }
  
  .top_cat_title:hover::before {
	width: 120%;
  }
  
  .top_text {
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 18px;
	text-align: center;	
  }
  .top_text_2 {
  margin-top: 100px;
  margin-right: 20px;
  text-align: right;
  }
  .top_cat_title a, .top_text_2 a {
  text-decoration: none;
  }
  

  .title_11 {
    width: 35%;
    margin: 30px;
    }
  
    .title_22 {
    width: 60%;
    margin-top: 30px;
    }

    .artist_list_2 {
		display: flex;
		flex-direction: row;
	  }

    @media only screen and (max-width: 1001px) {
      .artist_list_2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        }
      .title_11 {
        width: 80%;
        margin: 0;
        }  
      .title_22 {
        width: 80%;
        margin: 0;
        }
      .grid_container {
        margin-bottom: 0;
      }
    }
	.artist_table_top_title {
		margin: 0 auto;
		font-size: 36px;
		text-align: center;	
		margin-top: 20px;
		}

.artist_table_top_text {
	margin-top: 30px;
	margin-bottom: 50px;
	  font-size: 18px;
	  text-align: center;	
}
.artist_image {max-height: 300px;}
  
.text-overlay {
	width: 50%;
  margin: 350px 0 0 30px;
  text-align: center;
  font-size: 120px;
  font-weight: bold;
  /*color: #042f4b;*/
  color: #F6F7F8;
  }
  
  @media only screen and (max-width: 1001px) {

  }
  


.map_p {
    display: flex;
    height: 300px;
    margin: 20px 100px;
    justify-content: right;
}

.map_style {
    width: 500px;
    filter: grayscale(100%);
}

@media only screen and (max-width: 1001px) {
.map_p {
    display: flex;
    height: 300px;
    margin: 30px;
    justify-content: right;
}

.map_style {
    width: 100%;
    filter: grayscale(100%);
}
}


.card_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 25px;
    justify-items: center;
}

.Coming_Soon, .Now, .Past {
	font-size: 12px;
	width: 60%;
	color: #ffffff;
	margin-top: 10px;
	text-align: center;
	margin: 10px auto;
	}
	.Coming_Soon {
	background-color: #ff6600;
	}
	.Now {
	background-color: #800020;
	}
	.Past {
	background-color: #042f4b;
	}
	
@media only screen and (max-width: 1001px) {

	
}
