@charset "utf-8";
/* CSS Document */
p{ font-family: 'Noto Sans JP', sans-serif; }

body{
	margin: 0;
	overflow:hidden;
	background-color: #000;
	-webkit-touch-callout:none; /* リンク長押しのポップアップを無効化 */
	-webkit-user-select:none; /* テキスト長押しの選択ボックスを無効化 */
}
.wrap{
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.slide1{
	width: 100%;
	/*background-color: #333;*/
}
.box{
	width: 100%;
	height: 100%;
	margin-left: auto; margin-right: auto;
	/*background-color: #A0494B;*/
	padding-bottom: 10px;
	box-sizing: border-box;
}
.box video{
	width: 100%;
	display: block;
	margin-left: auto; margin-right: auto;
	margin-bottom: 0;
}

.logo_wrap{
	position: relative;
	width: 100%;
	max-width: 900px;
	margin-left: auto; margin-right: auto;
	height: 40px;
	/*background-color: #DDB5B6;*/
}
.head_logo{
	position: absolute;
	width: 85px;
	height: auto;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	z-index: 10;
}
.logo_wrap a{
	display: block;
	height: 100%; width: 100%;
}
.head_logo img{
	display: block;
	width: 100%;
}

.shop_name_wrap{}
.shop_name1 {
	height: 30px;
	/*background-color: #A3B9C4;*/
}
.shop_name1 p{
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
}
.shop_name2 {
	height: 46px;
}
.shop_name2 p{
	margin: 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
}

.menu_trigger span,
.menu_trigger .vi{
	background: #fff;
	background-color: #fff;
	border-color: #fff;
	color: #fff;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
}

.logo_wrap .menu_trigger span.vi,
#head_wrap .menu_trigger span.vi,
.head_menubtn_wrap .menu_trigger span.vi{
	background: #fff;
	background-color: #fff;
	border-color: #fff;
	color: #fff;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
}

/**/
/*
.swiper-container {
	position: fixed;
	bottom: 0;
	width: 96%;
	height: 74px;
	max-width: 940px;
	left: 50%;
	transform: translate(-50%, 0);
	background: rgba(255,255,255,0.7);
}
*/
.swiper-container_btn {
	position: relative;
	z-index: 2;
	/*bottom: 0;*/
	width: 100%;
	max-width: 100%;
	left: auto;
	transform: none;
	margin: 0 auto;
	overflow: visible;
}
.btn_wrap div{
	float: left;
	width: calc(( 1 / 3 ) * 100%);
	/*height: 40px;*/
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.onpage{
	background-color: #fedfac;
}

.slider-menu-wrap{
	position: absolute;
	z-index: 10030;
	left: 0;
	right: 0;
	bottom: 82px;
	width: 100%;
	max-width: 100%;
	overflow: visible;
	padding: 18px 0 14px;
	background: transparent;
	box-shadow: none;
	filter: none;
	transform: none;
}

.slider-menu-wrap::before,
.slider-menu-wrap::after {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 42px;
	z-index: 2;
	pointer-events: none;
}

.slider-menu-wrap::before {
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
}

.slider-menu-wrap::after {
	right: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
}

@media screen and (min-width: 480px) {
	.slider-menu-wrap{
		bottom: 110px;
	}
}

/**/
.swiper-container_con{
	width: 100%;
	height: 100%;
}

/**/
.page_slidethum_bg_wrap{
	position: absolute;
	height: 100%;
	width: calc( 100% - 30px );
	left: 50%;
	transform: translateX(-50%);
	display: none;
	flex-wrap: wrap;
	float: none;
}
.frapbtn_bg{
	width: 32%;
	height: 26px;
	box-sizing: border-box;
	border: solid 1px #ccc;
	display: block;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin-right: 2%;
	margin-bottom: 5px;
}
.frapbtn_bg:nth-child(3n){
	margin-right: 0;
}
/**/
.swiper-container {
	width: 100vw;
	height: calc( 100vh - 190px ) ;
}
.swiper-wrapper{
	width: 100%; height: 100%;
	border: none!important;
}
#swi_con{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	aspect-ratio: 9 / 16;
	max-width: 100vw;
	max-height: 100vh;
	background-color: #000;
}
#swi_con,#swi_wrap,#swi_sli,#swi_sli2,#swi_sli3,#swi_sli4,#swi_sli5,#swi_sli6,
#mov_con,#mov_con2,#mov_con3,#mov_con4,#mov_con5,#mov_con6{
	width: 100%;
	height: 100%;
	background-color: #000;
}
#mov_con,#mov_con2,#mov_con3,#mov_con4,#mov_con5,#mov_con6{
	margin-left: auto; margin-right: auto;
}
#swi_sli .yoyaku_gazou{
	width: 100%;
	display: block;
}
.yoyaku_link{
	position: absolute;
	top: 0; left: 0;
}
.yoyaku_link a{
	display: block;
	width: 100%; height: 100%;
}
.yoyaku_link a img{
	width: 20%; height: auto;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}

.pic_wrap2{
	width: 100%;
	height: 100%;
}
.gmap_wrap {
	position: relative;
	top: auto;
	overflow: hidden;
	/*padding-bottom: 100%;*/
	width: 100%;
	/*height: 0;*/
	aspect-ratio: 1 / 1;
	padding-top: 0;
	background-color: #000;
}
.gmap_wrap iframe {
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	transform: none;
	height: 100%;
	width: 100%;
}

#mov_con:has(.gmap_wrap),
#mov_con2:has(.gmap_wrap),
#mov_con3:has(.gmap_wrap),
#mov_con4:has(.gmap_wrap),
#mov_con5:has(.gmap_wrap),
#mov_con6:has(.gmap_wrap) {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 72% 26%, rgba(125, 181, 214, 0.32) 0 9%, transparent 28%),
		radial-gradient(circle at 24% 70%, rgba(255, 205, 132, 0.28) 0 10%, transparent 30%),
		linear-gradient(180deg, #f8fbfc 0%, #e9f1f5 48%, #f8fbfc 100%) !important;
}

