@charset "UTF-8";
@media screen and (max-width: 1119px) {
	.top-nav {
		overflow: hidden;
		position: fixed;
		top: 60px;
		left: 0;
		z-index: 2;
		background: #fff;
		height: 32px;
		width: 100%;
		border-bottom: solid 1px #dedede;
		-webkit-transition: top .5s ease-in-out;
		transition: top .5s ease-in-out;
	}
	.top-nav .top-nav-inner {
		width: 100%;
		height: 50px;
	}
	.top-nav .top-nav-inner ul {
		width: 370px;
		margin: 0 auto;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 0;
		text-align: center;
	}
	.top-nav .top-nav-inner ul li {
		display: inline-block;
		position: relative;
		color: #898989;
		font-size: 11px;
		line-height: 32px;
		padding: 0 7px;
		transition: all .5s;
	}
	.top-nav .top-nav-inner ul li:after {
		content: '';
		position: absolute;
		bottom: 1px;
		left: 0;
		width: 100%;
		height: 3px;
		background: #ae9855;
		border-radius: 3px;
		opacity: 0;
		transition: all .5s;
	}
	.top-nav .top-nav-inner ul li.active {
		font-weight: bold;
		color: #ae9855;
	}
	.top-nav .top-nav-inner ul li.active:after {
		opacity: 1;
		background: #ae9855;
	}
	.top-nav.no-fixed {
		top: 20px;
	}
}

@media screen and (min-width: 1120px) {
	.top-nav {
		position: absolute;
		top: 135px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
	}
	.top-nav .top-nav-inner {
		-webkit-clip-path: polygon(0 14px, 7px 0, calc(100% - 7px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 14px));
		clip-path: polygon(0 14px, 7px 0, calc(100% - 7px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 14px));
	}
	.top-nav .top-nav-inner ul {
		background-color: #ddddd9;
		font-size: 0;
	}
	.top-nav .top-nav-inner ul li {
		display: inline-block;
		font-size: 13px;
		padding: 0 25px;
		line-height: 28px;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		cursor: pointer;
		position: relative;
	}
	.top-nav .top-nav-inner ul li:after {
		content: '';
		width: 0;
		position: absolute;
		height: 2px;
		bottom: 0;
		left: 50%;
		background-color: #dec167;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.top-nav .top-nav-inner ul li:hover {
		color: #dec167;
	}
	.top-nav .top-nav-inner ul li:hover:after {
		width: 100%;
	}
	.top-nav .top-nav-inner ul li.active {
		background: #ae9855;
		color: #fff !important;
	}
	.top-nav .top-nav-inner ul li.active:after {
		width: 0 !important;
	}
	.top-nav .top-nav-inner ul li.active:hover {
		color: #fff !important;
	}
	.top-nav .top-nav-inner ul li:first-child {
		padding-left: 35px;
	}
	.top-nav .top-nav-inner ul li:last-child {
		padding-right: 35px;
	}
}

@media screen and (max-width: 1119px) {
	header {
		border-bottom: none;
	}
}

.top .top-main {
	background: #fff;
	background-size: cover;
	padding: 0 17px;
	position: relative;
}
.top .top-main .top-main-inner{
	display: table;
	width: 100%;
	height: 540px;
	padding: 20px 0;
}
.top .top-main .top-main-block {
	display: table-cell;
	vertical-align: middle;
}

.top .top-main .top-mv-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
/*.top .top-main:after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
}*/
.top .top-main .top-mv-slider .slick-slide img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.top .top-main .top-mv-slider .slick-slide img.sp_hide {
		display: none !important;
	}
	.top .top-main .top-main-inner{
		height: 260px;
	}
	.top .top-main {
		overflow: hidden;
		padding-bottom: 17px;
	}
}

.top .top-main h1 {
	position: relative;
	padding: 0 0 20px;
	color: #fff;
	font-size: 25px;
	line-height: 1.35;
	text-align: center;
	font-weight: bold;
	z-index: 1;
	text-shadow: 1px 1px 20px #454545;
}

/*--tag--*/
.box-top-tag {
	max-width: 500px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.box-top-tag li {
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	padding: 0 5px;
	/*text-shadow: black 1px 1px 15px, black 1px 1px 15px, black 1px 1px 15px, black 1px 1px 15px;*/
	font-size: 13px;
}
.box-top-tag li a {
	color: #fff;
	text-decoration: underline;
}
.box-top-tag li span {
	line-height: 1.2;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.box-top-tag li a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	.box-top-tag li {
	margin-bottom: 8px;
	}
}
@media screen and (max-width: 1119px) {
	.box-top-tag li span {
		border-radius: 6px;
		background-color: rgba(0,0,0,0.3);
		box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.3);
	}
}
@media screen and (min-width: 1120px) {
	.box-top-tag li span {
		text-shadow: black 1px 1px 15px, black 1px 1px 15px, black 1px 1px 15px, black 1px 1px 15px;
	}
}


