@charset "UTF-8";
/* index.css */
/* font-size max1435pxで設定 */


/* ===== mv ===== */
#mv {
	width: 100%;
	position: fixed;
	top:  0;
	left: 0;
}
#mv_slider .uk-slideshow-items {
	height: 100vh;
	min-height: 400px;
	aspect-ratio: unset;
}
#mv_slider img {
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
/* MVをfixedにしたことによる影響 */
.allMain_wrap {
	margin-top: calc(100vh - 64px);
	position: relative;
	background-color: #fff;
	z-index: 100;
}
footer {
	position: relative;
	z-index: 100;
}

/* ===== mvtext swiper ===== */
#mvtext_swiper {
	width: 100%;
	position: absolute;
	top:  0;
	left: 0;
	mix-blend-mode: soft-light;
}


/* ===== クリックでズームイン ===== */
/* 背景レイヤー */
.smartphoto {
	background-color: rgba(0,0,0,.9) !important;
	z-index: 5000 !important;
}
.smartphoto-img-wrap {
	pointer-events: none !important;
}
.smartphoto-img {
	pointer-events: all !important;
}
.smartphoto-body,
.smartphoto-header {
	z-index: 5002 !important;
}
.smartphoto-list,
.smartphoto-loader {
	z-index: 5001 !important;
}
.smartphoto-loader-wrap {
	z-index: 5003 !important;
}
/* バツボタン */
.smartphoto-dismiss {
	width:  18px !important;
	height: 18px !important;
	right:  20px !important;
}
/* 
active（変更の際はmin.jsより「0.9」部分を追加 3箇所）↓↓↓↓
<img style="\x3c!-- \\BEGIN currentIndex:touch#{index} --\x3etransform:translate(\\{photoPosX\\}[virtualPos]px,\\{photoPosY\\}[virtualPos]px) scale(.9);
{i.style.transform="translate(".concat(o.afterX,"px, ").concat(o.afterY,"px) scale(").concat(o.scale * 0.9,")")},10)})}}）
s=this.data.scaleSize,c="translate(".concat(i,"px,").concat(r,"px) scale(").concat(s * 0.9,")");
 */
.smartphoto-img {
	/* transform: translate(0px,0px) scale(.9) !important; */
}




/* SmartPhoto ズームアニメーションを軽減 */