#mov_con:has(.gmap_wrap)::before,
#mov_con2:has(.gmap_wrap)::before,
#mov_con3:has(.gmap_wrap)::before,
#mov_con4:has(.gmap_wrap)::before,
#mov_con5:has(.gmap_wrap)::before,
#mov_con6:has(.gmap_wrap)::before {
	content: "";
	position: absolute;
	inset: -10%;
	z-index: 0;
	background:
		linear-gradient(33deg, transparent 0 42%, rgba(112, 151, 166, 0.28) 42% 43.25%, transparent 43.25% 100%),
		linear-gradient(118deg, transparent 0 51%, rgba(112, 151, 166, 0.22) 51% 52.35%, transparent 52.35% 100%),
		linear-gradient(7deg, transparent 0 58%, rgba(255, 255, 255, 0.78) 58% 59.1%, transparent 59.1% 100%),
		linear-gradient(88deg, transparent 0 33%, rgba(112, 151, 166, 0.18) 33% 34.15%, transparent 34.15% 100%),
		linear-gradient(148deg, transparent 0 67%, rgba(112, 151, 166, 0.19) 67% 68.25%, transparent 68.25% 100%),
		repeating-linear-gradient(90deg, transparent 0 54px, rgba(147, 170, 178, 0.08) 54px 56px),
		repeating-linear-gradient(180deg, transparent 0 58px, rgba(147, 170, 178, 0.07) 58px 60px);
	pointer-events: none;
}

#mov_con:has(.gmap_wrap)::after,
#mov_con2:has(.gmap_wrap)::after,
#mov_con3:has(.gmap_wrap)::after,
#mov_con4:has(.gmap_wrap)::after,
#mov_con5:has(.gmap_wrap)::after,
#mov_con6:has(.gmap_wrap)::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(circle at 16% 34%, rgba(233, 104, 68, 0.22) 0 1.3%, transparent 4.5%),
		radial-gradient(circle at 73% 47%, rgba(29, 155, 240, 0.18) 0 1.2%, transparent 4.2%),
		radial-gradient(circle at 61% 70%, rgba(52, 168, 83, 0.16) 0 1%, transparent 3.5%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.2) 16%, transparent 34%, transparent 64%, rgba(230, 239, 244, 0.44) 82%, rgba(255, 255, 255, 0.88) 100%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.56), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.56));
	pointer-events: none;
}

#mov_con:has(.gmap_wrap) .gmap_wrap,
#mov_con2:has(.gmap_wrap) .gmap_wrap,
#mov_con3:has(.gmap_wrap) .gmap_wrap,
#mov_con4:has(.gmap_wrap) .gmap_wrap,
#mov_con5:has(.gmap_wrap) .gmap_wrap,
#mov_con6:has(.gmap_wrap) .gmap_wrap {
	z-index: 2;
}

.bg-red{ background: #faa;　}
.bg-green{　background: #afa;　}
.bg-blue{　background: #aaf;　}

.btn_wrap{/*
	width: 100%;
	background: #f6f6f6;
	*/}
.frapbtn{
	width: auto;
	flex: 0 0 auto;
	min-width: 126px;
	max-width: 210px;
	height: 44px;
	padding: 0 24px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	isolation: isolate;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.12));
	color: rgba(255, 255, 255, 0.94);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), inset 0 -1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(22px) saturate(170%);
	-webkit-backdrop-filter: blur(22px) saturate(170%);
	opacity: .84;
	transition: transform .34s cubic-bezier(.16, 1, .3, 1), background .34s ease, border-color .34s ease, color .34s ease, opacity .34s ease, box-shadow .34s ease;
	user-select: none;
	cursor: pointer;
}

.frapbtn::before{
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	height: 45%;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
	pointer-events: none;
	z-index: 0;
}

#swiper-wrapper_thum{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	width: max-content;
	height: auto;
	border: none;
	box-sizing: border-box;
	transform: translate3d(0, 0, 0);
	transition: transform .64s cubic-bezier(.16, 1, .3, 1);
	will-change: transform;
}

.frapbtn.is-active{
	min-width: 146px;
	background: linear-gradient(135deg, rgba(255, 250, 240, 0.62), rgba(255, 232, 202, 0.34));
	border-color: rgba(255, 255, 255, 0.64);
	color: #241b12;
	font-size: 16px;
	text-shadow: none;
	opacity: .96;
	transform: scale(1.03);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -1px 0 rgba(255, 255, 255, 0.16);
}

.frapbtn[data-url]{
	padding-right: 48px;
}

.frapbtn[data-url]::after{
	content: "↗";
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 1;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255,255,255,.24);
	border: 1px solid rgba(255,255,255,.38);
	color: rgba(255,255,255,.96);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}

.frapbtn.is-active[data-url]::after{
	background: rgba(255, 151, 34, .42);
	border-color: rgba(255, 220, 152, .72);
	color: #241b12;
	box-shadow: 0 0 18px rgba(255, 151, 34, .55), inset 0 1px 0 rgba(255,255,255,.52);
}

.frapbtn.is-active[data-url]{
	min-width: 178px;
	height: 52px;
	margin-left: 18px;
	margin-right: 18px;
	font-size: 17px;
	background:
		radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0) 36%),
		linear-gradient(110deg, rgba(255, 247, 219, .92), rgba(255, 186, 68, .7), rgba(255, 132, 24, .58), rgba(255, 247, 219, .92));
	background-size: 100% 100%, 260% 100%;
	border-color: rgba(255, 226, 166, .98);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, .34),
		0 0 18px rgba(255, 196, 91, .72),
		0 0 44px rgba(255, 132, 24, .52),
		0 16px 42px rgba(255, 132, 24, .34),
		inset 0 1px 0 rgba(255, 255, 255, .82),
		inset 0 -1px 0 rgba(255, 132, 24, .34);
	animation: frapUrlGlowMove 3.2s linear infinite;
	transform: translateY(-8px);
}

.frapbtn.is-active[data-url]::before{
	inset: 0;
	height: auto;
	border-radius: inherit;
	background:
		linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.72) 46%, rgba(255,255,255,0) 70%);
	opacity: .92;
	transform: translateX(-120%);
	animation: frapUrlSweep 2.6s ease-in-out infinite;
}

.frapbtn.is-active[data-url]::after{
	animation: frapUrlIconFloat 1.8s ease-in-out infinite;
}

