@charset "utf-8";

/* Contents
 * ****************************
 *
 * 0: @font
 * 1: body
 * 2: general style
 * 3: header
 * 4: contents
 * 5: footer
 *
 * ****************************
 */


/*======= 0: @font ========================================================*/
@font-face {
  font-family: "Futura Medium";
	font-style: normal;
  src: url("../font/FuturaStdMedium/FuturaStd-Medium.otf") format('opentype'),
  		 url("../font/FuturaStdMedium/FuturaStd-Medium.ttf") ,
  		 url("../font/FuturaStdMedium/FuturaStd-Medium.woff");
}

/*======= 1: body ========================================================*/
body {
	position: relative;
	color: #231815;
  font-family: "Noto Sans Japanese", sans-serif;
	font-size: 81%;
	line-height: 1.5;
}

/*======= 2: general style ===============================================*/

/* [PC/SP] -----------------------------------------*/
.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp-img {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
	img {
		max-width: 100%;
	}
	.item-box .name {
  font-size: 180%!important;
	}

	h2 {
		letter-spacing: 1px!important;
	}
}

/* [heading] -----------------------------------------*/
h2 {
	box-sizing: border-box;
	margin-bottom: 50px;
	padding: 10px;
	color: #000;
  font-size: 360%;
  font-family: "Futura Medium";
	line-height: 1.2;
	letter-spacing: 3px;
	text-align: center;
	background-image :url(/sp/party2019s/img/bg2.png); 
	background-repeat:repeat-x;
  background-size: 5%;
	background-position: bottom;
	border-bottom: #eaeaea 0.15em solid;
	}
h2 span {
	display: block;
	color: #000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 60%;
	line-height: 1.5;
	letter-spacing: 0;
}
h2 span span {
	display: inline;
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 3px!important;
    background-size: 1.2em;
    font-size: 240%;
  }
	h2 span span {
		display: inline-block;
		letter-spacing: 0;
	}
}

/* [ul] --------------------------------------------*/
ul li {
	list-style: none;
}

/* [a] --------------------------------------------*/
a {
	color: #b2b2b2;
	text-decoration: none;
	word-break: break-all;
}
a:hover {
	color: #b2b2b2;
  text-decoration: underline;
}
#gnav a {
	color: #b2b2b2;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
footer a:hover,
#gnav a:hover {
  opacity: 0.8;
	filter: alpha(opacity=85);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

/* [img] --------------------------------------------*/
@media screen and (max-width: 768px) {
  #keyv > img {
		min-height: 360px;
  }
}

/* [---] --------------------------------------------*/

.futura {
  font-family: "Futura Medium";
	letter-spacing: 2px;
}
.mb1em{
	display: inline-block;
	margin-bottom: 1em;
}
.flexbox{
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
	.w100 {
		width: 100%;
	}
}

/*======= 3: header ======================================================*/
header{
  font-family: "Futura Medium";
	letter-spacing: 1px;
}

#navBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
	height: 68px;
  transition: .3s;
  transform: translateY(-100%);
	background: #fff;
  border-bottom: 1px solid #b2b2b2;
}
#navBg.is-show {
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  #navBg {
		display: none;
  }
	#gnav .home a {
		position: absolute;
		z-index: 9000;
	}
}

@media screen and (min-width: 769px) {
	header {
		margin-bottom: 60px;
	}
	header .sp-logo {
		display: none;
	}
}

#gnav {
  position: fixed;
  width: 100%;
  height: 100px;
	background: rgba(0,0,0,0);
  z-index: 1001;
}
#gnav .inbox {
  position: relative;
  height: 100px;
  margin: 0 auto;
  z-index: 1002;
}
.home {
  position: absolute;
  top: 20px;
  left: 30px;
	font-size: 170%;
	letter-spacing: 2px;
	transition: all .4s;
}
#keyv {
	position: relative;
  width: 100%;
	min-width: 1280px;
	overflow: hidden;
}
#keyv h1 {
  width: 100%;
  height: 680px;
	text-align: center;
}

