@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
  color: #231815;
  background: #000;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .spNone {
    display: none;
  }
}

/* detail
--------------------------------------*/
header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media screen and (min-width: 751px) {
  header {
    background: url(../images/main_pc.jpg);
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (max-width: 750px) {
  header {
    background: url(../images/main_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
}

header::before {
  content: "";
  display: block;
}

@media screen and (max-width: 750px) {
  header::before {
    padding-top: 100%;
  }
}

@media screen and (min-width: 751px) {
  header::before {
    padding-top: calc(800 / 1280 * 100%);
  }
}

div#wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #000;
  color: #fff;
}

@media screen and (min-width: 751px) {
  div#wrap div.explain p.desc {
    font-size: 18px;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding: 70px 0;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.explain p.desc {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    padding: 35px 0;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.explain div.video {
    width: 450px;
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.explain div.video {
    width: 90%;
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.explain div.video p {
    margin-top: 50px;
    font-size: 14px;
    text-align: center;
  }
}

div#wrap div.explain div.video p a {
  color: #fff;
}

@media screen and (max-width: 750px) {
  div#wrap div.explain div.video p {
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
  }
}

div#wrap div.explain div.video p a {
  color: #fff;
}

@media screen and (max-width: 750px) {
  div#wrap div.menuArea {
    width: 92.6%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.menuArea {
    width: 800px;
    margin: 0 auto;
  }
}

div#wrap div.menuArea h2 {
  text-align: center;
}

@media screen and (max-width: 750px) {
  div#wrap div.menuArea h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.menuArea h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

div#wrap div.menuArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  div#wrap div.menuArea ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.menuArea ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.menuArea ul li {
    width: calc(200 / 695 * 100%);
    text-align: center;
    margin-bottom: 20px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.menuArea ul li {
    width: 140px;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.menuArea ul li:nth-child(3), div#wrap div.menuArea ul li:nth-child(5) {
    margin-right: 0;
  }
}

div#wrap div.menuArea ul li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  div#wrap div.menuArea ul li a img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.menuArea ul li a p {
    font-size: 12px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.block {
    margin-bottom: 75px;
  }
}

div#wrap div.block h3 {
  text-align: center;
}

@media screen and (min-width: 751px) {
  div#wrap div.block h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.block h3 {
    margin-bottom: 15px;
  }
}

div#wrap div.block h3 a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  div#wrap div.block h3 a {
    font-size: 18px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block h3 a {
    font-size: 24px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block div.img {
    width: 600px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.block div.img {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.block div.credit {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block div.credit {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.block div.credit h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block div.credit h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.block div.credit ul {
    width: calc(504 / 750 * 100%);
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block div.credit ul {
    width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.block div.credit ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block div.credit ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

div#wrap div.block div.credit ul li a {
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

div#wrap div.block div.credit ul li a span {
  float: right;
  background: #fff;
  color: #000;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  div#wrap div.block div.credit ul li a span {
    padding: 0 10px;
    font-size: 10px;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block div.credit ul li a span {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.block div.sliderArea {
    width: calc(504 / 750 * 100%);
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block div.sliderArea {
    width: 500px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block div.sliderArea div.prev {
    width: 30px;
    position: absolute;
    top: 50%;
    left: -10%;
    z-index: 99;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.block div.sliderArea div.prev {
    width: 18px;
    position: absolute;
    top: 50%;
    left: -10%;
    z-index: 99;
  }
}

@media screen and (min-width: 751px) {
  div#wrap div.block div.sliderArea div.next {
    width: 30px;
    position: absolute;
    top: 50%;
    right: -10%;
  }
}

@media screen and (max-width: 750px) {
  div#wrap div.block div.sliderArea div.next {
    width: 18px;
    position: absolute;
    top: 50%;
    right: -10%;
    z-index: 99;
  }
}

div.footer {
  width: 100%;
}

div.footer a {
  display: block;
}

@media screen and (min-width: 751px) {
  div.footer a {
    width: 120px;
    margin: 100px auto 50px;
  }
}

@media screen and (max-width: 750px) {
  div.footer a {
    width: 20%;
    margin: 100px auto 40px;
  }
}

div.footer p {
  text-align: center;
  font-size: 10px;
  margin-bottom: 50px;
}

@media screen and (min-width: 751px) {
  div.staffcredit {
    font-size: 14px;
    text-align: center;
    padding-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  div.staffcredit {
    font-size: 10px;
    text-align: center;
    padding-top: 60px;
  }
}

div.staffcredit p a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  div.staffcredit p a {
    font-size: 12px;
  }
}

@media screen and (min-width: 751px) {
  div.staffcredit p a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */