@charset "UTF-8";

/* ▼▼▼ トップ
======================================================*/

#main {
	margin: 0 auto;
	position: relative;
}

.contents_title {
	font-size: 64px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

.slider_pickup li a:hover .img_liquid,
.slider_pickup li a:hover>p,
.slider_snap li a:hover .img_liquid,
.slider_snap li a:hover>p,
.ranking_list li a:hover .img_liquid,
.ranking_list li a:hover .rank {
	opacity: 0.7;
}

.slick-slider li a:hover,
.ranking_list li a:hover {
	opacity: 1;
}

#path {
	display: none;
}

/* ▼ スライダー
----------------------------------------*/
.slider,
.slider_pickup {
	opacity: 0;
	font-size: 0;
}

.slider.slick-initialized,
.slider_pickup.slick-initialized {
	opacity: 1;
}

#mainVisual {
	width: 100%;
	padding: 220px 0 100px;
	position: relative;
}

#mainVisual .slider img {
	overflow: hidden;
	width: 511px;
}

#mainVisual .slider .slick-list {
	overflow: inherit;
}

#mainVisual .slider .slick-slide {
	transition: 0.8s;
}

#mainVisual .slider .slick-slide:not(.slick-current) {
	margin: 0;
	padding: 0;
	font-size: 0;
	z-index: 100;
	position: relative;
}

#mainVisual .slider .slick-slide:not(.slick-current)::before {
	content: "";
	background: rgba(0, 0, 0, .48);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#mainVisual .slider .slick-slide.slick-current,
#mainVisual .slider .slick-slide.current_cloned {
	transform: scale(1.5);
	z-index: 9999;
	position: relative;
}

#mainVisual .slider .slick-initialized .slick-slide {
	margin: 0 5px;
}

#mainVisual .slider .slick-list.draggable {
	padding: 46px 0 !important;
}

#mainVisual .slider a {
	outline: none;
}

#mainVisual .slider a:hover {
	opacity: 1;
}

/* ドットカスタム */
#mainVisual .slider .slick-dots {
	bottom: -110px;
}

/* スライド背景 */
#mainVisual .slider_nav {
	opacity: .3;
	width: 100%;
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	max-height: 800px;
	overflow: hidden;
}

#mainVisual .slider_nav::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 0px -25px 18px -1px #fff inset;
}

.svg-container {
	width: 100%;
	padding-top: 64%;
	position: relative;
	overflow: hidden;
}

.svg-container svg {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#mainVisual .slider_nav img.sp {
	display: none;
}

/* arrowsカスタム */
.slick-prev,
.slick-next {
	top: 50%;
	width: 46px;
	height: 70px;
	z-index: 3000;
}

.slick-prev {
	left: calc(100% - (50% + 450px));
}

.slick-next {
	right: calc(100% - (50% + 450px));
}

.slick-next:before,
.slick-prev:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.slick-next:before {
	background: url(../img/top/next_arrows.svg) no-repeat center/contain;
}

.slick-prev:before {
	background: url(../img/top/prev_arrows.svg) no-repeat center/contain;
}


.sp_nav {
	display: none;
}

/* 緊急のお知らせ
---------------------------------------- */
.attention_area {
	background: #FFFF9A;
	border: 2px solid #D8121C;
	max-width: 1240px;
	width: calc(100% - 40px);
	margin: 0 auto 30px;
}

.attention_area dt {
	padding: 20px 0 0;
	color: #D8121C;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.attention_area dd a {
	display: block;
	width: 100%;
	padding: 20px;
	text-decoration: underline;
	text-align: center;
}

.attention_area dd a:hover {
	text-decoration: none;
	opacity: 1;
}

/*　search_area
---------------------------------------- */
#top_search {
	background: #D8121C;
	display: flex;
	justify-content: center;
	align-items: stretch;
	max-width: 1240px;
	width: calc(100% - 40px);
	padding: 45px 30px;
	margin: 0 auto 80px;
	color: #fff;
}

#top_search .info_area {
	margin-right: 2%;
    flex: 1 1 auto;
	font-size: 16px;
}

/* 営業時間 */
#top_search .date_area {
	display: flex;
	align-items: stretch;
	border-right: 1px solid #E06369;
	margin: 0 0 15px;
}

#top_search .date_area li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-left: 1px solid #E06369;
	padding: 0 30px;
	width: 320px;
	min-width: 0;
	flex-shrink: 0;
}

#top_search .date_area li:first-child {
	padding: 0 20px;
}

#top_search .date_area li:nth-child(2) {
	width: calc(100% - 320px);
}
#top_search .date_area .info_article{
    overflow: hidden;
}
#top_search .date_area .info_more{
    width: 100%;
    max-width: 80px;
    margin: 15px auto 0;
    padding: 0 6px 0 0;
    border: 1px solid #FFF;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
#top_search .date_area .info_more.info_more_open::before{
    content: 'MORE';
}
#top_search .date_area .info_more.info_more_close::before{
    content: 'CLOSE';
}
#top_search .date_area .info_more::after{
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    right: 15px;
    transform: rotate(45deg);
}
#top_search .date_area .info_more.info_more_open::after{
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    top: calc(50% - 5px);
}
#top_search .date_area .info_more.info_more_close::after{
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    top: calc(50% - 1px);
}
#top_search .date_area .area_title {
	margin: 0 0 15px;
	text-align: center;
	font-weight: 400;
}

#top_search .date_area .hours_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

#top_search .date_area .hours_wrap span {
	display: inline-block;
	width: 13em;
	vertical-align: top;
	font-size: 13px;
}

#top_search .date_area .hours_wrap span.hour {
	font-size: 13px;
	font-weight: bold;
	width: auto;
	padding-top: 1px;
	text-align: right;
}

#top_search .date_area .hours_wrap span.hour small {
	font-size: 0.85em;
}

#top_search .date_area .kome {
	text-align: left;
	width: 100%;
	font-size: 12px;
}

#top_search .date_area dl dd {
	width: 7em;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: bold;
}

#top_search .status {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

#top_search .time {
    display: none;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

#top_search .more_link {
    display: none;
	text-align: right;
}
#top_search .date_area .info_article:not(.info_article_active) .time_min,
#top_search .date_area .info_article.info_article_active .time_full,
#top_search .date_area .info_article.info_article_active .more_link{
    display: block;
}

#top_search .more_link a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#top_search .more_link a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg)translateY(-50%);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0 2px 0 3px;
}

#top_search .more_link a:hover {
	text-decoration: none;
	opacity: 1;
}

/* 休館日 */
#top_search .closed {
	display: flex;
	justify-content: center;
	background: #F56C75;
	padding: 5px;
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

#top_search .closed dt {
	margin-right: 15px;
	font-weight: normal;
}

#top_search .attention {
	background: #fff;
}

#top_search .attention a {
	display: block;
	padding: 10px 20px;
	color: #D8121C;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	text-decoration: underline;
}

#top_search .attention a:hover {
	opacity: 1;
}

#top_search .attention:hover a {
	text-decoration: none;
}

/* 検索エリア */
#top_search .search_area {
	background: #C1000A;
    flex: 0 0 32%;
	max-width: 32%;
	width: 32%;
	padding: 30px 45px;
}

#top_search .free_word {
	margin-bottom: 25px;
}

#top_search .cat_list {
	margin-top: 10px;
}

#top_search .cat_list li a {
	background: #fff;
	border-color: #fff;
}


/* INFORMATION
---------------------------------------- */
#top_info {
	display: flex;
	max-width: 1280px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

#top_info .contents_title {
	flex-shrink: 0;
	margin-right: 60px;
	color: #fff;
	font-size: 68px;
	-webkit-text-stroke: 1px #707070;
	text-stroke: 1px #707070;
}

/* IE */
@media all and (-ms-high-contrast: none) {
	#top_info .contents_title {
		text-shadow: 1px 1px 0 #707070, -1px -1px 0 #707070,
			-1px 1px 0 #707070, 1px -1px 0 #707070,
			0px 1px 0 #707070, 0 -1px 0 #707070,
			-1px 0 0 #707070, 1px 0 0 #707070;
	}
}