@media screen and (min-width: 769px) {
  #keyv::before {
    content: " ";
    display: block;
    position: absolute;
    top: 75px;
    width: 100%;
    height: 35px;
    min-width: 1280px;
    background: url(/sp/party2019s/img/bg2.png) repeat;
	background-size: 4%;
	opacity: 0.7;
  }
  #keyv::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    min-width: 1280px;
    background: url(/sp/party2019s/img/bg2.png) repeat;
	background-size: 4%;
	opacity: 0.7;
  }
	#keyv h1 img {
		position: absolute;
		top: 148px;
		right: 0;
		left: 0;
		width: 800px;
		margin: auto;
	}
	#keyv > img {
		vertical-align: bottom;
	}
}
@media screen and (min-width: 1280px) {
	.home {
		top: 20px;
		left: 30px;
		font-size: 170%;
		z-index: 10000;
	}
	#keyv h1 img {
		top: 250px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
	#keyv h1 img {
		top: 210px;
	}
}
@media screen and (min-width: 1650px) {
	#keyv h1 img {
		top: 250px;
	}
}
@media screen and (max-width: 768px) {
	header {
		position: relative;
		margin-bottom: 3em;
	}
	header .sp-logo {
		position: absolute;
		top: 12px;
		left: 25px;
		letter-spacing: 2px;
		font-size: 170%;
		font-weight: bold;
		z-index: 1100;
	}
	header .sp-logo a {
		color: #b2b2b2;
	}
	header.menu .sp-logo {
		display: none;
	}
  #gnav {
    height: 40px;
  }
	#gnav .inbox {
    width: 100%;
  }
  #gnav.fixed {
    background: rgba(0,0,0,0);
  }
  #keyv {
    width: 100%;
		min-width: 100%;
    height: inherit;
    padding-top: 0;
    background: none;
  }
  #keyv::before {
    content: " ";
    display: block;
    position: absolute;
    top: 56px;
    width: 100%;
    height: 35px;
    min-width: 1280px;
    background: url(/sp/party2019s/img/bg2.png) repeat;
    background-size: 4%;
    opacity: 0.7;
  }
  #keyv::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 1.5vw;
    width: 100%;
    height: 35px;
    min-width: 1280px;
    background: url(/sp/party2019s/img/bg2.png) repeat;
    background-size: 4%;
    opacity: 0.7;
  }
  #keyv h1 {
    width: 100%;
    height: inherit;
    background: none;
  }
  #keyv h1 img.sp {
		display: block;
		width: 100%;
    min-width: 100%;
  }
  nav.active .menu-trigger {
    top: 1%;
    right: 1%;
		width: 20px;
	}
}
@media screen and (max-width: 400px) {
	nav.active ul#gn {
		padding-left: 30px;
	}
	header .sp-logo,
	.home.active,
	nav.active ul#gn li a {
		font-size: 110%!important;
	}
}
@media screen and (min-width: 769px) {
	#gnav.is-small .inbox {
		height: 66px;
	}
	#gnav.is-small .home {
		top: 20px;
		left: 30px;
		font-size: 170%;
	}
	#gnav.is-small .home img {
		width: 78px;
	}
	#gnav.is-small nav {
		right: 0;
	}
}

nav {
  position: absolute;
  right: 0;
}
nav ul#gn {
	padding: 0 0 0 290px;
}
nav ul#gn li {
  display: inline-block;
	width: 18%;
	margin: 0 0 5px 50px;
  transition: all .4s;
}


