@charset "utf-8";

/* = Base
----------------------------------------------- */

body {
  font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
  background: #000 url("../images/bg.jpg");
  color: #222;
}

.wrap {
  /* Contents Width */
  width: 1200px;
  margin: auto;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto !important;
}

/* = Link
----------------------------------------------- */

a,
a:link,
a:visited,
a:active {
  /* Link Style */
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.none:hover {
  text-decoration: none;
}

a img:hover {
  /* img A Link Hover */
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* = Footer Fix
----------------------------------------------- */

html,
body {
  height: 100%;
}

#allWrap {
  position: relative;
  width: 100%;
  min-height: 100%; /* Modern Browser */
  height: auto !important; /* Modern Browser */
  height: 100%; /* IE6 */
  background: url("../images/bg2.jpg") repeat-x top center;
}

#container {
  width: 1200px;
  margin: auto;
  padding-bottom: 450px; /* Padding Only !! */
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container2 {
  width: 100%;
  margin: auto;
  padding-bottom: 450px; /* Padding Only !! */
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #030303;
}

.home #footer {
  margin-top: -4px;
  position: relative;
}

#footer .footerWrap .r-block {
  display: none;
}

#footer .footerWrap .r-block {
  display: none;
}

/* = Header
----------------------------------------------- */

.logo {
  margin: 56px 0 46px 0;
  float: left;
}
.headerRight {
  margin: 76px 0 0 0;
  float: right;
}

/* = Nav
----------------------------------------------- */

#nav {
  margin: 0 0 0 0;
}

#nav ul li {
  float: left;
}

/* = Contents
----------------------------------------------- */

.boxCon {
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(139, 114, 114, 0.7);
  margin-bottom: 42px;
}
.boxCon p,
.kotarodon {
  font-size: 11px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

/* = key Visual
----------------------------------------------- */

/* = footer
----------------------------------------------- */

#footer .footerWrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 46px 0 40px;
  font-size: 10px;
  letter-spacing: 0.3em;
}

#footer .footerWrap .flex {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* #footer .footerWrap .flex .l-block {
  padding-right: 40px;
} */

#footer .footerWrap .flex .r-block .tw-title {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}

.footerMessage {
  color: #fff;
  text-align: center;
  margin: 0 auto 44px auto;
}

#footer.tw-area .footerMessage {
  text-align: center !important;
  padding-right: 10px;
}

#footer ul.footerNav {
  width: 100%;
  text-align: center;
  margin: 0px auto 0px auto;
}

#footer.tw-area ul.footerNav {
  margin: 92px auto 92px auto;
}

#footer ul.footerNav li {
  margin: 0 14px;
  display: -moz-inline-box;
  display: inline-block;
}

#footer ul.footerNav li a {
  color: #fff;
}

#footer ul.footerNav li a:hover {
  color: #ccc;
  text-decoration: none;
}

#footer .copyright {
  color: #a49696;
  text-align: center;
  margin-top: 40px;
}

#footer.tw-area .copyright {
  /* text-align: right; */
  padding-right: 15px;
  margin-top: 0;
}

/* = Media
-------------------------------------------------------------- */

@media only screen and (min-width: 540px) and (max-width: 959px) {
} /*Query End*/

@media only screen and (max-width: 539px) {
  #footer .footerWrap .flex {
    margin-bottom: 40px;
  }

  #footer.tw-area .footerMessage {
    text-align: center;
    padding-right: 0;
    width: 100%;
  }

  #footer .footerWrap .flex .l-block {
    padding-right: 0px;
  }

  #footer.tw-area ul.footerNav {
    margin: 42px auto 42px auto;
  }

  #footer .footerWrap .flex .r-block .tw-title {
    text-align: center;
  }

  #footer.tw-area .copyright {
    text-align: center;
    padding-right: 0;
  }
} /*Query End*/
