@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #4b3434;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

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

.sp {
  display: none;
}

.header {
  background: url("../img/bg_header.gif") repeat-x center top;
  overflow: hidden;
}

.header h1 {
  max-width: 1280px;
  height: 465px;
  margin: 0 auto;
  background: url("../img/header.png") no-repeat center top;
}

.header h1 img {
  display: none;
}

.footer {
  padding: 60px 0 85px;
  background: #eb2294;
  color: #FFF;
}

.footer .foot_link {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.4em;
}

.footer .foot_link li {
  position: relative;
  display: inline-block;
  padding: 0 9px 0 12px;
  font-size: 0;
  letter-spacing: normal;
}

.footer .foot_link li:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #FFF;
}

.footer .foot_link li:first-child:after {
  display: none;
}

.footer .foot_link li a {
  font-size: 11px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}

.footer .foot_link li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.footer .foot_att {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-bottom: 17px;
  font-size: 11px;
  text-align: center;
  color: #FFF;
  letter-spacing: -0.06em;
}

.footer .copyright {
  font-size: 11px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-align: center;
}

.footer .copyright span {
  color: #FFF;
}

.attention {
  padding: 55px 0 76px;
  border-top: 2px dotted #a79392;
}

.attention .cap_att {
  width: 228px;
  margin: 0 auto 30px;
}

.attention .att_list {
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
}

.attention .att_list li {
  font-size: 11px;
  line-height: 1.65;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: -0.01em;
}

.attention .att_list li span {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    min-width: 100%;
  }
  img {
    width: 100%;
  }
  .header {
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }
  .header h1 {
    width: 100%;
    padding-top: 63%;
    height: 0;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .footer {
    padding: 30px 0 55px;
  }
  .footer .foot_link {
    margin-bottom: 15px;
  }
  .footer .foot_link li {
    padding: 0 2px 0 6px;
  }
  .footer .foot_link li:after {
    height: 10px;
  }
  .footer .foot_link li a {
    font-size: 10px;
    letter-spacing: -0.02em;
    -webkit-transition: none;
            transition: none;
  }
  .footer .foot_link li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .footer .foot_att {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 10px;
  }
  .footer .copyright {
    font-size: 10px;
  }
  .attention {
    padding: 35px 0 50px;
    border-top: 1px dotted #a79392;
  }
  .attention .cap_att {
    width: 30.4%;
    margin: 0 auto 18px;
  }
  .attention .att_list {
    margin: 0 auto;
  }
  .attention .att_list li {
    font-size: 10px;
    line-height: 1.63;
    text-indent: -1em;
    padding-left: 1em;
  }
  .attention .att_list li span {
    font-weight: bold;
  }
}