@media screen and (min-width: 769px) and (max-width: 1280px) {
	nav,
	#gnav.is-small nav {
		position: fixed;
		top: 18px;
		right: 50px;
		width: 93%;
    transition: all .4s;
  }
	nav ul#gn li {
		margin-left: 30px;
	}
	nav ul#gn li:first-child {
		margin-top: 50px;
	}
	nav .menu-trigger {
		top: -10px;
		right: -36px;
	}
  nav.active .menu-trigger {
    top: -12px;
    right: -38px;
		width: 20px;
	}
	
}
@media screen and (min-width: 1280px) and (max-width: 1650px) {
	nav {
		top: 10px;
	}
	#navBg {
		height: 84px;
	}
  #keyv::before {
		top: 95px;
	}
	#gnav .home,
	#gnav.is-small .home {
		top: 28px;
	}
}
@media screen and (max-width: 1650px) {
	header nav {
		width: calc(100% - 300px);
	}
  nav ul#gn {
		padding-left: 80px;
  }
  nav ul#gn li {
		width: 19.5%;
		margin-left: 2px;
	}
  nav ul#gn li:nth-child(4n + 1) {
		width: 26.5%;
	}
  nav ul#gn li:nth-child(4n + 2) {
		width: 17%;
	}
  nav ul#gn li:nth-child(4n + 4) {
		width: 25%;
	}
}
@media screen and (min-width: 1650px) {
  nav ul#gn li:nth-child(1),
  nav ul#gn li:nth-child(7) {
		width: 18%;
  }
  nav ul#gn li:nth-child(2),
  nav ul#gn li:nth-child(8) {
		width: 16.5%;
  }
  nav ul#gn li:nth-child(3),
  nav ul#gn li:nth-child(9) {
		width: 12%;
  }
  nav ul#gn li:nth-child(4),
  nav ul#gn li:nth-child(10) {
		width: 12%;
  }
  nav ul#gn li:nth-child(5) {
		width: 16%;
  }
  nav ul#gn li {
		width: 16.8%;
		margin: 0 0 5px 0;
  }
  nav ul#gn {
		padding: 13px 0 0 360px;
  }
}
@media screen and (max-width: 1280px) {
	header nav {
		width: calc(100% - 60px);
	}
	nav.active ul#gn li a {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 15px 0;
		color: #fff;
		text-decoration: none;
    font-size: 130%;
	}
	nav.active ul#gn li {
		width: 100%;
	}
  nav ul#gn {
    display: none;
		padding-left: 50px;
  }
  nav.active ul#gn {
		display: block;
  }
  .menu-trigger {
    z-index: 1100;
  }
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: absolute;
		top: 0px;
		right: 3%;
		width: 20px;
		height: 28px;
	}
	.menu-trigger span {
		position: absolute;
		right: 22%;
    width: 100%;
		height: 3px;
		background-color: #e8380d;
	}
	.menu-trigger.active span {
		border: none;
	}
  nav.active .menu-trigger span {
    height: 2px;
  }
	.menu-trigger span:nth-of-type(1) {
		top: 11px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 18px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
    background-color: #fff;
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
    width: 100%;
    background-color: #fff;
	}
}
@media screen and (max-width: 768px) {
  nav ul#gn {
    display: none;
  }
  nav {
    position: absolute;
    top: 0;
    right: .5%;
    left: inherit;
  }
  nav ul#gn li {
    margin-right: 0;
  }
  nav ul#gn li:nth-child(4) {
    margin-bottom: 0;
  }
  nav ul#gn li:first-child,
  nav ul#gn li:nth-child(5),
  nav ul#gn li:nth-child(6),
  nav ul#gn li:nth-child(7) {
    margin-right: 0;
  }
	.menu-trigger span {
		height: 4px;
		border: 1px solid #e8380d;
		background-color: #e8380d;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: -1px;
	}
}

/*-- Modal -----------------*/
#menu_overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #b2b2b2;
}
/*@media screen and (min-width: 1281px) {
	.modal_menu {
		display: none;
		margin-top: -1000px;
	}
}*/
@media screen and (max-width: 768px) {
  .home {
    display: none;
  }
  .home.active {
    display: inline-block;
    position: static;
    padding: 12px 10px 15px 25px;
    color: #fff;
		letter-spacing: 2px;
    z-index: 1100;
  }
	nav ul#gn {
		width: 100%;
	}
	nav.active {
		position: fixed;
		top: 0;
    right: 0;
		display: block;
		width: 100%;
		border: none;
		z-index: 8000;
	}
  nav.active ul#gn {
    display: block;
    padding-top: 50px;
  }
	nav.active ul#gn li {
		position: relative;
    float: none;
		display: table;
		width: 100%;
    margin: 0;
    box-sizing: border-box;
		color: #fff;
    text-align: left;
	}
  nav.active ul#gn li a:hover:before,
  nav.active ul#gn li a:hover:after{
    width: 0;
  }
}

