@charset "UTF-8";

@import url("preload.css");
@import url("content.css");
@import url("slider-pro.min.css");
@import url("swiper-bundle.min.css");
@import url("photoswipe.css");
@import url("photoswipe_default-skin.css");
@import url("animate.compat.css");


/*// Primary Variable //*/

html {
	/* Value */
	--value-max: 100px;
	--value-min: 40px;
}

.pswp {
	z-index: 9997;
}

.pswp__ui {
	z-index: 9998;
}

.pswp__share-modal {
	z-index: 9999;
}


/* /// PC/Tablet(Landscape) /// */

#home {
	width: 100%;
	background-color: #1e2325;
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--value-max)), 0 100%);
}

/* HeroBanner */

#herobanner {
	--basic-width: 1600;
	--basic-height: 950;
	--content-max-height: 95vh;
	--content-min-height: 65vh;
	width: 100vw;
	height: var(--content-max-height);
	min-height: var(--content-min-height);
	max-height: var(--content-max-height);
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
}

.lazyload {
	opacity: 0;
	transition: opacity 700ms ease-in-out;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 700ms ease-in-out;
}

#herobanner .sp-slide .sp-layer {
	width: 100%;
	height: clamp(var(--content-min-height), 100%, var(--content-max-height));
}

#herobanner .sp-slide .sp-layer h3 {
	--max-width: 160px;
	--min-width: 54px;
	width: auto;
	height: clamp(var(--min-width)*67/14, (670/var(--basic-height))*100%, var(--max-width)*67/14);
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: calc((-50/var(--basic-height))*100%);
	right: 0;
	left: 0;
	background: url(../images/home/img_herobanner_catch-default-vert.svg) 50% 50% no-repeat;
	background-size: auto, clamp(var(--min-width)*67/14, (670/var(--basic-height))*100%, var(--max-width)*67/14);
	display: block;
	overflow: hidden;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, .8)) drop-shadow(0px 1px 3px rgba(0, 0, 0, .8));
}

#herobanner .sp-slide .sp-layer h3 span {
	text-align: center;
	width: 100%;
	height: 0;
	margin: auto;
	padding-top: clamp(var(--min-width)*67/14, (670/var(--basic-height))*100%, var(--max-width)*67/14);
	display: block;
	overflow: hidden;
}

@media (max-height: 500px) {
	#herobanner .sp-slide .sp-layer h3 {
		--max-width: 1052px;
		--min-width: 500px;
		width: clamp(var(--min-width), (1052/var(--basic-width))*100%, var(--max-width));
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: url(../images/home/img_herobanner_catch-default-hriz.svg) 50% 50% no-repeat;
		background-size: auto, clamp(var(--min-width)*37/526, (74/var(--basic-height))*100%, var(--max-width)*37/526);
	}
	
	#herobanner .sp-slide .sp-layer h3 span {
		padding-top: clamp(var(--min-width)*37/526, (74/var(--basic-height))*100%, var(--max-width)*37/526);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
}


/* Customized Slider */

.sp-arrow {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.sp-previous-arrow:before, .sp-next-arrow:before {
	color: #fff;
	font: bold 32px "Font Awesome 5 Free";
	text-shadow: 0 0 3px #000;
	width: 0;
	height: 0;
	position: absolute;
}

.sp-previous-arrow:before {
	content: "\f053";
}

.sp-next-arrow:before {
	content: "\f054";
}

.sp-previous-arrow:after, .sp-next-arrow:after {
	display: none;
}

.sp-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.sp-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.sp-next-arrow {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}


/* /// Concept Block /// */

#concept {
	width: 100%;
	height: auto;
	margin: calc(6px - var(--value-max)) 0 0;
	padding: 130px 0 150px;
	background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .65) 50%, rgba(0, 0, 0, .4) 90%, rgba(0, 0, 0, 0) 100%), url(../images/home/img_sect_concept_bg.jpg) 50% 50% / cover no-repeat;
	position: relative;
	display: block;
	overflow: hidden;
	clip-path: polygon(0 var(--value-max), 100% 0, 100% 100%, 0 calc(100% - var(--value-max)));
}

/* Information Content Part */

#information {
	width: 100%;
	margin: 0 0 65px;
	padding: 0;
}

#information > h3 {
	color: #fff;
	font: 600 24px/1 var(--serif-default);
	text-align: center;
	letter-spacing: 1px;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

