@charset 'UTF-8';
/*---------------------------------

  共通スタイル

---------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.03em;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}


p
{
    margin-bottom: 0;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 14px;
}

.big {
    font-size: 22px;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

a
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #555;
}

a:visited
{
    color: #555;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.social_icon li {
    list-style: none;
    width: 24px;
    margin: 140px auto 0;
}

#content {
    margin: 0 auto;
}

ul.social_icon {
    padding: 0;
}

@media screen and (min-width: 767px) {

}