@charset "utf-8";
/* CSS Document */
.today_header {
	background-color: #695C48;
	min-width: 1240px;
}
.today_header div.mw {
	display: flex;
	align-items: flex-end;
	padding-top: 23px;
    padding-bottom: 18px;
}
.today_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;
}
.today_main {
	min-height: 200px;
	background-image: url("/assets/img/today/bg.webp");
	position: relative;
}
.today_main::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("/assets/img/today/line.webp");
	background-repeat: repeat-x;
}
.today_main::after {
	content: '';
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: url("/assets/img/today/lamp.webp");
	background-repeat: repeat-x;
}

.today_main figure {
	position: absolute;
	right: 356px;
	top: -46px;
	z-index: 5;
}
.today_main figure img {
	width: 545px;
	display: block;
}





/* ------------------------------------------------- */
/* リストの表示 */
/* ------------------------------------------------- */
.today_contetns_list {
	display: flex;
	flex-wrap: wrap;
}
.today_contetns_list li {
    width: 24%;
    margin-right: 1.3333333%;
    margin-bottom: 20px;
}
.today_contetns_list li:nth-child(4n){
	margin-right: 0;
}
.today_contetns_list li figure.today_item_img{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.today_contetns_list li figure.today_item_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 150ms 0s ease;
}
.today_contetns_list li a:hover .today_item_img img {
	transform:scale(1.2,1.2);
}
.today_contetns_list li p img {
	width: 16px;
}
.today_item_text {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	min-height: 45px;
	overflow: hidden;
}

.shop_info {
	background-color: #ff005e;
    padding: 10px;
    display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 12px;
	height: 60px;
}
.shop_info figure {
	border-radius: 200px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin-right: 8px;
}
.shop_info figure img {
	width: 100%;
}
.shop_info .shop_area {
	display: block;
}
.shop_info .shop_name {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	overflow: hidden;
}


.twitter_body {
	position: relative;
}
.cast_message {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
}
.cast_message_body {
	padding: 10px;
	background-color: rgba(255,255,255,0.85);
	color: #000000;
}
.cast_message_body .cast_name {
	display: block;
	font-size: 14px;
	width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
}
.cast_message_body .today_item_text {
	font-size: 14px;
}
.cast_message_body .today_item_text img {
	width: 14px;
}

@media screen and (max-width: 760px) {
	.today_header {
		min-width: 100%;
	}
	.today_header div.mw {
		padding-top: 4vw;
		padding-bottom: 4vw;
		flex-direction: column;
		align-items: flex-start
	}
	.today_header div.mw h1 {
		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;
	}
	.today_contetns_list {
		padding: 4vw;
	}
	.today_contetns_list li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 8vw;
	}
	.shop_info {
		font-size: 4vw;
		padding: 4vw;
		height: auto;
	}
	.today_contetns_list li figure.today_item_img {
		width: 100%;
		height: 92vw;
	}
	.cast_message_body .cast_name {
		font-size: 5vw;
	}
	.cast_message_body {
    	padding: 2vw;
	}
	.cast_message_body .today_item_text {
		font-size: 3.4vw;
	}
	.cast_message_body .today_item_text img {
		width: 3.5vw;
	}
	.today_main {
		min-height: 32vw;
	}
	.today_main figure {
		position: absolute;
		right: -7vw;
		top: -8vw;
		z-index: 5;
	}
	.today_main figure img {
		width: 89vw;
		display: block;
	}
	.today_main figure {
		position: absolute;
		right: -7vw;
		top: -8vw;
		z-index: 5;
	}
	.shop_info figure {
		border-radius: 200px;
		overflow: hidden;
		width: 12vw;
		height: 12vw;
		margin-right: 3vw;
	}
}





/* ------------------------------------------------- */
/* ランキング下層の表示用の共通 */
/* ------------------------------------------------- */
.today_lower {
	background-color: #2c2c2c;
	padding: 0 0 120px 0;
}
.area_link_block {
	padding: 40px 0 0 0;
}
.today_lower .area_link {
	padding: 40px 5px 25px 20px;
    border-radius: 10px;
    width: 1100px;
    margin: auto;
    margin-bottom: 40px;
	background-color: #1a1a1a;
}
.today_lower .area_link ul {
	display: flex;
	flex-wrap: wrap;
}
.today_lower .area_link ul li {
	margin-right: 15px;
    margin-bottom: 15px;
}
.today_lower .area_link ul li a {
	display: block;
    background-color: #ffe061;
    padding: 13px 26px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
}

@media screen and (max-width: 760px) {
	.today_lower .today_body_head {
		padding: 4vw;
	    width: 100%;
	}
	.today_lower .today_head h1 {
		font-size: 4vw;
	    padding: 0 4vw;
	}
	.today_lower .today_head {
		height: 11vw;
	}
	.today_lower h2.today_date {
		border: solid 2px #FFFFFF;
		padding: 2vw;
		margin-bottom: 4vw;
		font-size: 4.2vw;
		width: 100%;
		text-align: center;
	}
	.today_lower .today_body_head figure {
		width: 68vw;
	}
	.today_lower .today_body_head figure img {
		width: 100%;
	}
	.today_lower .today_text {
		font-size: 5vw;
		margin-left: 0vw;
	}
	.today_lower .today_text span {
		color: #fff27f;
		font-size: 4vw;
		letter-spacing: 1px;
	}
	.today_lower .today_body_head figure .area_name span {
		font-size: 4vw;
	}
	.today_lower .today_body_head figure .area_name::before, .today_lower .today_body_head figure .area_name::after {
		font-size: 10vw;
	}
	.today_lower .today_body_head figure .area_name::before {
		margin-right: 1vw;
	}
	.today_lower .today_body_head figure .area_name::after {
		margin-left: 1vw;
	}
	.today_lower .today_body_head figure .area_name {
		bottom: 0;
		left: 0;
	}
	.today_lower .area_link {
		padding: 4vw;
		border-radius: 0;
		width: 100%;
		margin: auto;
		margin-bottom: 5vw;
	    background-color: #272727;
	}
	/* 共通のでエリア選択のアコーディオン形式で開くようにする処理 */
	.today_lower .js_accordion button {
		display: flex;
		width: 100%;
		align-items: center;
		background-color: transparent;
		border: none;
		color: #FFFFFE;
		font-size: 4vw;
	}
	.today_lower .js_accordion button::after {
		content: '\f107';
		font-family: FontAwesome;
		position: absolute;
		right: 4vw;
		font-size: 5vw;
	}
	.area_link_block {
		padding: 0;
	}
	.today_lower .area_link_block {
   		 padding: 4vw;
	    background-color: #272727;
	}
	.today_lower .area_link {
		display: none;
	}
	
}

