@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;
}
header {
  position: relative;
}
header a.top-logo {
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 10px;
  top: 10px;
}
header .ins-btn {
  background: url("../img/ins_btn_bg.png");
  width: 685px;
  height: 115px;
  padding: 0 10px;
  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;
  left: 130px;
  top: 624px;
}
.movie {
  width: 425px;
  position: absolute;
  top: 339px;
  left: 266px;
}
.movie .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.list-tab {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-tab li {
  display: block;
  margin-top: 15px;
  cursor: pointer;
}
.list-tab li:hover {
  opacity: 0.6;
}
.tab-contents {
  margin-top: 50px;
}
.tab-c {
  display: none;
}
.tab-c.active {
  display: block;
}
.tw {
  width: 100%;
  text-align: center;
  position: relative;
}
.tw .tw_wrapper {
  width: 90%;
  margin: 40px auto 20px;
}
footer {
  background: #000;
  padding: 50px  0;
}
footer p {
  font-family: 'Anton', sans-serif;
  font-size: 21px;
  color: #FFF;
}
footer .sns_area {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .sns_area .box {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .sns_area .box img {
  width: 32px;
  margin-left: 8px;
}
footer .logo_area {
  width: 150px;
  margin: 15px auto;
}
footer .logo_area img {
  width: 100%;
}
footer .bnr_area {
  width: 275px;
  margin: 15px auto;
}
footer .bnr_area img {
  width: 100%;
}
footer .pp {
  display: block;
  font-size: 12px;
  margin: 20px auto;
  padding-top: 10px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}
footer .copyright {
  font-size: 12px;
  margin-top: 20px;
  padding-top: 10px;
  color: #FFF;
  text-align: center;
  border-top: #7A7A7A solid 1px;
}
@media screen and (max-width: 959px) {
  .contents {
    width: 100%;
    margin: 0 auto;
  }
  .contents img {
    width: 100%;
  }
  header a.top-logo {
    display: block;
    position: absolute;
    margin: 0 auto;
    width: calc(191 / 960 * 100vw);
    left: calc(10 / 960 * 100vw);
    top: calc(10 / 960 * 100vw);
  }
  header a.top-logo img {
    width: 100%;
  }
  header .ins-btn {
    background-size: 100%;
    width: calc(685 / 960 * 110vw);
    height: calc(115 / 960 * 110vw);
    padding: 0 calc(10 / 960 * 110vw);
    left: calc(130 / 960 * 64vw);
    top: calc(624 / 960 * 97vw);
  }
  header .ins-btn li {
    width: calc(136 / 960 * 115vw);
  }
  header .ins-btn li img {
    width: 100%;
  }
  header .movie {
    width: calc(425 / 960 * 100vw);
    position: absolute;
    top: calc(339 / 960 * 100vw);
    left: calc(266 / 960 * 100vw);
  }
  .list-tab {
    bottom: calc(-48 / 960 * 100vw);
  }
  .list-tab li {
    display: block;
    width: calc(165 / 960 * 100vw);
    margin-top: 15px;
    cursor: pointer;
  }
  .tab-contents {
    margin-top: calc(50 / 960 * 100vw);
  }
  footer {
    background: #000;
    padding: 50px  0;
  }
  footer p {
    font-family: 'Anton', sans-serif;
    font-size: 21px;
    color: #FFF;
  }
  footer .sns_area {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .sns_area .box {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .sns_area .box img {
    width: 32px;
    margin-left: 8px;
  }
  footer .logo_area {
    width: 30%;
    margin: 15px auto;
  }
  footer .logo_area img {
    width: 100%;
  }
  footer .bnr_area {
    width: 60%;
    margin: 15px auto;
  }
  footer .bnr_area img {
    width: 100%;
  }
  footer .tw {
    width: 100%;
    text-align: center;
    position: relative;
  }
  footer .tw .tw_wrapper {
    width: 90%;
    margin: 40px auto 20px;
  }
  footer .copyright {
    font-size: 12px;
    margin-top: 20px;
    padding-top: 10px;
    color: #FFF;
    text-align: center;
    border-top: #7A7A7A solid 1px;
  }
}