/*======= 4: contents ======================================================*/
main {
	position: relative;
}
.contents {
	width: 1160px;
	margin: 0 auto;
  box-sizing: border-box;
}
.column_two {
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  display: flex;
  justify-content: space-around;
}
.column_two .column:last-child {
  font-size: 123%;
}

@media screen and (max-width: 768px) {
	.contents {
		width: 94%;
		margin: 2em 3% 6em;
	}
  .column_two {
    display: block;
  }
}


/* ----------------------------------
OUTLINE
---------------------------------- */
.readtxt {
	margin-bottom: 60px;
  font-size: 147.4%;
	font-weight: normal;
  line-height: 1.9;
  text-align: center;
}
.supported {
	margin-bottom: 45px;
	padding: 15px;
  font-size: 147.4%;
  font-family: "Futura Medium";
	font-weight: bold;
  line-height: 1.9;
	letter-spacing: 2px;
  text-align: center;
	border: 1px solid #b2b2b2;
}
.supported ul img {
	width: 170px;
}
.detail {
	margin-bottom: 45px;
}
.detail .dresscode {
	width: 49%;
	padding-top: 35px;
	text-align: center;
	color: #b2b2b2;
	background-color: #fff;
	background-image :url(/sp/party2019s/img/bg2.png),url(/sp/party2019s/img/bg2.png); 
	background-repeat:repeat-y;
	background-size: 9%;
	background-position: left,right;
	border: solid 1px #b2b2b2;
	border: solid 1px #b2b2b2;
}
.detail .dresscode span.futura {
	display: block;
  font-size: 147.4%;
	font-weight: bold;
	margin-bottom: 20px;
}
.detail .dresscode img {
	display: inline-block;
	padding:20px;
	margin-bottom: 20px;
}
.detail .dresscode img + span {
	display: block;
	margin-bottom: 30px;
  font-size: 118%;
	font-weight: bold;
	line-height: 2;
}
.detail .dresscode + p {
	box-sizing: border-box;
	width: 50%;
	padding-left: 55px;
  font-size: 118%;
	line-height: 1.9;
}
.detail .dresscode + p span {
	font-weight: bold;
}
.detail + .note {
	color: #e8380d;
  font-size: 164%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 100px;
	padding-top: 20px;
}
.note span {
	display: inline-block;
	margin-bottom: 0px;
}
.note .text_small {
  font-size: 72%;
}
.text_small span {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
	.supported ul {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
}
@media screen and (max-width: 768px) {
	.detail {
		margin-bottom: 30px;
	}
	.supported {
		margin-bottom: 3em;
	}
	.supported ul li {
		max-width: 47%;
	}
	.detail .dresscode {
		width: 100%;
		max-width: 560px;
		margin: 0 auto 2em;
		background-size: 4em;
		
	}
	.detail .dresscode img {
		display: inline-block;
		max-width: 70%;
		margin: 0 auto 1em;
	}
	.detail .dresscode + p {
		width: 100%;
		padding: 0 0 20px;
    font-size: 100%;
	}
	.detail .dresscode > span{
		padding: 0 45px;
	}
	.detail .dresscode span span {
		display: inline-block;
	}
  .readtxt {
		margin-bottom: 3em;
    font-size: 120%;
    line-height: 1.9;
    text-align: center;
  }
  .readtxt span {
		display: inline-block;
  }
	.detail + .note {
		margin-bottom: 0;
	}
}


/* ----------------------------------
HILLS CARD POINT CAMPAIGN
---------------------------------- */
#card-campaign .contents
{	padding-bottom: 100px;
}
#card-campaign h2 {
	padding-top: 4px;
	margin-bottom: 40px;
}
#card-campaign .strong {
	margin-bottom: 40px;
  font-size: 300%;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