/* ===== バツボタン付きバナー ===== */
.fixed_banner {
	/* width:  34vw; */
	/* max-width:  345px; */
	/* min-width:  250px; */
	width: 250px;
	position: fixed;
	right:  0;
	bottom: 0;
	padding: 15px;
	background-color: #fff;
	border: 7px solid #B60A1A;
	transform: translate(-30px,-30px);
	transition: visibility .3s, opacity .3s;
	z-index: 1;
	z-index: 510;
}
.fixed_banner .fixed_logo {
	margin-bottom: 5%;
}
.fixed_banner .banner-close {
	width:  30px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	display:  flex;
	position: absolute;
	top:   -22px;
	right: -20px;
	line-height: 1;
	letter-spacing: 0;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	border-radius: 50px;
}
.fixed_banner .fixed_btn:first-of-type {
	margin-bottom: 2%;
}
.fixed_btn {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.fixed_btn a {
	width: 100%;
	/* font-size: clamp(12px,1.6vw,16px); */
	font-size: 12px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 2em;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #000;
	background-color: #000;
	transition: color .3s,background-color .3s;
}
.fixed_btn a:before {
	content: "";
	width:  0;
	height: 0;
	display: block;
}
.fixed_btn a svg  {
	content: "";
	width:   1.15em;
	height:  1.15em;
	min-width:  1.15em;
	min-height: 1.15em;
	display: block;
	background-size:   contain;
	background-repeat: no-repeat;
	background-position: center;
}
/* 赤いボタン */
.btn_red a {
	border-color: #B60A1A;
	background-color: #B60A1A;
}

/* footerまでスクロールしたら追従バナーを非表示 */
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.fixed_btn .st0,
.fixed_btn .st1 {
	fill: none;
}
.fixed_btn .st1 {
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke .3s;
}

/* ----- btn hover ----- */
.fixed_btn a:hover {
	color: #000;
	background-color: #fff;
}
.btn_red a:hover {
	color: #B60A1A;
	background-color: #fff;
}
.fixed_btn a:hover .st1 {
	stroke: #000;
}
.btn_red a:hover .st1 {
	stroke: #B60A1A;
}






@media screen and (max-width:500px) {
	/* バツボタン付きバナー */
	.fixed_banner {
		/* width: calc(100% - 40px); */
		width: 100%;
		height: 37.333vw; /* (375pxのとき140px) */
		max-width: inherit;
		position: fixed;
		/* left:   20px; */
		/* bottom: 20px; */
		padding: 10px 10px;
		transform:translate(0,0);
	}
	.fixed_banner .fixed_logo {
		/* width: 85%; */
		width: 60%;
		display: block;
		margin-left:  auto;
		margin-right: auto;
		margin-bottom: 2.5%;
	}
	.fixed_banner .banner-close {
		width:  25px;
		height: 25px;
		font-size: 16px;
		/* top:   -24px; */
		/* right: -20px; */
		top:   8px;
		right: 8px;
	}
	.fixed_btn_wrap {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: space-between;
	}
	.fixed_btn.btn_black {
		width: 49%;
		margin-bottom: 0 !important;
	}
	.fixed_btn.btn_red {
		width: 49%;
	}
	.fixed_btn a {
		font-size: 12px;
		font-size: min(3.2vw,16px);
		padding: .75em 1.25em;
		letter-spacing: 0em;
	}
	
}


/* ===== NEWS ticker ===== */
/* ↓ コピペ */
.ticker-wrap {
	width: 100%;
	display: flex;
	padding-left:  min(7vw,100px);
	padding-right: min(7vw,100px);
}
.ticker,
.ticker-head,
.ticker-item a {
	font-size: 16px;
	font-size: clamp(14px,1.6vw,16px);
}
.ticker,
.ticker-head {
	/* height: 1.5em; */
}
.ticker {
	width: 100%;
	background-color: #000;
	line-height: 1;
	/* overflow: hidden; */
}
.ticker ul {
	position: relative;
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
}
.ticker li {
	line-height: 1.5;
}
.ticker-item {
	/* position: absolute; */
	top: 0;
	left: 0;
	width:  100%;
	height: 100%;
	padding-right: 0;
	opacity: 0;
}
.ticker-item a {
	width: auto;
	font-weight: normal;
	/* line-height: 1; */
	/* white-space: nowrap; */
	display: inline-block;
	text-decoration: underline;
	color: #fff;
	transition: transform 5s linear;
	/* add */
	line-height: 1.5;
}
.fadeInDown {
	opacity: 0;
	opacity: 1;
}
.fadeInDown.run {
	animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.fadeOutDown {
	opacity: 1;
}
.fadeOutDown.run {
	animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(30px);
	}
}
@keyframes blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
/* ↑ コピペ */

/* ===== NEWS ticker 追加記述 ===== */
.news_ticker_wrap {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 !important;
	background-color: #000;
}
.news_ticker_wrap * {
	color: #fff;
}
/* NEWS head */
.ticker-head,
.ticker,
.ticker-item a {
	font-size: 12px;
	font-size: clamp(12px,1.4vw,14px);
}
.ticker-head {
	min-width: fit-content;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05em;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	margin-right: 2.5em;
}





/* ===== First はじめに ===== */
/* 見出し */
h1 {
	font-size: 40px;
	font-size: min(2.787vw,40px);
	font-size: min(3.2vw,40px);
	font-weight: bold;
	line-height: 2;
	margin-right: 1em;
	margin-bottom: 1.75em;
}
h1 + p {
	font-size: 18px;
	font-size: min(1.6vw,18px);
	line-height: 2.4;
}
/* 背景装飾 */
section {
	position: relative;
}
#sec_first:before,
#sec_first:after   {
	content: "";
	width:  50%;
	height: 100%;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
#sec_first:before {
	background-image: url(../../img/index/first_bgline_left.svg);
	background-position: left top;
	top:  0;
	left: 0;
}
#sec_first:after {
	height: 50%;
	background-image: url(../../img/index/first_bgline_right.svg);
	background-position: right bottom;
	right:  0;
	bottom: 0;
}
/* contents */
#sec_first .cont_wrap {
	width: 50%;
}
#sec_first .img_wrap {
	width: 50%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	top: 0;
	right: 0;
}
#sec_first .img_wrap p:first-of-type {
	width:  24.39vw;
	height: 24.39vw;
	max-width:  390px;
	max-height: 390px;
}
#sec_first .img_wrap p:nth-of-type(2) {
	width:  19.861vw;
	height: 13.24vw;
	max-width:  320px;
	max-height: 210px;
}
#sec_first .img_wrap p:nth-of-type(3) {
	width:  18.815vw;
	height: 18.815vw;
	max-width:  300px;
	max-height: 300px;
	align-self: flex-start;
	margin: 0 auto;
	margin-top: 4.184vw;
}
#sec_first .sp_img {
	display: none !important;
}