.list_area {
	width: 100%;
	min-width: 0%;
}

#top_info .info_list {
	margin-bottom: 30px;
}

#top_info .info_list li {
	border-bottom: 1px solid #D0D0D0;
}

#top_info .info_list li a {
	display: flex;
	align-items: flex-end;
	padding: 30px 15px 10px 0;
	position: relative;
}

#top_info .info_list li a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 5px;
	bottom: 15px;
}

#top_info .info_list .date {
	flex-shrink: 0;
	margin-right: 20px;
	color: #989898;
	font-size: 12px;
	font-weight: bold;
}

#top_info .info_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#top_info .view_btn {
	margin: 0 0 0 auto;
}

/* PICK UP
---------------------------------------- */
#top_pickup {
	max-width: 1700px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
}

#top_pickup .contents_title {
	background: url(../img/top/hall_title_bg.svg) no-repeat center/275px, #fff;
	width: 300px;
	padding-left: 5px;
	margin: 0 auto -20px;
	color: #fff;
	font-size: 64px;
	-webkit-text-stroke: 1px #D8121C;
	text-stroke: 1px #D8121C;
	text-align: center;
	line-height: 1;
	position: relative;
	z-index: 1;
}

/* IE */
@media all and (-ms-high-contrast: none) {
	#top_pickup .contents_title {
		text-shadow: 1px 1px 0 #D8121C, -1px -1px 0 #D8121C,
			-1px 1px 0 #D8121C, 1px -1px 0 #D8121C,
			0px 1px 0 #D8121C, 0 -1px 0 #D8121C,
			-1px 0 0 #D8121C, 1px 0 0 #D8121C;
	}
}

#top_pickup .slider_pickup {
	background: url(../img/top/pickup_bg.png) no-repeat center/auto 100%;
	height: 100%;
	margin: 0 -3% 40px;
	padding: 4% 0;
}

#top_pickup .slider_pickup .slick-slide>div {
	margin: 0 10%;
}

.slider_pickup a {
	display: block;
	width: 100%;
}

.slider_pickup .img_liquid {
	width: 100%;
	padding-top: 64%;
	background-color: #fff;
}

.slider_pickup .txt {
	font-size: 18px;
	margin: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slider_pickup .date {
	color: #989898;
	font-size: 14px;
	font-weight: bold;
}

/* arrowsカスタム */
#top_pickup .slick-prev,
#top_pickup .slick-next {
	width: 45px;
	height: 66px;
	top: calc(50% - 20px);
}

#top_pickup .slick-prev {
	left: calc(33% - 20px);
}

#top_pickup .slick-next {
	right: calc(33% - 20px);
}

#top_pickup .slick-next:before {
	background: url(../img/top/next_arrows_bk.svg) no-repeat center/contain;
}

#top_pickup .slick-prev:before {
	background: url(../img/top/prev_arrows_bk.svg) no-repeat center/contain;
}

#top_pickup .slick-list {
	overflow: inherit;
}

/* アニメーション */

.fadeInDown_first {
	opacity: 0;
	animation: fadeInDown .5s 1;
	animation-delay: .2s;
	animation-fill-mode: forwards;
}

.fadeInDown_second {
	opacity: 0;
	animation: fadeInDown .5s 1;
	animation-delay: .5s;
	animation-fill-mode: forwards;
}

.fadeInDown_last {
	opacity: 0;
	animation: fadeInDown .5s 1;
	animation-delay: .8s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		/* -webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0); */
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		/* -webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); */
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		/* -webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0); */
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		/* -webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); */
		-webkit-transform: scale(01);
		-ms-transform: scale(01);
		transform: scale(1);
	}
}


/* SHOP NEWS
---------------------------------------- */
#top_shop_news {
	padding: 50px 0;
	position: relative;
}

