@charset "utf-8";
/* CSS Document */

/* タイムラインの情報 */
.timeline_header {
	background-color: #695c48;
	position: relative;
}
.timeline_header div.mw h1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff27f;
	text-shadow: 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000;
	margin: 0 50px 0 0;
	line-height: 1;
}
.timeline_header div.mw span {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000, 0 0 4px #000000;
	line-height: 1;
}
.timeline_header div.mw .head {
	display: flex;
	padding: 25px 0;
}
.timeline_header .head_visual {
	background-color: #78664a;
	overflow: hidden;
	position: relative;
	height: 262px;
}
.timeline_header .head_visual .mw {
	display: flex;
	justify-content: flex-end;
}
.timeline_header .head_visual .mw figure{
	padding: 75px 0 0 0;
}
.timeline_header .head_visual::before, 
.timeline_header .head_visual::after {
	content: '';
	background-image: url("/assets/img/timeline/bg.webp");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	width: 684px;
	height: 150px;
}
.timeline_header .head_visual::before {
	left: -300px;
	top: 0;
}
.timeline_header .head_visual::after {
	right: -300px;
	bottom: 0;
}
.timeline_header .head_visual_image {
	padding: 30px 0 0 0;
}
.timeline_header .head_visual_image .mw {
	position: relative;
}
.timeline_header .head_visual_image figure {
	position: absolute;
	bottom: 0;
	display: block;
}
.timeline_header .head_visual_image figure img {
	display: block;
}
@media screen and (max-width: 760px) {
	.timeline_header div.mw h1 {
		line-height: 1;
		display: block;
		font-size: 6vw;
		padding: 0 4vw;
		width: 100%;
		text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
	}
	.timeline_header div.mw span {
		font-size: 4vw;
		padding: 2vw 0 0 4vw;
		line-height: 1;
		text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
	}
	.timeline_header div.mw .head {
		padding: 3vw 0;
		flex-direction: column;
	}
	.timeline_header .head_visual {
		height: 24vw;
	}
	.timeline_header .head_visual .mw figure {
		width: 63vw;
		padding: 4vw 4vw 0 0;
	}
	.head_visual figure img{
		width: 100%;
	}
	.timeline_header .head_visual::before, 
	.timeline_header .head_visual::after {
		width: 50vw;
		height: 20vw;
	}
	.timeline_header .head_visual::after {
		right: -24vw;
	}
	.timeline_header .head_visual::before {
		left: -24vw;
	}
	.timeline_header .head_visual_image figure {
		width: 40vw;
	}
	.timeline_header .head_visual_image figure img {
		width: 100%;
	}
	.timeline_header .head_visual_image {
		padding: 4vw 0 0 0;
	}
	
}




/* --------------------------------------------- */
/* タイムラインのナビゲーション */
/* --------------------------------------------- */
.timeline_vav {
	background-color: #ffcd00;
	padding: 0px 0;
}
.timeline_nav_body .head {
	background-color: #ffcd00;
	padding: 30px;
}

.select_box_area {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.select_box_area .select_box{
	width: 32%;
}
.select_box .btn_block{
	background-color: #ff902a;
	background: linear-gradient(180deg, rgba(255,167,44,1) 0%, rgba(255,107,0,1) 100%);
	border-radius: 6px;
	display: flex;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 3px 3px 0 rgb(0 0 0 / 24%);
}
.select_box .btn_block .select_label {
	color: #FFFFFF;
	font-weight:bold;
	padding: 0 14px;
	border-right: 1px solid #FFFFFF;
}
.select_box .btn_block .select_item {
	color: #FFFFFF;
	font-weight:bold;
	padding: 0 14px;
}
.select_box .btn_block::after {
	color: #FFFFFF;
	display: block;
	content: '\f107';
	font-family: FontAwesome;
	font-size: 120%;
	margin-left: auto;
	padding: 15px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.10);
	border-left: solid 1px rgba(255,255,255,0.30);
}

