@charset "utf-8";

/* Contents
 * ****************************
 *
 * 0: @font
 * 1: body
 * 2: general style
 * 3: header
 * 4: contents
 * 5: footer
 *
 * ****************************
 */


/*======= 0: @font ========================================================*/
@font-face {
  font-family: "Metropolis Medium";
  src: url("../font/metropolis/Metropolis-Medium.woff2") format('woff2'),
       url("../font/metropolis/Metropolis-Medium.woff")  format('woff');
}
@font-face {
  font-family: "Metropolis SemiBold";
  src: url("../font/metropolis/Metropolis-SemiBold.woff2") format('woff2'),
       url("../font/metropolis/Metropolis-SemiBold.woff")  format('woff');
}
@font-face {
  font-family: "Metropolis Bold";
  src: url("../font/metropolis/Metropolis-Bold.woff2") format('woff2'),
       url("../font/metropolis/Metropolis-Bold.woff")  format('woff');
}

/*======= 1: body ========================================================*/
body {
	position: relative;
	color: #434343;
  font-family: "Noto Sans Japanese", sans-serif;
	font-size: 81%; /* 13px */
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 68%; /* 11px */
  }
}

/*======= 2: general style ===============================================*/

/* [heading] -----------------------------------------*/
h2, h3 {
  font-size: 307%; /* 40px */
  color: #7c5ccb;
  text-align: center;
  font-family: "Metropolis SemiBold";
}
h2 {
  margin-bottom: 5px;
  line-height: 1;
}
#live_dj h2,#entertainment h2,#speciallounge h2 {
  margin-bottom: 1.5em;
}
.subtxt {
  text-align: center;
  font-size: 138%; /* 18px */
  font-weight: 500;
  margin-bottom: 4em;
}

h3.sttl_type01 {
  position: relative;
  margin-bottom: 2em;
  font-size: 184%; /* 24px */
  text-align: left;
}
h3.sttl_type01 span {
  position: relative;
  display: inline-block;
  padding-right: 17px;
  background: #fff;
  z-index: 100;
}
h3.sttl_type01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7e5bca;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  h2, h3 {
    font-size: 231%; /* 25.5px */
    color: #7c5ccb;
    text-align: center;
  }
  .subtxt {
    text-align: center;
    font-size: 113%; /* 12.5px */
    margin-bottom: 2.5em;
  }
}

/* [ul] --------------------------------------------*/
ul li {
	list-style: none;
}

