/* main visual
==========================================*/
#lounge.modePC .box01 .u1 li { background-image: url(/img/lounge/img02.jpg); }
#lounge.modeSP .box01 .u1 li { background-image: url(/img/lounge/img02.jpg); }

#lounge_archive.modePC .mainVisualWrap > div:nth-of-type(3) { background-image: url(/img/lounge/img02.jpg); }
#lounge_archive.modeSP .mainVisualWrap > div:nth-of-type(3) { background-image: url(/img/lounge/img02.jpg); }

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

/* Lounge Event Box
==========================================*/
.modePC .event {
	width: 340px;
	height: 340px;
}
.modeSP .event {
	margin-bottom: 60px;
	height: 552px;
}
.event:after {
	position: absolute;
	bottom: 0;
	display: block;
	content: "";
	background: #ededed;
	z-index: 1;
	width: 100%;
}
.modePC .event a {
	width: 340px;
	height: 340px;
}
.modePC .event a:hover {
	opacity: 1;
}
.modePC .event:after {
	height: 170px;
}
.modeSP .event:after {
	height: 314px;
}
.event .imgWrap2 {
	position: relative;
	overflow: hidden;
	margin: auto;
	z-index: 2;
}
.modePC .event .imgWrap2 {
	transition: transform .2s ease-in-out;
}
.modePC .event:hover .imgWrap2 {
	transition: transform .2s ease-in-out;
	transform: translateY(-10px);
}
.modePC .event .imgWrap2 {
	width: 295px;
	height: 240px;
}
.modeSP .event .imgWrap2 {
	width: 640px;
	height: 354px;
}
.event .date {
	z-index: 3;
	position: absolute;
	text-align: center;
}
.modePC .event .date {
	top: 255px;
	left: 20px;
	width: 69px;
}
.modeSP .event .date {
	top: 400px;
	left: 80px;
	width: 124px;
}
.modePC .event a:hover .date {
	opacity: .6;
}
.modePC .event .date p:nth-of-type(1) { font-size: 11px; }
.modeSP .event .date p:nth-of-type(1) { font-size: 15px; }
.modePC .event .date p:nth-of-type(2) { font-size: 20px; }
.modeSP .event .date p:nth-of-type(2) { font-size: 37px; }
.modePC .event .date p:nth-of-type(3) { font-size: 11px; }
.modeSP .event .date p:nth-of-type(3) { font-size: 15px; }
.event h2 {
	z-index: 3;
	position: absolute;
}
.modePC .event h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	top: 255px;
	left: 110px;
	width: 206px;
	height: 20px;
}
.modeSP .event h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7;
	top: 410px;
	left: 260px;
	width: 400px;
	height: 100px;
}
.modePC .event a:hover h2 {
	opacity: .6;
}
.event .imgWrap2 img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: auto;
}

/* box01 root MV
==========================================*/
#lounge .barTitleC:after{ background: #FFF; }
.modePC .box01 {
	height: calc(100vh - 60px);
}
.modePC.noFixHeader .box01 {
	margin-bottom: 60px;
}
.modeSP .box01 {
	height: 1224px;
	height: calc(100vh - 110px);
}
.modeSP .box01 .barTitleC p:nth-of-type(1){
	font-size: 60px;
}

.modeSP .barTitleC48 p:nth-of-type(2){ font-size: 22px; }

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

.box01 .u1 .l1 svg {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.box01 .u1 li {
	display: table;
	width: 100%;
	height: 100%;
}
.box01 .u1 li h1 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 50px;
}
.box01 .u1 li h1 p{color: #FFF;}

.box01 .b1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-style: italic;
	line-height: 1;
	text-align: center;
	position: absolute;
	right: 50%;

}
.modePC .box01 .b1 {
	font-size: 10px;
	width: 200px;
	bottom: 60px;
	margin-right: -100px;
}
.modeSP .box01 .b1 {
	font-size: 20px;
	width: 400px;
	bottom: 130px;
	margin-right: -200px;
}

.box01 .b1 a{
	color: #FFF;
}

.modePC .box01 .b1 svg {
	width: 30px;
	height: 30px;
	margin-top: 12px;
	fill:#fff;
	color: #fff;
}
.modeSP .box01 .b1 svg {
	width: 60px;
	height: 60px;
	margin-top: 18px;
	fill:#fff;
	color: #fff;
}