#top_shop_news::after {
	content: "";
	width: 100vw;
	height: calc(100% - 70px);
	background: #F5F6FC;
	-webkit-transform-origin: right bottom 0;
	transform-origin: right bottom 0;
	position: absolute;
	-webkit-transform: skewX(-40deg);
	transform: skewX(-40deg);
	top: 0;
	z-index: -1;
}

#top_shop_news .contents_title {
	color: #D8121C;
	text-align: center;
}

#top_shop_news .grid_list {
	max-width: 1330px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 60px;
}

/* STAFF SNAP
---------------------------------------- */
#top_snap {
	padding: 200px 0 200px 40px;
	position: relative;
}

#top_snap::before {
	content: "";
	background: url(../img/top/snap_bg.jpg) no-repeat center/cover;
	width: 100%;
	height: calc(100% + 230px);
	position: absolute;
	top: 0;
	left: 0;
}

#top_snap .snap_bg {
	background: #D8121C;
	padding: 65px 0 65px 45px;
	margin-left: auto;
	max-width: 1700px;
	position: relative;
}

#top_snap .contents_title {
	color: #fff;
	position: absolute;
	top: -60px;
	left: 45px;
}

#top_snap .view_btn {
	position: absolute;
	left: 45px;
	bottom: -20px;
}

.slider_snap {
	color: #fff;
}

.slider_snap .draggable {
	padding: 0 81.5% 0 0 !important;
}

.slider_snap .slick-slide>div {
	margin-right: 20px;
}

.slick-slider .slick-track {
	margin: 0;
}

.slider_snap a {
	width: 100%;
}

.slider_snap .img_liquid {
	width: 100%;
	padding-top: 100%;
	background-color: #fff;
}

.slider_snap .txt {
	margin: 10px 0 5px;
}

.slider_snap .date {
	font-size: 12px;
	font-weight: bold;
}

/* RANKING
---------------------------------------- */
#top_ranking {
	display: flex;
	align-items: flex-start;
	padding: 0 40px;
	margin: 0 40px 0 0;
	max-width: 1700px;
	position: relative;
	z-index: 1;
}

#top_ranking .contents_title {
	margin: 0 0 0 40px;
	color: #000;
	line-height: 1;
}

.ranking_list {
	flex-shrink: 0;
	width: calc(100% - 231px);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 65px;
}

.ranking_list li {
	width: 32%;
	flex-shrink: 0;
	padding: 0 4%;
	position: relative;
	color: #fff;
}

.ranking_list li a {
	width: 100%;
}

.ranking_list .img_liquid {
	width: 100%;
	padding-top: 100%;
	background-color: #fff;
}

.ranking_list li .rank {
	padding-left: 60px;
	margin-top: 10px;
	position: relative;
}

.ranking_list li .rank::before {
	content: "";
	background: url(../img/top/ranking_no1.svg) no-repeat center/100%;
	width: 32px;
	height: 26.9px;
	position: absolute;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

.ranking_list li:nth-child(2) .rank::before {
	background: url(../img/top/ranking_no2.svg) no-repeat center/100%;
	width: 33px;
	height: 24px;
}

.ranking_list li:nth-child(3) .rank::before {
	background: url(../img/top/ranking_no3.svg) no-repeat center/100%;
	width: 33px;
	height: 24px;
}

.ranking_list li .txt {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media all and (-ms-high-contrast: none) {
	.ranking_list li .txt {
		max-height: 44px;
	}
}

.ranking_list li .date {
	color: #989898;
	font-size: 10px;
	font-weight: bold;
}

.ranking_list li:first-child {
	width: 38%;
	flex-shrink: 0;
}

.ranking_list li:nth-child(2) {
	margin-top: 4.5vw;
}

.ranking_list li:nth-child(3) {
	margin-top: 9vw;
}

.ranking_list li::after {
	content: "";
	background: #000;
	width: 100vw;
	height: 100%;
	position: absolute;
	right: 0;
	top: 60px;
	z-index: -1;
}


/* HEP HALL
---------------------------------------- */
#top_hep_hall {
	max-width: 1170px;
	margin: 0 auto 100px;
	padding: 80px 20px 0;
	position: relative;
}

#top_hep_hall::after {
	content: "";
	width: 100vw;
	height: 70%;
	background: #F5F6FC;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	position: absolute;
	-webkit-transform: skewX(40deg)translateX(-50%);
	transform: skewX(40deg)translateX(-50%);
	left: 50%;
	top: -30px;
	z-index: -1;
}