.select_box .select_box_items {
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 0;
}
.select_box:hover .select_box_items {
	z-index: 10;
	padding: 15px 0;
}
.select_box .select_box_items .select_box_item_body {
	width: 100%;
	position: relative;
	height: 0;
	position: relative;
	opacity: 0;
	overflow: hidden;
	top: 10px;
	transition: opacity 600ms 0s ease, top 600ms 0s ease;
}
.select_box .select_box_items .select_box_item_body::before{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50px;
	margin-left: -15px;
	border: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
	z-index: 2;
}

.select_box:nth-child(2) .select_box_items .select_box_item_body::before{
    left: 432px;
}

.select_box:nth-child(3) .select_box_items .select_box_item_body::before{
	left: 804px;
}


.select_box:hover .select_box_items .select_box_item_body {
	overflow: visible;
	background-color: #FFFFFF;
	height: auto;
	padding: 15px;
	opacity: 1;
	top: 0;
}
.area_item {
	display: flex;
    flex-wrap: wrap;
}
.area_item li {
	margin: 5px;
}
.area_item a{
	display: block;
	background-color: #ffe061;
	padding: 13px 26px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1;
	color: #333333;
	font-weight: bold;
}
.timeline_search_area {
	display: flex;
	align-items: center;
}
.timeline_search_area .parent_area {
	font-weight: bold;
	text-align: right;
	width: 120px;
}
@media screen and (max-width: 760px) {

	.timeline_nav_body .head {
		padding: 4vw;
	}
	.select_box_area {
		flex-direction: column;
	}
	.select_box_area .select_box {
		width: 100%;
		margin-bottom: 3vw;
		cursor: pointer;
	}
	.select_box .btn_block .select_label {
		padding: 0 3vw;
		width: 25vw;
		text-align: center;
	}
	.select_box .btn_block .select_item {
		padding: 0 3vw;
	}
	.select_box_area .select_box:last-child {
		margin-bottom: 0;
	}
	.select_box_items {
		display: none;
	}
	.select_box_area .btn_block {
		background-color: #ff902a;
		background: linear-gradient(180deg, rgba(255,167,44,1) 0%, rgba(255,107,0,1) 100%);
		border-radius: 6px;
		display: flex;
		align-items: center;
		cursor: pointer;
		box-shadow: 0 3px 3px 0 rgb(0 0 0 / 24%);
		color: #FFF;
		margin-bottom: 2vw;
		padding: 2vw;
	}
	.select_box_area .btn_block .select_label{
		font-weight: bold;
		border-right: 1px solid #FFFFFF;
		font-size: 4vw;
		width: 20vw;
	}
	.select_box_area .btn_block .select_item{
		margin-left: 4vw;
		font-weight: bold;
	}
	
	
}





