@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", ncommonJp, YuGothic, sans-serif;
}

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, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main p, main li, main dt, main dd, main th, main td {
  line-height: 1.6;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 750px) {
  body {
    min-width: 980px;
  }
}

#container {
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  position: relative;
  background: #000;
}

@media print, screen and (min-width: 750px) {
  #container {
    min-width: 960px;
  }
}

@media screen and (max-width: 749px) {
  #container {
    font-size: calc(100vw / 37.5);
  }
}

#container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  #container img {
    width: 100%;
  }
}

#container main {
  display: block;
}

#container main section {
  position: relative;
  text-align: center;
}

#container .inner {
  position: relative;
}

@media print, screen and (min-width: 750px) {
  #container .inner {
    width: 960px;
    margin: 0 auto;
  }
}

#container .header {
  position: relative;
}

#container .header-logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 749px) {
  #container .header-logo {
    top: 6px;
    right: 6px;
    width: 60px;
  }
}

@media print, screen and (min-width: 750px) {
  #container .header-logo img {
    width: 100px;
  }
}

#container .footer {
  position: relative;
  z-index: 3;
  margin-top: -215px;
}

@media screen and (max-width: 749px) {
  #container .footer {
    margin-top: -8vw;
  }
}

#container .footer .product {
  background: url(../images/footer_bg.jpg) top center no-repeat;
  padding: 218px 0 45px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 749px) {
  #container .footer .product {
    background: url(../images/footer_bg_sp.jpg) top center/cover no-repeat;
    padding: 16.8vw 8vw 31.33333vw;
  }
}

#container .footer .product__wrp {
  width: 710px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 749px) {
  #container .footer .product__wrp {
    width: auto;
    display: block;
  }
}

#container .footer .product__pkg {
  width: 208px;
  position: relative;
}

@media screen and (max-width: 749px) {
  #container .footer .product__pkg {
    width: 54.66667vw;
    margin: 0 auto;
  }
}

#container .footer .product__pkg figure {
  width: 148px;
}

@media screen and (max-width: 749px) {
  #container .footer .product__pkg figure {
    display: inline-block;
    width: 26.66667vw;
    margin-left: 8.66667vw;
    vertical-align: bottom;
  }
}

#container .footer .product__cero {
  position: absolute;
  width: 52px;
  top: 173px;
  right: 0;
}

@media screen and (max-width: 749px) {
  #container .footer .product__cero {
    width: 9.33333vw;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    top: 0;
    margin-left: 1.33333vw;
  }
}

#container .footer .product__ver {
  line-height: 1;
  margin-top: 15px;
  border: 1px solid #fff;
  padding: 6px 0 8px;
  text-align: center;
  font-size: 13px;
  border-radius: 4px;
}

@media screen and (max-width: 749px) {
  #container .footer .product__ver {
    margin-top: 2vw;
    padding: 1.2vw 0 1.6vw;
    font-size: 3.46667vw;
  }
}

#container .footer .product__info {
  width: 458px;
  position: relative;
}

@media screen and (max-width: 749px) {
  #container .footer .product__info {
    width: auto;
  }
}

#container .footer .product__ttl {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  #container .footer .product__ttl {
    font-size: 5.06667vw;
    margin-top: 6.66667vw;
  }
}

#container .footer .product__txt {
  margin-top: 23px;
  font-size: 16px;
  line-height: 1.9;
}

@media screen and (max-width: 749px) {
  #container .footer .product__txt {
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
  }
}

#container .footer .product__btn {
  width: 460px;
  margin-top: 10px;
  font-size: 15px;
  border: solid 1px #fff;
  border-radius: 6px;
}

@media print, screen and (min-width: 750px) {
  #container .footer .product__btn {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #container .footer .product__btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 749px) {
  #container .footer .product__btn {
    font-size: 3.2vw;
    margin: 2.66667vw 0 0;
    width: 100%;
  }
}

#container .footer .product__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  #container .footer .product__btn a {
    height: 10.66667vw;
    font-size: 4.26667vw;
  }
}

#container .footer .product__btn a span {
  padding-left: 18px;
  display: block;
  position: relative;
}

#container .footer .product__btn a span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 2px;
}

@media screen and (max-width: 749px) {
  #container .footer .product__btn a span::before {
    border-width: 6px 0 6px 9px;
    top: 3px;
  }
}

@media screen and (max-width: 749px) {
  #container .footer .product__btn a span {
    padding-left: 4vw;
    background-size: 2.13333vw;
  }
}

#container .footer .product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 749px) {
  #container .footer .product__link {
    margin: 2.66667vw 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 750px) {
  #container .footer .product__link li {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #container .footer .product__link li:hover {
    opacity: 0.7;
  }
}

#container .footer .product__link li + li {
  margin-left: 40px;
}

@media screen and (max-width: 749px) {
  #container .footer .product__link li + li {
    margin-left: 4vw;
  }
}

#container .footer .product__link li a {
  color: #fff;
  padding-left: 18px;
  position: relative;
}

#container .footer .product__link li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 3px;
}

@media screen and (max-width: 749px) {
  #container .footer .product__link li a::before {
    border-width: 6px 0 6px 9px;
    top: 5px;
  }
}