#top_hep_hall h3 {
	background: url(../img/top/hall_title_bg.svg) no-repeat center/258px;
	width: 500px;
	color: #000;
	font-size: 44px;
	text-align: center;
}

#top_hep_hall .slider_hep_hall a {
	display: flex;
	align-items: flex-end;
}

#top_hep_hall .photo_area {
	width: 500px;
	flex-shrink: 0;
}

#top_hep_hall .txt_area {
	background: #000;
	padding: 50px 40px 50px 45px;
	margin: 0 0 -10px -10px;
	width: 100%;
	color: #fff;
	z-index: -1;
	overflow: hidden;
}

#top_hep_hall .txt_area .txt {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
}

#top_hep_hall .txt_area .date {
	color: #989898;
	font-size: 16px;
	font-weight: bold;
}

#top_hep_hall .txt_area .view_btn {
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0 0;
	color: #fff;
	position: relative;
}

#top_hep_hall .view_btn::after {
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg)translateY(-50%);
	-ms-transform: rotate(-45deg)translateY(-50%);
	transform: rotate(-45deg)translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15px;
}

#top_hep_hall .slick-list {
	overflow: inherit;
}

#top_hep_hall .slick-dots {
	width: 500px;
}

.heps_bnr {
	padding: 0 20px 20px;
}

/* bnr_list
---------------------------------------- */
.bnr_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 1300px;
	width: calc(100% - 40px);
	padding: 80px 0 0;
	margin: 0 auto 60px;
}

.bnr_list li {
	width: 24.3%;
	max-width: 100%;
	min-width: 0%;
	margin: 1%;
}