/* --------------------------------------------- */
/* タイムラインのコンテンツ */
/* --------------------------------------------- */
.timeline_contents {
	padding: 40px 0 120px 0;
	background-color: #fff4c9;
}
.timeline_contents 	.timeline_list {
	/* background-color: #FFCD00; */
	padding: 0px;
	margin-bottom: 40px;
}
.timeline_list ul {
	display: flex;
	flex-wrap: wrap;
}
.timeline_list ul li{
	width: 380px;
	margin: 10px 10px 15px 10px;
}
.timeline_item .head{
	background-color: #766060;
	padding: 10px;
	display: flex;
	align-items: center;
}
.timeline_item .head figure.img_icon {
	width: 50px;
	min-width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 10px;
}
.timeline_item .head figure.img_icon img {
	width: 100%;
	display: block;
}
.timeline_item .head .contributor {

}
.timeline_item .head .contributor > span {
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.timeline_item .head .contributor > span.area {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 2px;
}
.timeline_item .head .contributor > span.shop_name {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 4px;
} 
.timeline_item .head .contributor > span.cast_name {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}
.timeline_item .body {
	background-color: #FFFFFF;
	padding: 10px 10px 20px 10px;
	color: #766060;
}
.timeline_item .body p {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.timeline_item .body p img {
	width: auto;
	height: 16px;
}
.timeline_item .tweet_img {
	display: block;
	overflow: hidden;
	border-radius: 4px;
}
.timeline_item .tweet_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.timeline_item .time {
	display: block;
	font-size: 14px;
}

.timeline_item .body video {
	max-width: 100%;
    height: auto;
}

.timeline_item .foot {
	padding: 0px 30px 20px 30px;
	background-color: #FFFFFF;
}
.timeline_item a.btn {
	position: relative;
	display: block;
	background-color: #ffe061;
	padding: 13px 26px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1;
	color: #333333;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 3px 3px 0 rgb(0 0 0 / 24%);
}
.timeline_item a.btn:hover {
	top: 3px;
	 box-shadow: 0 0px 2px 0 rgb(0 0 0 / 35%);
}
.timeline_item a.btn::after {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 120%;
	margin-left: 10px;
}

@media screen and (max-width: 760px) {
	.timeline_contents .timeline_list {
		margin-bottom: 3vw;
	}
	.timeline_contents {
		padding: 10vw 4vw 20vw 4vw;
	}
	.timeline_item .head {
		padding: 3vw;
	}
	.timeline_item .head .contributor > span.area {
		font-size: 3vw;
		line-height: 1;
		margin-bottom: 0.7vw;
	}
	.timeline_item .head .contributor > span.shop_name {
		font-size: 3.4vw;
		line-height: 1;
		margin-bottom: 1vw;
	}
	.timeline_item .head figure.img_icon {
		width: 9vw;
		min-width: 9vw;
		height: 9vw;
		margin-right: 2vw;
	}
	.timeline_list ul {
		width: 100% !important;
		padding: 0;
		height: auto !important;
	}
	.timeline_list ul li {
		width: 100%;
		margin: 0px 0px 6vw 0;
		position: relative !important;
		top: auto !important;
		left: auto !important;
	}
	.timeline_item .body p {
		margin-bottom: 2vw;
	}
	.timeline_item .time {
		font-size: 3vw;
	}
	.timeline_item .head .contributor > span.cast_name {
		font-size: 3.4vw;
	}
	.timeline_item .body {
		padding: 2vw 2vw 4vw 2vw;
	}
	.timeline_item a.btn {
		padding: 3vw 4vw;
		font-size: 4vw;
	}
	
	
	
	
}



/* タイムラインのモーダル */
#sp_search_timeline_area .area_item {
	justify-content: space-between;
}
#sp_search_timeline_area .area_item li {
    width: 49%;
	margin: 0 0 0 0;
}
#sp_search_timeline_area .area_item a {
    border: none;
    margin: 3vw 0 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #695C48;
    background-color: #FFE061;
    font-weight: bold;
    border-radius: 8px;
    padding: 3vw 0;
    font-size: 3.6vw;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 18%);
    width: 100%;
	text-align: center;
}
#sp_search_timeline_area .parent_area {
    background-color: #766060;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 5vw;
    margin: 8vw 0 0vw 0;
    padding: 2vw;
	line-height: 1;
}
#sp_search_timeline_area .search_modal_link > div:first-child  .parent_area{
	margin-top: 0;
}

#sp_search_timeline_type .area_item li,
#sp_search_timeline_genre .area_item li {
    margin: 5px;
    flex-grow: 1;
}

#sp_search_timeline_type .area_item a, 
#sp_search_timeline_genre .area_item a {
    display: block;
    background-color: #ffe061;
    padding: 3vw 0;
    border-radius: 5px;
    font-size: 4vw;
    line-height: 1;
    color: #333333;
    font-weight: bold;
	text-align: center;
}