#information > h3:after {
	content: "";
	width: 5.4em;
	height: 3px;
	margin: .2em auto 0;
	padding: 0;
	background-color: var(--primary-red);
	display: block;
}

#information #news-ticker {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .38);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

#information #news-ticker a, #information #news-ticker li {
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#information #news-ticker a:hover {
	color: #fba101;
}

#information #news-ticker .ticker {
	width: calc(100% - 80px);
	height: 100%;
	margin: 0;
	padding: 12px 15px 10px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: rgba(12, 13, 13, .9);
	border-radius: 3px 0 0 3px;
}

#information #news-ticker .ticker ul {
	width: 100%;
	position: relative;
}

#information #news-ticker .ticker ul li {
	width: 100%;
	display: none;
}

#information #news-ticker .ticker ul li .date {
	font-size: 87.5%;
	margin-right: 1em;
}

#information #news-ticker .ticker ul li b {
	position: relative;
}

/* #information #news-ticker .ticker ul li b:after {
	content: "：";
	margin-right: .5em;
	margin-left: .5em;
} */

#information #news-ticker .ticker ul li span.txt:before {
	content: "：";
	margin-right: .5em;
	margin-left: .5em;
}

#information #news-ticker .ticker ul li a {
	display: block;
}

#information #news-ticker .view {
	font-size: 87.5%;
	line-height: 1;
	text-align: center;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: rgba(49, 50, 51, .9);
	border-radius: 0 3px 3px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#information #news-ticker .view a {
	width: 100%;
	display: block;
}

#information #news-ticker .view i {
	margin-left: 5px;
}

/* Introduction Content Part */

#intro {
	color: #fff;
	font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bottom: 70px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

#intro p {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

#intro p span {
	display: block;
}

#intro p span.spc {
	margin-top: .5em;
}

/* Gallery Slider Part */

#gallery-slider {
	height: calc((240/400) * 100%);
	min-height: 100px;
	max-height: 240px;
}

#gallery-slider .swiper-slide {
	min-height: 100px;
	max-height: 240px;
	position: relative;
}

#gallery-slider .swiper-slide:before {
	content: "";
	display: block;
	padding-top: calc((240/400)*100%);
}

#gallery-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	top: 0;
	display: block;
	overflow: hidden;
}

#gallery-slider .swiper-container .swiper-wrapper {
	transition-timing-function: linear !important;
}


/* /// Art Gallery Block /// */

#gallery {
	width: 100%;
	height: auto;
	margin: calc(6px - var(--value-max)) 0 0;
	padding: 140px 0;
	background: linear-gradient(350deg, rgba(157, 137, 88, .54) 0%, rgba(225, 220, 192, .54) 50%, rgba(217, 210, 173, .54) 100%), url(../images/home/img_sect_gallery_bg-pattern.jpg) 0 0 / 640px auto repeat;
	position: relative;
	display: block;
	overflow: hidden;
	clip-path: polygon(0 0, 100% var(--value-max), 100% calc(100% - var(--value-max)), 0 100%);
}

#gallery .title {
	width: 483px;
	margin: 0 auto 50px;
}

#gallery .cont-title {
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: calc(28px + 2em);
	padding-bottom: 0;
	background: url(../images/home/img_sect_gallery_cont-title.svg) 50% 1em no-repeat;
	background-size: 443px 28px;
	display: block;
	overflow: hidden;
}

#gallery .cont-title:before, #gallery .cont-title:after {
	background: var(--gradient-gold);
	opacity: 1;
}

#gallery #art-gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#gallery #art-gallery.photo-gallery {
	width: 100%;
}

#gallery #art-gallery.photo-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	top: 0;
	display: block;
	overflow: hidden;
}

#gallery #art-gallery.photo-gallery figure {
	width: calc((530/1080) * 100%);
	height: calc((320/530) * 100%);;
	max-height: 320px;
	margin-bottom: calc((20/1080) * 100%);
	position: relative;
	overflow: hidden;
}

#gallery #art-gallery.photo-gallery figure:nth-child(even) {
	margin-left: calc((20/1080) * 100%);
}

#gallery #art-gallery.photo-gallery figure:before {
	content: "";
	display: block;
	padding-top: calc((320/530)*100%);
}

#gallery #art-gallery.photo-gallery figcaption {
	display: none;
}

.pswp__caption__center {
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	max-width: 620px;
	padding: 20px 15px;
}

.pswp__caption__center h6 {
	font: 700 15px/1 var(--serif-default);
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}