#card-campaign .strong span {
  font-size: 140%;
	color: #e8380d;
}
#card-campaign .strong span span {
	display: inline-block;
	margin: 0 7px 0 0;
  font-family: "Futura Medium";
}

.card__box {
	margin-bottom: 50px;
}
.card__box.flexbox {
	-webkit-align-items: center;
	align-items: center;
}
.card__box p {  
  font-size: 94%;
	line-height: 1.8;
}
.card__box p span {
	font-weight: bold;
}
#card-campaign .flexbox div {
	width: 570px;
	text-align: center;
}
/*#card-campaign span img {
	width: 398px;
	border: 1px #b2b2b2 solid;
}*/
@media screen and (max-width: 768px) {
	#card-campaign .contents,
	#live-dj .contents {
		padding-bottom: 0;
	}
	#card-campaign h2 {
		margin-bottom: 30px;
	}
	#card-campaign .strong {
		font-size: 210%;
	}
	h2 span {
		margin-bottom: .5ex;
		line-height: 1.2em;
	}
	#card-campaign .strong {
		margin-bottom: 30px;
	}
	#card-campaign .mb_sp {
		display: inline-block;
		margin-bottom: 1ex;
	}
	.card__box {
		margin-bottom: 6em;
	}
	.card__box div {
		margin: 0 auto;
	}
	.card__box p {
		width: 100%;
		padding-top: 20px;
	}
	#card-campaign div + span {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	#card-campaign span img {
		display: inline-block;
		max-width: 80%;
		margin-bottom: 1em;
	}
	.card__box div span{
		text-align: center;
	}
}

/* ----------------------------------
LIVE＆DJ
---------------------------------- */
.item-box {
	margin-bottom: 0px;
}
#live-dj .item-box div,
#live-dj .item-box div img {
	width: 224px;


}
#live-dj .item-box .w448,
#live-dj .item-box .w448 img {
	width: 448px;
}
.item-box .category {
	display: inline-block;
	margin-bottom: 10px;
	padding: 1px 5px;
  font-size: 112%;
	color: #fff;
  font-family: "Futura Medium";
	font-weight: bold;
	letter-spacing: 1px;
	background: #e8380d;
}
.item-box .category-new {
	display: inline-block;
	vertical-align: middle;
	padding: 1px 5px;
  font-size: 30%;
	color: #fff;
  font-family: "Futura Medium";
	font-weight: bold;
	letter-spacing: 1px;
	background: #e8380d;
	margin: 0 0.5em 1em 0;
}
.item-box .name {
	margin-bottom: 4px;
  font-size: 230%;
  font-family: "Futura Medium";
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 1px;
}
.item-box .info {
	margin-bottom: 10px;
  font-size: 112%;
	font-weight: bold;
}
.item-box .txt {
	width: 90%;
}
.item-box .w448 .txt {
	width: 96%;	
}

@media screen and (max-width: 768px) {
	.item-box {
		margin-bottom: 1em;
	}
	#live-dj .item-box div {
		box-sizing: border-box;
		width: 50%;
		margin-bottom: 2.5em;
			position:relative;
	}
	#live-dj .item-box div:nth-child(2n) {
		padding-right: 8px;
	}
	#live-dj .item-box div:nth-child(3) {
		padding-left: 8px;
	}
	#live-dj .item-box div:nth-child(4) {
		margin-bottom: 0;
	}
	#live-dj .item-box .w448 {
		width: 100%;
	}
	.item-box .sp-block {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
	.item-box .sp-block img {
		vertical-align: bottom;
	}
	.item-box .txt {
		width: 100%;
	}
}


/* ----------------------------------
ENTERTAINMENT
---------------------------------- */
#entertainment .enta-info{
	display: block;
	margin-top: 1.3em;
	padding: 1.3em;
	border: solid 1px #b2b2b2;
}
.enta-info .txt_S span{
	display: inline-block;
}


@media screen and (max-width: 768px) {
	#entertainment .flexbox {
		-webkit-justify-content: center;
		justify-content: center;
	}
}

