/* common
==========================================*/
.modePC  h2 { margin-bottom:80px; }
.modeSP  h2 { margin-bottom:70px; }


.debug_color{
	color: #f00 !important;
}

.modeSP .viewMoreWrapRB .viewMore140{
	right: 0;
}
/* box01 MV
==========================================*/
.modePC .box01 {
	height: calc(100vh - 60px);
	background: #000;
}
.modePC.touchUA .box01 {
	background-image: url(/img/lounge/mainvisual_sp.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.modeSP .box01 {
	height: 1224px;
	height: calc(100vh - 110px);
	background-image: url(/img/lounge/mainvisual_sp.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.box01 .u1 {
	height: 100%;
}
.box01 .u1 li,
.box01 .u1 li a {
	height: 100%;
	position: relative;
	background: no-repeat center;
	-webkit-background-size: cover;
			background-size: cover;
}
.modeSP .box01 .u1 li a {
	display: block;
}
.modeSP .box01 .u1 li a {
	width: 100%;
}

.box01 .u1 li {
/*	display: table;
	width: 100%;
	height: 100%;*/
}
.box01 .u1 li h1 {
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 20;
}
.modeSP .box01 .u1 li h1 {
	z-index: 11;
}

.box01 .u1 li h1 {
	width: 100%;
}


.box01 .u1 li h1 p{
	color: #FFF;
}
.modeSP .box01 .u1 li h1 p {
	font-size: 60px;
}
.modeSP .barTitleC:after {
	margin: 35px auto 0;
}
#chefs-table .box01 .barTitleC:after{
	background: #FFF;
}
.modeSP .box01 .barTitleC48 p:nth-of-type(2){
	font-size: 22px;
}
.box01 .u1 {
    position: relative;
}
.box01 .u1 .w1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
}
/* box01 MV
==========================================*/
#lounge .barTitleC:after{ background: #FFF; }
.modePC .box01 {
	height: calc(100vh - 60px);
}
.modePC.noFixHeader .box01 {
	margin-bottom: 60px;
}

/**
 * movie
 */
.modePC .bgs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 2;
}

/* bgVideo */
.modePC .bgVideo {
	overflow: hidden;
	height: calc(100vh - 60px);
}

.modePC.touchUA .bgVideo ,
.modeSP .bgVideo {
	display: none;
}

.modePC .bgVideo > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.modePC .justH.bgVideo > div {
	height: 100vh !important;
	width: calc( 100vh / 562*1000 ) !important;
}
.modePC .justW.bgVideo > div {
	width: 100vw !important;
	height: calc( 100vw * 0.562 ) !important;
}
#youtube-movie-content {
	position: relative;
	/* height: calc(100vh - 60px); */
	overflow: hidden;
	pointer-events: none;
}
.modeSP #youtube-movie-content {
	position: relative;
	height: 422px;
	overflow: hidden;
}

#youtube-movie-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.full-movie-play {
    position: fixed;
    top: 6vw;
    left: 87vw;
    z-index: 20;
}
.clickUA .full-movie-play svg:nth-of-type(1) {
    animation-name: play-circle;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-play-state: paused;
}
.clickUA .full-movie-play:hover svg:nth-of-type(1) {

    animation-play-state: running;
}
@keyframes play-circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.modeSP .full-movie-play {
    display: none;
}
.full-movie-play svg {
    fill: #000;
    width: 7vw;
    height: 7vw;
    min-width: 100px;
    min-height:100px;
    max-width: 154px;
    max-height:154px;
}
.full-movie-play svg:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    fill: #000;
}
.noFixHeader .full-movie-play svg {
    fill: #fff;
}
.noFixHeader .full-movie-play svg:nth-of-type(2) {
    fill: #fff;
}

/* box00
==========================================*/
.modePC .box00 {
	display: none;
}

.modePC.touchUA .box00{
	display: block !important;
	width: 630px;
	margin: 0 auto;
	padding-top: 100px;
}
.modePC.touchUA .box00 iframe; {
	width: 630px;
	height: 380px;
	overflow: hidden;
}

