@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,
body {
  font-family: "nexa-text", Arial, sans-serif;
  width: 100%;
}

body {
  background-color: #000;
}

body.wht {
  background-color: #fff;
}

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

.header {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 769px) {
  .header {
    margin: 0px auto 500px;
  }
}

@media screen and (min-width: 769px) {
  .spnone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spnone {
    display: none;
  }
}

.mainarea {
  padding-bottom: 150px;
}
@media screen and (min-width: 769px) {
  .mainarea {
    margin: 90px 0px 0px;
  }
}
@media screen and (min-width: 769px) {
  .mainarea ul {
    margin: 0 auto;
    width: 40.625vw;
  }
}
.mainarea .credit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mainarea .credit {
    column-gap: 2.6666666667vw;
    margin: 10px auto 40px;
  }
}
@media screen and (min-width: 769px) {
  .mainarea .credit {
    column-gap: 2.0833333333vw;
    margin: 20px auto 100px;
  }
}
.mainarea .credit a {
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mainarea .credit a {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .mainarea .credit a {
    font-size: 1.1111111111vw;
  }
}
.mainarea .credit a span {
  border-bottom: 1px solid #fff;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .mainarea .credit a span {
    margin-left: 10px;
  }
}
.mainarea .credit a .comming-soon {
  border-bottom: none;
}
.mainarea .allitems {
  position: relative;
  text-align: center;
  border-bottom: solid 1px #fff;
  font-size: 4.8vw;
  width: 74.6666666667vw;
  padding-bottom: 4vw;
  margin: 80px auto 0;
}
@media screen and (min-width: 769px) {
  .mainarea .allitems {
    font-size: 1.5625vw;
    width: 26.5625vw;
    padding-bottom: 1.5625vw;
    margin: 80px auto 0;
  }
}
.mainarea .allitems {
  opacity: 0;
  transform: translateX(-15%);
  transition: 1s ease;
}
.mainarea .allitems.show {
  opacity: 1;
  transform: translate(0, 0);
}
.mainarea .allitems a {
  color: #fff;
  display: block;
}
.mainarea .allitems::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: right center;
  height: 1px;
  width: 4vw;
}
@media screen and (min-width: 769px) {
  .mainarea .allitems::after {
    width: 1.3888888889vw;
  }
}

.footer {
  text-align: center;
  background-color: #fff;
  padding-top: 130px;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-top: 146.25px;
  }
}
.footer h2 a {
  display: block;
  margin: 0 auto;
  width: 66.9333333333vw;
}
@media screen and (min-width: 769px) {
  .footer h2 a {
    width: 19.5833333333vw;
  }
}
.footer ul {
  padding: 100px 0px 130px;
}
@media screen and (min-width: 769px) {
  .footer ul {
    padding: 112.5px 0px 146.25px;
  }
}
.footer li {
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .footer li {
    padding-bottom: 22.5px;
  }
}
.footer li a {
  color: #000000;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .footer li a {
    font-size: 1.09375vw;
  }
}
.footer .copyright p {
  color: #000000;
  font-size: 2.9333333333vw;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .footer .copyright p {
    font-size: 0.8333333333vw;
    padding-bottom: 22.5px;
  }
}

.st0 {
  fill: #231815;
}

body.wht .mainarea .credit a {
  color: #000;
}
body.wht .mainarea .credit a span {
  border-bottom: 1px solid #000;
}
body.wht .mainarea .credit a .comming-soon {
  border-bottom: none;
}
body.wht .allitems {
  border-bottom: solid 1px #000;
}
body.wht .allitems a {
  color: #000;
  display: block;
}
body.wht .allitems::after {
  background: #000;
}
body.wht .footer {
  background-color: #000;
}
body.wht .footer li a {
  color: #fff;
}
body.wht .footer .copyright p {
  color: #fff;
}
body.wht .footer .st0 {
  fill: #fff;
}/*# sourceMappingURL=style.css.map */