@media screen and (min-width: 769px) {
	#entertainment .flexbox div {
		padding-top: 50px;
	}
	#SPECIALPRESENT div p {
	padding:0 95px;
  }
  #live-dj .txt_M {
	margin-top: 30px;
	}
	.card__box p {
		padding: 20px 89px 0;
	}
}


/* ----------------------------------
SPECIAL LOUNGE
---------------------------------- */
#live-dj,
#lounge,
#entertainment,
#vip,
#lottery,
#ticket,
#drink,
#sweets,
#cledepeauBEAUTE,
#shopevent,
#SPECIALPRESENT{
	padding-bottom: 160px;
}

#newshop,
#limited {
	padding-bottom: 110px;
}
#lounge h2 {
	margin-bottom: 0;
	border-bottom: none;
}
#lounge .strong {
	display: block;
	margin-bottom: 50px;
  font-size: 150%;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	background: #dcdcdc;
	/* border: 1px #ccc solid; */
}
#lounge .flexbox,
#vip .flexbox,
#lottery .flexbox,
#ticket .flexbox,
#cledepeauBEAUTE .flexbox,
#SPECIALPRESENT .flexbox{
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
	-webkit-align-items: center;
	align-items: center;
}
#lounge .flexbox div,
#entertainment .flexbox div, 
#cledepeauBEAUTE .flexbox div,
#SPECIALPRESENT .flexbox div{
	width: 520px;
}
#lounge img,
#cledepeauBEAUTE img,
#SPECIALPRESENT img{
	width: 580px;
}
#entertainment img{
	width: 100%;
	margin-bottom: 1.3em;
}

.txt_L {
	margin-bottom: 1em;
  font-size: 166%;
	font-weight: bold;
}
.txt_M {
	margin-bottom: 1em;
	font-weight: bold;
}
#vip .txt_M .pc {
	display: inline;
}
#live-dj .txt_M {
	font-weight: bold;
		margin-bottom: 0;
}


@media screen and (max-width: 768px) {
	#live-dj,
	#lounge,
	#entertainment,
	#vip,
	#lottery,
	#drink,
	#ticket,
	#sweets,
	#entertainment,
	#newshop,
	#shopevent,
	#cledepeauBEAUTE,
	#SPECIALPRESENT,
	#limited {
		padding-bottom: 0;
	}
	#lounge .strong {
		margin-bottom: 20px;
		padding: 6px 0;
		line-height: 1.2;
	}
	#lounge .strong span {
		display: inline-block;
	}
	#lounge img,
	#cledepeauBEAUTE img,
	#SPECIALPRESENT img{
		display: inline-block;
		margin: 0 auto 1.3em;
	}
	#entertainment img{
		display: inline-block;
		margin: 1.3em auto 2.5em;
}
	#vip .txt_M .pc {
		display: none;
	}
	#vip .txt_M .sp {
		display: inline;
	}
}


/* ----------------------------------
For 4 STAR VIP MEMBERS
---------------------------------- */
#vip .flexbox div {
	width: 600px;
}
#vip span img {
	width: 398px;
}

@media screen and (max-width: 768px) {
	#vip div + span {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	#vip span img {
		display: inline-block;
		max-width: 80%;
		margin-bottom: 1em;
	}
}



/* ----------------------------------
SPECIAL LOTTERY
---------------------------------- */
#lottery .flexbox div {
	width: 565px;
}
#lottery img {
	width: 547px;
}

@media screen and (max-width: 768px) {
	#lottery .flexbox div {
		width: inherit;
	}
	#lottery img {
		box-sizing: border-box;
		display: block;
		width: calc(547px + 10%);
		margin: 0 auto 1.5em;
	
	}
}