/*animation*/
.box01 .b1 svg{
	animation: horizontal 1s ease-in-out infinite alternate;
	-webkit-animation: horizontal 1s ease-in-out infinite alternate;
}
@keyframes horizontal {
	0% { transform:translateY(-5px); }
	100% { transform:translateY(  0px); }
}


/* box03  Lounge Events List
==========================================*/
.modePC .box03 { margin-top: 185px; }
.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: 134px; }
.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: 100px;
}
.box05 h3 {
	text-align: center;
}
.modePC .box05 h3 { margin: 40px; }
.modeSP .box05 h3 { margin: 40px; }

/* 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 {
	height: 65px;
	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 {
	width: 35px;
	height: 35px;
	margin-top: 14px;
}
.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 {
	position: absolute;
}
.modePC .box06 .u1 li p:nth-of-type(1) {
	font-size: 15px;
	top: 0;
	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) {
	top: 23px;
	left: 50px;
	text-indent: -1em;
	padding-left: 1em;
}
.modeSP .box06 .u1 li p:nth-of-type(2) {
	font-size: 24px;
	margin-top: 20px;
	margin-left: 105px;
	text-indent: -1em;
	padding-left: 1em;
	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: 325px;
	margin-top: 100px;
}
.modeSP .box06 .p1{}


.box06 .p1 dl{
	line-height: 2;
	text-align: left;
}
.modeSP .box06 .p1 dl{
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0 22px;
	height: 320px;
}
.box06 .p1 dt{
	font-weight: bold;
	float:left;
	clear:left;
}
.modePC .box06 .p1 dt{ width: 100px; }
.modeSP .box06 .p1 dt{ 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{ float:left; }
.modePC .box06 .p1 dd{ width:350px; }
.modeSP .box06 .p1 dd{ width:520px; }

.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;
}
.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; }



/* 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; }

/* box09  Archive Slider
==========================================*/
.box09 {
	background-color: #ececec;
}
.modePC .box09 {
	margin-top: 130px;
}
.modeSP .box09 {
	margin-top: 170px;
	padding: 90px 30px;
}
.box09 > div {
	position: relative;
}
.modePC .box09 > div {
	margin: auto;
	width: 1180px;
	height: 725px;
	overflow: hidden;
}
.modePC .box09 > div > h2 {
	position: absolute;
	top: 65px;
	left: 115px;
	width: 960px;
}
.modeSP .box09 > div > h2 {
	margin-bottom: 66px;
}
.modePC .box09 .bx-wrapper {
	width: 1140px !important; /* slide width * 3 + margin *3 ( 340*3+40*3 ) */
	position: absolute !important;
	top: 205px;
	left: 50%;
	margin-left: -550px !important; /* ( slide width * 3 + margin * 2 ) / 2 [(340*3+40*2)/2] */
}

.modePC .box09 .bx-viewport {
	overflow: visible !important;
}

.modePC .box09 .u1 {
	height: 395px;
	margin: 0 auto;
	z-index: 2;
}
.modeSP .box09 .u1 {
	width: 690px;
	z-index: 2;
}

.box09 .u2 {
	height: 0;
	position: absolute;
	z-index: 2;
}
.modePC .box09 .u2 {
	width: 1180px;
	left: 50%;
	margin: -40px 0 0 -590px;
	top: 375px;
}
.modeSP .box09 .u2 {
	width: 750px;
	left: 0;
	margin: -30px 0 0 -30px;
	top: 390px;
}

.box09 .u2 li { display: inline-block; }
.box09 .u2 li:nth-of-type(1) { float: left; }
.box09 .u2 li:nth-of-type(2) { float: right; }

.box09 .u2 a {
	text-align: center;
	display: block;
	background-color: #ececec;
}
.modePC .box09 .u2 a { width: 40px; height: 40px; }
.modeSP .box09 .u2 a { width: 60px; height: 60px; }

.modePC .box09 .u2 svg { width: 17px; height: 10px; margin-top: 15px; }
.modeSP .box09 .u2 svg { width: 23px; height: 13px; margin-top: 23px; }

.box09 .event:after {
	background-color: #fff;
}
.modePC .box09 .btnA {
	position: absolute;
	top: 620px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.modeSP .box09 .btnA {
	margin-top: 90px;
}