@media screen and (min-width:1600px) {
	#sec_first .wrap {
		max-width: 1550px;
		position: relative;
	}
	#sec_first .img_wrap p:nth-of-type(3) {
		margin-top: 60px;
	}
}





/* ===== SHOP ショップ ===== */
/* 見出し */
h2 {
	width: 100%;
	font-size: 64px;
	font-size: min(4.46vw,64px);
	font-family: eb-garamond, "EB Garamond", serif !important;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 1.25em;
}
h2 small {
	width: 100%;
	font-size: 20px;
	font-size: min(1.394vw,20px);
	font-family: zen-kaku-gothic-new, 'Noto Sans JP', sans-serif !important;
	display: block;
	margin-top: .75em;
}
h3 {
	font-size: 28px;
	font-size: min(2.8vw,28px);
	text-align: center;
}
h3 small {
	font-size: 18px;
	font-size: min(1.8vw,18px);
	margin-left: 1.5em;
}



h3:before,
h3:after  {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #707070;
}
h3:before {
	margin-bottom: .5em;
}
h3:after  {
	margin-top: .5em;
}
.head_eng,
.head_floor {
	font-family: eb-garamond, "EB Garamond", serif !important;
}
.head_floor small {
	margin-left: .25em;
}


/* 背景装飾 */
#sec_shop {
	border-top: 6px solid #000;
	background-color: #F6F5F4;
}
#sec_shop .bg_img {
	content: "";
	width: 100%;
	height: 28.92vw;
	display: block;
	background-image: url(../../img/index/shop_pc_bg.jpg);
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
}
/* コンテンツ */
.white_box {
	background-color: #fff;
}
#sec_shop .white_box {
	transform: translateY(-150px);
	margin-bottom: -150px;
	/* vw */
	transform: translateY(calc(min(10.453vw,150px)*-1));
	margin-bottom: calc(min(10.453vw,150px)*-1);
}
/* tab switch */
#tabbtn_wrap {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
}
#tabbtn_wrap a,
#tabbtn_wrap a small {
	font-family: eb-garamond, "EB Garamond", serif !important;
}
#tabbtn_wrap a {
	width:  65px;
	height: 65px;
	min-width:  65px;
	min-height: 65px;
	font-size: 28px;
	/* vw */
	width:  min(4.53vw,65px);
	height: min(4.53vw,65px);
	min-width:  min(4.53vw,65px);
	min-height: min(4.53vw,65px);
	font-size:  min(1.951vw,28px);
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: normal !important;
	padding: 0 !important;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