.modeSP .box00 {
	width: 630px;
	margin: 0 auto;
	padding-top: 100px;
}

.modeSP .box00 iframe; {
	width: 630px;
	height: 380px;
	overflow: hidden;
}
.box00 .barTitleC:after {
    background-color: #000 !important;
}

/* header
==========================================*/
.modePC.noFixHeader {
	padding-top: 0;
}
.modePC.noFixHeader header {
	position: relative;
}
.modePC.noFixHeader header .bar {
	position: relative;
	top: calc(100vh - 60px);
}



/* box03  Lounge Events List
==========================================*/
.modePC .box03 { margin-top: 80px; }
.modeSP .box03 { margin-top: 120px; }


.modePC .box03 .u1 {
	margin: auto;
	width: 1140px;
}
.box03 .u1 li {
	position: relative;
}
.modePC .box03 .u1 li {
	vertical-align: top;
	display: inline-block;
	width: 340px;
	height: 340px;
	margin: 20px;
}
.modeSP .box03 .u1 li {
	width: 690px;
	margin: 50px auto 0;
}
.box03 .month {
	background-color: #ccc;
	color: #fff;
	text-align: center;
}
.modeSP .box03 .u1 li.month {
	margin:120px auto 50px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding-top: 30px;
	height: 240px;
}
.box03 .month p { line-height: 1; }
.modePC .box03 .month p:nth-of-type(1) { font-size: 120px; margin-top: 65px; }
.modeSP .box03 .month p:nth-of-type(1) { font-size: 100px; }
.modePC .box03 .month p:nth-of-type(2) { font-size: 15px; margin-top: 10px; }
.modeSP .box03 .month p:nth-of-type(2) { font-size: 20px; font-weight: bold; }
.modePC .box03 .month p:nth-of-type(3) { font-size: 40px; margin-top: 20px; }
.modeSP .box03 .month p:nth-of-type(3) { font-size: 40px; margin-top: 8px; font-weight: bold; }

/* box04 pager
==========================================*/
.box04 {
	line-height: 1;
	text-align: center;
	vertical-align: top;
	margin: 0 auto;
}
.modePC .box04 {
	font-size: 14px;
	width: 1100px;
	margin-top: 50px;

}
.modeSP .box04 {
	font-size: 22px;
	width: 630px;
	margin-top: 90px;
}
.modePC .box04 + .box04 { margin-top: 100px; }
.modeSP .box04 + .box04 { margin-top: 135px; }

.box04 a.prev { float: left; }
.box04 a.next { float: right; }
.box04 a.nolink { display: none; }

/* box05 text
==========================================*/
.modePC .box05 { margin-top: 160px; }
.modeSP .box05 { margin-top: 160px; }
.modePC .box05 p {
	width: 700px;
	margin: auto;
}
.modeSP .box05 p {
	width: 640px;
	margin: auto;
	font-size: 24px;
}
.box05 p:nth-of-type(2) {
	margin-top: 60px;
}
.box05 h3 {
	text-align: center;
}
.modePC .box05 h3 { margin: 40px; }
.modeSP .box05 h3 { margin: 40px; }
.box05 .barTitleC:after {
    background-color: #000 !important;
}
.box05 .barTitleC p:nth-of-type(2) {
    width: 100%;
}
/* box11
==========================================*/
.modePC .box11 ul {
	margin: 150px auto 0;
	width: 960px;
}

.modePC .box11 li {
	position: relative;
	margin-top: 115px;
}
.modePC .box11 li:nth-of-type(8) { height: 120px; }
.modePC .box11 li:nth-of-type(even) { padding: 205px 0 0 590px; }
.modePC .box11 li:nth-of-type(odd) { padding: 205px 0 0 70px; }
.modeSP .box11 li {
	margin-top: 140px;
}