@media screen and (max-width: 479px) {
	.frapbtn{
		min-width: 112px;
		max-width: 176px;
		height: 42px;
		padding: 0 21px;
		font-size: 14px;
	}

	.frapbtn.is-active{
		min-width: 130px;
		font-size: 15px;
	}

	.frapbtn.is-active[data-url]{
		min-width: 172px;
		height: 50px;
		margin-left: 18px;
		margin-right: 18px;
		font-size: 17px;
		transform: translateY(-8px);
	}

	.frapbtn[data-url]{
		padding-right: 43px;
	}

	.frapbtn[data-url]::after{
		right: 13px;
		width: 20px;
		height: 20px;
		font-size: 12px;
	}

}

@keyframes frapUrlGlowMove {
	0% {
		background:
			radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0) 36%),
			linear-gradient(110deg, rgba(255, 247, 219, .92), rgba(255, 186, 68, .7), rgba(255, 132, 24, .58), rgba(255, 247, 219, .92));
		background-size: 100% 100%, 260% 100%;
		background-position: 0 0, 0% 50%;
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, .34),
			0 0 18px rgba(255, 196, 91, .72),
			0 0 44px rgba(255, 132, 24, .52),
			0 16px 42px rgba(255, 132, 24, .34),
			inset 0 1px 0 rgba(255, 255, 255, .82),
			inset 0 -1px 0 rgba(255, 132, 24, .34);
	}
	50% {
		background:
			radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 40%),
			linear-gradient(110deg, rgba(255, 247, 219, .96), rgba(255, 206, 107, .88), rgba(255, 132, 24, .76), rgba(255, 247, 219, .96));
		background-size: 100% 100%, 260% 100%;
		background-position: 0 0, 100% 50%;
		box-shadow:
			0 0 0 1px rgba(255, 234, 185, .8),
			0 0 30px rgba(255, 196, 91, .92),
			0 0 68px rgba(255, 132, 24, .72),
			0 18px 50px rgba(255, 132, 24, .46),
			inset 0 1px 0 rgba(255, 255, 255, .9),
			inset 0 -1px 0 rgba(255, 132, 24, .44);
	}
	100% {
		background:
			radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0) 36%),
			linear-gradient(110deg, rgba(255, 247, 219, .92), rgba(255, 186, 68, .7), rgba(255, 132, 24, .58), rgba(255, 247, 219, .92));
		background-size: 100% 100%, 260% 100%;
		background-position: 0 0, 200% 50%;
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, .34),
			0 0 18px rgba(255, 196, 91, .72),
			0 0 44px rgba(255, 132, 24, .52),
			0 16px 42px rgba(255, 132, 24, .34),
			inset 0 1px 0 rgba(255, 255, 255, .82),
			inset 0 -1px 0 rgba(255, 132, 24, .34);
	}
}

@keyframes frapUrlSweep {
	0%, 18% {
		transform: translateX(-120%) skewX(-14deg);
	}
	48%, 100% {
		transform: translateX(120%) skewX(-14deg);
	}
}

@keyframes frapUrlIconFloat {
	0%, 100% {
		transform: translateY(-50%) scale(1);
	}
	50% {
		transform: translateY(-50%) scale(1.14);
	}
}

/**/
.urlclick{
	position: relative;
	width: 100%;
	margin-left: auto; margin-right: auto;
	background-color: #000;
}
.urlclick .pic_wrap{
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	width: 100%; height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: none;
	background-color: #000;
}
.pic_wrap{
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}
.pic_wrap img{
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
.text_wrap{
	position: absolute;
	width: 100%; height: 100%;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.text_wrap p{
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: 500;
	text-shadow:
			1px 1px 0px #000, -1px -1px 0px #000,
			-1px 1px 0px #000,  1px -1px 0px #000,
			1px 0px 0px #000, -1px  0px 0px #000,
			0px 1px 0px #000,  0px -1px 0px #000;
	color: #fff;
}
.urlpop{
	position: absolute;
	box-sizing: border-box;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.urlpop_link{
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: min(72vw, 310px);
	max-width: 82vw;
	min-height: 58px;
	padding: 12px 56px 12px 22px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,.48);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255,255,255,.34), rgba(255,255,255,.16));
	box-shadow: 0 18px 46px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.45);
	backdrop-filter: blur(18px) saturate(145%);
	-webkit-backdrop-filter: blur(18px) saturate(145%);
	text-shadow: 0 1px 10px rgba(0,0,0,.35);
	pointer-events: auto;
	overflow: hidden;
}
.urlpop_link::before{
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 18% 16%, rgba(255,255,255,.38), transparent 34%);
	pointer-events: none;
}
.urlpop_kicker,
.urlpop_label,
.urlpop_icon{
	position: relative;
	z-index: 1;
}
.urlpop_kicker{
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .08em;
	opacity: .76;
}
.urlpop_label{
	font-size: clamp(18px, 5vw, 24px);
	line-height: 1.25;
	font-weight: 900;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.urlpop_icon{
	position: absolute;
	top: 50%;
	right: 19px;
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255,255,255,.24);
	border: 1px solid rgba(255,255,255,.38);
	transform: translateY(-50%);
	font-size: 19px;
	line-height: 1;
	font-weight: 900;
}
.urlpop_link:hover,
.urlpop_link:active{
	background: linear-gradient(135deg, rgba(255,255,255,.46), rgba(255,255,255,.22));
	color: #fff;
}
.urlpop2_img,.urlpop3_img,.urlpop4_img,.urlpop5_img,.urlpop6_img{
	display: block;
	opacity: 0;
	margin-top: 30px;
	transition: all 300ms 0.7s ease;
}
.urlpop5_img_ani{
	/*opacity: 1!important;*/
}
/**/
.sli1{ position: relative; }
.sli2{ position: relative; }
.sli3{ position: relative; }
.sli4{ position: relative; }
.sli5{ position: relative; }
.sli6{ position: relative; }
.sli1_tar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; height: 10%;
}
.sli2_tar,.sli3_tar,.sli4_tar,.sli5_tar,.sli6_tar{
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%; height: 10%;
}
/*mov controll*/
.custom-seekbar{
	float: left;
	cursor: pointer;
	height: 4px;
	margin-top: 13px;
	margin-bottom: 10px;
	margin-left: 15px;
	outline: thin solid #8c8c8c;
	overflow: hidden;
	position: relative;
	/*max-width: 500px;*/
	width: calc( 100% - 70px );
	background-color: #8c8c8c;
}
.custom-seekbar span{
	background-color: #dfdfdf;
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	width: 0px;
}
/* following rule is for hiding Stack Overflow's console  */
.as-console-wrapper{ display: none !important; }

