body {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	height: 100vh;
}
img{
	max-width:100%;
	height:auto;
}
iframe{
	border: 0;
}
a {
	color:#555;
	text-decoration: none;
}
.bg_mediumvioletred{
	background-color: #c71585;
	color:#fff;
}
.bg_mediumvioletred:hover{
	background-color: #dd6fb5;
	color:#fff;
}
.bg_teal{
	background-color: #008080;
	color:#fff;
}
.bg_teal:hover{
	background-color: #095555;
	color:#fff;
}
::-webkit-scrollbar {
width: 7px; /* スクロールバーの幅を設定 */
height: 7px; /* スクロールバーの高さを設定（水平スクロールバーの場合） */
}

/* スクロールバーのつまみ部分（トラック内で動く部分）のスタイル */
::-webkit-scrollbar-thumb {
background-color: #ccc; /* 色を設定 */
border-radius: 4px; /* 角を丸くする */
}

/* スクロールバーのつまみ部分（トラック内で動く部分）にマウスオーバー時のスタイル */
::-webkit-scrollbar-thumb:hover {
background-color: #999; /* 色を設定 */
}

/* スクロールバーのトラック部分（バーの背景）のスタイル */
::-webkit-scrollbar-track {
background-color: #f1f1f1; /* 色を設定 */
border-radius: 4px; /* 角を丸くする */
}

main{
	margin-top:56px;
}
.left-column {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 220px;
	background-color: #fff;
	padding-top:55px;
	border-right:1px solid rgb(241, 225, 231);
  }
  
.right-column {
	margin-left: 220px;
	padding: 15px;
}
.title_logo{
	padding:0;
	margin:0;
	font-size:21px;
	font-weight: bold;
}
.title_logo a{
	color:rgb(194, 57, 109);
	text-shadow: 2px 2px #fff, 5px 5px rgba(220, 160, 192, 0.4)
}
.border_bottom{
	border-bottom:1px solid rgb(234, 227, 230);
}
.sp_search_form_btn{
    position: fixed;
    top: 9px;
    right: 15px;
	z-index:2225;
	cursor : pointer;
	font-size:22px;
}
#search_form{
	position:relative;
	width:100%;
}
.search_button {
    position: absolute;
    top: 9px;
    right: 8px;
	z-index:1;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}
.search_button button {
    background-color: rgba(0,0,0,0);
    border: 0px solid #fff;
}
.list_section{
	display: flex;
    flex-wrap:wrap;
    padding: 0;
    width: 100%;
}
.list_item_outer_one{
	margin-bottom:10px;
	width:100%;
	position: relative;
	border:1px solid #ddd;
	border-radius:5px;
	padding:3px;
}
.list_item_outer_one:hover{
	background-color: rgb(241, 232, 238);
}
.item_image_outer_one{
	position: relative;
	width: 120px;
	overflow: hidden;
}
.item_image_outer_one:before {
	content: "";
	display: block;
	padding-top:65%;
}
.item_image_outer_one img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
}
.list_item_outer_photo{
	margin-bottom:26px;
	width:16.6667%;
	position: relative;
	padding-right:0;
}

.list_item_outer{
	margin-bottom:26px;
	width:25%;
	position: relative;
	padding-right:0;
}

