@charset "utf-8";
/*
====================================================
■ BASE
====================================================
*/
/*
===== reset ===========================
*/
* {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
iframe {
  border: none;
}
input:focus {
  outline: none;
}
/*
===== base ===========================
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
  /*18px via YUI Fonts CSS foundation*/
  font-size: 138.5%;
}
h2 {
  /*16px via YUI Fonts CSS foundation*/
  font-size: 123.1%;
}
h3 {
  /*14px via YUI Fonts CSS foundation*/
  font-size: 108%;
}
h1,
h2,
h3 {
  /* top & bottom margin based on font size */
  margin: 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  /*bringing boldness back to headers and the strong element*/
  font-weight: bold;
}
abbr,
acronym {
  /*indicating to users that more info is available */
  border-bottom: 1px dotted #000;
  cursor: help;
}
em {
  /*bringing italics back to the em element*/
  font-style: italic;
}
blockquote,
ul,
ol,
dl {
  /*giving blockquotes and lists room to breath*/
  margin: 0;
}
ol,
ul,
dl {
  /*bringing lists on to the page with breathing room */
  margin: 0;
}
ol li {
  /*giving OL's LIs generated numbers*/
  list-style: none;
}
ul li {
  /*giving UL's LIs generated disc markers*/
  list-style: none;
}
dl dd {
  /*giving UL's LIs generated numbers*/
  margin: 0;
}
th,
td {
  /*borders and padding to make the table readable*/
  padding: 0;
}
th {
  /*distinguishing table headers from data cells*/
  font-weight: bold;
  text-align: center;
}
caption {
  /*coordinated marking to match cell's padding*/
  margin-bottom: .5em;
  /*centered so it doesn't blend in to other content*/
  text-align: center;
}
p,
fieldset,
table {
  /*so things don't run into each other*/
  margin: 0;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/*
===== link setting ===========================
*/
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}
/* memo  */
/*#demo1 {font-size:85%;}*/
/*renders 11px */
/*#demo2 {font-size:100%;}*/
/*renders 13px */
/*#demo3 {font-size:108%;}*/
/*renders 14px */
/*#demo4 {font-size:123.1%;}*/
/*renders 16px */
/*#demo5 {font-size:138.5%;}*/
/*renders 18px */
/*
===== CLEARFIX ==========================================
*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
/*
===== module ==========================================
*/
img.preload {
  display: none;
}
.responsiveimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
====================================================
■ all
====================================================
*/
html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 13px;
  font-family: 'メイリオ', Meiryo, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  background: #000;
  line-height: 175%;
  -webkit-font-smoothing: subpixel-antialiased;
}
#bodywrapper {
  width: 100%;
  height: auto;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-width: 980px;
}
@media screen and (max-width: 640px) {
  #bodywrapper {
    max-width: none;
    min-width: inherit;
  }
}
/*
====================================================
■ parts
====================================================
*/
.hukidashi {
  background: url(../img/common/hukidashi.png) no-repeat;
  width: 485px;
  height: 89px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 75px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .hukidashi {
    background: url(../img/common/hukidashi_sp.png) no-repeat;
    width: 84%;
    height: 0;
    padding-top: 10px;
    padding-bottom: 35px;
    background-size: 100% 100%;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.05em;
  }
}
.chara {
  background-repeat: no-repeat;
}
.section_title {
  width: 100%;
  height: 135px;
  position: relative;
  overflow: hidden;
}
.section_title .jp {
  display: block;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 135px;
}
.section_title .en {
  display: block;
  font-family: 'Fjalla One', sans-serif;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 135px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .section_title {
    width: 100%;
    height: 68px;
    position: relative;
    overflow: hidden;
  }
  .section_title .jp {
    display: block;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 59px;
  }
  .section_title .en {
    display: block;
    font-family: 'Fjalla One', sans-serif;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 65px;
    font-weight: normal;
    white-space: nowrap;
  }
}
.block_title {
  width: 100%;
  height: 76px;
  position: relative;
  overflow: hidden;
  background: #FFF;
}
.block_title .jp {
  display: block;
  color: #000;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 2;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 76px;
}
.block_title .en {
  display: block;
  font-family: 'Fjalla One', sans-serif;
  position: absolute;
  font-weight: normal;
  color: #e5e5e5;
  left: 0;
  top: 5px;
  z-index: 1;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 76px;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .block_title {
    width: 100%;
    height: 38px;
    position: relative;
    overflow: hidden;
    background: #FFF;
  }
  .block_title .jp {
    display: block;
    color: #000;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 2;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 37px;
  }
  .block_title .en {
    display: block;
    font-family: 'Fjalla One', sans-serif;
    position: absolute;
    font-weight: normal;
    color: #e5e5e5;
    left: 0;
    top: 5px;
    z-index: 1;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 33px;
    white-space: nowrap;
  }
}