/**/
.btn_play{
	width: 20px; height: 20px;
}
.btn_mute{
	width: 20px; height: 20px;
}
input[type="range"] {
	-webkit-appearance: slider-vertical;
}
.seekbar_wrap{
	background-color: #808080;
	border-radius: 5px;
	padding-left: 10px; padding-right: 10px;
	box-sizing: border-box;
	margin-left: auto; margin-right: auto;
}
.btn_play{
	float: left;
	margin-top: 5px;
}
.btn_pause_svg{
	height: 100%; width: auto;
	margin-left: auto; margin-right: auto;
	display: block;
}
.btn_play_svg{
	height: 100%; width: auto;
	margin-left: auto; margin-right: auto;
	display: none;
}
.btn_mute{
	float: right;
	margin-top: 5px;
}
.mute_on_btn{
	height: 100%; width: auto;
	margin-left: auto; margin-right: auto;
	display: block;
}
.mute_off_btn{
	height: 100%; width: auto;
	margin-left: auto; margin-right: auto;
	display: none;
}

/*SNS*/
.sns_wrap {
	position: relative!important;
	top: auto!important;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding-top: 0;
	background-color: #000;
	overflow: hidden;
	transform: translateY(0);
}
.sns_box {
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	transform: none;
	height: 100%;
	width: 100%;
	overflow: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	-webkit-overflow-scrolling:touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	border: solid 1px #ccc;
}
.sns_con{
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
}

.sns_con .twitter-timeline,
.sns_con .twitter-timeline-rendered {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	height: 100% !important;
}

.sns_con .twitter-tweet,
.sns_con .twitter-tweet-rendered {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
}

.x-tweet-wrap {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: center !important;
}

.x-tweet-box {
	overflow: hidden !important;
	touch-action: pan-x !important;
	border: 0 !important;
	outline: 0 !important;
}

.x-tweet-box .sns_con {
	height: 100% !important;
	min-height: 100% !important;
	display: flex !important;
	align-items: flex-start !important;
	justify-content: center !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	overflow-x: hidden !important;
}

.x-tweet-box .twitter-tweet-rendered {
	width: 100% !important;
	max-width: none !important;
	min-width: 100% !important;
	min-height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.x-tweet-box .sns_con > *,
.x-tweet-box .twitter-tweet-rendered > * {
	width: 100% !important;
	max-width: 100% !important;
}

.x-tweet-box iframe {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 100% !important;
	min-height: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border: 0 !important;
	pointer-events: auto !important;
}

@media screen and (min-width: 480px) {
	.x-tweet-box .sns_con {
		height: 100% !important;
		min-height: 100% !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	.x-tweet-box .twitter-tweet-rendered {
		transform: none !important;
		transform-origin: top center !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 100% !important;
		min-height: 0 !important;
	}

	.x-tweet-box iframe {
		min-height: 0 !important;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.x-tweet-box .sns_con {
		position: relative !important;
		left: 0 !important;
		width: 72% !important;
		min-width: 72% !important;
		max-width: none !important;
		transform: scale(1.38) !important;
		transform-origin: top left !important;
	}

	.x-tweet-box .twitter-tweet-rendered,
	.x-tweet-box iframe {
		width: 100% !important;
		min-width: 100% !important;
		max-width: none !important;
	}
}

.twtr-timeline { height:auto!important; }


:root {
	--bottom-login-bar-height: 13.0rem
}
@media screen and (min-width: 960px) {
	:root {
		--bottom-login-bar-height: 13.0rem
	}
}

/* Header glass plate: moved from page.php inline CSS */
.logo_wrap {
	position: fixed !important;
	z-index: 10001 !important;
	top: 15px !important;
	left: 50% !important;
	width: 94% !important;
	height: 48px !important;
	max-width: calc((100vh - 190px) * 9 / 16) !important;
	transform: translateX(-50%) !important;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.25) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 11px !important;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
}

.head_logo {
	position: absolute !important;
	top: 50% !important;
	left: 15px !important;
	height: auto !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	transform: translateY(-55%) !important;
	pointer-events: auto;
}

.head_logo a {
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

.head_logo img {
	width: auto !important;
	height: 35px !important;
	display: block !important;
}

#head_wrap {
	position: absolute !important;
	z-index: 10002 !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	transform: none !important;
}

.head_box {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	background: transparent !important;
}

.head_menubtn_wrap {
	position: absolute !important;
	top: 0 !important;
	right: 15px !important;
	left: auto !important;
	width: 32px !important;
	height: 100% !important;
	margin: 0 !important;
	pointer-events: auto !important;
}

.menu_trigger {
	position: absolute !important;
	top: 35px !important;
	right: 0 !important;
	left: auto !important;
	width: 35px !important;
	height: 24px !important;
	margin: 0 !important;
	display: block !important;
}

.menu_trigger span,
.logo_wrap .menu_trigger span.vi,
#head_wrap .menu_trigger span.vi,
.head_menubtn_wrap .menu_trigger span.vi {
	position: absolute !important;
	left: 0 !important;
	width: 100% !important;
	height: 2px !important;
	background: #fff !important;
	background-color: #fff !important;
	border-color: #fff !important;
	color: #fff !important;
	opacity: 1 !important;
	filter: none !important;
	mix-blend-mode: normal !important;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.28) !important;
}

.menu_trigger span:nth-of-type(1) { top: 2px !important; }
.menu_trigger span:nth-of-type(2) { top: 11px !important; }
.menu_trigger span:nth-of-type(3) { top: 20px !important; }

.shop_name_wrap {
	position: fixed !important;
	z-index: 10003 !important;
	top: 15px !important;
	left: 50% !important;
	width: 94% !important;
	height: 48px !important;
	max-width: calc((100vh - 190px) * 9 / 16) !important;
	margin: 0 auto !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	transform: translateX(-50%) !important;
	pointer-events: none;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.shop_name1,
.shop_name2 {
	width: 100% !important;
	margin: 0 !important;
	text-align: center !important;
	line-height: 1.1 !important;
}

.shop_name1 {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 4px !important;
}

.shop_name1_txt {
	margin: 0 !important;
	font-size: 8px !important;
	font-weight: 500 !important;
	color: #fff !important;
	letter-spacing: 0.03em !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42) !important;
}

.shop_name2 {
	font-size: 11px !important;
	font-weight: 700 !important;
	color: #fff !important;
	letter-spacing: 0.01em !important;
	margin-top: -7px !important;
}

.shop_name2 p {
	color: #fff !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42) !important;
}

@media screen and (min-width: 480px) {
	.logo_wrap {
		top: 20px !important;
		height: 54px !important;
		border-radius: 13px !important;
	}

	.head_logo {
		left: 18px !important;
	}

	.head_logo img {
		height: 40px !important;
	}

	.head_menubtn_wrap {
		right: 18px !important;
	}

	.menu_trigger {
		width: 32px !important;
		height: 24px !important;
		top: 40px !important;
	}

	.menu_trigger span {
		height: 2px !important;
	}

	.menu_trigger span:nth-of-type(1) { top: 2px !important; }
	.menu_trigger span:nth-of-type(2) { top: 11px !important; }
	.menu_trigger span:nth-of-type(3) { top: 20px !important; }

	.shop_name_wrap {
		top: 20px !important;
		height: 54px !important;
	}

	.shop_name1_txt {
		font-size: 9px !important;
	}

	.shop_name2 {
		font-size: 13px !important;
		margin-top: 2px !important;
	}
}

/* ==========================================
   Final external overrides for the develop 9:16 page
   Keep header CSS outside page.php.
   ========================================== */
html,
body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: #000 !important;
	overflow: hidden !important;
}

