/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 1;
}
ol, ul {
	list-style: none;
}

body {
  background-color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  /* font-weight: bold; */
}

a:link    { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover   { color: #fff; text-decoration: none; }
a:active  { color: #fff; text-decoration: none; }

.clear {
  clear: both;
  display: none;
  font-size: 0px;
  line-height: 0%;
  height: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* logo
------------------------------------------------------------------*/

#jobImage {
  width: 100%;
  text-align: center;
}

#jobImage img {
  width: 100%;
  max-width: 660px;
  height: auto;
}

#eventLogo {
  width: 100%;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 20px;
  /* background-color: #000; */
  z-index: 1;
}

#eventLogo img {
  width: 1000px;
  height: 920px;
}

#joshProf {
  width: 100%;
  text-align: center;
  /* padding-top: 10px; */
  padding-bottom: 20px;
  /* background-color: #000; */
  z-index: 1;
}

#joshProf img {
  width: 1000px;
  height: 900px;
}

#logoDrip {
  width: 100%;
  z-index: 1;
}

#logoDrip img {
  width: 100%;
  height: auto;
}

/* bg
------------------------------------------------------------------*/

#backgroundImg {
  /* background: url(bg_mini.jpg) center top no-repeat; */
  background-size: cover;
  position: fixed;  
  top: 0;
  z-index: -10;
}

/* title and main contents
------------------------------------------------------------------*/

#aboutTitle {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  color: #222;
  text-shadow: 2px 2px 3px #666, -1px -1px 2px #fff;
  z-index: 1;
}

#about {
  width: 100%;
  z-index: 1;
}

#aboutBox {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

#aboutBox em {
  color: #ec9;
}

/* iPhone 縦 */
#aboutBox p {
  background-color: #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4em;
  color: #fff;
  margin: 10px auto;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #222, 1px -1px 1px #111, -1px 1px 1px #111;
  border: 2px solid #fff;
}
/* for iPhone Landscape (iPhone 横) */
@media screen and (min-width:480px) {
  #aboutBox p {
    padding: 10px;
    font-size: 16px;
  }
}
/* for iPad */
@media screen and (min-width:768px) and ( max-width:1024px) {
  #aboutBox p {
    padding: 15px;
    font-size: 18px;
  }
}
/* for PC */
@media screen and (min-width:1024px) {
  #aboutBox p {
    padding: 15px;
    font-size: 18px;
  }
}

/* buy button
------------------------------------------------------------------*/

#linkBox {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.linkButton {
  width: 440px;
  margin: 0 auto;
}

.linkButton li {
  width: 440px;
  display: inline;
  display: block;
}

.linkButtonActive {
  border: 2px solid #c00;
  -webkit-box-shadow: 1px 1px 1px #777;
     -moz-box-shadow: 1px 1px 1px #777;
          box-shadow: 1px 1px 1px #777;
}

.linkButtonInactive {
  border: 2px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px #777;
     -moz-box-shadow: 1px 1px 1px #777;
          box-shadow: 1px 1px 1px #777;
}

.linkButtonInactiveBase {
  width: 160px;
  height: 48px;
  border: 2px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px #777;
     -moz-box-shadow: 1px 1px 1px #777;
          box-shadow: 1px 1px 1px #777;
}

/* link button
------------------------------------------------------------------*/
.button {
	display: inline-block;
	width: 440px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #cca;
	border-radius: 4px;
	font-size: 32px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	box-shadow: 0 3px 3px #000, inset 0 1px 1px #fff;
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
}
.button:hover {
	background-color: #cd6;
	box-shadow: 0 3px 3px #000, inset 0 1px 1px #fff;
}

/* nav menu
------------------------------------------------------------------*/
#navMenu {
  position: fixed;  
  top: 250px;
  left: 50%;
  margin-left: -450px;
  z-index: 1;
}

#navMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navMenu li {
  float: left;
  width: 225px;
  margin: 0;
  padding: 0;
}
#navMenu a {
  text-align: center;
  display:block;
  padding: 14px 0;
  width: 100%;
  background-color: rgba(64,64,64,0.5);
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 2px 2px #000, -1px -1px 1px #aaa;
  border-left: 1px solid #444;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			 -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #333;
}
#navMenu a:hover {
  color: #cca;
  text-shadow: 2px 2px 2px #000, -1px -1px 1px #aaa;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			 -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #333;
}
#navMenu li:first-child a {
  border-radius: 10px 0 0 10px;
  box-shadow: -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #333;
}
#navMenu li:last-child a {
  border-radius: 0 10px 10px 0;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #333;
}
