@charset "utf-8";

@import url(header.css);
@import url(footer.css);
@import url(slide.css);
@import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap');

html, body {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}


body {
  color: #fff;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 2;
  background: #000;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5,
p, ul, ol, li, dl, dt, dd,
form, figure, form, input, textarea {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style-type: none;
}

img {
  border: none;
 	max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse:collapse;
  font-size: 100%;
  border-spacing: 0;
}

iframe {
  width: 100%;
}

.top .contents {
  height: auto;
  position: absolute;
  width: 100%;
  bottom: 0px;
  right: 0%;
}

.top .contents .main {
  overflow: auto;
  padding: 2% 5% 0 15%;
  height: 98%;
  position: relative;
}

.top .contents .main h1 {
  clear: both;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #dfd4be;
}

.top .contents .main h1:after {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 2px;
  bottom: 195px;
  background: linear-gradient(to left,  rgba(223, 212, 190,0) 0%,rgba(223, 212, 190,0.7) 70%);
}

#news dl {
  height: 100px;
  overflow: hidden;
}

#news dl:hover {
  overflow: auto;
}

#news dt {
  float: left;
	width: 9em;
 	letter-spacing: 0.1em;
}

#news dd {
  padding-left: 9em;
}

#news a {
  color: #fff;
}

.new {
  background: #f00;
  color: #fff;
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}

#loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: relative;
}

#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hidden {
  display: none;
}

@media screen and (max-width: 480px) {
  .top .contents .main h1 {
    margin-bottom: 0px;
  }

  .top .contents .main h1:after {
    display: none;
  }
}