.wrap {
	position: fixed !important;
	inset: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	height: 100dvh !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: #000 !important;
}

#swi_con {
	position: fixed !important;
	top: 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	margin: 0 !important;
	aspect-ratio: 9 / 16 !important;
	background: #000 !important;
	overflow: hidden !important;
}

#swi_wrap,
#swi_sli,
#swi_sli2,
#swi_sli3,
#swi_sli4,
#swi_sli5,
#swi_sli6,
#mov_con,
#mov_con2,
#mov_con3,
#mov_con4,
#mov_con5,
#mov_con6,
.urlclick,
.pic_wrap {
	background: #000 !important;
}

.logo_wrap,
.shop_name_wrap {
	position: fixed !important;
	z-index: 10001 !important;
	top: 15px !important;
	left: 50% !important;
	width: calc(100vw - 30px) !important;
	max-width: calc((100vh * 9 / 16) - 30px) !important;
	max-width: calc((100dvh * 9 / 16) - 30px) !important;
	height: 48px !important;
	margin: 0 !important;
	transform: translateX(-50%) !important;
	box-sizing: border-box !important;
}

.logo_wrap {
	display: block !important;
	pointer-events: none !important;
	overflow: visible !important;
	background: rgba(0, 0, 0, 0.25) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 11px !important;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
}

.logo_wrap:has(.opnenmenu.active) {
	z-index: 10060 !important;
}

.logo_wrap:has(.opnenmenu.active) .head_menubtn_wrap,
.logo_wrap:has(.opnenmenu.active) .menu_trigger {
	z-index: 10080 !important;
	pointer-events: auto !important;
}

.opnenmenu {
	z-index: 10061 !important;
	pointer-events: none !important;
	overflow: visible !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transform: translate3d(14px, -8px, 0) scale(0.97) !important;
	transform-origin: top right !important;
	transition:
		opacity 0.24s ease,
		transform 0.34s cubic-bezier(0.16, 1, 0.3, 1),
		visibility 0s linear 0.34s !important;
	will-change: opacity, transform !important;
}

.opnenmenu.active {
	pointer-events: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	overflow: visible !important;
	transform: translate3d(0, 0, 0) scale(1) !important;
	animation: none !important;
	transition:
		opacity 0.24s ease,
		transform 0.34s cubic-bezier(0.16, 1, 0.3, 1),
		visibility 0s linear 0s !important;
}

.opnenmenu.active {
	right: 0 !important;
	left: auto !important;
	top: 0 !important;
	width: clamp(188px, 47vw, 250px) !important;
	min-width: 0 !important;
	height: auto !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	background: linear-gradient(145deg, rgba(16, 18, 22, 0.76), rgba(58, 63, 72, 0.44)) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 16px !important;
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
	backdrop-filter: blur(34px) saturate(150%) brightness(0.82) !important;
	-webkit-backdrop-filter: blur(34px) saturate(150%) brightness(0.82) !important;
	color: #fff !important;
	overflow: hidden !important;
}

.opnenmenu_search_wrap,
.opnenmenu_btn {
	width: 100% !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)) !important;
	opacity: 0 !important;
	transform: translate3d(0, 6px, 0) !important;
	transition:
		opacity 0.24s ease,
		transform 0.32s cubic-bezier(0.16, 1, 0.3, 1) !important;
	will-change: opacity, transform !important;
}

.opnenmenu.active .opnenmenu_search_wrap,
.opnenmenu.active .opnenmenu_btn {
	opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
	animation: none !important;
}

.opnenmenu:not(.active) .opnenmenu_search_wrap,
.opnenmenu:not(.active) .opnenmenu_btn {
	transition-delay: 0s !important;
}

.opnenmenu.active.menu-enter {
	opacity: 0 !important;
	transform: translate3d(14px, -8px, 0) scale(0.98) !important;
}

.opnenmenu.active.menu-enter.menu-enter-active {
	opacity: 1 !important;
	transform: translate3d(0, 0, 0) scale(1) !important;
}

.opnenmenu.active.menu-enter .opnenmenu_search_wrap,
.opnenmenu.active.menu-enter .opnenmenu_btn {
	opacity: 0 !important;
	transform: translate3d(0, 6px, 0) !important;
}

.opnenmenu.active.menu-enter.menu-enter-active .opnenmenu_search_wrap,
.opnenmenu.active.menu-enter.menu-enter-active .opnenmenu_btn {
	opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
}