/* ----------------------------------
NEW & RENEWAL SHOP
---------------------------------- */
.txt_intro {
  font-size: 166%;
	font-weight: bold;
	text-align: center;
}
.txt_intro + p {
	text-align: center;
	margin: 0 auto 20px;
}
#newshop .flexbox {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
#newshop .item-box div {
	width: 275px;
	margin: 0 20px 50px 0;
}
#newshop .item-box div:nth-child(4) {
	margin-right: 0;
}
#newshop .item-box div:nth-child(7),
#shopevent .item-box div:nth-child(5) {
	margin-bottom: 0;
}
#newshop .item-box div img {
	width: 281px;
}
#newshop .item-box .name,
#shopevent .item-box .name {
	margin: 4px 0 4px;
	line-height: 1.1;
}
#newshop .item-box .name_jp,
#shopevent .item-box .name_jp {
	margin-bottom: 8px;
}
#newshop .item-box .txt {
	width: 99%;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.txt_intro,
	.txt_intro + p {
		text-align: inherit;
	}
	#newshop .item-box div, 
	#shopevent .item-box div {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
		margin-bottom: 2.5em;
	}
	#newshop .item-box div:nth-child(2n + 1),
	#shopevent .item-box .item:nth-child(2n + 1) {
		padding-right: 6px;
	}
	#newshop .item-box div:nth-child(2n),
	#shopevent .item-box .item:nth-child(2n) {
		padding-left: 6px;
	}
	#newshop .item-box .name,
	#shopevent .item-box .name {
		margin: 0;
	}
	#newshop .item-box .name_jp,
	#shopevent .item-box .name_jp,
	.item-box .info {
		margin-bottom: 6px;
	}
}


/* ----------------------------------
SHOP EVENT INFORMATION
---------------------------------- */
#shopevent .flexbox {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
#shopevent .item-box div {
	width: 373px;
	margin: 0 20px 50px 0;
}
#shopevent .item-box div:nth-child(3n) {
	margin-right: 0;
}
#shopevent .item-box div img {
	width: 378px;
}
#shopevent .item-box .txt {
	width: 99%;
}
/*#shopevent .item-box div:nth-child(4) img {
	box-sizing: border-box;
	border: 1px solid #b2b2b2;
}
*/
@media screen and (max-width: 768px) {
	#shopevent .item-box .item {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
		margin-bottom: 2.5em;
	}
}


/* ----------------------------------
OMOTESANDO HILLS LIMITED ITEM
---------------------------------- */
#limited .txt_intro {
	margin-bottom: 50px;
  font-family: "Futura Medium";
	font-size: 216%;
	letter-spacing: 2px;
}
#limited .flexbox img {
	box-sizing: border-box;
	display: inline-block;
	width: 281px;
	margin-bottom: 50px;
	border: 1px solid #b2b2b2;
}
#limited .txt_L {
	margin-bottom: 2em;
	text-align: center;
}
#limited .txt_link {
	font-size: 166%;
	font-weight: bold;
	text-align: center;
}
#limited .txt_link a {
	display: inline-block;
	padding: 5px 10px;
	background: #FFF;
}
#limited .txt_link a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#limited .txt_S{
	margin: 10px 0 50px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#limited .txt_L {
	margin-bottom: 1.5em;
		text-align: left;
	}
	#limited .txt_intro {
		margin-bottom: 20px;
	}
	#limited .txt_link a {
		max-width: 80%;
	}
	#limited span {
		display: inline-block;
	}
	#limited .flexbox img {
		width: 47.5%;
		margin-bottom: 20px;
	}
}
	
	
/* ----------------------------------
RESTAURANT TICKET
---------------------------------- */
#ticket .flexbox div {
	width: 565px;
}
#ticket img {
	width: 547px;
}

@media screen and (max-width: 768px) {
	#ticket .flexbox div {
		width: inherit;
	}
	#ticket img {
		box-sizing: border-box;
		display: block;
		width: calc(547px + 10%);
		margin: 0 auto 1.5em;
	
	}
}


