@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
li {
  list-style: none;
}
body {
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents {
  width: 960px;
  margin: 0 auto;
  background: url("../img/bg_chr1.png") no-repeat;
}
header {
  position: relative;
  height: 985px;
}
header .change_btn {
  position: absolute;
  top: 70px;
  left: 16px;
  cursor: pointer;
}
header .chu_btn {
  position: absolute;
  top: 532px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
header .count {
  position: absolute;
  top: 70px;
  right: 16px;
  color: #CA0080;
  font-size: 40px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-weight: 800;
}
.cb1 {
  text-align: center;
  margin-bottom: 90px;
}
.cb2 {
  display: block;
  width: 864px;
  margin: 0 auto;
}
footer {
  position: relative;
}
footer .ins-btn-wrap {
  position: absolute;
  background: url("../img/ins_bg.png") no-repeat;
  width: 902px;
  height: 113px;
  padding: 0 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 300px;
  z-index: 100;
}
footer .ins-btn-wrap .ins-btn {
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  margin: 0 auto;
  width: 70%;
  left: calc(222 / 960 * 960px);
}
.tw {
  width: 100%;
  text-align: center;
  position: relative;
}
.tw .tw_wrapper {
  width: 90%;
  margin: 40px auto 20px;
}
@media screen and (max-width: 1280px) {
  .contents {
    width: 100%;
    margin: 0 auto;
    background: url("../img/bg_chr1.png") no-repeat;
    background-size: 100%;
  }
  header {
    height: calc(985 / 960 * 100vw);
  }
  header .change_btn {
    position: absolute;
    top: calc(70 / 960 * 100vw);
    left: calc(16 / 960 * 100vw);
    width: calc(273 / 960 * 100vw);
    height: calc(217 / 960 * 100vw);
    cursor: pointer;
  }
  header .change_btn img {
    width: 100%;
  }
  header .chu_btn {
    position: absolute;
    top: calc(532 / 960 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(246 / 960 * 100vw);
    height: calc(250 / 960 * 100vw);
    cursor: pointer;
  }
  header .chu_btn img {
    width: 100%;
  }
  header .count {
    position: absolute;
    top: calc(70 / 960 * 100vw);
    right: calc(16 / 960 * 100vw);
    color: #CA0080;
    font-size: calc(40 / 960 * 100vw);
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    font-weight: 800;
  }
  .cb1 {
    text-align: center;
    margin: 0 auto calc(90 / 960 * 100vw);
    width: calc(702 / 960 * 100vw);
  }
  .cb1 img {
    width: 100%;
  }
  .cb2 {
    display: block;
    width: calc(864 / 960 * 100vw);
    margin: 0 auto;
  }
  .cb2 img {
    width: 100%;
  }
  .cb3 {
    width: 100%;
  }
  .cb3 img {
    width: 100%;
  }
  footer {
    width: 100%;
  }
  footer img {
    width: 100%;
  }
  footer .ins-btn-wrap {
    position: absolute;
    background-size: 100%;
    width: calc(902 / 960 * 100vw);
    height: calc(113 / 960 * 100vw);
    padding: 0 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(300 / 960 * 100vw);
    z-index: 100;
  }
  footer .ins-btn-wrap .ins-btn {
    height: calc(113 / 960 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    margin: 0 auto;
    width: calc(670 / 960 * 100vw);
    left: calc(248 / 960 * 100vw);
  }
  footer .ins-btn-wrap .ins-btn img {
    width: 95%;
  }
}