@media screen and (max-width: 749px) {
  #container .footer .product__link li a {
    font-size: 3.46667vw;
    padding-left: 4vw;
    background-size: 2.13333vw;
  }
}

#container .footer .product__ticket {
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  #container .footer .product__ticket {
    margin-top: 5.33333vw;
  }
}

#container .footer .product__ticket a {
  height: 50px;
  color: #000;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 100px;
  position: relative;
  font-size: 14px;
  letter-spacing: -0.07em;
}

@media screen and (max-width: 749px) {
  #container .footer .product__ticket a {
    height: 9.33333vw;
    padding-left: 16vw;
    font-size: 2.66667vw;
  }
}

@media print, screen and (min-width: 750px) {
  #container .footer .product__ticket a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #container .footer .product__ticket a:hover {
    opacity: 0.8;
  }
}

#container .footer .product__ticket a:before {
  content: "";
  width: 80px;
  height: 48px;
  background: url(../images/footer_ticket.png) no-repeat center/contain;
  position: absolute;
  top: -7px;
  left: 13px;
}

@media screen and (max-width: 749px) {
  #container .footer .product__ticket a:before {
    width: 14.53333vw;
    height: 8.66667vw;
    top: -0.93333vw;
    left: 1.06667vw;
  }
}

#container .footer .product__logo {
  position: absolute;
}

#container .footer .product__logo a {
  display: block;
}

#container .footer .product__logo--dc {
  width: 54px;
  top: 113px;
  right: 101px;
}

@media screen and (max-width: 749px) {
  #container .footer .product__logo--dc {
    width: 10.53333vw;
    top: 22.93333vw;
    right: 16vw;
  }
}

#container .footer .product__copyright {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 35px;
}

@media screen and (max-width: 749px) {
  #container .footer .product__copyright {
    font-size: 3.2vw;
    margin-top: 6.66667vw;
  }
}

#container .footer-bottom {
  background: #000;
}

@media screen and (max-width: 749px) {
  #container .footer-bottom {
    position: relative;
    padding-top: 5.33333vw;
    height: 14vw;
  }
}

@media print, screen and (min-width: 750px) {
  #container .footer-bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
    min-width: 960px;
    padding: 0 15px;
  }
}

@media print, screen and (min-width: 1053px) {
  #container .footer-bottom__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 749px) {
  #container .footer-bottom__inner {
    position: static;
  }
}

#container .footer-bottom .footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12px;
}

@media screen and (max-width: 749px) {
  #container .footer-bottom .footer__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#container .footer-bottom .footer__link li {
  line-height: 1;
  font-size: 15px;
}

@media screen and (max-width: 749px) {
  #container .footer-bottom .footer__link li {
    font-size: 3.2vw;
    line-height: 1;
  }
}

#container .footer-bottom .footer__link li + li {
  margin-left: 25px;
}

@media screen and (max-width: 749px) {
  #container .footer-bottom .footer__link li + li {
    margin-left: 8vw;
  }
}

#container .footer-bottom .footer__link li a {
  color: #fff;
}

@media print, screen and (min-width: 750px) {
  #container .footer-bottom .footer__link li a {
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
  }
  #container .footer-bottom .footer__link li a:hover {
    opacity: 0.5;
  }
}

#container .footer-bottom .footer__link li i {
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

@media screen and (max-width: 749px) {
  #container .footer-bottom .footer__link li i {
    font-size: 2.4vw;
  }
}

#container .footer-bottom .footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 749px) {
  #container .footer-bottom .footer__sns {
    margin: 0;
    position: absolute;
    bottom: 6vw;
    left: 10.5%;
  }
}

#container .footer-bottom .footer__sns li {
  font-size: 0;
}

#container .footer-bottom .footer__sns li + li {
  margin-left: 6px;
}

@media screen and (max-width: 749px) {
  #container .footer-bottom .footer__sns li + li {
    margin-left: 2vw;
  }
}

@media print, screen and (min-width: 750px) {
  #container .footer-bottom .footer__sns li img {
    width: auto;
    height: 20px;
  }
}

@media screen and (max-width: 749px) {
  #container .footer-bottom .footer__sns li img {
    width: auto !important;
    height: 18px;
  }
}

@media print, screen and (min-width: 750px) {
  #container .footer-bottom .footer__sns li a {
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
  }
  #container .footer-bottom .footer__sns li a:hover {
    opacity: 0.5;
  }
}

.pagetop {
  position: absolute;
  right: 40px;
  bottom: 120px;
  z-index: 10;
  cursor: pointer;
  z-index: 99;
}

@media screen and (max-width: 749px) {
  .pagetop {
    width: 18.26667vw;
    right: 4vw;
    bottom: 29.33333vw;
  }
}

.pagetop::after {
  content: "";
  width: 37px;
  height: 37px;
  position: absolute;
  background: url(../images/pagetop_arrow.png) 0 0 no-repeat;
  top: -13px;
  left: 27px;
  z-index: 2;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
}

@media screen and (max-width: 749px) {
  .pagetop::after {
    width: 7.2vw;
    height: 7.33333vw;
    background: url(../images/pagetop_arrow_sp.png) 0 0/100% no-repeat;
    top: -1.86667vw;
    left: 5.6vw;
  }
}

@media print, screen and (min-width: 750px) {
  .pagetop:hover::after {
    top: -23px;
  }
}