.item_floor_name{
	position:absolute;
	z-index:1;
	top:0;
	left:12px;
	padding:2px 3px;
	color:#fff;
	font-size:12px;
}
.bg_video{
	background-color: rgba(29, 187, 52, 0.8);
}
.bg_photo{
	background-color: rgba(62, 83, 205, 0.8);
}
.bg_news{
	background-color: rgba(114, 22, 190, 0.8);
}
.bg_youtube{
	background-color: rgba(190, 22, 22, 0.8);
}
.list-title {
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.item_image_outer{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.item_image_outer:before {
	content: "";
	display: block;
	padding-top: 58%;
}
.item_image_outer img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
}
.item_image_outer_photo{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.item_image_outer_photo:before {
	content: "";
	display: block;
	padding-top:145%;
}
.item_image_outer_photo img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
}
.img_cover img{
	object-fit: cover;
}
.img_contain img{
	object-fit:contain;
}
.ss-width {
	max-width: 992px;
}
.btn-outline-blue {
	color: #0d6efd;
	background-color: transparent;
	background-image: none;
	border-color: #dee2e6;
}
.anchor {
	display: block;
	padding-top: 69px;
	margin-top: -69px;
}
.genre_content{
	max-width:1440px;
}
.genre_content h2, .genre_content .h2 {
	font-size: 1.1rem;
}
.genre_content h1, .genre_content .h1 {
	font-size: 1.32rem;
}
form.gsc-search-box {
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	width: 100%;
}
.gsc-search-box {
	margin: 0 !important;
}
table.gsc-search-box {
	border-style: none;
	border-width: 0;
	border-spacing: 0 0;
	width: 100%;
	margin-bottom: 2px;
}
.gsc-input {
	font-size: 16px;
}
.gsc-input {
	padding-right: 5px !important;
	height: 28px !important;
}
#gsc-iw-id1 {
	border-radius: 3px !important;
	height: 32px !important;
	padding: 0 !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border-color: #D9D9D9;
}
.gsc-input-box {
	border: 1px solid #dfe1e5;
	background: #fff;
}
#gs_id50 {
	height: 32px !important;
}
.gsib_a {
	padding: 0 10px;
}
.gsc-search-button {
	border-radius: 3px !important;
	height: 32px !important;
	width: 70px !important;
}
.gsc-search-button-v2 {
	font-size: 0;
	padding: 6px 27px;
	width: auto;
	vertical-align: middle;
	border: 1px solid #666;
	border-radius: 2px;
	border-color: #3079ed;
	background-color: #4d90fe;
	background-image: linear-gradient(top, #4d90fe, #4787ed);
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	border-color: #D9D9D9;
	background-color: #EEEEEE;
	background-image: none;
	filter: none;
}
.gsc-search-button-v2 svg {
	fill: #111111;
}
.meta_tag_t{
	width:75px;
	padding-right:6px;
}
.object-fit-container {
	width: 100%;
	padding-bottom: 67%;
	height: 0;
	position: relative;
}
.object-fit-contain {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: absolute;
}
.object-fit-container-entry {
	width: 100%;
	padding-bottom: 75%;
	height: 0;
	position: relative;
}
.object-fit-contain-entry {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: absolute;
}
.header_navi,.footer_div{
background-color:#fff;
}
/* 折り畳み可能リストのサイドバー用 */
.btn-toggle {
	padding: .25rem .5rem;
	font-weight: 600;
	color: var(--bs-emphasis-color);
	background-color: transparent;
  }
  .btn-toggle:hover,
  .btn-toggle:focus {
	color: rgba(var(--bs-emphasis-color-rgb), .85);
	background-color: var(--bs-tertiary-bg);
  }
  
  .btn-toggle::before {
	width: 1.25em;
	line-height: 0;
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	transition: transform .35s ease;
	transform-origin: .5em 50%;
  }
  
  [data-bs-theme="dark"] .btn-toggle::before {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  }
  
  .btn-toggle[aria-expanded="true"] {
	color: rgba(var(--bs-emphasis-color-rgb), .85);
  }
  .btn-toggle[aria-expanded="true"]::before {
	transform: rotate(90deg);
  }
  
  .btn-toggle-nav a {
	padding: .1875rem .5rem;
	margin-top: .125rem;
	margin-left: 1.25rem;
  }
  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
	background-color: var(--bs-tertiary-bg);
  }

  .heading-015 {
    display: inline-block;
    position: relative;
    padding: 0.2em 0.8em;
    border-left: 27px solid #ffccf6;
    background-color: #fff;
    color: #333333;
	font-size:18px;
	margin-bottom:12px;
	width:100%;
}
.nav-pills i{
	color:#777;
	margin-right:6px;
}
.table_col_name{
	width:92px;
}
.table{
	margin-bottom:0;
}
.table_detail a{
	border-bottom:1px dotted #db7093;
}

.box-009 {
	width:100%;
    border: 2px solid #86d67c;
    border-radius: 5px;
    color: #333333;
}

.box-009 .svg_title {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #86d67c;
    font-weight: 600;
    vertical-align: top;
}

.box-009 svg {
    padding-right: 4px;
}