.modePC .box11 h2,
.modePC .box11 .viewMoreWrap {
	position: absolute;
	top: 0;
}
.modePC .box11 li:nth-of-type(even) h2 { right: 0; }
.modePC .box11 li:nth-of-type(odd) h2 { left: 0; }
.modePC .box11 li:nth-of-type(even) .viewMoreWrap { left: 0; }
.modePC .box11 li:nth-of-type(odd) .viewMoreWrap { right: 0; }

.modeSP .box11 .viewMoreWrap { margin-top: 40px; }
.modeSP .box11 .viewMoreWrap:before { clear: both; }
.modeSP .box11 li:nth-of-type(odd) h2,
.modeSP .box11 li:nth-of-type(odd) .viewMoreWrap {
	margin-left: 60px;margin-bottom: 20px;
}
.modeSP .box11 li:nth-of-type(even) h2 {
	float: right;
	margin-right: 60px;
	margin-bottom: 20px;
}

.modePC .box11 .viewMoreWrap img {
	width: 540px;
}
.modeSP .box11 .viewMoreWrap img {
	width: 690px;
	-webkit-clip-path: inset(75px 0 75px 0);
	        clip-path: inset(75px 0 75px 0);
	margin: -75px 0;
}

.modePC .box11 li > p {
	width: 300px;
}
.modeSP .box11 li > p {
	width: 550px;
	margin-top: 50px;
}
.modePC .box11 li > p:nth-of-type(2) { margin-top: 15px; }
.modeSP .box11 li > p:nth-of-type(2) {margin-top: 30px;}

.modeSP .box11 li:nth-of-type(even) > p { margin-left: 120px; }
.modeSP .box11 li:nth-of-type(odd) > p { margin-left: 100px; }

.modeSP .viewMoreWrapLB .viewMore140 {
    bottom: -60px;
    left: 0;
}

/* box06 gray icon time
==========================================*/
.box06 {
	background-color: #ececec;
	text-align: center;
}
.modePC .box06 {
	width: 1100px;
	margin-top: 100px;
	padding: 80px 0;
}
.modeSP .box06 {
	width: 100%;
	margin-top: 110px;
	padding: 80px 0 30px;
}
.modePC .box06 img {
	width: 700px;
}
.modeSP .box06 img {
	width: 640px;
}
.modePC .box06 .u1 {
	width: 800px;
	margin: auto;
	margin-top: 35px;
}
.modeSP .box06 .u1 {
	width: 640px;
	margin: auto;
}
.modePC .box06 .u1:after {
	clear: both;
	content: "";
	display: block;
}
.box06 .u1 li {
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.modePC .box06 .u1 li {
	width: 47%;
	margin: 24px 0;
}
.modeSP .box06 .u1 li {
}
.modePC .box06 .u1 li:nth-of-type(odd) { float: left; }
.modePC .box06 .u1 li:nth-of-type(even) { float: right; }

.modePC .box06 .u1 li svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
}
.modePC .box06 .u1 li:nth-of-type(7) svg,.modePC .box06 .u1 li:nth-of-type(8) svg {
	width: 50px;
	height: 50px;
	margin-top: 8px;
	margin-left: -6px;
}

.modeSP .box06 .u1 li svg {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}
.modeSP .box06 .u1 li:nth-of-type(7) svg,.modeSP .box06 .u1 li:nth-of-type(8) svg {
	width: 105px;
	height: 105px;
	margin-top: -5px;
	margin-left: -15px;
}