/* /// Membership Block /// */
#membership {
	color: #fff;
	width: 100%;
	height: auto;
	margin: calc(6px - var(--value-max)) 0 0;
	padding: 140px 0 160px;
	background: url(../images/home/img_sect_membership_bg-logo.png) 50% 300px / 720px auto no-repeat, linear-gradient(350deg, rgb(19, 10, 10) 0%, rgb(29, 11, 11) 20%, rgb(25, 25, 26) 60%, rgb(45, 45, 46) 100%) 0 0 no-repeat;
	position: relative;
	display: block;
	overflow: hidden;
	clip-path: polygon(0 var(--value-max), 100% 0, 100% 100%, 0 calc(100% - var(--value-max)));
}

#membership .title {
	width: 476px;
	margin: 0 auto 50px;
}

#membership .cont-title {
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: calc(28px + 2em);
	padding-bottom: 0;
	background: url(../images/home/img_sect_membership_cont-title.svg) 50% 1em no-repeat;
	background-size: 436px 28px;
	display: block;
	overflow: hidden;
}

/*== Members ==*/
#membership .members {
	margin-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#membership .members article {
	letter-spacing: 1px;
	width: calc((520/1080) * 100%);
	padding: 0 0 20px 20px;
	border-left: 1px solid #7c7e80;
	border-bottom: 1px solid #7c7e80;
	box-sizing: border-box;
}

#membership .members article + article {
	margin-left: calc((40/1080) * 100%);
}

#membership .members article .prices ul {
	letter-spacing: 1px;
	text-indent: -.65em;
}

#membership .members article .prices ul li {
	line-height: 1.5;
}

#membership .members article .prices ul li + li {
	margin-top: .8em;
}

#membership .members article .prices ul li span {
	font-size: 81.25%;
}

#membership .members article .prices dl {
	font-size: 93.75%;
	margin: 36px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#membership .members article .prices dl h5 {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 .8em;
	padding: 0;
}

#membership .members article .prices dl dt {
	text-align: right;
	width: 6.5em;
	padding: 0 0 .9em;
	position: absolute;
	left: 0;
}

#membership .members article .prices dl dd {
	line-height: 1.5;
	padding: 0 0 .9em 8.5em;
}

#membership .members article .prices dl dt:last-of-type, #membership .members article .prices dl dd:last-of-type {
	padding-bottom: 0;
}

#membership .members article .other-menu {
	font-size: 93.75%;
	margin-top: 36px;
}

#membership .members article .other-menu h5 {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 .8em;
	padding: 0;
}

#membership .members article .other-menu ul {
	font-size: inherit;
	margin-left: .3em;
	margin-bottom: 0;
}

#membership .members article .other-menu ul li {
	margin-bottom: .7em;
	padding-left: .8em;
	position: relative;
}

#membership .members article .other-menu ul li:last-child {
	margin-bottom: 0;
}

#membership .members article .other-menu ul li:before {
	content: "\f0c8";
	font: 900 7px/1 "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	top: .6em;
	color: #99a0a2;
}

/*== Times ==*/
#membership .times {
	margin-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#membership .times article {
	letter-spacing: 1px;
	width: calc((1060/1080) * 100%);
	padding: 0 0 20px 20px;
	border-left: 1px solid #7c7e80;
	border-bottom: 1px solid #7c7e80;
	box-sizing: border-box;
}

#membership .times article .prices ul {
	letter-spacing: 1px;
	text-indent: -.65em;
}

#membership .times article .prices ul li {
	line-height: 1.5;
}

#membership .times article .prices ul li + li {
	margin-top: .8em;
}

#membership .times article .prices ul li span {
	font-size: 81.25%;
}

#membership .times article .prices dl {
	font-size: 93.75%;
	margin: 36px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#membership .times article .prices dl h5 {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 .8em;
	padding: 0;
}

#membership .times article .prices dl dt {
	text-align: right;
	width: 12.5em;
	padding: 0 0 .9em;
	position: absolute;
	left: 0;
}

#membership .times article .prices dl dd {
	line-height: 1.5;
	padding: 0 0 .9em 14.5em;
}

#membership .times article .prices dl dt:last-of-type, #membership .times article .prices dl dd:last-of-type {
	padding-bottom: 0;
}

#membership .times article .other-menu {
	font-size: 93.75%;
	margin-top: 36px;
}

#membership .times article .other-menu h5 {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 .8em;
	padding: 0;
}