.bnr_list li a {
	width: 100%;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

	.slider_pickup li a:hover .img_liquid,
	.slider_pickup li a:hover>p,
	.slider_snap li a:hover .img_liquid,
	.slider_snap li a:hover>p,
	.ranking_list li a:hover .img_liquid,
	.ranking_list li a:hover .rank {
		opacity: 1;
	}

	/* ▼ スライダー
	----------------------------------------*/
	#mainVisual {
		padding: 0;
		margin: 0 auto;
		position: relative;
	}

	#mainVisual .slider img {
		width: 100%;
	}

	#mainVisual .slider .slick-slide:not(.slick-current)::before {
		content: "";
		background: none;
	}

	#mainVisual .slider .slick-slide.slick-current,
	#mainVisual .slider .slick-slide.current_cloned {
		transform: scale(1);
	}

	#mainVisual .slider .slick-initialized .slick-slide {
		margin: 0;
	}

	#mainVisual .slider .slick-list.draggable {
		padding: 0 !important;
	}

	/* サムネイル */
	#mainVisual .slider_nav {
		width: 115%;
		opacity: 1;
		-ms-filter: blur(0);
		filter: blur(0);
		position: static;
		padding: 10px 0 10px 10px;
	}

	#mainVisual .slider_nav::after {
		display: none;
	}

	.svg-container {
		display: none;
	}

	#mainVisual .slider_nav .slick-slide {
		margin-right: 10px;
	}

	#mainVisual .slider_nav .slick-slide.slick-current.slick-active li {
		position: relative;
	}

	#mainVisual .slider_nav .slick-slide.slick-current.slick-active li::before {
		content: "";
		border: 2px solid #D8121C;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		position: absolute;
		top: 0;
		left: 0;
	}

	#mainVisual .slider_nav .slick-list.draggable {
		padding-right: 75%;
	}

	#mainVisual .slider_nav img.sp {
		display: block;
	}

	/* 緊急のお知らせ
	---------------------------------------- */
	.attention_area {
		width: calc(100% - 20px);
		margin: 0 auto 15px;
	}

	.attention_area dt {
		padding: 20px 0 0;
		color: #D8121C;
		font-size: 16px;
		line-height: 1;
	}

	.attention_area dd a {
		padding: 10px 15px 15px;
		font-size: 14px;
	}

	/*　search_area
	---------------------------------------- */
	.sp_nav ul.nav_list {
		background: #D8121C;
		padding: 15px 0 10px;
	}

	.sp_nav {
		display: block;
	}

	.sp_nav.fixed {
		display: none;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 5000;
	}

	.fixed .nav_list {
		padding: 15px 0;
	}

	#top_search {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		;
	}

	#top_search .info_area {
		padding: 10px 15px 20px;
		margin-right: 0;
		flex-shrink: 0;
		font-size: 12px;
	}

	/* 営業時間 */
	#top_search .date_area {
		border: none;
        flex-direction: column-reverse;
		justify-content: center;
		margin: 0 0 15px;
	}

	#top_search .date_area li {
		border: none;
		padding: 20px 15px 0!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
        width: 100%!important;
        border-top: 1px solid #E06369;
	}
	#top_search .date_area li:nth-child(2) {
        margin-bottom: 20px;
	}

	#top_search .date_area .area_title {
		margin: 0 0 10px;
        font-size: 14px;
        font-weight: 500;
	}

	#top_search .date_area .hours_wrap span {
		display: inline-block;
		font-size: 12px;
	}

	#top_search .date_area .hours_wrap span.hour {
		font-size: 13px;
		width: auto
	}

	#top_search .date_area .kome {
		font-size: 11px;
	}

	#top_search .date_area dl dd {
		width: 7em;
		flex-shrink: 0;
		font-size: 13px;
		font-weight: bold;
	}

	#top_search .status {
		font-size: 15px;
	}

	#top_search .time {
		font-size: 12px;
	}

	/* 休館日 */
	#top_search .closed {
		padding: 5px;
		margin: 0 0 5px;
		font-size: 13px;
	}

	#top_search .closed dt {
		margin-right: 10px;
		flex-shrink: 0;
	}

	#top_search .attention a {
		font-size: 10px;
	}

	/* 検索エリア */
	#top_search .search_area {
		max-width: 100%;
        width: 100%;
		padding: 20px 15px;
	}

	#top_search .free_word {
		margin-bottom: 25px;
	}

	#top_search .free_word+p {
		font-size: 12px;
	}

	#top_search .cat_list {
		margin-top: 0;
		white-space: nowrap;
		overflow-x: scroll;
		flex-wrap: nowrap;
		font-size: 12px;
	}


	/* INFORMATION
	---------------------------------------- */
	#top_info {
		display: block;
		padding: 0 20px 30px;
		margin: 0 auto;
		position: relative;
	}

	#top_info::before {
		content: "";
		background: #F5F6FC;
		width: 100%;
		height: calc(100% - 25px);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	#top_info .contents_title {
		margin-right: 0;
		color: transparent;
		font-size: 44px;
		line-height: 1;
	}

	.list_area {
		width: 100%;
		min-width: 0%;
	}

	#top_info .info_list {
		margin-bottom: 30px;
	}

	#top_info .info_list li a {
		display: block;
		padding: 30px 15px 10px 0;
	}

	#top_info .info_list .date {
		display: block;
		margin: 0 0 5px;
		font-size: 10px;
	}

	#top_info .info_title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#top_info .view_btn {
		margin: 0 auto;
	}

	/* PICK UP
	---------------------------------------- */
	#top_pickup {
		width: 100%;
		margin: 0 auto;
		padding: 40px 0;
		position: relative;
		text-align: center;
	}

	#top_pickup .contents_title {
		background: url(../img/top/hall_title_bg.svg) no-repeat center/200px, #fff;
		width: 200px;
		margin: 0 auto -20px;
		font-size: 44px;
	}

	#top_pickup .slider_pickup {
		background: url(../img/top/pickup_bg_sp.png) no-repeat center/100%;
		margin: 0 0 10px;
		padding: 21% 25px 0;
		height: 98vw;
	}

	#top_pickup .slider_pickup .slick-slide>div {
		margin: 0;
	}

	#top_pickup .slick-list {
		overflow: hidden;
	}

	.slider_pickup a {
		width: 100%;
	}

	.slider_pickup .txt {
		font-size: 14px;
		margin: 10px 0;
	}

	.slider_pickup .date {
		font-size: 12px;
	}

	#top_pickup .thumb {
		padding: 0 10px;
		margin: 0 0 30px;
	}

	#top_pickup .thumb .slick-slide {
		margin: 0 5px;
	}

	#top_pickup .thumb .slick-slide.slick-current.slick-active li {
		position: relative;
	}

	#top_pickup .thumb .slick-slide.slick-current.slick-active li::before {
		content: "";
		border: 2px solid #D8121C;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		position: absolute;
		top: 0;
		left: 0;
	}

	#top_pickup .thumb .slick-list.draggable {
		padding-right: 67%;
	}

	#top_pickup .thumb .img_liquid {
		width: 100%;
		padding-top: 64%;
	}

	/* arrowsカスタム */
	#top_pickup .slick-prev,
	#top_pickup .slick-next {
		width: 25px;
		height: 38px;
	}

	#top_pickup .slick-prev {
		left: 5px;
	}

	#top_pickup .slick-next {
		right: 5px;
	}


	/* SHOP NEWS
	---------------------------------------- */
	#top_shop_news {
		background: #F5F6FC;
		padding: 50px 0;
		margin: 0 0 20px;
		position: relative;
	}

	#top_shop_news::before {
		content: "";
		border-bottom: 160px solid transparent;
		border-left: 160px solid #fff;
		position: absolute;
		top: 0;
		left: 0;
	}

	#top_shop_news::after {
		content: "";
		background: none;
		width: auto;
		height: 0;
		border-top: 160px solid transparent;
		border-right: 160px solid #fff;
		position: absolute;
		-webkit-transform-origin: inherit;
		transform-origin: inherit;
		-webkit-transform: skewX(0deg);
		transform: skewX(0deg);
		top: auto;
		right: 0;
		bottom: 0;
		z-index: 0;
	}

	#top_shop_news .contents_title {
		font-size: 44px;
		line-height: 1;
		position: relative;
	}

	#top_shop_news .grid_list {
		padding: 0 5px;
		margin: 0 auto 30px;
	}

	#top_shop_news .view_btn {
		position: relative;
		z-index: 1;
	}


	/* STAFF SNAP
	---------------------------------------- */
	#top_snap {
		padding: 65px 0 30px 20px;
	}

	#top_snap::before {
		background: url(../img/top/snap_bg_sp.jpg) no-repeat top left/cover;
		height: calc(100% + 300px);
	}

	#top_snap .snap_bg {
		background: #D8121C;
		padding: 35px 0 35px 25px;
		margin: 0 0 80px auto;
		max-width: 1700px;
		position: relative;
	}

	#top_snap .contents_title {
		font-size: 44px;
		top: -40px;
		left: 25px;
	}

	#top_snap .view_btn {
		transform: translateX(-50%);
		left: 50%;
	}

	.slider_snap .draggable {
		padding: 0 8% 0 0 !important;
	}

	.slider_snap .slick-slide>div {
		margin-right: 20px;
	}

	.slick-slider .slick-track {
		margin: 0;
	}

	.slider_snap a {
		display: block;
		width: 100%;
	}

	.slider_snap .img_liquid {
		width: 100%;
		padding-top: 100%;
	}

	.slider_snap .txt {
		margin: 10px 0 5px;
	}

	.slider_snap .date {
		font-size: 12px;
		font-weight: bold;
	}


	/* RANKING
	---------------------------------------- */
	#top_ranking {
		display: block;
		padding: 0;
		margin: 0;
		max-width: 1700px;
		position: relative;
		z-index: 1;
	}

	#top_ranking .contents_title {
		margin: 0 0 0 30px;
		font-size: 44px;
		margin-bottom: -3px;
	}

	.ranking_list {
		flex-shrink: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 25px 0;
		position: relative;
		overflow: hidden;
	}

	.ranking_list::after {
		content: "";
		background: #000;
		width: calc(100% - 25px);
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.ranking_list li {
		margin: 0;
		width: 40%;
		padding: 0 10px;
	}

	.ranking_list li::after {
		display: none;
	}

	.ranking_list li .add_icon {
		margin-bottom: 20px;
	}

	.ranking_list li .rank {
		padding-left: 0;
		margin: 0;
	}

	.ranking_list li .rank::before {
		display: block;
		margin-bottom: 10px;
		position: static;
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

	.ranking_list li:nth-child(2) .rank::before {
		width: 26.7px;
		height: 19px;
	}

	.ranking_list li:nth-child(3) .rank::before {
		width: 26.7px;
		height: 19px;
	}

	.ranking_list li:first-child {
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}

	.ranking_list li:first-child::after {
		display: none;
	}

	.ranking_list li:first-child a {
		display: flex;
		align-items: center;
		width: calc(100% - 25px);
	}

	.ranking_list li:first-child .add_icon {
		width: 50%;
		flex-shrink: 0;
		margin: 0 5% 0 3px;
	}

	.ranking_list li:first-child .rank {
		width: calc(45% - 15px);
	}

	.ranking_list li:first-child .rank::before {
		margin-bottom: 20px;
	}

	.ranking_list li:nth-child(2) {
		margin: 0 0 0 auto;
	}

	.ranking_list li:nth-child(3) {
		margin: 0 auto 0 0;
	}

	.ranking_list li:nth-child(3)::after {
		content: "";
		display: block;
		background: #000;
		width: 100vw;
		height: calc(100% + 60px);
		position: absolute;
		right: -100px;
		top: auto;
		bottom: -30px;
		z-index: -1;
	}

	/* HEP HALL
	---------------------------------------- */
	#top_hep_hall {
		max-width: 1170px;
		margin: 0 auto 10px;
		padding: 40px 0 0;
		position: relative;
	}

	#top_hep_hall::after {
		content: "";
		width: 100vw;
		height: 70%;
		background: #F5F6FC;
		-webkit-transform-origin: left top 0;
		transform-origin: left top 0;
		position: absolute;
		-webkit-transform: skewX(40deg)translateX(-50%);
		transform: skewX(40deg)translateX(-50%);
		left: 50%;
		top: -30px;
		z-index: -1;
	}

	#top_hep_hall h3 {
		background: url(../img/top/hall_title_bg.svg) no-repeat center/200px;
		width: 100%;
		margin: 0 0 30px;
		font-size: 29px;
		line-height: 1;
	}

	#top_hep_hall .slider_hep_hall a {
		display: block;
	}

	#top_hep_hall .photo_area {
		width: 100%;
		flex-shrink: 0;
		padding: 0 20px;
	}

	#top_hep_hall .txt_area {
		background: #000;
		padding: 110px 40px 40px;
		margin: -50px 0 0;
	}

	#top_hep_hall .txt_area .txt {
		font-size: 14px;
		font-weight: 500;
		margin: 0 0 10px;
	}

	#top_hep_hall .txt_area .date {
		color: #989898;
		font-size: 12px;
	}

	#top_hep_hall .txt_area .view_btn {
		margin: 30px auto 0;
	}

	#top_hep_hall .slick-list {
		overflow: inherit;
	}

	#top_hep_hall .slick-dots {
		width: 100%;
		top: 65vw;
		bottom: auto;
	}

	#top_hep_hall .slick-dotted.slick-slider {
		margin: 0;
	}

	.heps_bnr {
		padding: 0;
	}

	/* bnr_list
	---------------------------------------- */
	.bnr_list {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
	}

	.bnr_list li {
		width: 100%;
		text-align: center;
		margin: 10px 0 0;
	}
}

@media print {
	#mainVisual {
		display: none !important;
	}
}