.opnenmenu.active.menu-enter.menu-enter-active > :nth-child(1) { transition-delay: 0.06s !important; }
.opnenmenu.active.menu-enter.menu-enter-active > :nth-child(2) { transition-delay: 0.12s !important; }
.opnenmenu.active.menu-enter.menu-enter-active > :nth-child(3) { transition-delay: 0.18s !important; }
.opnenmenu.active.menu-enter.menu-enter-active > :nth-child(4) { transition-delay: 0.24s !important; }
.opnenmenu.active.menu-enter.menu-enter-active > :nth-child(5) { transition-delay: 0.30s !important; }
.opnenmenu.active.menu-enter.menu-enter-active > :nth-child(6) { transition-delay: 0.36s !important; }
.opnenmenu.active.menu-enter.menu-enter-active > :nth-child(7) { transition-delay: 0.42s !important; }

.opnenmenu_btn:last-child {
	border-bottom: 0 !important;
}

.opnenmenu_search,
.opnenmenu_btn a {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 42px 0 17px !important;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	text-decoration: none !important;
	color: #fff !important;
}

.opnenmenu_search {
	justify-content: center !important;
	padding-left: 17px !important;
}

.opnenmenu_search p,
.opnenmenu_btn p {
	position: static !important;
	top: auto !important;
	left: auto !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	color: rgba(255, 255, 255, 0.94) !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.03em !important;
	white-space: nowrap !important;
	overflow: visible !important;
	text-overflow: clip !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.38) !important;
	transform: none !important;
}

.opnenmenu_search p {
	justify-content: center !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	letter-spacing: 0.36em !important;
	text-indent: 0.36em !important;
}

.opnenmenu_btn p {
	font-size: 14px !important;
}

.opnenmenu_btn_ov {
	display: none !important;
}

.opnenmenu_btn a:active,
.opnenmenu_btn a:hover {
	background: rgba(255, 255, 255, 0.12) !important;
}

@media screen and (min-width: 700px) and (pointer: coarse) {
	.opnenmenu.active {
		width: clamp(280px, 36vw, 360px) !important;
		border-radius: 18px !important;
	}

	.opnenmenu_search_wrap,
	.opnenmenu_btn {
		height: 58px !important;
	}

	.opnenmenu_search,
	.opnenmenu_btn a {
		padding-right: 56px !important;
		padding-left: 24px !important;
	}

	.opnenmenu_search {
		padding-left: 24px !important;
	}

	.opnenmenu_search p {
		font-size: 19px !important;
		letter-spacing: 0.4em !important;
		text-indent: 0.4em !important;
	}

	.opnenmenu_btn p {
		font-size: 18px !important;
	}
}

.shop_name_wrap {
	z-index: 10003 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	pointer-events: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	opacity: 1 !important;
	transition: opacity 0.3s ease !important;
}

.logo_wrap:has(.opnenmenu.active) + .shop_name_wrap {
	opacity: 0 !important;
}

.head_logo {
	position: absolute !important;
	top: 50% !important;
	left: 15px !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	transform: translateY(-50%) !important;
	display: flex !important;
	align-items: center !important;
	pointer-events: auto !important;
}

.head_logo a {
	display: flex !important;
	align-items: center !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.head_logo img {
	display: block !important;
	width: auto !important;
	height: 35px !important;
	margin: 0 !important;
}

#head_wrap,
.head_box {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	transform: none !important;
	pointer-events: none !important;
}

.head_menubtn_wrap {
	position: absolute !important;
	top: 0 !important;
	right: 15px !important;
	left: auto !important;
	width: 35px !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	pointer-events: auto !important;
}

.menu_trigger {
	position: relative !important;
	top: 22px !important;
	right: 0 !important;
	left: auto !important;
	width: 35px !important;
	height: 24px !important;
	margin: 0 !important;
	display: block !important;
	transform: none !important;
}

.menu_trigger span,
.logo_wrap .menu_trigger span.vi,
#head_wrap .menu_trigger span.vi,
.head_menubtn_wrap .menu_trigger span.vi {
	position: absolute !important;
	left: 0 !important;
	width: 100% !important;
	height: 2px !important;
	background: #fff !important;
	background-color: #fff !important;
	border-color: #fff !important;
	color: #fff !important;
	opacity: 1 !important;
	filter: none !important;
	mix-blend-mode: normal !important;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.28) !important;
}

.menu_trigger span:nth-of-type(1) { top: 2px !important; }
.menu_trigger span:nth-of-type(2) { top: 11px !important; }
.menu_trigger span:nth-of-type(3) { top: 20px !important; }

.shop_name1,
.shop_name2 {
	width: 100% !important;
	margin: 0 !important;
	text-align: center !important;
	line-height: 1.1 !important;
}

.shop_name1 {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px !important;
}

.shop_name1_txt {
	margin: 0 !important;
	font-size: 8px !important;
	font-weight: 500 !important;
	color: #fff !important;
	letter-spacing: 0.03em !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42) !important;
        transform: translateY(-3px) !important;
}

.shop_name2 {
	font-size: 11px !important;
	font-weight: 700 !important;
	color: #fff !important;
	letter-spacing: 0.01em !important;
	margin-top: -13px !important;
}

.shop_name2 p {
	color: #fff !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42) !important;
}

@media screen and (min-width: 480px) {
	.logo_wrap,
	.shop_name_wrap {
		top: 20px !important;
		height: 54px !important;
		border-radius: 13px !important;
	}

	.head_logo {
		left: 18px !important;
	}

	.head_logo img {
		height: 40px !important;
	}

	.head_menubtn_wrap {
		right: 18px !important;
	}

	.menu_trigger {
		width: 32px !important;
		height: 24px !important;
		top: 26px !important;
	}

	.shop_name1_txt {
		font-size: 9px !important;
	}

	.shop_name2 {
		font-size: 13px !important;
		margin-top: -7px !important;
	}
}

.gmap_wrap,
.sns_wrap {
	transform: translateY(-60px) !important;
}

.video-js .vjs-control-bar {
	display: flex !important;
	width: 94% !important;
	left: 3% !important;
	bottom: 34px !important;
	z-index: 10020 !important;
	border-radius: 8px !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	-webkit-transform: none !important;
	will-change: opacity !important;
	transition: opacity 1.1s ease !important;
}

