@charset "UTF-8";
/* * * * * * * * * * * * * * * * * *
 base.css
* * * * * * * * * * * * * * * * * */
/* reset, common
--------------------------------- */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 14px;
  color: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "HiraKakuPro-W3", 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  background-color: #000;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #FFF;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* fonts */
.f_min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.font_s {
  font-size: 90%;
}

.red {
  color: #FF0000;
}

/* float */
.l {
  float: left;
}

.r {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
*html .clearfix {
  height : 1%;
}
.clearfix {
  display : block;
}
/* End hide from IE-mac */

.none {
  display: none;
}

.inWrap li,
.txt_indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* opacity */
a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}

/* margin */
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

label {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.noPC {
  display: none;
}

/* リンクアニメーション */
a,
a img,
p.btnBox input {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

/* header
--------------------------------- */
#header {
  text-align: center;
  height: 104px;
  margin-bottom: -130px;
  padding-top: 24px;
}

#header h1 {
  position: relative;
  z-index: 60;
}

/* inner
--------------------------------- */
.inner {
  position: relative;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

li {
  box-sizing: border-box;
}

/* footer
--------------------------------- */
ul.snsList {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid #212121;
}

ul.snsList li, ul.snsList li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

ul.snsList li {
  padding: 0 15px;
}

ul.snsList li a {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #a10000;
  border-radius: 50%;
  font-size: 160%;
}

ul.snsList li a:hover {
  background: #a10000;
  text-decoration: none;
}

#footer > .inner {
  padding: 25px 0;
}

#footer > .inner ul.logoList li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 15px;
}

#footer > .inner .r {
  text-align: right;
  font-size: 9px;
  color: #8e8e8e;
}

ul.social {
  margin-bottom: 10px;
}

ul.social li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 0 10px;
}

li.fb,
li.fb * {
  vertical-align: top !important;
}
