.marq{
	color:blue;
	line-height: 1.2em;
	display:block;
}


html{
overflow-x : hidden;
overflow-y : auto;
}

body{
overflow-x : hidden;
overflow-y : auto;
}

.price{
	font-family: 'Noto Sans JP', sans-serif;
	display:block;
}

.hinmei{
	display:block;
	margin-top:5px;
	font-size:1.1em;
}
@media (max-width: 768px) {
  .hinmei {
    font-size:0.9em;
	  line-height: 1.2em;
  }
}


.kakomi{
	background:white;
	padding:5vw;
	border-radius:4vw;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
	margin-top:100px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#2B2B2B;
	line-height:25px;
	background-color:#FFFFFF;
	}

span{
	display: inline-block;
	}

img{
	width: 100%;
	}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

footer{
text-align: center;
font-size:0.8em;
letter-spacing: 1px;
opacity:0.8;
}

@font-face{
  font-family: 'slickerweb';
  src: url('SLICKER.TTF') format("truetype");
}
	
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 576px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* navber途中から固定 */
.nav-wrapper { /* .navの領域確保用 */
    height: 100px;
}
.nav {
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
	z-index: 10;
}
.nav.is-fixed {
    position: fixed;

}

@-webkit-keyframes modify{
      0% { padding-top: 100px; margin-top: -100px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
      0% { padding-top: 100px; margin-top: -100px; }
    100% { padding-top: 0; margin-top: 0; }
}

#driver:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#girls:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#dj:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#booth:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#goods:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}


/* 一般CSS */
.titleen{
	text-align: center;
	font-size:2.5em;
	margin-bottom:5px;
	font-family: slickerweb;
	letter-spacing: 0.07em;
	line-height: 1em;
	color:#D80003;
}

.titlejp{
	text-align: center;
	margin-bottom:3vw;
	color:#D80003;
}
@media (max-width: 768px) {
  .titleen {
    font-size:1.5em;
	  argin-bottom:0;
	  margin-top:20px;
  }
.titlejp{
	font-size:0.8em;
}
}

.menuen{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.3em;
	margin-right:3vw;
	margin-left:3vw;
	margin-top:10px;
		text-align: center;
}
.menuensp{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1em;
	margin-right:0.5vw;
	margin-left:0.5vw;
	margin-top:10px;
	line-height: 1.2em;
	text-align: center;
}

.menujp{
	text-align: center;
	font-size:0.6em;
}
.menujpsp{
	text-align: center;
	font-size:0.3em;
	line-height: 1.2em;
	margin-top:5px;
}

.divred{
	background-color: rgba(215,0,15,1);
	color:white;
	padding-bottom:50px;
}

.divwhite{
padding-bottom:50px;
}

.boothmida{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.2em;
	line-height: 1.4em;
	text-align:center;
	margin-bottom:10px;
}

.boothmoji{
	margin-bottom:50px;
	text-align:center;
}

.footerlogo{
	text-align: center;
	margin-top: 30px;
	margin-bottom:30px;
}
.footerlogo img{
	width:100%;
}

.proftitle{
font-size:1em;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.6em;
	color:#FFD9DA;
	margin-bottom: 5px;
}

.profile{
font-size:0.9em;
	line-height:1.6em;
	color:#FFD9DA;
}

.dricap{
	text-align: center;
	margin-top:10px;
	margin-bottom:50px;
}


.note{
  padding-left: 1em;
  text-indent: -1em;
}

.goodsmini p{
	font-size:0.9em;
	line-height: 1.3em;
	margin-top: 5px;
}

.boshu{
	font-size:2em;
	color:red;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom:20px;
}

.kakumida{
	font-family: 'Noto Sans JP', sans-serif;
font-size:1.8em;
padding-bottom:15px;
border-bottom:1px solid #000;
line-height: 1.2em;
color:#2B2B2B;
}
@media only screen and (max-width: 576px) {
.kakumida{
font-size:1.3em;
line-height: 1.4em;
margin-top:15px;
margin-bottom:5px;
}}


.kakusetu{
margin-top:15px;

font-size: 1em;
line-height: 1.7em;
color:#2B2B2B;
}
@media only screen and (max-width: 576px) {
.kakusetu{
font-size:0.9em;
line-height: 1.5em;
}}


@media only screen and (max-width: 1200px) {
.intertit{
position:absolute;
top:-1.1em;
}}
@media only screen and (max-width: 1200px) {
.interimg{
margin-top:2.8em;
}}


.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