.video-js .vjs-progress-control,
.video-js .vjs-progress-holder,
.video-js .vjs-slider,
.video-js .vjs-control-bar,
.video-js .vjs-control-bar * {
	pointer-events: auto !important;
	touch-action: none !important;
}

.video-js.vjs-user-active .vjs-control-bar,
.video-js.vjs-paused .vjs-control-bar {
	opacity: 1 !important;
	visibility: visible !important;
	transition: opacity 1.1s ease !important;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 0 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transition: opacity 1.4s ease !important;
}

body.force-video-controls .video-js .vjs-control-bar,
body.force-video-controls .video-js.vjs-user-inactive.vjs-playing .vjs-control-bar {
	display: flex !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	transition: opacity 1.1s ease !important;
}

.video-js .vjs-big-play-button {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

#swi_con .swiper-slide:not(.swiper-slide-active) .video-js .vjs-control-bar,
body.force-video-controls #swi_con .swiper-slide:not(.swiper-slide-active) .video-js .vjs-control-bar,
body.force-video-controls #swi_con .swiper-slide:not(.swiper-slide-active) .video-js.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

@media screen and (min-width: 480px) {
	.slider-menu-wrap {
		bottom: 170px !important;
		z-index: 10030 !important;
	}

	.video-js .vjs-control-bar {
		bottom: 110px !important;
	}
}

@media screen and (min-width: 700px) {
    .gmap_wrap,
    .sns_wrap {
        transform: translateY(-100px) !important;
    }
}

/* GoogleMap page background: keep the map iframe size as-is and replace only the black surrounding area. */
.swiper-slide:has(.gmap_wrap) {
	position: relative !important;
	isolation: isolate !important;
	overflow: hidden !important;
	background:
		radial-gradient(circle at 72% 26%, rgba(125, 181, 214, 0.32) 0 9%, transparent 28%),
		radial-gradient(circle at 24% 70%, rgba(255, 205, 132, 0.28) 0 10%, transparent 30%),
		linear-gradient(180deg, #f8fbfc 0%, #e9f1f5 48%, #f8fbfc 100%) !important;
}

.swiper-slide:has(.gmap_wrap)::before {
	content: "";
	position: absolute;
	inset: -10%;
	z-index: 0;
	background:
		linear-gradient(33deg, transparent 0 42%, rgba(112, 151, 166, 0.28) 42% 43.25%, transparent 43.25% 100%),
		linear-gradient(118deg, transparent 0 51%, rgba(112, 151, 166, 0.22) 51% 52.35%, transparent 52.35% 100%),
		linear-gradient(7deg, transparent 0 58%, rgba(255, 255, 255, 0.78) 58% 59.1%, transparent 59.1% 100%),
		linear-gradient(88deg, transparent 0 33%, rgba(112, 151, 166, 0.18) 33% 34.15%, transparent 34.15% 100%),
		linear-gradient(148deg, transparent 0 67%, rgba(112, 151, 166, 0.19) 67% 68.25%, transparent 68.25% 100%),
		repeating-linear-gradient(90deg, transparent 0 54px, rgba(147, 170, 178, 0.08) 54px 56px),
		repeating-linear-gradient(180deg, transparent 0 58px, rgba(147, 170, 178, 0.07) 58px 60px);
	pointer-events: none;
}

.swiper-slide:has(.gmap_wrap)::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 16% 34%, rgba(233, 104, 68, 0.22) 0 1.3%, transparent 4.5%),
		radial-gradient(circle at 73% 47%, rgba(29, 155, 240, 0.18) 0 1.2%, transparent 4.2%),
		radial-gradient(circle at 61% 70%, rgba(52, 168, 83, 0.16) 0 1%, transparent 3.5%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.2) 16%, transparent 34%, transparent 64%, rgba(230, 239, 244, 0.44) 82%, rgba(255, 255, 255, 0.88) 100%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.56), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.56));
	pointer-events: none;
}

.swiper-slide:has(.gmap_wrap) .urlclick,
.swiper-slide:has(.gmap_wrap) .pic_wrap {
	position: relative !important;
	z-index: 1 !important;
	background: transparent !important;
}

/* X post page background: large monogram pattern behind the white X card. */
.swiper-slide:has(.x-tweet-wrap),
.swiper-slide:has(.x-tweet-box) {
	position: relative !important;
	isolation: isolate !important;
	overflow: hidden !important;
	background:
		radial-gradient(circle at 72% 20%, rgba(235, 194, 113, 0.22) 0 9%, transparent 30%),
		radial-gradient(circle at 24% 74%, rgba(255, 238, 201, 0.28) 0 12%, transparent 34%),
		linear-gradient(180deg, #b4a58c 0%, #948772 48%, #b9aa90 100%) !important;
}

#swi_con:has(.swiper-slide-active .x-tweet-wrap),
#swi_con:has(.swiper-slide-active .x-tweet-box) {
	background:
		radial-gradient(circle at 72% 20%, rgba(235, 194, 113, 0.22) 0 9%, transparent 30%),
		radial-gradient(circle at 24% 74%, rgba(255, 238, 201, 0.28) 0 12%, transparent 34%),
		linear-gradient(180deg, #b4a58c 0%, #948772 48%, #b9aa90 100%) !important;
}

#swi_wrap:has(.swiper-slide-active .x-tweet-wrap),
#swi_wrap:has(.swiper-slide-active .x-tweet-box) {
	background: transparent !important;
}

.swiper-slide:has(.x-tweet-wrap)::before,
.swiper-slide:has(.x-tweet-box)::before {
	content: "𝕏   𝕏   𝕏\A  𝕏   𝕏   𝕏\A𝕏   𝕏   𝕏\A  𝕏   𝕏   𝕏\A𝕏   𝕏   𝕏";
	position: absolute;
	top: -22%;
	left: -30%;
	z-index: 0;
	width: 170%;
	height: 150%;
	color: rgba(178, 126, 42, 0.24);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(164px, 54vw, 226px);
	font-weight: 700;
	line-height: 0.82;
	letter-spacing: 0.04em;
	white-space: pre;
	transform: rotate(-8deg);
	opacity: 0.6;
	filter: blur(0.55px);
	-webkit-text-stroke: 0.4px rgba(66, 43, 18, 0.1);
	text-shadow:
		1px 1px 0 rgba(255, 230, 170, 0.12),
		-1px -1px 0 rgba(52, 35, 19, 0.12);
	pointer-events: none;
}