#membership .times article .other-menu ul {
	font-size: inherit;
	margin-left: .3em;
	margin-bottom: 0;
}

#membership .times article .other-menu ul li {
	margin-bottom: .7em;
	padding-left: .8em;
	position: relative;
}

#membership .times article .other-menu p {
	color: #b4b8bc;
	font-size: 87.5%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative;
}





#membership .others {
	margin-bottom: 56px;
}

#membership .others h4 {
	font: 700 22px/1 var(--serif-default);
	text-align: center;
	white-space: nowrap;
	letter-spacing: 1px;
	margin: 0 0 1em;
	padding: 0;
}

#membership .others p {
	line-height: 1.7em;
	text-align: center;
	margin: 0 0 2.5em;
	padding: 0;
}

#membership .others p:first-of-type {
	margin-bottom: 1.1em;;
}

#membership .others p:last-child {
	margin-bottom: 0;
}

#membership .others p i {
	font-size: 93.75%;
	font-style: normal;
	display: block;
}

#membership .others p span {
	display: block;
}

#membership .others dl {
	color: #b4b8bc;
	font-size: 87.5%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#membership .others dl dt {
	width: 2em;
	padding: 0 0 1em;
	position: absolute;
	left: 0;
}

#membership .others dl dd {
	padding: 0 0 1em 2.5em;
}

#membership .others dl dt:last-of-type, #membership .others dl dd:last-of-type {
	padding-bottom: 0;
}

#membership hr {
	margin: 36px 0;
	border-top: 1px solid #636466;
}

#membership #space-gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#membership #space-gallery.photo-gallery {
	width: 100%;
}

#membership #space-gallery.photo-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	top: 0;
	display: block;
	overflow: hidden;
}

#membership #space-gallery.photo-gallery figure {
	width: calc((237/720) * 100%);
	height: calc((200/237) * 100%);
	max-height: 200px;
	margin-right: calc((3/720) * 100%);
	margin-bottom: calc((3/720) * 100%);
	overflow: hidden;
	position: relative;
}

#membership #space-gallery.photo-gallery figure:before {
	content: "";
	display: block;
	padding-top: calc((200/237)*100%);
}

#membership #space-gallery.photo-gallery figure:nth-child(4n) {
	margin-right: 0;
}


/* /// Events and Seminars Block /// */

#events-seminars {
	width: 100%;
	height: auto;
	margin: calc(6px - var(--value-max)) 0 0;
	padding: 130px 0 150px;
	background: url(../images/home/img_sect_events-seminars_bg.jpg) 45% 50% no-repeat;
	background-size: cover;
	position: relative;
	display: block;
	overflow: hidden;
	clip-path: polygon(0 0, 100% var(--value-max), 100% calc(100% - var(--value-max)), 0 100%);
}

#events-seminars article {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#events-seminars article .title {
	width: 351px;
}

#events-seminars article .cont-title {
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: calc(106px + 2em);
	padding-bottom: 0;
	background: url(../images/home/img_sect_events-seminars_cont-title.svg) 50% 1em no-repeat;
	background-size: 311px 106px;
	display: block;
	overflow: hidden;
}

#events-seminars article dl {
	color: #fff;
	width: calc((620/1080) * 100%);
}

#events-seminars article dl dt {
	margin-top: 40px;
	margin-bottom: 0;
	padding: 0;
}

#events-seminars article dl dt:first-child {
	margin-top: 30px;
}

#events-seminars article dl dt h3 {
	font: 700 24px/1 var(--serif-default);
	letter-spacing: 1px;
	text-indent: -.6em;
	margin: 0 0 .5em;
	padding: 0;
}

#events-seminars article dl dd {
	margin: 0;
	padding: 0;
}

#events-seminars article dl dd p {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#events-seminars article dl dd p span {
	font-size: 88.888888%;
	text-align: right;
	display: block;
	margin-top: .5em;
}


/* /// About J LOUNGE Block /// */

#about {
	color: #fff;
	width: 100%;
	height: auto;
	margin: calc(6px - var(--value-max)) 0 0;
	padding: 140px 0 80px;
	background: linear-gradient(120deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, .35) 100%), url(../images/home/img_sect_about_bg.jpg) 75% 100% / cover no-repeat;
	position: relative;
	display: block;
	overflow: hidden;
	clip-path: polygon(0 var(--value-max), 100% 0, 100% 100%, 0 100%);
}

