@charset "utf-8";

/* PC：basic_pc.css
 * **************************************************
 * Body
 * Site Width
 * Header
 * Global Navigation
 * Content
 * Common Elements
 * Footer
 * No Visual Anchor (Anchor)
 * **************************************************
 */

/* Body
----------------------------------------------------- */

/* Font：基本サイズ（16 * 0.625 = 10px） */

html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 1.5em;
  overflow-x: hidden;
}

/*  Site Width
----------------------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* inner */
#content .inner {
  margin: 0 auto;
}

/* Header
----------------------------------------------------- */

#header {
  background: #000000;
  padding: 35px 0 40px;
  text-align: center;
  width: 100%;
}

/* Global Navigation
----------------------------------------------------- */


/* Content
----------------------------------------------------- */

#content {
  margin: 0;
  padding: 0 0 100px 0;
  width: auto;
}


/* Common Elements
----------------------------------------------------- */

/* img */
img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

/* リンク */
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  color: inherit;
  opacity: 0.6;
  text-decoration: none;
}

/* Footer
----------------------------------------------------- */


/* No visual Anchor
----------------------------------------------------- */

div.novisualAnchor {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 1px;
  /* except MacIE \*/
  position: absolute;
  /* end */
  left: 0;
  top: 0;
  color: #fff;
}

div.novisualAnchor a {
  font-size: 1px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
}