.modePC .box06 .u1 li p {}
.modePC .box06 .u1 li p:nth-of-type(1) {
	font-size: 15px;
	margin-top: 8px;
	margin-left: 50px;
}
.modeSP .box06 .u1 li p:nth-of-type(1) {
	font-size: 30px;
	margin-top: 60px;
	margin-left: 110px;
}
.modePC .box06 .u1 li p:nth-of-type(2) {
	margin-left: 50px;
	margin-top: 5px;
}
.modeSP .box06 .u1 li p:nth-of-type(2) {
	font-size: 24px;
	margin-top: 20px;
	margin-left: 105px;
	line-height: 40px;
}
.modePC .box06 .u2 {
	padding-left: 400px;
	margin: 100px auto 0;
}
.modeSP .box06 .u2 {
	padding-left: 70px;
	margin: 80px auto 10px;
}
.box06 .u2 li {
	text-align: left;
	position: relative;
}
.modePC .box06 .u2 li { height: 40px; }
.modeSP .box06 .u2 li { height: 80px; }
.box06 .u2 li p {
	position: absolute;
	font-weight: bold;
}
.modeSP .box06 .u2 li p { font-size: 24px; }
.modePC .box06 .u2 li p:nth-of-type(2) { left: 80px; }
.modePC .box06 .u2 li p:nth-of-type(3) { left: 130px; width: 300px; }
.modeSP .box06 .u2 li p:nth-of-type(2) { left: 110px; }
.modeSP .box06 .u2 li p:nth-of-type(3) { left: 160px; width: 600px; }


/**
 * box06 p1
 */
.modePC .box06 .p1{
	margin-left: 360px;
	margin-top: 60px;
}
.modeSP .box06 .p1{}


.box06 .p1 dl{
	line-height: 2;
	text-align: left;
}
.modeSP .box06 .p1 dl{
	margin-top: 120px;
	margin-bottom: 40px;
	padding: 0 55px;
	height: 320px;
}
.box06 .p1 dt{
	font-size: 24px;
	font-weight: bold;
	float:left;
	clear:left;
}
.modePC .box06 .p1 dt:nth-of-type(-n+2){
    width: 80px;
}
.modePC .box06 .p1 dt:nth-of-type(n+3){
    width: 80px;
}
.modeSP .box06 .p1 dt:nth-of-type(-n+2){
    width: 170px;
}
.modeSP .box06 .p1 dt:nth-of-type(n+3){
    width: 170px;
}

/*
.modePC .box06 .p1 dt:nth-of-type(2) { padding-top: 7px; }
.modeSP .box06 .p1 dt:nth-of-type(2) { padding-top: 22px; }
*/

.box06 .p1 dd {
    position: relative;
}
.box06 .p1 dd{ float:left; }
.modePC .box06 .p1 dd{ width: 400px; }
.modeSP .box06 .p1 dd{
	width: 360px;
	font-size: 24px;
}

.modePC .box06 .p1 dt,.modePC .box06 .p1 dd {
	font-size: 13px;
	margin-bottom: 10px;
}

.modePC .box06 .p1 dd span:before{
	content: "　- ";
}

.box06 .p1 dd span{
	color: #000;
	line-height: 1.6;
}
.modePC .box06 .p1 dd span{
	font-size: 11.5px;
	padding-left: 2px;
}
.modeSP .box06 .p1 dd span{
	font-size: 20.5px;
}

.box06 .p1 dd:before{
	content: "：";
	font-weight: bold;
    position: absolute;
}
.modePC .box06 .p1 dd:before{
    top: 0;
    left: -20px;
}
.modeSP .box06 .p1 dd:before{
    top: 0;
    left: -50px;
}
.box06 .p1 dd.none_dot:before{
	content: "" !important;
}

.modePC .box06 .p1 svg{
	width: 22px;
	height: 22px;
	margin-right: 4px;
}
.modeSP .box06 .p1 svg{
	width: 44px;
	height: 44px;
	margin-right: 8px;
}

.box06 .p1 dd span.weekend {display: block;}
.modePC .box06 .p1 dd span.weekend {
	margin-top: 10px;
	padding-left: 14px;
}
.modeSP .box06 .p1 dd span.weekend { margin-top: 26px; }

.box06 .p1 dd span.weekend:before{
	content: "";
}

.box06 .p1 dd span.weekend i { text-decoration: underline; }

.box06 .barTitleC:after {
    background-color: #000 !important;
}
.modePC .box06 .note {
    padding: 60px 350px;
    text-align: left;
}
.modeSP .box06 .note {
    padding: 0 55px 60px 55px;
    text-align: left;
}