/* [a] --------------------------------------------*/
a {
	color: #7c5ccb;
	text-decoration: none;
}
a:hover {
	color: #7c5ccb;
  text-decoration: underline;
}
#gnav a {
	color: #ffffff;
	text-decoration: none;
}
#gnav a:hover {
	color: #7c5ccb;
}
a.ov:hover {
  opacity: 0.8;
	filter: alpha(opacity=85);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

/* [img] --------------------------------------------*/
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

/*======= 3: header ======================================================*/
header {
  width: 100%;
  box-sizing: border-box;
}
#gnav {
  position: fixed;
  width: 100%;
  height: 100px;
	background: rgba(0,0,0,0);
  z-index: 1001;
}
#gnav.fixed {
  background: rgba(0,0,0,0.9);
}
#gnav .inbox {
  position: relative;
  width: 1161px;
  height: 100px;
  margin: 0 auto;
  z-index: 1002;
}
.home {
  position: absolute;
  top: 35px;
  left: 3%;
	line-height: 1;

}
.home svg {
  vertical-align: bottom;
  padding-right: 5px;
  fill:rgb(255, 255, 255);
}
.home:hover svg {
  fill:rgb(124, 92, 203);
}
#keyv {
  width: 100%;
  height: 799px;
  padding-top: 126px;
  background: url(../img/keyv_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#keyv h1 {
  width: 662px;
  height: 622px;
  background: url(../img/keyv.png) no-repeat 0 0;
  margin: 0 auto;
}
#keyv h1 img {
  display: none;
}
@media screen and (min-width: 1280px) {
  #keyv {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #gnav {
    height: 40px;
  }
  #gnav .inbox {
    width: 100%;
  }
  #gnav.fixed {
    background: rgba(0,0,0,0);
  }
  #keyv {
    height: inherit;
    padding-top: 0;
    background: none;
  }
  #keyv h1 {
    width: 100%;
    height: inherit;
    background: none;
  }
  #keyv h1 img {
    display: block;
    width: 100%;
  }
}
nav {
  position: absolute;
  top: 35px;
  left: 400px;
}
nav ul#gn {
	padding: 0;
}
nav ul#gn li {
  display: inline-block;
  margin-right: 50px;
  transition: all .4s;
}
nav ul#gn li:first-child {
  margin-right: 117px;
}
nav ul#gn li:nth-child(4) {
  margin-bottom: 5px;
}
nav ul#gn li:nth-child(5) {
  margin-right: 23px;
}
nav ul#gn li:nth-child(6) {
  margin-right: 41px;
}
nav ul#gn li:nth-child(7) {
  margin-right: 63px;
}
@media screen and (max-width: 900px) {
	nav ul#gn li {
    margin-right: 15px;
    transition: all .4s;
  }
}
nav ul#gn li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  nav ul#gn {
    display: none;
  }
  nav {
    position: absolute;
    top: 0;
    right: 2%;
    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 {
    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;
	}
  nav.active .menu-trigger {
    top: 1%;
    right: 1%;
		width: 20px;
	}
	.menu-trigger span {
		position: absolute;
		right: 22%;
    width: 100%;
		height: 3px;
		background-color: #7c5ccb;
	}
  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: 0px;
	}
	.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(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
    width: 100%;
    background-color: #fff;
	}
}
/*-- Modal -----------------*/
#menu_overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #7c5ccb;
}
#menu_modal {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3100;
    text-align: center;
    overflow-y: scroll;
}
#menu_modal a {
    color: #333;
    text-decoration: none;
    font-size: 107%; /* 14px */
    width: 100%;
    display: block;
}
#menu_modal li {
    line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .home {
    display: none;
  }
  .home svg {
    vertical-align: baseline;
  }
  .home.active {
    display: inline-block;
    position: static;
    text-align: left;
    padding: 30px 10px 15px;
    color: #fff;
    text-decoration: none;
    font-family: "Metropolis SemiBold";
    font-size: 136%; /* 18px */
    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: 75px;
  }
	nav.active ul#gn li {
		position: relative;
    float: none;
		display: table;
		width: 100%;
    margin-right: 0;
    box-sizing: border-box;
		color: #fff;
    text-align: left;
	}
	nav.active ul#gn li a {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 15px 10px;
		color: #fff;
		text-decoration: none;
    font-size: 136%; /* 18px */
    font-family: "Metropolis SemiBold";
	}
  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: 1161px;
	margin: 40px auto 100px;
  padding-bottom: 146px;
  box-sizing: border-box;
  border-bottom: 1px solid #7c5ccb;
}
.contents.last {
  margin-bottom: 0;
  border-bottom: 0;
}
.column_two {
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  display: flex;
  justify-content: space-around;
}
.column_two .column:last-child {
  font-size: 123%; /* 16px */
}

@media screen and (max-width: 768px) {
	.contents {
		width: 94%;
		margin: 2em 3% 4em;
    padding-bottom: 6em;
	}
  .column_two {
    display: block;
  }
}


/* ----------------------------------
OUTLINE,SUPPORTED
---------------------------------- */
.readtxt {
  margin-bottom: 50px;
  font-size: 138%; /* 18px */
  line-height: 1.9;
  text-align: center;
}
.readtxt p:first-child {
  margin-bottom: 50px;
}

.supported {
  margin-bottom: 8.5em;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #7c5ccb;
}
.supported .sttl {
  margin-bottom: 30px;
  text-align: center;
  color: #7c5ccb;
  font-family: "Metropolis Bold";
  font-size: 184%; /* 24px */
  font-weight: bold;
}
.supported .logolist {
  width: 1053px;
  height: 97px;
  margin: 0 auto;
  background: url(../img/supported_logo.png) no-repeat 0 0;
}
.supported .logolist img {
  display: none;
}

@media screen and (max-width: 768px) {
  .readtxt {
    margin-bottom: 3em;
    font-size: 100%;
    line-height: 1.9;
    text-align: center;
  }
  .readtxt p:first-child {
    margin-bottom: 2em;
  }
  .supported {
    margin-bottom: 6.5em;
    padding: 5% 4% 6%;
  }
  .supported .sttl {
    font-size: 181%; /* 20px */
    margin-bottom: 1.5em;
  }
  .supported .logolist {
    width: 100%;
    height: inherit;
    background: none;
  }
  .supported .logolist img {
    display: block;
  }
}