.heading_subs {
    position: relative;
    padding:0 0 .2em 1.4em;
    border-bottom: 3px solid #c71f89;
    color: #333333;
	font-size:18px;
}

.heading_subs::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #c71f89;
    content: '';
}

.heading_subs::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #c71f89;
    content: '';
}

.item_image_outer_sub{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.item_image_outer_sub:before {
	content: "";
	display: block;
	padding-top: 82%;
}
.item_image_outer_sub img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.home_section{
	margin-bottom:35px;
}
.carousel-control-next, .carousel-control-prev {
	width:45px;
    background-color: rgba(244, 165, 227, 0.5)
}
.entry_item_image{
	width:300px;
}
.entry_item_image img{
	width:100%;
	height:auto;
	max-width:100%;
}
.entry_item_detail{
	width: calc(100% - 300px);
	padding-left:10px;
}
.checked_radio{
	position:absolute;
	z-index:1;
	top:7px;
	left:9px;
}
.btn_rf{
	padding: 2px;
	font-size: 12px;
}
.actor_h2{
	font-size:14px;
	font-weight:normal;
	display: inline-block;
	padding:0;
	margin:0;
}
.sp_menu_lists{
	display: none;
}
.gallery_section{
    display: flex;
    flex-wrap:wrap;
    padding: 0;
    width: 100%;
}
.gallery_item{
	width:14.2857%;
	padding:4px;
}
.btn_s_menu{
	border:1px solid #ead2d2;
	color:#c71585;
	font-weight: bold;
}
.btn_s_menu:hover{
	border:1px solid #dd6fb5;
	color:#c71585;
}
@media all and (max-width: 1310px) {
	.gallery_item{
		width:16.6667%;
	}
}
@media all and (max-width: 1100px) {
	.gallery_item{
		width:20%;
	}
}
@media all and (max-width: 768px) {
	.gallery_item{
		width:33.3333%;
	}
}
.gallery_category{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:2px 5px;
	background-color: rgba( 0, 0, 0, 0.5 );
	color:#fff;
	font-size:12px;
}
.gallery_item_image{
	position:relative;
	width: 100%;
	overflow: hidden;
}
.gallery_item_image:before {
	content: "";
	display: block;
	padding-top:100%;
}
.gallery_item_image img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
	object-fit: cover;
}
@media all and (max-width: 1140px) {
	.list_item_outer{
		width:25%;
	}
	.list_item_outer_photo{
		width:20%;
	}
}
@media all and (max-width: 959px) {
	.list_item_outer_photo{
		width:25%;
	}
	.entry_item_image{
		width:100%;
	}
	.entry_item_detail{
		margin-top:15px;
		width:100%;
		padding-left:0;
	}
	.sp_menu_lists{
		display:block;
	}
}
@media all and (max-width: 768px) {
	.list_item_outer{
		width:50%;
	}
	.left-column {
		display: none;
	}
	.right-column {
		margin: 0px;
		padding:15px 15px;
	}
	.list_item_outer_photo{
		width:33.3333%;
	}
}

.section_title{
	width:100%;
	padding:4px 9px;
	background-color:#d6b6d4;
	border-left:7px solid #c71da2;
	color:#62074f;
	font-weight: bold;
	font-size:18px;
	margin-bottom:5px;
}

.section_gallery_outer{
	position: relative;
    padding: 0;
	width: calc(100% - 220px);
}
.section_gallery_menu{
	position: fixed;
	top: 55px;
	left:220px;
	width:220px;
	border-right:1px solid #ddd;
	height:100%;
	overflow: hidden;
}
.section_gallery_main{
	margin-left: 220px;
	padding: 15px;
	width: calc(100% - 220px);
}
.section_gallery_menu_inner{
	width:100%;
	height:100vh;
	overflow: auto;
	padding-bottom:55px;
}

@media all and (max-width: 768px) {
	.section_gallery_outer{
		position: relative;
		padding: 0;
		width: 100%;
	}
	.section_gallery_menu{
		position: static;
		width:100%;
		border-right:0px solid #ddd;
		overflow: hidden;
	}
	.section_gallery_main{
		margin-left: 0;
		padding:9px;
		width:100%;
	}
}