#about .title {
	width: 575px;
	margin: 0 auto 50px;
}

#about .cont-title {
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: calc(28px + 2em);
	padding-bottom: 0;
	background: url(../images/home/img_sect_about_cont-title.svg) 50% 1em no-repeat;
	background-size: 535px 28px;
	display: block;
	overflow: hidden;
}

#about .description {
	margin: 0;
}

#about .description h4 {
	margin-bottom: 2em;
}

#about .description p {
	line-height: 1.7;
	margin: 0;
	padding: 0;
}

#about .description p + p {
	margin-top: 2em;
}

#about .description p:last-of-type {
	text-align: center;
}

#about .description p span {
	display: block;
}

#about .description p:last-of-type span:last-child {
	margin-top: 1.5em;
}

#about .description i {
	font-size: 87.5%;
	text-align: center;
	margin-top: 2.5em;
	display: block;
}


/* /// Rules Block /// */

#rules {
	padding-top: 66px;
	padding-bottom: 60px;
	position: relative;
	background: rgb(19,10,11);
	background: linear-gradient(354deg, rgba(19, 10, 11, 1) 0%, rgba(25, 13, 14, 1) 100%);
}

#rules:before {
	content: "";
	width: 100%;
	height: 6px;
	background: var(--gradient-default);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
}

#rules > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

#rules a {
	color: #fff;
	font: 700 22px/1 var(--serif-default);
	text-align: center;
	letter-spacing: 2px;
	text-decoration: none;
	width: calc((460/1080) * 100%);
	height: 100px;
	min-height: 64px;
	max-height: 100px;
	border: 1px solid rgba(255, 255, 255, .36);
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .25s ease-in-out;
}

#rules a:hover {
	background-color: rgba(255, 255, 255, .15);
	border-color: rgba(255, 255, 255, .26);
}

#rules a + a {
	margin-left: calc((80/1080) * 100%);
}


/* Minimum width 959px and Tablet */

@media all and (max-width: 959px) and (min-width: 600px) {
	/* HeroBanner */
	
	#herobanner {
		height: 85vh;
	}
	
	#herobanner .sp-slide .sp-layer h3 {
		filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, .8)) drop-shadow(0px 1px 2px rgba(0, 0, 0, .8));
	}
	
	/* /// Events and Seminars Block /// */
	
	#events-seminars article {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#events-seminars article .title {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}
	
	#events-seminars article dl {
		width: 100%;
	}
}

/* Phone */
/* Portrait and mode */