/* ----------------------------------
DRESS CODE
---------------------------------- */
.dresscode {
  width: 550px;
  padding: 0 0 40px;
  text-align: center;
  border-top: 1px solid #7e5bca;
  border-bottom: 1px solid #7e5bca;
  margin: 20px 50px 0;
}
.dresscode h2 {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #7c5ccb;
  font-size: 184%; /* 24px */
  font-family: "Metropolis Bold";
}
.dresscode h2 span {
  display: inline-block;
  padding: 0 8px;
  background: #fff;
}
.dresscode h3 {
  margin-bottom: 10px;
}
.dresscode p {
  font-size: 20px;
  font-weight: bold;
}
.column.outline {
  margin-right: 50px;
}
.column.outline li {
  margin-left: 1.6em;
  margin-bottom: 10px;
	text-indent: -1.6em;
  line-height: 1.75;
}
.column.outline li::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	padding-left: 6px;
	border: 7.5px solid transparent;
	border-left: 13px solid #7e5bca;
}
.column.outline p {
  color: #7e5bca;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .dresscode {
    width: 100%;
    padding: 0 0 25px;
    margin: 20px 0 30px;
  }
  .dresscode h2 {
    font-size: 181%; /* 20px */
    color: #7c5ccb;
    margin-top: -11px;
    margin-bottom: 20px;
  }
  .dresscode p {
    font-size: 113%; /* 12.5px */
  }
  .column.outline {
    margin-right: 0;
  }
  .column.outline li::before {
    padding-left: 6px;
    border: 6px solid transparent;
    border-left: 10px solid #7e5bca;
  }
}

/* ----------------------------------
LIVE & DJ
---------------------------------- */
.comingsoon {
  margin: 60px auto 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Metropolis SemiBold";
  font-size: 172%; /* 22.4px */
  color: #7e5bca;
}

/* 以下初期設定でコーディング */
.column_four {
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  display: flex;
  justify-content: space-around;
}
.column_four .item {
  font-size: 112%; /* 18px */
}
.column_four .item img {
  display: block;
  margin-bottom: 20px;
}
.column_four .item .category {
  color: #7e5bca;
  line-height: 1;
  font-family: "Metropolis Bold";
  font-size: 184%; /* 24px */
  font-weight: bold;
}
.column_four .item .title {
  font-size: 184%; /* 24px */
}

@media screen and (max-width: 768px) {
  .comingsoon {
    margin: 50px auto 20px;
    font-family: "Metropolis SemiBold";
    font-size: 136%; /* 15px */
  }
  .column_four {
    flex-wrap: wrap;
  }
  .column_four .item {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .column_four .item:nth-child(2n){
    margin-right: 0;
  }
}


/* ----------------------------------
HILLS CARD POINT CAMPAIGN
---------------------------------- */
.pointup {
  margin-right: 50px;
}
#hillscard .column:last-child {
  margin-right: 15px;
}
#hillscard .column:last-child p,
#hillscard .column:last-child dd {
  font-size: 13px;
  margin-bottom: 1em;
}
#hillscard .column:last-child dt {
  font-weight: bold;
}
#hillscard .column dt span {
  display: inline-block;

	text-indent:-.5em;
}
@media screen and (max-width: 768px) {
  .pointup {
    margin-right: 0;
    margin-bottom: 1em;
  }

  #hillscard .column:last-child {
    margin-right: 0;
  }
  #hillscard .column_two .column:last-child {
    font-size: 118%;
    line-height: 1.8;
  }
}

/* ----------------------------------
SPECIAL BONUSES
---------------------------------- */
#specialbonuses .basetxt {
  margin-bottom: 2.2em;
  font-size: 138%; /* 18px */
  font-weight: 500;
}

/* ----------------------------------
SHOP EVENT INFORMATION
---------------------------------- */
.column_event {
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: stretch;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
}
.column_event .item {
  width: 245px;
  margin-bottom: 60px;
}
.column_event .item img {
  display: block;
  margin-bottom: 14px;
  width: 100%;
}
.column_event .item .shop {
  color: #7e5bca;
  font-family: "Metropolis Bold";
  font-size: 184%; /* 24px */
  line-height: 1;
}
.column_event .item .shop_jp {
  font-size: 123%; /* 16px */
  font-weight: bold;
}
.column_event .item .floor {
  margin: 5px 0 1em;
}
.column_event .item .floor span {
  display: inline-block;
  border: 1px solid #7e5bca;
  padding: 5px;
  font-size: 92%; /* 12px */
  font-weight: bold;
  color: #7e5bca;
}

.andmore {
  text-align: center;
  font-family: "Metropolis Bold";
  font-size: 184%; /* 24px */
  color: #7e5bca;
}

@media screen and (max-width: 768px) {
  .column_event .item {
    width: 46%;
    margin-bottom: 40px;
    margin-right: 4%;
  }
  .column_event .item:nth-child(2n){
    margin-right: 0;
  }
}



/* ----------------------------------
DRINK & SWEETS
---------------------------------- */
.column_three {
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
a.logobox {
  display: block;
  width: 355px;
  margin-bottom: 60px;
  text-decoration: none;
}
.logobox:hover {
  opacity: 0.8;
  transition: all .4s;
}
.logobox .logo {
  position: relative;
  width: 100%;
  height: 221px;
  margin-bottom: 20px;
  border: 1px solid #7e5bca;
  opacity: 1;
  transition: all .4s;
}

.logobox .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.logobox .txt {
  margin-bottom: 40px;
  color: #000000;
}
.logobox .txt p.sttl {
  font-size: 123%; /* 16px */
  font-weight: bold;
  margin-bottom: .5em;
}
.logobox .txt p {
  margin-bottom: 1em;
}
.logobox .txt p:last-child {
  margin-bottom: 40px;
}
.logobox .txt p span {
  display: inline-block;
  text-indent: 10px;
}
.logobox p.url {
  font-family: "Metropolis Medium";
}

@media screen and (max-width: 768px) {
  a.logobox {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  a.logobox:nth-child(2n){
    margin-right: 0;
  }
  a.logobox img {
    width: 60%;
  }
  .logobox .logo {
    height: calc(100vmin - 280px);
    margin-bottom: 1em;
  }
  .logobox .txt p.sttl {
    font-size: 100%;
  }
  .logobox .txt {
    margin-bottom: 2em;
  }
  .logobox .txt p.sup_txt {
    font-size: 100%;
    line-height: 1.4;
  }
  .logobox .txt p span {
    text-indent: 0;
  }
  .logobox p.url {
    font-size: 8px;
  }
}



#attent {
  padding-top: 80px;
}
#attent ul {
  margin-bottom: 0;
}
#attent li::before {
  content: "・";
}
#attent .contact {
  margin-bottom: 15px;
}
#attent .url a {
  color: #000000;
  font-family: "Metropolis Medium";
  font-size: 153%;
  font-weight: bold;
}
#attent .url a:hover {
  color: #7e5bca;
}
@media screen and (max-width: 768px) {
  #attent {
    padding-top: 20px;
  }
  #attent ul {
    margin-left: 1.3em;
    text-indent: -1.3em;
  }
  #attent .contact {
    margin-bottom: 20px;
  }
  #attent .info {
    margin-left: .8em;
    text-indent: -.8em;
  }
}
/*======= 5: footer ======================================================*/
footer {
  width: 100%;
  height: 300px;
  text-align: center;
	background: url(../img/bg_footer.jpg) no-repeat 0 50%;
}
@media screen and (min-width: 1280px) {
  footer {
    background-size: cover;
  }
}
footer #pagetop {
  display: inline-block;
  padding: 20px 0;
}
footer .logo {
  margin: 10px auto 40px;
}
footer .logo img {
   width: 50px;
}
footer #copyright {
  color: #fff;
  font-family: "Metropolis Medium";
}


@media screen and (max-width: 768px) {
  footer {
    height: inherit;
    background-size: cover;
  }
  footer .logo  {
    width: 14%;
    margin: 10px auto 15px;
  }
  #copyright {
    font-size: 90%;
    padding-bottom: 1.5em;
  }
}


@media screen and (min-width: 769px) {
	.pc_disNon	{ display: none; }
	.pc_disB	{ display: block; }
}
@media screen and (max-width: 768px) {
	.sp_disNon	{ display: none; }
	.sp_disB	{ display: block; }
}