.top .top-main .box-search-name {
	position: relative;
	background: #fff;
	z-index: 1;
	box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
}

.top .top-main .box-search-name:before {
	font-size: 17px;
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 40px;
	color: #154598;
}

.top .top-main .box-search-name input {
	width: calc(100% - 25px);
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 15px;
	border: none;
	color: #666;
	font-size: 13px;
	line-height: normal;
}

.top .top-main .box-search-name button {
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.top .top-main .box-search-name button p.icon-search {
	background: #154598;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.top .top-main .box-search-name button p.icon-search:hover {
	background: #71a3d2;
}

.top .top-main .btn-scroll {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	display: block;
	z-index: 1;
	text-shadow: 0 0 10px #454545;
}

.top .top-main .btn-scroll:after {
	-webkit-animation: mainVisualScroll 1.2s ease infinite normal;
	animation: mainVisualScroll 1.2s ease infinite normal;
	content: '\e914';
	font-family: ikspiari_jp !important;
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*--gourmet shop cinema event--*/
.top .top-block .block-gourmet {
	border: 1px solid #fff;
	background: url("/resource/images/top/top-gourmet.jpg") right center no-repeat;
	background-size: cover;
}
.top .top-block .block-shop {
	border: 1px solid #fff;
	background: url("/resource/images/top/top-shop.jpg") center center no-repeat;
	background-size: cover;
}
.top .top-block .block-cinema {
	border: 1px solid #fff;
	background: url("/resource/images/top/top-cinema.jpg") left center no-repeat;
	background-size: cover;
}
.top .top-block .block-event {
	border: 1px solid #fff;
	background: url("/resource/images/top/top-event-201909.jpg") center center no-repeat;
	background-size: cover;
}
.top .top-block-child .block-child {
	position: relative;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.top .top-block-child .block-child img {
	display: block;
	width: 100%;
}
.top .top-block-child .block-child .top-ttl-lv2 p {
	color: #333;
}

.top .top-block .block-gourmet:before,
.top .top-block .block-shop:before,
.top .top-block .block-cinema:before,
.top .top-block .block-event:before{
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}
.top .top-block .block-gourmet .icon-arrow-right,
.top .top-block .block-shop .icon-arrow-right,
.top .top-block .block-cinema .icon-arrow-right,
.top .top-block .block-event .icon-arrow-right,
.top .block-child .icon-arrow-right {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 3px;
}
.top .top-block .block-gourmet .icon-arrow-right {
	background: #E50836;
}
.top .top-block .block-shop .icon-arrow-right{
	background: #53AE2F;
}
.top .top-block .block-cinema .icon-arrow-right{
	background: #A958C1;
}
.top .top-block .block-event .icon-arrow-right {
	background: #E06F00;
}
.top .block-child .icon-arrow-right {
	background: #023894;
}

.top .top-ttl-lv2 {
	text-align: center;
}
.top .top-ttl-lv2 h2 {
	font-size: 18px;
	line-height: 1.16;
	font-weight: bold;
}
.top .block-child .top-ttl-lv2 h2,
.top .block-child .top-ttl-lv2 p {
	text-align: left;
}
.top .top-ttl-lv2 h2 .br-tab {
	display: none;
}
.top .top-ttl-lv2 h2 .br-sp {
	display: none;
}

.top .top-ttl-lv2 p {
	font-size: 10px;
	color: #154598;
	margin-top: 6px;
}

.top .top-block-link {
	color: #154598;
	font-size: 12px;
	position: absolute;
	top: 25px;
	right: 12px;
	display: block;
}

.top .top-block-info {
	position: relative;
}
.top .top-block-info .top-ttl-lv2 {
	padding: 30px 0 25px;
}
.top .top-block-info .lst-info {
	padding-bottom: 5px;
}

.top .top-ttl-sns {
	padding: 20px 0;
}
.top .top-sns {
	background-color: #305196;
}
.top .block-sns {
	text-align: center;
}
.top .block-sns .block-sns-ttl {
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
}
.top .block-sns .btn-shadow {
	width: 100px;
	margin: 0 auto;
}
.top .block-sns .btn {
	color: #154598;
	width: 100%;
	padding: 10px 0;
	font-size: 9px;
}
.top .block-sns .btn:before {
	margin-top: -5px;
}
.top .top-instagram {
	position: relative;
	border-top: 2px solid #fff;
}
.top .top-instagram ul li {
	overflow: hidden;
	float: left;
	width: 33.3%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.top .top-instagram .block-instagram {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 240px;
	height: 190px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background: #fff;
	padding: 3px;
}
.top .top-instagram .block-instagram-inner {
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid 1px #cfc6b6;
	text-align: center;
}
.top .top-instagram .block-instagram-inner img {
	width: 26px;
	margin-top: 27px;
	margin-bottom: 10px;
}
.top .top-instagram .block-sns-ttl {
	color: #d93177;
}
.top .top-instagram .block-btn-sns {
	margin-top: 20px;
}
.top .top-instagram .block-btn-sns .btn-sns {
	display: inline-block;
	margin: 0 2px;
}
.top .top-instagram .btn-instagram .btn {
	background: #d93175;
}
.top .top-instagram .btn-facebook .btn {
	background: #305196;
}
.top .top-instagram .btn-twitter .btn {
	background: #2c96d4;
}
.top .top-instagram .btn span {
	position: relative;
	color: #fff;
	margin-left: 10px;
}
.top .top-instagram .btn-sns p {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.top .top-block .block-gourmet,
	.top .top-block .block-shop,
	.top .top-block .block-cinema,
	.top .top-block .block-event {
		float: left;
		width: 50%;
		padding: 55px 20px;
		position: relative;
	}
	.top .top-block-child {
		clear: both;
		padding: 10px;
	}
	.top .top-block-child a {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.top .top-block-child .block-child {
		margin: 0;
		padding: 0;
	}
	.top .top-block-child .block-child .top-ttl-lv2 h2 {
		padding-top: 0;
		text-align: left;
		color: #333;
		font-size: 12px;
	}
	/* 201909追加 ここから */
	.top .top-block-child a {
		display: block;
	}
	.top .top-block-child a:last-child {
		margin-top: 10px;
	}
	/* 201909追加 ここまで */

	.top .top-block .top-ttl-lv2 {
		text-align: left;
		position: relative;
	}
	.top .top-block .top-ttl-lv2 i {
		position: absolute;
		top: -15px;
		left: 50%;
		font-size: 40px;
		margin-left: -20px;
		color: #fff;
	}
	.top .top-block .top-ttl-lv2 h2 {
		font-size: 20px;
		padding-top: 35px;
		color: #fff;
		text-align: center;
	}
	.top .top-block .top-ttl-lv2 p {
		font-size: 11px;
		color: #fff;
		margin-top: 4px;
		text-align: center;
	}
	.top .top-instagram .block-instagram-inner {
		padding-top: 27px;
	}
	.top .top-instagram .block-btn-sns {
		margin: 15px auto 0 auto;
	}
	.top .top-instagram .block-btn-sns .btn-sns {
		width: auto;
	}
	.top .top-instagram .btn span {
		display: none;
	}
	.top .top-instagram .btn-shadow:before {
		-webkit-clip-path: circle(50% at 50% 50%);
		clip-path: circle(50% at 50% 50%);
	}
	.top .top-instagram .btn-shadow .btn {
		width: 61px;
		height: 60px;
		margin: 0;
		padding: 0;
		-webkit-clip-path: circle(30px);
		clip-path: circle(30px);
		font-size: 30px;
	}
	.top .top-instagram .btn-shadow .btn [class^="icon-"] {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -15px;
		margin-top: -15px;
	}
}

@media screen and (max-width: 767px) {
	.top .block-child h2 .br-sp {
		display: block;
	}
	.top .top-block-info {
		padding-bottom: 40px;
	}
	.top .top-block-info .top-block-link {
		font-size: 12px;
		top: auto;
		right: 10px;
		bottom: 20px;
	}
}

@media screen and (min-width: 768px) {
	.top {
		position: relative;
		z-index: 0;
	}
	.top .top-main {
		height: 750px;
		background: #fff;
		background-size: cover;
		padding: 0;
		overflow: hidden;
	}
	.top .top-main .top-mv-slider .slick-slide img.pc_hide {
		display: none !important;
	}
	.top .top-main h1 {
		font-size: 40px;
		line-height: 1.35;
	}
	.top .top-main .box-search-name {
		max-width: 500px;
		margin: 0 auto;
	}
	.top .top-main .box-search-name:before {
		line-height: 50px;
	}
	.top .top-main .box-search-name input {
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
	.top .top-main .box-search-name button p.icon-search {
		width: 50px;
		line-height: 50px;
	}
	.top .top-ttl-lv2 h2 {
		font-size: 24px;
	}
	.top .top-ttl-lv2 p {
		font-size: 12px;
	}
	.top .top-block-link {
		font-size: 12px;
		top: 60px;
		right: 20px;
	}
	.top .top-block {
		font-size: 0;
	}
	.top .top-block a {
		display: inline-block;
		font-size: 0;
		width: 25%;
	}
	.top .top-block-child a {
		display: block;
		width: 100%;
		max-width: 880px;
		margin: 0 auto;
	}
	.top .top-block a:hover,
	.top .top-block-child a:hover {
		opacity: 0.7 !important;
	}
	/* 201909追加 ここから */
	.top .top-block-child {
		text-align: center;
		padding: 0 20px;
	}
	.top .top-block-child a {
		display: block;
		width: 50%;
		max-width: 560px;
		box-sizing: border-box;
	}
	.top .top-block-child a:first-child {
		float: left;
		padding-right: 10px;
	}
	.top .top-block-child a:last-child {
		float: right;
		padding-left: 10px;
	}
	/* 201909追加 ここまで */

	.top .top-block .block-gourmet,
	.top .top-block .block-shop,
	.top .top-block .block-cinema,
	.top .top-block .block-event {
		position: relative;
		width: 100%;
		height: 320px;
		cursor: pointer;
		display: inline-block;
		vertical-align: top;
		color: #fff
	}
	.top .top-block .block-gourmet .top-ttl-lv2,
	.top .top-block .block-shop .top-ttl-lv2,
	.top .top-block .block-cinema .top-ttl-lv2,
	.top .top-block .block-event .top-ttl-lv2 {
		position: absolute;
		width: 100%;
		text-align: center;
		padding: 110px 0 30px;
		color: #fff;
	}
	.top .top-block .block-gourmet .top-ttl-lv2 i,
	.top .top-block .block-shop .top-ttl-lv2 i,
	.top .top-block .block-cinema .top-ttl-lv2 i,
	.top .top-block .block-event .top-ttl-lv2 i {
		font-size: 36px;
		color: #fff;
	}
	.top .top-block .block-gourmet .top-ttl-lv2 h2,
	.top .top-block .block-shop .top-ttl-lv2 h2,
	.top .top-block .block-cinema .top-ttl-lv2 h2,
	.top .top-block .block-event .top-ttl-lv2 h2 {
		margin-top: 15px;
		color: #fff;
	}
	.top .top-block .block-gourmet .top-ttl-lv2 p,
	.top .top-block .block-shop .top-ttl-lv2 p,
	.top .top-block .block-cinema .top-ttl-lv2 p,
	.top .top-block .block-event .top-ttl-lv2 p {
		color: #fff;
	}
	.top .block-child {
		height: 140px;
	}
	.top .top-block-info {
		position: relative;
		padding: 50px 0 70px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	.top .top-block-info .wrp-1160{
		position: relative;
	}
	.top .top-block-info .top-block-info-ttl {
		float: left;
		width: 20%;
	}
	.top .top-block-info .top-ttl-lv2 {
		padding: 70px 0 0;
	}
	.top .top-block-info .top-block-link {
		top: auto;
		bottom: -30px;
	}
	.top .top-block-info .lst-info {
		float: left;
		width: 80%;
		max-width: inherit;
	}
	.top .top-block-info .lst-info li:first-child {
		border-top: 0;
	}
	.top .top-block-info .lst-info li a .lst-box {
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.top .top-block-info .lst-info li a:hover {
		opacity: 1;
	}
	.top .top-block-info .lst-info li a:hover .lst-ttl, .top .top-block-info .lst-info li a:hover i {
		color: #fff;
	}
	.top .top-block-info .lst-info li a:hover .lst-box {
		background: rgba(255, 255, 255, 0.1);
	}
	.top .top-ttl-sns {
		padding: 40px 0;
	}
	.top .block-sns .block-sns-ttl {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.top .block-sns .btn-shadow {
		width: 140px;
	}
	.top .block-sns .btn {
		padding: 13px 0;
		font-size: 14px;
	}
	.top .block-sns .btn:before {
		margin-top: -7px;
	}
	.top .top-instagram ul li {
		width: 16.66%;
	}
	.top .top-instagram .block-instagram {
		width: 620px;
		height: 205px;
		padding: 5px;
	}
	.top .top-instagram .block-instagram-inner {
		padding-top: 40px;
	}
	.top .top-instagram .block-instagram-inner img {
		width: 31px;
		margin-top: 53px;
		margin-bottom: 15px;
	}
	.top .top-sns .block-sns {
		padding: 50px 0;
	}
	.top .top-sns .block-sns img {
		height: 25px;
		margin-bottom: 20px;
	}
	.top .top-sns .block-sns .block-sns-ttl {
		font-size: 18px;
		color: #fff;
		margin-bottom: 30px;
	}
	.top .top-sns .block-sns .block-sns-tweet .block-sns-detail {
		max-width: 480px;
		margin: 10px auto 20px;
		overflow: hidden;
		height: 48px;
	}
	.top .top-sns .block-sns .block-sns-tweet .block-sns-detail span {
		color: #fff;
		font-size: 14px;
		line-height: 1.7;
		position: relative;
		display: block;
		word-break:break-all;
	}
	.top .top-sns .block-sns .block-sns-tweet .block-sns-detail span:before, .top .top-sns .block-sns .block-sns-tweet .block-sns-detail span:after {
		position: absolute;
	}
	.top .top-sns .block-sns .block-sns-tweet .block-sns-detail span:before {
		content: "...";
		top: 20px;
		right: 0;
		width: 1.2em;
	}
	.top .top-sns .block-sns .block-sns-tweet .block-sns-detail span:after {
		content: "";
		height: 100%;
		width: 100%;
	}
}

/* 201912SNSアイコン改修 ここから */
.top .top-instagram .btn-sns .btn {
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.top .top-instagram .btn-shadow .btn {
	clip-path: none;
	font-size: 0;
}
.top .top-instagram .btn-shadow:before {
	content: none;
}
.top .top-instagram .btn-sns.btn-facebook .btn {
	background-color: transparent;
	background-image: url(https://www.ikspiari.com/resource/images/icon-sns-facebook.png);
}
.top .top-instagram .btn-sns.btn-twitter .btn {
	background-color: transparent;
	background-image: url(https://www.ikspiari.com/resource/images/icon-sns-twitter.png);
}
.top .top-instagram .btn-sns.btn-instagram .btn {
	background-color: transparent;
	background-image: url(https://www.ikspiari.com/resource/images/icon-sns-instagram.png);
}
.top .top-instagram .btn-sns .btn > i,
.top .top-instagram .btn-sns .btn > span,
.top .top-instagram .btn-sns .btn > img {
	display: none;
}
@media screen and (min-width: 768px) {
	.top .block-sns .btn-shadow {
		width: 70px;
	}
}
/* 201912SNSアイコン改修 ここまで */

@media screen and (min-width: 768px) and (max-width: 1430px) {
/* 20190410修正
	.top .top-main .top-mv-slider .slick-slide img {
		width: auto;
		height: 100%;
	}
*/
	.top .top-main .top-mv-slider .slick-slide {
		height: 750px;
	}
	.top .top-main .top-mv-slider .slick-slide img {
		width: auto;
		height: 750px;
		position: absolute;
		left: -100%;
		right: -100%;
		margin: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.top .top-block .top-block-txt {
		display: none;
	}
	.top .top-block .block-gourmet,
	.top .top-block .block-gourmet-img,
	.top .top-block .block-shop,
	.top .top-block .block-shop-img,
	.top .top-block .block-cinema,
	.top .top-block .block-cinema-img,
	.top .top-block .block-event,
	.top .top-block .block-event-img {
		height: 190px;
	}
	.top .top-block .block-gourmet .top-ttl-lv2,
	.top .top-block .block-shop .top-ttl-lv2,
	.top .top-block .block-cinema .top-ttl-lv2,
	.top .top-block .block-event .top-ttl-lv2 {
		padding-top: 50px;
	}
	.top .top-block .block-gourmet .top-ttl-lv2 h2,
	.top .top-block .block-shop .top-ttl-lv2 h2,
	.top .top-block .block-cinema .top-ttl-lv2 h2,
	.top .top-block .block-event .top-ttl-lv2 h2 {
		font-size: 20px;
	}
	.top .top-block .block-cinema .top-ttl-lv2,
	.top .top-block .block-event .top-ttl-lv2 {
		padding-top: 40px;
	}
	.top .top-block-info .top-ttl-lv2 {
		padding: 45px 0 30px;
	}
	.top .top-instagram ul li {
		width: 25%;
	}
	.top .top-sns .block-sns {
		padding: 40px 30px 30px;
	}
	.top .top-sns .block-sns img {
		margin-bottom: 10px;
	}
}

.top-event,
.top-campaign,
.top-news,
.top-info {
	padding: 41px 0 25px;
}

.top-event > .lst,
.top-campaign > .lst,
.top-news > .lst,
.top-info > .lst {
	padding-bottom: 20px;
}

@media screen and (min-width: 1120px) {
	.top-event,
	.top-campaign,
	.top-news,
	.top-info {
		padding: 70px 0 80px;
	}
	.top-event > .lst,
	.top-campaign > .lst,
	.top-news > .lst,
	.top-info > .lst {
		padding-bottom: 30px;
	}
}

.top-event .lst.lst02 li .bevel .lbl,
.top-campaign .lst.lst02 li .bevel .lbl {
	font-size: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-bottom: 5px;
}

.top-event .lst.lst02 li .bevel .lst-txt,
.top-campaign .lst.lst02 li .bevel .lst-txt {
	padding-bottom: 20px;
}

.top-event .lst.lst02 li .bevel .lst-gray,
.top-campaign .lst.lst02 li .bevel .lst-gray {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 80%;
}

@media screen and (min-width: 768px) {
	.top-event .lst.lst02 li .bevel .lst-gray,
	.top-campaign .lst.lst02 li .bevel .lst-gray {
		position: absolute;
		bottom: 20px;
		left: 20px;
		max-width: calc(100% - 40px);
	}
}


.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.mfp-fade .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.mfp-fade.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-fade.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

button.mfp-close {
	font-size: 0 !important;
}

button.mfp-close:before {
	content: '\e91c';
	font-size: 36px;
	font-family: ikspiari_jp, 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-variant: normal normal;
}

.bnr-card {
	background-color: #ece9e0;
	width: 100%;
}

.bnr-card__inner {
	position: relative;
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 15px 10px;
}

.bnr-card ul {
	font-size: 0;
}

.bnr-card ul li {
	display: inline-block;
	width: 100%;
	padding: 0 0 5px;
}

.bnr-card ul li img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.bnr-card__inner {
		padding: 40px 15px;
	}
	.bnr-card ul li {
		padding: 0 7px;
		width: 50%;
	}
}

@media screen and (min-width: 1120px) {
	.is-top .top-nav .top-nav-inner ul {
		background-color: rgba(0, 0, 0, 0.4);
		width: 570px;
	}
	.is-top .top-nav .top-nav-inner ul li {
		color: #fff;
	}
	.is-top .top-nav .top-nav-inner ul li:hover {
		color: #dec167;
	}
	.is-top .top-nav .top-nav-inner ul li:hover:after {
		opacity: 1;
	}
}

.is-top footer .footer_sns {
	display: none;
}

.ie .top .top-block .block-gourmet .top-ttl-lv2 i, .ie .top .top-block .block-gourmet .top-ttl-lv2 p {
	background: none;
	color: #e50836;
}

.ie .top .top-block .block-shop .top-ttl-lv2 i, .ie .top .top-block .block-shop .top-ttl-lv2 p {
	background: none;
	color: #53ae2f;
}

.ie .top .top-block .block-cinema .top-ttl-lv2 i, .ie .top .top-block .block-cinema .top-ttl-lv2 p {
	background: none;
	color: #743eb7;
}

.ie .top .top-block .block-event .top-ttl-lv2 i, .ie .top .top-block .block-event .top-ttl-lv2 p {
	background: none;
	color: #e06f00;
}

.android .top-nav {
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
}

.android .top {
	padding: 0;
}

.android .top-event,
.android .top-campaign,
.android .top-news,
.android .top-info {
	padding-top: 10px;
}

@keyframes mainVisualScroll {
	0% {
		bottom: -20px;
		opacity: 1;
	}
	100% {
		bottom: -40px;
		opacity: 0;
	}
}

@-webkit-keyframes mainVisualScroll {
	0% {
		bottom: -20px;
		opacity: 1;
	}
	100% {
		bottom: -40px;
		opacity: 0;
	}
}

/*--newopen--*/
@media screen and (min-width: 768px) {
	.top-block-newopen {
		overflow-x: hidden;
	}
	.top-block-newopen .wrp-1160 {
		position: relative;
	}
	.top-block-newopen .slick-newopen.lst.lst06 {
		max-width: 100%;
	}
	.top-block-newopen {
		background-color: #e7e3d9;
		padding-bottom: 40px;
	}
	.top-block-newopen .top-ttl-lv2 {
		padding: 50px 0 20px;
	}
	.top-block-newopen .lst06 li {
		width: 33.33%;
	}
	.top-block-newopen .col-newshop .lst-img {
		z-index: 1;
	}
	.top-block-newopen .slick-dots li {
		width: 20px;
		float: none;
		filter: none;
		padding: 5px;
	}
	.top-block-newopen .lst06 .lst-ttl {
		margin-top: 5px;
	}
	.top-block-newopen .lst.lst06 li .bevel:hover .lst-img,
	.top-block-newopen .lst.lst06 li .btn:hover .lst-img {
		opacity: 1;
	}
	.top-block-newopen .lst.lst06 li a:hover .bevel .lst-img,
	.top-block-newopen .lst.lst06 li a:hover .btn .lst-img {
		opacity: 0.7;
	}
	.top-block-newopen .lst.lst06 li .bevel:hover .lst-box p,
	.top-block-newopen .lst.lst06 li .btn:hover .lst-box p,
	.top-block-newopen .lst.lst06 li .bevel:hover .lst-box span,
	.top-block-newopen .lst.lst06 li .btn:hover .lst-box span,
	.top-block-newopen .lst.lst06 li .bevel:hover .lst-box i,
	.top-block-newopen .lst.lst06 li .btn:hover .lst-box i{
		color: #333 !important;
	}
	.top-block-newopen .lst.lst06 li a:hover .bevel .lst-box p,
	.top-block-newopen .lst.lst06 li a:hover .btn .lst-box p,
	.top-block-newopen .lst.lst06 li a:hover .bevel .lst-box span,
	.top-block-newopen .lst.lst06 li a:hover .btn .lst-box span,
	.top-block-newopen .lst.lst06 li a:hover .bevel .lst-box i,
	.top-block-newopen .lst.lst06 li a:hover .btn .lst-box i{
		color: #1a95ce !important;
	}
	.top-block-newopen .lst.lst06 li .bevel .lst-box p.lst-blue {
		color: #1a95ce !important;
	}
	.top-block-newopen .lst.lst06 li a:hover .bevel .lst-box p.lst-blue {
		color: #1a95ce !important;
	}
	.top-block-newopen .lst.lst06 li a:hover .bevel .lst-box p .lst-tag {
		color: #fff !important;
	}
}
@media screen and (max-width: 767px) {
	.top-block-newopen {
		position: relative;
		background-color: #E7E3D9;
		padding-bottom: 15px;
	}
	.top-block-newopen .top-ttl-lv2 {
		position: relative;
		text-align: left;
		padding: 22px 10px 12px;
	}
	.top-block-newopen .top-ttl-lv2 .top-btn-more {
		position: absolute;
		right: 10px;
		top: 32px;
		margin-top: 0;
	}
	.top-block-newopen .col-newshop .lst-img {
		z-index: 1;
	}
	.top-block-newopen .lst06 li {
		width: 258px;
	}
	.top-block-newopen .slick-dots li {
		width: 20px;
		float: none;
		filter: none;
	}
}
@media screen and (max-width: 1119px) {
	.top .top-block-newopen .wrap-lst .slick-prev {
		left: 0;
		top: auto;
		bottom: -43px;
		z-index: 1;
		height: auto;
	}
	.top .top-block-newopen .wrap-lst .slick-next {
		right: 10px;
		top: auto;
		bottom: -43px;
		z-index: 1;
		height: auto;
	}
}
@media screen and (min-width: 1160px) {
	.top .top-block-newopen .wrap-lst .lst.lst06 {
		max-width: 1160px;
	}
}

/*--shopnews--*/
.top .top-block-news {
	border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
	.top .top-block-news {
		position: relative;
		padding-bottom: 15px;
		background-color: #F5F4EF;
	}
	.top .top-block-news .top-ttl-lv2 {
		position: relative;
		padding: 22px 10px 12px;
		text-align: left;
	}
	.top-block-news .top-ttl-lv2 .top-btn-more {
		position: absolute;
		right: 10px;
		top: 32px;
		margin-top: 0;
	}
	.top .top-block-news .wrap-lst .lst.lst06 .slick-dots li {
		width: 20px;
		float: none;
		filter: none;
	}
}
@media screen and (min-width: 768px) {
	.top .top-block-news {
		overflow-x: hidden;
	}
	.top .top-block-news {
		background-color: #f5f4ef;
		padding-bottom: 40px;
	}
	.top .top-block-news .wrp-1160 {
		position: relative;
	}
	.top .top-block-news .top-ttl-lv2 {
		padding: 50px 0 20px;
	}
	.top .top-block-news .wrap-lst .lst.lst06 {
		max-width: 100%;
	}
	.top .top-block-news .wrap-lst .lst.lst06 .slick-dots li {
		width: 20px;
		float: none;
		filter: none;
	}
	.top .top-block-news .lst.lst06 li .bevel .lst-box .lst-ttl {
		font-size: 14px;
	}
	.top .top-block-news .lst.lst06 li .bevel .lst-box {
		padding: 20px;
	}
}
@media screen and (max-width: 1119px) {
	.top .top-block-news .wrap-lst .slick-prev {
		left: 0;
		top: auto;
		bottom: -43px;
		z-index: 1;
		height: auto;
	}
	.top .top-block-news .wrap-lst .slick-next {
		right: 10px;
		top: auto;
		bottom: -43px;
		z-index: 1;
		height: auto;
	}
}
@media screen and (min-width: 1160px) {
	.top .top-block-news .wrap-lst .lst.lst06 {
		max-width: 1160px;
	}
}

/*--season--*/
.bnr-season {
	position: relative;
/*	margin-top: 50px;*/
}
.bnr-season .slick-seasonal {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 0 20px;
	-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
	mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
}
.bnr-season .slick-seasonal.no-slide {
	padding-bottom: 0;
}
.ie .bnr-season .slick-seasonal {
	-webkit-mask-image: none;
	mask-image: none;
}
.bnr-season .slick-seasonal .slick-slide {
	padding: 10px;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	position: relative;
	display: block;
	overflow: hidden;
}
.ie .bnr-season .slick-seasonal .slick-slide:not(.slick-center) {
	opacity: 0.7;
}
.bnr-season .slick-seasonal li a {
	display: block;
}
.ie .bnr-season .slick-seasonal li a {
	transition: none;
}
.bnr-season .slick-seasonal li a:hover {
	opacity: 0.7;
}
.bnr-season .slick-seasonal li a img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.2);
}
.bnr-season .slick-seasonal li a img,
.bnr-season .slick-seasonal li a:hover img {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}
.bnr-season .slick-seasonal.no-slide li a {
	text-align: center;
}
.bnr-season .slick-seasonal.no-slide li a img {
	max-width: 100%;
	width: auto;
}
.bnr-season .slick-seasonal li a img.pc_hide {
	display: none !important;
}
.bnr-season .slick-seasonal li.season {
	position: relative;
}
.bnr-season .slick-dots {
	bottom: 0;
}
.bnr-season .slick-dots li {
	padding: 0;
}
.bnr-season .slick-dots li button:before {
	background: #fff;
}
.bnr-season .slick-dots li.slick-active button:before {
	background: #00a2ff;
}
.bnr-season .slick-prev:before,
.bnr-season .slick-next:before {
	color: #fff;
}
.bnr-season .slick-seasonal .slick-prev {
	left: calc(50% - 270px);
	top: auto;
	bottom: -6px;
	z-index: 6;
}
.bnr-season .slick-seasonal .slick-next {
	right: calc(50% - 265px);
	top: auto;
	bottom: -6px;
	z-index: 6;
}
@media screen and (max-width: 1119px) {
	.bnr-season .slick-seasonal .slick-prev {
		left: 0;
		top: auto;
		bottom: -43px;
		z-index: 1;
		height: auto;
	}
	.bnr-season .slick-seasonal .slick-next {
		right: 10px;
		top: auto;
		bottom: -43px;
		z-index: 1;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.bnr-season .slick-seasonal li a img.sp_hide {
		display: none !important;
	}
	.bnr-season .slick-seasonal li a img.pc_hide {
		display: block !important;
	}
	.bnr-season .slick-seasonal.no-slide li a img.pc_hide {
		margin: 0 auto;
	}
	.bnr-season {
		padding: 10px 0 5px 0;
		margin: 0 -18px;
	}
	.bnr-season .slick-seasonal {
		-webkit-mask-image: none;
		mask-image: none;
		padding-bottom: 10px;
	}
	.bnr-season .slick-seasonal.no-slide {
		width: 70%;
	}
	.bnr-season .slick-seasonal.no-slide li {
		box-shadow:0px 0px 30px 3px rgba(0,0,0,0.3);
	}
	.bnr-season .slick-seasonal .slick-slide {
		padding: 0;
	}
	.bnr-season .slick-seasonal li a img {
		border: 2px solid #fff;
		box-shadow: none;
	}
	.bnr-season .slick-seasonal .slick-track {
		padding: 25px 0;
	}
	.bnr-season .slick-seasonal .slick-track li {
		box-shadow:0px 0px 30px 3px rgba(0,0,0,0.3);
	}
	.bnr-season .slick-seasonal .slick-slide {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	.bnr-season .slick-seasonal .slick-slide:not(.slick-center) {
		-webkit-transform: scale(0.82);
		transform: scale(0.82);
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
	}
	.bnr-season .slick-seasonal .slick-dots {
		bottom: 8px;
	}
	.bnr-season .slick-seasonal .slick-prev,
	.bnr-season .slick-seasonal .slick-next {
		bottom: -10px;
	}
	.bnr-season .slick-seasonal .slick-prev {
		left: calc(25% + 15px);
	}
	.bnr-season .slick-seasonal .slick-next {
		right: calc(25% + 25px);
	}
}
@media screen and (min-width: 768px) {
	.bnr-season .slick-seasonal .slick-slide:before {
		content: '';
		position: absolute;
		z-index: -1;
		width: auto;
		height: auto;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		background-color: #fff;
	}
}

.top .top-main .slick-slider .slick-list,
.top .top-main .slick-track,
.top .top-main .slick-slide,
.top .top-main .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: none;
	-o-transform: translate3d(0, 0, 0);
	transform: none;
}

.footer_sns {
	display: none;
}