/* ----------------------------------
DRINK BOOTH
---------------------------------- */
#menu a {
	display: inline-block;
}
.menu__box::after {
	content: " ";
	display: block;
	clear: both;
}
.menu__box .item {
	box-sizing: border-box;
	float: left;
	padding: 0 30px 30px;
  width: 33%;
	height: 640px;
	border-right: 1px solid #b2b2b2;
}
.menu__box .item:nth-child(3) {
	border-right: none;
}
.menu__box .item:nth-child(4),
.menu__box .item:nth-child(5) {
	height: 580px;
	padding-bottom: 0;
}
.menu__box .item img {
  width: 100%;
}
.menu__box .item .shop {
	position: relative;
	margin-bottom: 10px;
  font-size: 138%;
  font-weight: bold;
}
.menu__box .item .place {
	padding: 1em 0;
}
.menu__box .item .place span {
	display: inline-block;
	text-indent: 5em;
}
#sweets .menu__box .url {
	padding: 1em 0 0;
}

@media screen and (max-width: 520px) {
	.menu__box .item .place span {
		display: inline;
		text-indent: 0;
	}
	.menu__box .item .place span::before {
		content: "、";
	}
}
@media screen and (min-width: 769px) {
	#menu{
		padding-top: 120px;
	}
	#menu .shop-info span {
		display: inline-block;
		text-indent: 5em;
	}
	#menu .shop-info span.spib {
		display: inline;
	}
}
@media screen and (max-width: 768px) {
	#drink h2 + p {
		margin-bottom: 1.6em;
	}
	#menu{
		padding-top: 30px;
	}
  .menu__box {
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-webkit-align-items: flex-start;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
  }
  .menu__box .item {
    width: 50%;
		height: inherit!important;
    padding-bottom: 10px;
		border: none;
  }
  .menu__box .item:nth-child(odd) {
		clear: left;
		padding: 0 15px 0 0;
		border-right: 1px solid #b2b2b2;
  }
  .menu__box .item:nth-child(even) {
    width: calc(50% + 1px);
		padding: 0 0 50px 15px;
		border-left: 1px solid #b2b2b2;
  }
  .menu__box .item:nth-child(1),
  .menu__box .item:nth-child(3) {
    width: calc(50% - 1px);
		border: none;
  }
  .menu__box .item:nth-child(4) {
		padding-bottom: 7px;
  }
  .menu__box .item:nth-child(5) {
		padding-bottom: 2em;
  }
	.menu__box .item img {
		box-sizing: border-box;
		display: inline-block;
		width: 300px;
		margin: 0 auto 1ex;
		padding: 7%;
	}
	.menu__box .shop-info span {
		display: inline-block;
	}
}



/* ----------------------------------
SWEETS BOOTH
---------------------------------- */
#sweets .menu__box .item {
	float: none;
	height: inherit;
	border: none;
}
#sweets .txt_L {
	margin-bottom: 0;
}
#sweets ul {
	margin-bottom: 10px;
}
#sweets ul span {
	display: inline-block;
}
#sweets ul + a {
	font-size: 110%;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#sweets .menu__box .item {
		padding-bottom: 2.5em;
	}
	#sweets .txt_L {
		margin-bottom: 1.5em;
	}
	#caution{
		padding: 0!important;
	}
}
#caution{
margin-bottom: 40px;	
}



/*======= 5: footer ======================================================*/
footer {
  width: 100%;
  min-width: 1280px;
  height: 210px;
  text-align: center; 
  background-color: #b2b2b2;
	/*background-image :url(/sp/party2019s/img/bg.png); 
	background-repeat:repeat;
	background-size: 30%;*/
}

@media screen and (min-width: 1280px) {
  footer {
		background-position: 0 50%;
  }
}
@media screen and (max-width: 768px) {
  footer {
		min-width: inherit;
    height: inherit;
    background-size: 800px auto;
		background-position: 0 62%;
  }
  footer .logo  {
    width: 14%;
    margin: 10px auto 15px;
  }
  #copyright {
    font-size: 90%;
    padding-bottom: 1.5em;
  }
}

footer #pagetop {
  display: inline-block;
  padding: 20px 0;
}
footer .logo {
  margin: 10px auto 40px;
}
footer .logo img {
   width: 50px;
}
footer #copyright {
  color: #fff;
}
footer #copyright span {
	display: inline-block;
}