#tabbtn_wrap a small {
	font-size: 20px;
	font-size: min(1.394vw,20px);
	transform: translateY(.15em);
}
#tabbtn_wrap .uk-active a {
	color: #fff;
	background-color: #000;
	box-shadow: none;
}
/* フロアマップ */
.fmap_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.fmap_img {
	width: 70%;
}
.fmap_list {
	width: fit-content;
	min-width: fit-content;
	margin-right: 40px;
	margin-right: min(2.787vw,40px);
}
.fmap_list li {
	font-weight: bold;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.fmap_list li + li {
	margin-top: .5em;
}
.fmap_list li:before {
	content: "";
	width:  2em;
	height: 2em;
	min-width:  2em;
	min-height: 2em;
	display: block;
	margin-right: .5em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.fmap_bathroom:before {
	background-image: url(../../img/index/mapicon_bathtoom.svg);
}
.fmap_escalator:before {
	background-image: url(../../img/index/mapicon_escalator.svg);
}
.fmap_step:before {
	background-image: url(../../img/index/mapicon_step.svg);
}
.fmap_elevator:before {
	background-image: url(../../img/index/mapicon_elevator.svg);
}
.fmap_smoke:before {
	background-image: url(../../img/index/mapicon_smoke.svg);
}

/* ===== フロアの店舗情報 ===== */
.floor_card + .floor_card {
	margin-top: 80px;
	margin-top: min(5.575vw,80px);
}
.floor_card:not(:first-of-type):before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #000;
}
.floor_card .num {
	width:  65px;
	height: 65px;
	min-width:  65px;
	min-height: 65px;
	font-size: 24px;
	/* vw */
	width:  min(4.53vw,65px);
	height: min(4.53vw,65px);
	min-width:  min(4.53vw,65px);
	min-height: min(4.53vw,65px);
	font-size:  min(1.672vw,524px);
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items:  center;
	color: #fff;
	background-color: #000;
	border-bottom-right-radius: 60px;
}
.floor_card .num,
.floor_card .num span {
	font-family: eb-garamond, "EB Garamond", serif !important;
}
.floor_card .num span {
	transform: translate(-.15em,-.25em);
}
/* cqrd flex */
.fcard_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.fcard_flex .cont_wrap {
	width: 52%;
}
.fcard_flex .img_wrap  {
	width: 45%;
	align-self: flex-end;
}
/* card 中身 */
.floor_card .floor_logo,
.floor_card .floor_logo img {
	height: 6vw;
	max-height: 80px;
}
.floor_card .floor_logo.logo_big,
.floor_card .floor_logo.logo_big img {
	height: 8vw;
	max-height: 110px;
}
.floor_card .floor_logo.logo_half,
.floor_card .floor_logo.logo_half img {
	height: 4vw;
	max-height: 40px;
}
.floor_card .floor_logo {
	width: 80%;
	margin-left:  auto;
	margin-right: auto;
}
.floor_card .floor_logo img {
	width:  100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.floor_card h4 {
	font-size: 18px;
	font-size: clamp(16px,1.6vw,18px);
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
	margin-bottom: .85em;
}
.floor_card h4 + p {
	text-align: justify;
	line-height: 1.9;
	margin-bottom: 1.85em;
}

/* 灰色BOX */
.gray_box {
	padding: 30px;
	padding: clamp(15px,2.091vw,30px);
	background-color: #F6F5F4;
}
.floor_card dl div {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.floor_card dl div.not_nowrap {
	flex-wrap: wrap;
}
.floor_card dl div,
.floor_card dl dt,
.floor_card dl dd,
.floor_card dl dd a {
	font-size: 14px;
	font-size: clamp(12px,0.976vw,14px);
	font-weight: normal;
}
.floor_card dl dt {
	min-width: fit-content;
}
.floor_card dl dt:after {
	content: "：";
}
.floor_card dl div + div {
	margin-top: .5em;
}
.floor_card dl div:last-of-type {
	margin-bottom: 1.25em;
}
.floor_card dl div.note {
	margin-top: .25em;
}
.floor_card dl div.note dd {
	font-size: 12px;
	font-size: clamp(10px,0.836vw,12px);
	line-height: 1.5;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.floor_card dl div small {
	font-size: 12px;
	font-size: clamp(10px,0.836vw,12px);
}


/* ===== NEWS お知らせ ===== */
#sec_news {
	border-top:    6px solid #000;
	border-bottom: 6px solid #000;
}
#sec_news:before {
	content: "";
	width:   50%;
	height: 100%;
	display: block;
	position: absolute;
	top:   0;
	right: 0;
	background-image: url(../../img/index/news_bgline_right.svg);
	background-repeat: no-repeat;
	background-position: right top;
	pointer-events: none;
	z-index: -1;
}
.news_list {
	background-color: #fff;
}
.news_list a,
.news_list .news_title {
	font-size: 18px;
	font-size: clamp(12px,1.254vw,18px);
}
.news_list .news_date {
	font-size: 16px;
	font-size: clamp(11px,1.115vw,16px);
}

/* ===== ACCESS アクセス ===== */
#sec_access .bg_img {
	content: "";
	width: 100%;
	height: 41.812vw;
	display: block;
	background-image: url(../../img/index/access_pc_bg.jpg);
	background-size: 120%;
	background-position: center;
	background-repeat: no-repeat;
}
/* 住所 */
.access_wrap {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}
.access_wrap:before {
	content: "";
	width:  25px;
	height: 40px;
	display: block;
	background-image: url(../../img/index/access_pin.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 30px;
}
.access_jp {
	font-weight: 500;
	line-height: 1.7;
}
.access_eng {
	font-weight: normal;
	line-height: 1.5;
}
/* Google Map */
#gmap iframe {
	width:  100%;
	height: 370px;
}
/* 交通手段 */
.access_transportation {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.access_transportation li {
	width: calc(100%/3 - 20px/2);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
	padding: clamp(15px,1.5vw,20px);
	background-color: #F6F5F4;
}
.access_transportation li:before {
	content: "";
	height:     50px;
	min-height: 50px;
	height:     min(4vw,50px);
	min-height: min(4vw,50px);
	display: block;
	margin-right: 20px;
	margin-right: min(2vw,20px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.access_transportation dd {
	line-height: 1.5;
}

.about_subway:before {
	width:     40px;
	min-width: 40px;
	width:     min(2.787vw,40px);
	min-width: min(2.787vw,40px);;
	background-image: url(../../img/index/access_tikatetu.svg);
}
.about_tram:before {
	width:     40px;
	min-width: 40px;
	width:     min(2.787vw,40px);
	min-width: min(2.787vw,40px);
	background-image: url(../../img/index/access_siden.svg);
}
.about_car:before {
	width:     50px;
	min-width: 50px;
	width:     min(3.484vw,50px);
	min-width: min(3.484vw,50px);
	background-image: url(../../img/index/access_car.svg);
}
/* 駐車場のご案内 */
.parking_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.parking_flex .img_wrap {
	width: 46%;
}
.parking_flex .img_wrap p {
	font-size: 14px;
	font-size: clamp(12px,0.976vw,14px);
	margin-top: 2em;
	padding-left: 1em;
}
.parking_flex .cont_wrap {
	width: 48%;
}
.parking_flex .parking_wrap li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.parking_flex .parking_wrap li + li {
	margin-top: 15px;
}
.parking_flex .parking_wrap li:before {
	content: "";
	width:  30px;
	height: 30px;
	min-width:  30px;
	min-height: 30px;
	/* vw */
	width:  min(2.091vw,30px);
	height: min(2.091vw,30px);
	min-width:  min(2.091vw,30px);
	min-height: min(2.091vw,30px);
	display: block;
	margin-right: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.info_parking:before {
	background-image: url(../../img/index/parking_icon.svg);
}
.info_tel:before {
	background-image: url(../../img/index/parking_tel.svg);
}
.info_price:before {
	background-image: url(../../img/index/parking_money.svg);
}

.info_parking dt {
	font-size: 18px;
	font-size: min(1.254vw,18px);
	margin-bottom: .5em;
}
.info_parking dt .text_box {
	font-size: clamp(12px,1.115vw,16px);
	display: inline-block;
	border: 1px solid #000;
	padding: 0 .5em;
	margin-top: .25em;
	margin-left: .5em;
}
.info_parking .access_jp {
	margin-bottom: .35em;
}
.parking_wrap .info_tel dl,
.parking_wrap .info_price dl {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.parking_wrap .info_tel *,
.parking_wrap .info_price * {
	font-weight:  500;
}
.parking_flex .black_box,
.parking_flex .gray_box {
	padding: 15px;
}
.parking_flex .black_box {
	width: 100%;
	display: block;
	color: #fff;
	background-color: #000;
}
.parking_flex .black_box p {
	width: 100%;
	line-height: 1.5;
	text-align: center;
}
.parking_flex .gray_box p {
	font-weight: 500;
	text-align: center;
}


/* ===== 関連サイトリンク ===== */
#sec_sitelink h2 {
	font-size: 20px;
	font-size: min(2vw,20px);
}
.sitelink_flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.sitelink_flex li {
	width: calc(100%/3 - 10px/2);
	margin-bottom: 10px;
}
.sitelink_flex li a {
	opacity: 1;
	transition: opacity .3s;
}
.sitelink_flex li a:hover {
	opacity: .7;
}


/* ===== ブラーアニメーション ===== */
.anim_blur {
	opacity: 0;
}
.is-active .anim_blur,
.is-active.anim_blur {
	animation: blur .6s both ease;
}
.is-active .anim_blur {
	animation-delay: .4s;
}
/* 個別指定 */
#sec_shop .is-active .anim_blur {
	animation: none;
}
#sec_shop .is-active.anim_blur {
	animation: blur .6s both ease;
}
h1.is-active.anim_blur {
	animation-delay: .6s;
}
h1 + p.is-active.anim_blur {
	animation-delay: .8s;
}

@keyframes blur {
    from {
		filter: blur(50px);
		opacity: 0;
	}
    to   {
		filter: blur(0);
		opacity: 1;
	}
}
@media screen and (max-width:768px) {
	.is-active .anim_blur {
		animation-delay: .2s;
	}
	.fixed_banner.anim_blur {
		animation: blur .6s both ease;
	}
}


/* ===== スクロール位置によって要素に縦揺れアニメーションを反映 ===== */
.float-vertical-element {
	position: relative;
	transition: transform .3s ease-out;
	will-change: transform;
}


/* ===== #sec_firstの画像にマスクアニメーションを追加 ===== */
/* 左から右へ出現 */
.maskanim_left {
	clip-path: inset(0 100% 0 0);
}
.img_wrap.is-active .maskanim_left,
.img_wrap.is-active .maskanim_right,
.img_wrap.is-active .maskanim_top,
.img_wrap.is-active .maskanim_bottom,
.sp_img.is-active .maskanim_left,
.sp_img.is-active .maskanim_right,
.sp_img.is-active .maskanim_top,
.sp_img.is-active .maskanim_bottom {
	animation-delay: .2s;
	animation-duration: .4s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
}
.img_wrap.is-active .maskanim_left {
	animation-name: maskanim_left;
}
@keyframes maskanim_left {
	from { clip-path: inset(0 100% 0 0); }
	to   { clip-path: inset(0 0 0 0); }
}

/* 右から左へ出現 */
.maskanim_right {
	clip-path: inset(0 0 0 100%);
}
.img_wrap.is-active .maskanim_right {
	animation-name: maskanim_right;
}
@keyframes maskanim_right {
	from { clip-path: inset(0 0 0 100%); }
	to   { clip-path: inset(0 0 0 0); }
}

/* 上から下へ出現 */
.maskanim_top {
	clip-path: inset(0 0 100% 0);
}
.img_wrap.is-active .maskanim_top {
	animation-name: maskanim_top;
}
@keyframes maskanim_top {
	from { clip-path: inset(0 0 100% 0); }
	to   { clip-path: inset(0 0 0 0); }
}

/* 下から上へ出現 */
.maskanim_bottom {
	clip-path: inset(100% 0 0 0);
}
.img_wrap.is-active .maskanim_bottom {
	animation-name: maskanim_bottom;
}
@keyframes maskanim_bottom {
	from { clip-path: inset(100% 0 0 0); }
	to   { clip-path: inset(0 0 0 0); }
}
















@media screen and (max-width:768px) {
	#mv_slider .uk-slideshow-items {
		height: 112vw;
		min-height: unset;
		aspect-ratio: unset !important;
	}
	.allMain_wrap {
		margin-top: 110vw;
	}


	/* ===== NEWS Ticker ===== */
	.ticker,
	.ticker-head,
	.ticker-item a {
		font-size: 14px;
	}
	.ticker-head {
		margin-right: 1.5em;
	}

	/* ===== NEWS ticker 追加記述 ===== */

	/* ===== First はじめに ===== */
	h1 {
		font-size: 24px;
		font-size: min(6.4vw,34px);
		text-align: center;
		margin-right: 0;
		margin-bottom: 1em;
	}
	h1 + p {
		font-size: 13px;
		font-size: min(3.467vw,23px);
		text-align: center;
		letter-spacing: .05em;
	}
	/* 背景画像の調整 */
	#sec_first:before,
	#sec_first:after   {
		width: 80%;
	}
	#sec_first:before {
		background-image: url(../../img/index/first_bgline_left_sp.svg);
	}
	#sec_first:after  {
		background-image: url(../../img/index/first_bgline_right_sp.svg);
	}
	/* 画像の位置調整 */
	#sec_first .mini_wrap {
		padding-left:  0;
		padding-right: 0;
	}
	#sec_first .cont_wrap {
		width: 100%;
	}
	#sec_first .img_wrap  {
		width:  40%;
		height: 100%;
		display: block;
		top:   0;
		right: 0;
	}
	#sec_first .img_wrap p {
		width:  100% !important;
		height: auto !important;
		max-width:  inherit;
		max-height: inherit;
	}
	#sec_first .sp_img {
		width: 100%;
		display: flex !important;
		align-items: flex-end;
		justify-content: space-between;
		padding-right: 20px;
	}
	#sec_first .sp_img p {
		width: calc(100%/2 - 10px);
	}
	#sec_first .sp_img .maskanim_right {
		width: 60%;
	}
	#sec_first .sp_img:first-of-type {
		width: 100%;
		justify-content: flex-end;
		padding-left: 20px;
		padding-right: 0;
	}
	

	/* ===== SHOP ショップ ===== */
	#sec_shop {
		border-top: 4px solid #000;
	}
	#sec_shop .bg_img {
		height: 55.128vw;
		background-image: url(../../img/index/shop_sp_bg.jpg);
	}
	/* white box */
	#sec_shop .white_box {
		transform: translateY(-17.949vw);
		margin-bottom: -17.949vw;
		padding-top: 50px !important;
	}
	.white_box .wrap {
		max-width: 600px;
	}
	h2 {
		font-size: 40px;
		margin-bottom: .75em;
	}
	h2 small {
		font-size: 16px;
	}
	h3 {
		font-size: 20px;
		font-size: min(5.333vw,20px);
	}
	h3 small {
		font-size: 12px;
		font-size: min(3.2vw,12px);
	}
	/* tab btn */
	#tabbtn_wrap.uk-subnav {
		margin-left: 0;
	}
	#tabbtn_wrap.uk-subnav > * {
		padding-left: 0;
	}
	#tabbtn_wrap.uk-subnav > li + li {
		padding-left: 20px;
		padding-left: min(5.333vw,20px);
	}
	#tabbtn_wrap a {
		width:  min(20vw,80px);
		height: min(20vw,80px);
		min-width:  min(20vw,80px);
		min-height: min(20vw,80px);
		font-size:  min(6.4vw,24px);
	}
	#tabbtn_wrap a small {
		font-size: 16px;
	}
	/* ===== フロアマップ ===== */
	.fmap_flex {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.fmap_img {
		width: 100%;
	}
	.fmap_list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.fmap_list li {
		min-width: 6em;
		margin-top: .5em;
		margin-right: 1.5em;
	}
	.fmap_list li:before {
		width:  2.25em;
		height: 2.25em;
		min-width:  2.25em;
		min-height: 2.25em;
	}


	/* ===== フロアの店舗情報 ===== */
	.fcard_flex {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.fcard_flex .img_wrap,
	.fcard_flex .cont_wrap {
		width: 100%;
	}
	.floor_card + .floor_card {
		margin-top: 30px;
	}
	/* 数字 */
	.floor_card .num {
		width:  50px;
		height: 50px;
		min-width:  50px;
		min-height: 50px;
		font-size: 18px;
		position: relative;
		margin-bottom: -20px;
		z-index: 5;
	}
	/* 店内 お写真 */
	.fcard_flex .img_wrap {
		width: 85%;
		margin-left:   auto;
		margin-right:  auto;
		margin-bottom: 25px;
	}
	.floor_card .floor_logo,
	.floor_card .floor_logo img,
	.floor_card .floor_logo.logo_half,
	.floor_card .floor_logo.logo_half img {
		height: 50px;
	}
	.floor_card .floor_logo.logo_big,
	.floor_card .floor_logo.logo_big img {
		height: 90px;
	}
	/* 店名 */
	.floor_card h4 {
		font-size: 16px;
		font-size: min(4.267vw,16px);
		line-height: 1.6;
		margin-top: 1.8em;
	}
	.floor_card h4 + p {
		width: 85%;
		margin-left:  auto;
		margin-right: auto;
		margin-bottom: 1.75em;
	}
	/* gray box */
	.gray_box {
		padding: 20px 20px 30px;
	}
	.floor_card dl div {
		width: 100%;
		display: inline-block;
	}
	.floor_card dl div + div {
		margin-top: .75em;
	}
	.floor_card dl div:last-of-type {
		margin-bottom: 1.5em;
	}
	.floor_card dl dt,
	.floor_card dl dd,
	.floor_card dl dd a {
		font-size: 13px;
	}
	.floor_card dl dt,
	.floor_card dl dd {
		text-align: center;
	}
	.floor_card dl dt {
		font-weight: bold;
	}
	.floor_card dl dt:after {
		content: none;
	}
	/* ボタン */
	.gray_box .btn_shop {
		text-align: center;
	}
	/* 注釈 */
	.floor_card dl div small {
		font-size: 10px;
	}


	/* ===== NEWS お知らせ ===== */
	#sec_news:before {
		background-image: url(../../img/index/news_bgline_right_sp.svg);
	}


	/* ===== ACCESS アクセス ===== */
	#sec_access .bg_img {
		height: 66.667vw;
		background-image: url(../../img/index/access_sp_bg.jpg);
	}
	#sec_access .wrap {
		max-width: inherit;
		padding-left:  0;
		padding-right: 0;
	}
	#sec_access .sp_wrap {
		max-width: 640px;
		margin-left:  auto;
		margin-right: auto;
		padding-left:  20px;
		padding-right: 20px;
	}
	#gmap {
		max-width: 600px;
		margin-left:  auto;
		margin-right: auto;
	}
	#gmap iframe {
		height: 290px;
	}
	#sec_access h2 {
		margin-bottom: .5em;
	}
	.access_wrap {
		margin-bottom: 30px;
	}
	.access_wrap:before {
		width: 30px;
		margin-right: 15px;
	}
	.access_eng {
		font-size: 12px;
		margin-top: .5em;
	}
	/* 最寄りの交通機関 */
	.access_transportation li {
		width: calc(100%/3 - 12px/2);
		flex-wrap: wrap;
		flex-direction: column;
		padding: 10px;
	}
	.access_transportation li:before {
		width: 100%;
		height: 55px;
		margin-right: 0;
	}
	.about_subway:before {
		background-image: url(../../img/index/access_tikatetu_sp.svg);
	}
	.about_tram:before {
		background-image: url(../../img/index/access_siden_sp.svg);
	}
	.about_car:before {
		background-image: url(../../img/index/access_car_sp.svg);
	}
	.access_transportation dt {
		font-size: 16px;
		font-size: clamp(14px,4.267vw,16px);
		text-align: center;
		margin-top:    .35em;
		margin-bottom: .35em;
	}
	.access_transportation dd {
		font-size: 11px;
		font-size: min(2.8vw,11px);
		letter-spacing: 0.05em;
		text-align: center;
	}
	.access_transportation dd strong {
		font-size: 16px;
		font-size: min(4.267vw,16px);
		line-height: 1;
		padding: 0 .15em;
	}
	#sec_access h3 {
		font-size: 16px;
	}
	#sec_access h3:before {
		margin-bottom: 1.25em;
	}
	#sec_access h3:after  {
		margin-top: 1.25em;
	}
	/* animation */
	.access_transportation.anim_blur {
		opacity: 1 !important;
		animation: none !important;
	}
	.access_transportation li {
		opacity: 0;
	}
	.access_transportation.is-active li {
		animation: blur .6s both ease;
	}
	.access_transportation li:first-of-type {
		animation-delay: 0s;
	}
	.access_transportation li:nth-of-type(2) {
		animation-delay: .3s;
	}
	.access_transportation li:nth-of-type(3) {
		animation-delay: .6s;
	}



	/* ===== 駐車場のご案内 ===== */
	.parking_flex.mini_wrap {
		flex-wrap: wrap;
		flex-direction: column;
		padding-left:  0;
		padding-right: 0;
	}
	.parking_flex .img_wrap,
	.parking_flex .cont_wrap {
		width: 100%;
	}
	.parking_flex .img_wrap img {
		padding-left:  20px;
		padding-right: 20px;
	}
	.parking_flex .img_wrap p {
		padding-left: 0;
		margin-bottom: 2em;
	}
	/* 駐車場 住所 */
	.parking_flex .parking_wrap li:before {
		width:  30px;
		height: 30px;
		min-width:  30px;
		min-height: 30px;
	}
	.parking_wrap dl {
		padding-top: 3px;
	}
	.parking_wrap dt {
		font-size: 14px;
	}
	.parking_wrap dt .text_box {
		font-size: 12px;
	}
	.parking_flex .gray_box {
		border: 1px solid #000;
		background-color: #fff;
	}
	.parking_flex .black_box p,
	.parking_flex .gray_box p   {
		font-size: clamp(12px,3.733vw,14px);
	}


	/* ===== 関連サイトリンク ===== */
	#sec_sitelink h2 {
		font-size: 14px;
	}
	.sitelink_flex li {
		width: 100%;
	}


	/* ===== #sec_firstの画像にマスクアニメーションを追加 ===== */
	/* 左から右へ出現 */
	.sp_img.is-active .maskanim_left {
		animation-name: maskanim_left;
	}
	/* 右から左へ出現 */
	.sp_img.is-active .maskanim_right {
		animation-name: maskanim_right;
	}
	/* 上から下へ出現 */
	.sp_img.is-active .maskanim_top {
		animation-name: maskanim_top;
	}
	/* 下から上へ出現 */
	.sp_img.is-active .maskanim_bottom {
		animation-name: maskanim_bottom;
	}
}