@media all and (max-width: 599px) {
	#home {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--value-min)), 0 100%);
	}
	
	/* HeroBanner */
	
	#herobanner {
		height: 65vh;
	}
	
	#herobanner .sp-slide .sp-layer h3 {
		filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, .8)) drop-shadow(0px 1px 2px rgba(0, 0, 0, .8));
	}
	
	
	/* /// Concept Block /// */
	
	#concept {
		margin: calc(6px - var(--value-min)) 0 0;
		padding: 90px 0;
		clip-path: polygon(0 var(--value-min), 100% 0, 100% 100%, 0 calc(100% - var(--value-min)));
	}
	
	/* Information Content Part */
	
	#information {
		width: 100%;
		margin: 0 0 45px;
		padding: 0;
	}
	
	#information > h3 {
		font-size: 20px;
	}
	
	#information #news-ticker {
		height: auto;
		border-radius: 3px;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#information #news-ticker .ticker {
		width: 100%;
	}
	
	#information #news-ticker .view {
		width: 100%;
		height: 24px;
		background-color: rgba(35, 36, 37, 0.9);
		border-radius: 0 0 3px 3px;
	}
	
	/* Introduction Content Part */
	
	#intro {
		margin-bottom: 50px;
	}
	
	
	#intro p {
		font-size: 17px;
	}
	
	
	/* /// Art Gallery Block /// */
	
	#gallery {
		margin: calc(6px - var(--value-min)) 0 0;
		padding: 90px 0;
		background: linear-gradient(350deg, rgba(157, 137, 88, .54) 0%, rgba(225, 220, 192, .54) 50%, rgba(217, 210, 173, .54) 100%), url(../images/home/img_sect_gallery_bg-pattern.jpg) 0 0 / 320px auto repeat;
		clip-path: polygon(0 0, 100% var(--value-min), 100% calc(100% - var(--value-min)), 0 100%);
	}
	
	#gallery .title {
		width: 304px;
		margin: 0 auto 40px;
	}
	
	#gallery .cont-title {
		padding-top: calc(18px + 2em);
		background-size: 284px 18px;
	}
	
	.pswp__caption__center {
		font-size: 12px;
	}
	
	.pswp__caption__center h6 {
		font-size: 14px;
		letter-spacing: normal;
	}
	
	
	/* /// Membership Block /// */
	
	#membership {
		margin: calc(6px - var(--value-min)) 0 0;
		padding: 90px 0 35px;
		background: url(../images/home/img_sect_membership_bg-logo.png) 50% 580px / 300px auto no-repeat, linear-gradient(350deg, rgb(19, 10, 10) 0%, rgb(29, 11, 11) 20%, rgb(25, 25, 26) 60%, rgb(45, 45, 46) 100%) 0 0 no-repeat;
		clip-path: polygon(0 var(--value-min), 100% 0, 100% 100%, 0 calc(100% - var(--value-min)));
	}
	
	#membership .title {
		width: 300px;
		margin: 0 auto 40px;
	}
	
	#membership .cont-title {
		padding-top: calc(18px + 2em);
		background-size: 280px 18px;
	}
	
	#membership .members {
		margin-bottom: 50px;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#membership .members article {
		width: 100%;
	}
	
	#membership .members article + article {
		margin-left: 0;
		margin-top: 40px;
	}
	
	#membership .members article .prices ul {
		letter-spacing: normal;
	}
	
	#membership .members article .prices dl {
		margin: 30px 0 0;
	}
	
	#membership .members article .other-menu {
		margin-top: 30px;
	}
	
	#membership .members article .other-menu ul li:before {
		font-size: 6px;
		top: .7em;
	}
	
	#membership .others {
		margin-bottom: 50px;
	}
	
	#membership .others h4 {
		font-size: 18px;
	}
	
	#membership hr {
		margin: 30px 0;
	}
	
	#membership #space-gallery {
		margin-bottom: 60px;
	}
	
	#membership #space-gallery.photo-gallery figure {
		width: calc((536/1080) * 100%);
		height: calc((401/537) * 100%);
		margin-right: calc((8/1080) * 100%);
		margin-bottom: calc((8/1080) * 100%);
	}
	
	#membership #space-gallery.photo-gallery figure:before {
		padding-top: calc((401/536)*100%);
	}
	
	#membership #space-gallery.photo-gallery figure:nth-child(4n) {
		margin-right: calc((8/1080) * 100%);
	}
	
	#membership #space-gallery.photo-gallery figure:nth-child(2n) {
		margin-right: 0;
	}
	
	
	/* /// Events and Seminars Block /// */
	
	#events-seminars {
		margin: calc(6px - var(--value-min)) 0 0;
		padding: 90px 0 80px;
		background: linear-gradient(90deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .2) 100%), url(../images/home/img_sect_events-seminars_bg.jpg) 45% 50% / cover no-repeat;
		clip-path: polygon(0 0, 100% var(--value-min), 100% calc(100% - var(--value-min)), 0 100%);
	}
	
	#events-seminars article {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#events-seminars article .title {
		width: 220px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#events-seminars article .cont-title {
		padding-top: calc(68px + 2em);
		background-size: 200px 68px;
	}
	
	#events-seminars article dl {
		width: 100%;
	}
	
	#events-seminars article dl dt {
		margin-top: 30px;
	}
	
	#events-seminars article dl dt:first-child {
		margin-top: 30px;
	}
	
	#events-seminars article dl dt h3 {
		font: 18px var(--serif-default);
	}
	
	#events-seminars article dl dd p {
		font-size: 14px;
	}
	
	
	/* /// About J LOUNGE Block /// */
	
	#about {
		margin: calc(6px - var(--value-min)) 0 0;
		padding: 90px 0 60px;
		clip-path: polygon(0 var(--value-min), 100% 0, 100% 100%, 0 100%);
	}
	
	#about .title {
		width: 202px;
		margin: 0 auto 40px;
	}
	
	#about .cont-title {
		padding-top: calc(45px + 2em);
		background: url(../images/home/img_sect_about_cont-title_column.svg) 50% 1em no-repeat;
		background-size: 182px 45px;
	}
	
	
	/* /// Rules Block /// */
	
	#rules {
		padding-top: 46px;
		padding-bottom: 40px;
	}
	
	#rules a {
		font-size: 16px;
		letter-spacing: 1px;
		height: 64px;
	}
}