/* box07 Left Right Box
==========================================*/
.modePC .box07 { margin-top: -40px; }
.modeSP .box07 { margin-bottom: 100px; }
.modePC .box07 ul {
	margin: 120px auto 200px;
	width: 960px;
}

.modePC .box07 li {
	position: relative;
	margin-top: 175px;
	min-height: 200px;
}

.modePC .box07 li:nth-of-type(odd) { padding: 0 590px 0 0; }
.modePC .box07 li:nth-of-type(even) { padding: 0 0 0 590px; }
.modeSP .box07 li {
	margin-top: 100px;
}

.modePC .box07 h2 {
	max-width: 350px;
	margin-bottom: 50px;
	text-align: left;
}

.modePC .box07 .viewMoreWrap {
	position: absolute;
	top: 0;
}
.modePC .box07 li:nth-of-type(odd) h2 {  }
.modePC .box07 li:nth-of-type(even) h2 { float: right; }
.modePC .box07 li:nth-of-type(odd) .viewMoreWrap { right: 0; }
.modePC .box07 li:nth-of-type(even) .viewMoreWrap { left: 0; }

.modeSP .box07 .viewMoreWrap { margin-top: 40px; }
.modeSP .box07 li:nth-of-type(odd) h2,
.modeSP .box07 li:nth-of-type(even) .viewMoreWrap { margin-left: 60px; }
.modeSP .box07 li:nth-of-type(even) h2 {
	float: right;
	margin-right: 60px;
}

.modePC .box07 .viewMoreWrap img {
	width: 540px;
}
.modeSP .box07 .viewMoreWrap img {
	width: 690px;
	margin: 0;
}

.modePC .box07 li > p:before {
	clear: both;
	content: "";
	display: block;
}
.modePC .box07 li > p {
	width: 300px;
}
.modePC .box07 li:nth-of-type(odd) > p {
	margin-left: 70px;
}
.modeSP .box07 li > p {
	width: 550px;
	margin-top: 50px;
}
.modeSP .box07 li:nth-of-type(odd) > p { margin-left: 100px; }
.modeSP .box07 li:nth-of-type(even) > p { margin-left: 120px; }

.modePC .box07 p.en {
	margin-top: 30px;
}
.modeSP .box07 p.en {
	margin-top: 50px;
}

/* box08 Contact
==========================================*/
.modePC .box08 {
	margin-top: 100px;
}
.modeSP .box08 {
	margin-top: 140px;
}
.box08 p {
	text-align: center;
}
.modePC .box08 p {
	margin-bottom: 10px;
}
.modeSP .box08 p {
	width: 600px;
	margin: 40px auto 0;
	font-size: 24px;
}
.modePC .box08 svg {
	margin-top: -4px;
}
.modePC .box08 .btnA { margin-top: 30px; }
.modeSP .box08 .btnA { margin-top: 60px; }

/* remodal
==========================================*/
.remodal-wrapper {
    padding: 0;
}
.remodal {
  text-align: left;
  background: #000;
  padding: 0;
  max-width: 100%;
  height: 100vh;
}
.modeSP .remodal {
    display: none;
}
.remodal .youtube {
    height: 100vh;
}
.remodal .youtube > div {
    height: 100vh;
}

.remodal{ position: relative; }

.remodal-overlay { background: rgba(0,0,0,0.87) !important; }
.remodal-close{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0 !important;
    left: auto !important;
    background:transparent !important;
    color: #FFF !important;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.remodal-close:before {
    font-size: 100px;
    position: relative;
}
.remodal-close svg {
    fill: #fff;
}
.remodal .p1{
  position: absolute;
  top: 0;
  left: 0;
}
.remodal .p1 img{ width: 540px; }

.remodal .p2{
  position: absolute;
  top: 40px;
  left: 580px;
  width: 360px;
  padding-right: 20px;
  height: 463px;
  overflow-y:scroll;
}
.remodal h3 { margin-bottom: 40px; }

.remodal h3 p:nth-of-type(2){ margin: 15px 0 20px 0; }

.remodal .en{ margin-top: 20px; }