.swiper-slide:has(.x-tweet-wrap)::after,
.swiper-slide:has(.x-tweet-box)::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(255, 248, 232, 0.66) 0%, rgba(255, 248, 232, 0.22) 19%, rgba(255, 255, 255, 0.12) 38%, rgba(255, 255, 255, 0.12) 62%, rgba(255, 241, 214, 0.24) 82%, rgba(255, 249, 238, 0.68) 100%),
		linear-gradient(90deg, rgba(255, 252, 244, 0.42), transparent 18%, transparent 82%, rgba(255, 252, 244, 0.42)),
		radial-gradient(circle at 50% 39%, rgba(0, 0, 0, 0.035), transparent 58%),
		radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.15) 0 1px, transparent 1.7px) 0 0 / 11px 9px,
		radial-gradient(circle at 74% 68%, rgba(30, 24, 18, 0.08) 0 1px, transparent 1.8px) 0 0 / 13px 10px,
		repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 5px),
		repeating-linear-gradient(24deg, rgba(31, 24, 18, 0.035) 0 1px, transparent 1px 7px);
	pointer-events: none;
}

.swiper-slide:has(.x-tweet-wrap) .urlclick,
.swiper-slide:has(.x-tweet-wrap) .pic_wrap,
.swiper-slide:has(.x-tweet-wrap) .sns_wrap,
.swiper-slide:has(.x-tweet-wrap) .sns_box,
.swiper-slide:has(.x-tweet-wrap) .sns_con,
.swiper-slide:has(.x-tweet-box) .urlclick,
.swiper-slide:has(.x-tweet-box) .pic_wrap,
.swiper-slide:has(.x-tweet-box) .sns_wrap,
.swiper-slide:has(.x-tweet-box) .sns_box,
.swiper-slide:has(.x-tweet-box) .sns_con {
	z-index: 1 !important;
	background: transparent !important;
}

.swiper-slide:has(.x-tweet-wrap) .twitter-tweet-rendered,
.swiper-slide:has(.x-tweet-wrap) iframe,
.swiper-slide:has(.x-tweet-box) .twitter-tweet-rendered,
.swiper-slide:has(.x-tweet-box) iframe {
	position: relative !important;
	z-index: 2 !important;
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.swiper-slide:has(.x-tweet-wrap)::before,
	.swiper-slide:has(.x-tweet-box)::before {
		content: "𝕏     𝕏\A   𝕏     𝕏\A𝕏     𝕏\A   𝕏     𝕏" !important;
		top: -10% !important;
		left: -34% !important;
		width: 190% !important;
		height: 175% !important;
		font-size: clamp(220px, 34vw, 340px) !important;
		line-height: 0.82 !important;
		letter-spacing: 0.1em !important;
		opacity: 0.52 !important;
	}

	.swiper-slide:has(.x-tweet-wrap) .sns_wrap,
	.swiper-slide:has(.x-tweet-wrap) .sns_box,
	.swiper-slide:has(.x-tweet-wrap) .sns_con,
	.swiper-slide:has(.x-tweet-box) .sns_wrap,
	.swiper-slide:has(.x-tweet-box) .sns_box,
	.swiper-slide:has(.x-tweet-box) .sns_con {
		background: #fff !important;
	}

	.swiper-slide:has(.x-tweet-wrap) .x-tweet-box .sns_con,
	.swiper-slide:has(.x-tweet-box) .x-tweet-box .sns_con {
		left: 0 !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		min-height: 100% !important;
		transform: none !important;
		transform-origin: top left !important;
	}

	.swiper-slide:has(.x-tweet-wrap) .x-tweet-box .twitter-tweet-rendered,
	.swiper-slide:has(.x-tweet-wrap) .x-tweet-box iframe,
	.swiper-slide:has(.x-tweet-box) .x-tweet-box .twitter-tweet-rendered,
	.swiper-slide:has(.x-tweet-box) .x-tweet-box iframe {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
}

@media screen and (min-width: 1200px) {
	.swiper-slide:has(.x-tweet-wrap)::before,
	.swiper-slide:has(.x-tweet-box)::before {
		content: "𝕏     𝕏\A   𝕏     𝕏\A𝕏     𝕏\A   𝕏     𝕏" !important;
		top: -12% !important;
		left: -30% !important;
		width: 180% !important;
		height: 170% !important;
		font-size: clamp(260px, 20vw, 380px) !important;
		line-height: 0.82 !important;
		letter-spacing: 0.12em !important;
		opacity: 0.48 !important;
	}
}

/* URL CTA: keep the external-link glass button centered on every viewport. */
.urlclick .urlpop {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 12 !important;
	pointer-events: none !important;
}

.urlclick .urlpop_link {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: min(78vw, 340px) !important;
	min-height: 64px !important;
	padding: 0 58px 0 24px !important;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid rgba(255,255,255,.5) !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, rgba(255,255,255,.36), rgba(255,255,255,.17)) !important;
	box-shadow: 0 18px 46px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.45) !important;
	backdrop-filter: blur(18px) saturate(145%) !important;
	-webkit-backdrop-filter: blur(18px) saturate(145%) !important;
	text-shadow: 0 1px 10px rgba(0,0,0,.38) !important;
	pointer-events: auto !important;
	overflow: hidden !important;
	transform: translate(-50%, -50%) !important;
}

.urlclick .urlpop_kicker {
	display: none !important;
}

.urlclick .urlpop_label {
	position: relative !important;
	z-index: 1 !important;
	display: block !important;
	font-size: clamp(18px, 4.6vw, 23px) !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	white-space: nowrap !important;
	color: #fff !important;
}

.urlclick .urlpop_icon {
	position: absolute !important;
	right: 20px !important;
	top: 50% !important;
	z-index: 1 !important;
	width: 30px !important;
	height: 30px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
	background: rgba(255,255,255,.28) !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	transform: translateY(-50%) !important;
}
