#top header .attention {
  display: block; }

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  display: none; }
  #loading .loading-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #loading .loading-container .load-line-overlay {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: #000;
      -webkit-transition: all 1200ms;
      -o-transition: all 1200ms;
      transition: all 1200ms;
      z-index: 2; }
      #loading .loading-container .load-line-overlay.hide {
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1); }
    #loading .loading-container.loading-line-left-container {
      left: 0; }
      #loading .loading-container.loading-line-left-container .load-line-overlay {
        top: calc(-50% + 2px);
        left: calc(-50% + 107px);
        -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%; }
    #loading .loading-container.loading-line-right-container {
      right: 0; }
      #loading .loading-container.loading-line-right-container .load-line-overlay {
        top: calc(50% - 2px);
        right: calc(-50% + 107px);
        -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        transform-origin: 0% 50%; }
  #loading .loading-line {
    position: absolute;
    top: 50%;
    width: calc(50% - 113px);
    height: 2px;
    background: #6afffe;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    #loading .loading-line .loading-line-end {
      position: absolute;
      top: 1px;
      width: 160px;
      height: 160px;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
      #loading .loading-line .loading-line-end .line-end01,
      #loading .loading-line .loading-line-end .line-end02 {
        position: absolute;
        left: 0;
        top: 0; }
      #loading .loading-line .loading-line-end .line-end01 {
        width: 2px;
        height: 100%; }
      #loading .loading-line .loading-line-end .line-end02 {
        width: 90%;
        height: 2px; }
    #loading .loading-line.loading-line-left {
      left: 0; }
      #loading .loading-line.loading-line-left .loading-line-end {
        top: 1px;
        right: 1px;
        -webkit-transform: translate(120%, -50%) rotateZ(45deg);
        -ms-transform: translate(120%, -50%) rotate(45deg);
        transform: translate(120%, -50%) rotateZ(45deg); }
        #loading .loading-line.loading-line-left .loading-line-end .line-end01,
        #loading .loading-line.loading-line-left .loading-line-end .line-end02 {
          background: #6afffe; }
    #loading .loading-line.loading-line-right {
      right: 0;
      background: #f87bdc; }
      #loading .loading-line.loading-line-right .loading-line-end {
        top: 1px;
        left: 1px;
        -webkit-transform: translate(-120%, -50%) rotateZ(225deg);
        -ms-transform: translate(-120%, -50%) rotate(225deg);
        transform: translate(-120%, -50%) rotateZ(225deg); }
        #loading .loading-line.loading-line-right .loading-line-end .line-end01,
        #loading .loading-line.loading-line-right .loading-line-end .line-end02 {
          background: #f87bdc; }
  #loading .loading-contents {
    width: 100%;
    height: 226px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
    #loading .loading-contents > p {
      position: absolute; }
      #loading .loading-contents > p.key {
        width: 258px;
        height: 266px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #loading .loading-contents > p.key img {
          width: 100%;
          height: auto;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
          #loading .loading-contents > p.key img.on {
            opacity: 0; }
          #loading .loading-contents > p.key img.off {
            opacity: 1; }
      #loading .loading-contents > p[class^="word-"] {
        width: 197px;
        height: 31px; }
        #loading .loading-contents > p[class^="word-"] span {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
      #loading .loading-contents > p.word-01 {
        top: 73px;
        left: 50%;
        margin-left: -325px; }
      #loading .loading-contents > p.word-02 {
        bottom: 80px;
        right: 50%;
        margin-right: -320px; }

.img-main.glitch-canvas canvas {
  position: absolute;
  margin: auto;
  width: 917px;
  height: 924px;
  left: 0;
  right: 0;
  top: -38px;
  z-index: 3; }

#main {
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    #main {
      padding: 75px 0 0;
      margin: -75px 0 0; } }
  @media screen and (max-width: 767px) {
    #main {
      padding: 88px 0 0;
      margin: -88px 0 0; } }
  #main .bg-main {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 119, 0.7)), color-stop(22%, rgba(0, 119, 119, 0.7)), color-stop(61%, rgba(160, 21, 129, 0.7)), color-stop(80%, rgba(160, 21, 129, 0.65)), to(rgba(0, 0, 0, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 119, 119, 0.7) 0%, rgba(0, 119, 119, 0.7) 22%, rgba(160, 21, 129, 0.7) 61%, rgba(160, 21, 129, 0.65) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 119, 119, 0.7) 0%, rgba(0, 119, 119, 0.7) 22%, rgba(160, 21, 129, 0.7) 61%, rgba(160, 21, 129, 0.65) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: -moz-linear-gradient(top, rgba(0, 119, 119, 0.7) 0%, rgba(0, 119, 119, 0.7) 22%, rgba(160, 21, 129, 0.7) 61%, rgba(160, 21, 129, 0.65) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 119, 119, 0.7) 0%, rgba(0, 119, 119, 0.7) 22%, rgba(160, 21, 129, 0.7) 61%, rgba(160, 21, 129, 0.65) 80%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #main .main-visual {
    position: relative;
    height: 0; }
    @media screen and (min-width: 768px) {
      #main .main-visual {
        width: 100%;
        top: 1.5%;
        padding-top: 57.5%; }
        #main .main-visual .main-visual-img {
          width: 57.5%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    @media screen and (max-width: 767px) {
      #main .main-visual {
        width: 112%;
        top: 25px;
        padding-top: 117.4%;
        left: -6.5%;
        z-index: 2; }
        #main .main-visual .main-visual-img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  #main p, #main ul {
    line-height: 1; }
    #main p.bnr-list li a, #main ul.bnr-list li a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      z-index: 2; }
    #main p.bnr-list li.modal-youtube, #main ul.bnr-list li.modal-youtube {
      position: relative; }
      #main p.bnr-list li.modal-youtube a, #main ul.bnr-list li.modal-youtube a {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          #main p.bnr-list li.modal-youtube a.pc, #main ul.bnr-list li.modal-youtube a.pc {
            display: none; } }
    @media screen and (min-width: 768px) {
      #main p, #main ul {
        position: absolute; }
        #main p.read-01, #main ul.read-01 {
          width: 22%;
          top: -1.5%;
          left: 50%;
          margin-left: -27.5%; }
        #main p.read-02, #main ul.read-02 {
          width: 23.5%;
          bottom: 12.8%;
          right: 50%;
          margin-right: -27.5%; }
        #main p.title, #main ul.title {
          width: 17.5%;
          top: 38.5%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        #main p.release, #main ul.release {
          width: 18.5%;
          top: calc(70px + 12%);
          right: 2.5%; }
        #main p.reserve, #main ul.reserve {
          width: 21%;
          /*bottom: 12%;*/
          bottom: -16%;
          right: 2.5%; }
        #main p.non-reserve, #main ul.non-reserve {
          width: 21%;
          bottom: 14.6%;
          left: 0.6%; }
        #main p.bnr-list, #main ul.bnr-list {
          width: 19.5%;
          top: calc(75px + 2.5%);
          left: 2%; }
          #main p.bnr-list li, #main ul.bnr-list li {
            margin: 0 0 8.5%; }
            #main p.bnr-list li:hover, #main ul.bnr-list li:hover {
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
              opacity: 0.8; } }
    @media screen and (max-width: 767px) {
      #main p, #main ul {
        position: relative;
        z-index: 2; }
        #main p.read-01, #main ul.read-01 {
          position: absolute;
          width: 406px;
          top: -20px;
          left: 5.5%; }
        #main p.read-02, #main ul.read-02 {
          position: absolute;
          width: 440px;
          bottom: 65px;
          right: 5.5%; }
        #main p.title, #main ul.title {
          position: absolute;
          width: 300px;
          top: 290px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        #main p.release, #main ul.release {
          position: absolute;
          width: 103px;
          top: 106px;
          right: 20px; }
        #main p.reserve, #main ul.reserve {
          padding: 0 70px;
          margin: 15px 0 30px; }
        #main p.non-reserve, #main ul.non-reserve {
          padding: 0 70px;
          margin: 15px 0 30px; }
        #main p.bnr-list, #main ul.bnr-list {
          padding: 0 70px 25px; }
          #main p.bnr-list li:not(:last-child), #main ul.bnr-list li:not(:last-child) {
            margin: 0 0 25px; } }

.top-section-container {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.7) 100%); }

.btn-block {
  width: 35.2%;
  line-height: 0;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .btn-block {
      width: 100%;
      padding: 0 20px; } }
  .btn-block .btn-block-content {
    width: 100%;
    position: relative; }
    .btn-block .btn-block-content ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .btn-block .btn-block-content ul li {
        -ms-flex-preferred-size: 19.8%;
        flex-basis: 19.8%; }
        .btn-block .btn-block-content ul li p {
          width: 100%;
          height: 100%; }
          .btn-block .btn-block-content ul li p img {
            width: 50%;
            display: inline-block; }
          .btn-block .btn-block-content ul li p.left {
            text-align: left; }
            .btn-block .btn-block-content ul li p.left img:last-child {
              margin-left: -12%; }
          .btn-block .btn-block-content ul li p.right {
            text-align: right; }
            .btn-block .btn-block-content ul li p.right img:first-child {
              margin-right: -12%; }
    .btn-block .btn-block-content > p {
      width: 71.2%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

#story {
  padding: 2.5% 0 15%; }
  #story [class^="bg-"], #story [id^="bg-"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  #story .bg-park01 {
    background: url("../images/story/bg_park01.png") no-repeat center 0;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      #story .bg-park01 {
        background: url("../images/story/bg_park01_sp.png") no-repeat center 0;
        background-size: cover; } }
  #story .bg-park02 {
    background: url("../images/story/bg_park02.png") no-repeat center 0;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      #story .bg-park02 {
        background: url("../images/story/bg_park02_sp.png") no-repeat center 0;
        background-size: cover; } }
  #story .bg-flush {
    background: url("../images/story/bg_flush.png") no-repeat center 0;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      #story .bg-flush {
        background-size: 200%; } }
  @media screen and (min-width: 768px) {
    #story .text-block {
      padding: 0 20%;
      margin: -1.5% auto 0; }
      #story .text-block p:not(:last-child) {
        margin: 0 0 6.5%; } }
  @media screen and (max-width: 767px) {
    #story .text-block {
      padding: 0 10px;
      margin: -25px auto 0; }
      #story .text-block p:not(:last-child) {
        margin: 0 0 20px; } }

#character {
  padding: 0 0 10%; }
  @media screen and (max-width: 767px) {
    #character {
      padding: 0; } }
  #character [class^="bg-"], #character [id^="bg-"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  #character .bg-canvas-sp {
    background: url("../images/character/bg_canvas_sp.png") no-repeat center -30px;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  #character .chara {
    width: 50%;
    margin: -5.5% auto 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      #character .chara {
        width: 110%;
        margin: -5.5% -4% 0; } }
  #character .text-block {
    text-align: center;
    margin: -22.5% 0 2.5%; }
    #character .text-block p {
      font-size: 1.8vw;
      background: rgba(0, 0, 0, 0.7);
      line-height: 1.6;
      margin: 0 0 0.75%;
      display: inline-block; }
      #character .text-block p span.purple {
        color: #9b00ff; }
      #character .text-block p span.p-pink {
        color: #d3bdb9; }
      #character .text-block p span.pink {
        color: #ea7c99; }
    @media screen and (max-width: 767px) {
      #character .text-block {
        margin: -50% 0 9.5%; }
        #character .text-block p {
          font-size: 30px;
          margin: 0 0 15px; } }

#system {
  margin: -10% 0 0;
  padding: 15% 0 22.5%; }
  @media screen and (max-width: 767px) {
    #system {
      padding: 0;
      margin: -70px 0 0; } }
  #system [class^="bg-"], #system [id^="bg-"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  #system .bg-binary {
    background: url("../images/system/bg_binary.png") repeat-x 0 0;
    background-size: contain;
    opacity: 0.4; }
    @media screen and (max-width: 767px) {
      #system .bg-binary {
        background: url("../images/system/bg_binary_sp.png") no-repeat 0 0;
        background-size: contain;
        opacity: 1; } }
  #system .bg-date {
    background: url("../images/system/bg_date.png") no-repeat center 0;
    background-size: cover; }
  #system .bg-layers .layers-container {
    width: 100%;
    height: 100%;
    position: relative; }
    #system .bg-layers .layers-container .bg-debris01 {
      background: url("../images/system/debris01.png") no-repeat center 0;
      background-size: 100%; }
    #system .bg-layers .layers-container .bg-phrase {
      background: url("../images/system/phrase.png") no-repeat center 0;
      background-size: cover; }
    #system .bg-layers .layers-container .bg-debris02 {
      background: url("../images/system/debris02.png") no-repeat center 0;
      background-size: 100%; }
  #system .bg-raybeam-container .bg-raybeam {
    background: url("../images/system/date_raybeam.png") no-repeat center 0;
    background-size: cover; }
  @media screen and (max-width: 767px) {
    #system .bg-raybeam-container {
      top: -70px; } }
  #system .bg-date-eye .eye {
    width: 100%;
    height: 100%;
    position: relative; }
    #system .bg-date-eye .eye p {
      width: 22%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  @media screen and (max-width: 767px) {
    #system .bg-date-eye {
      top: -70px; }
      #system .bg-date-eye .eye p {
        width: 43%;
        top: 56%; } }
  #system .contents {
    width: 53%;
    margin: -5.5% auto 0; }
    @media screen and (max-width: 767px) {
      #system .contents {
        width: 974px;
        margin: -120px -103px 0; } }
    #system .contents .sys-main-layer {
      width: 100%;
      height: 0;
      padding-top: 51.3%;
      margin: 0 auto;
      position: relative; }
      #system .contents .sys-main-layer [class^="layers-"] {
        height: 0;
        position: absolute; }
        #system .contents .sys-main-layer [class^="layers-"] > p {
          line-height: 0; }
      #system .contents .sys-main-layer .layers-01 {
        width: 50%;
        padding-top: 38%;
        margin-left: -50%;
        top: 0;
        left: 50%; }
        #system .contents .sys-main-layer .layers-01 .layer {
          width: 90%;
          position: absolute;
          top: 5.5%;
          left: 5%; }
        #system .contents .sys-main-layer .layers-01 .img {
          width: 90%;
          position: absolute;
          top: 0;
          left: 0; }
      #system .contents .sys-main-layer .layers-02 {
        width: 50%;
        padding-top: 38%;
        margin-right: -50%;
        top: 0;
        right: 50%; }
        #system .contents .sys-main-layer .layers-02 .layer {
          width: 90%;
          position: absolute;
          top: 5.5%;
          right: 5%; }
        #system .contents .sys-main-layer .layers-02 .img {
          width: 90%;
          position: absolute;
          top: 0;
          right: 0; }
      #system .contents .sys-main-layer .layers-03 {
        width: 100%;
        padding-top: 14.6%;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        #system .contents .sys-main-layer .layers-03 p {
          width: 69%;
          line-height: 0;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
          #system .contents .sys-main-layer .layers-03 p.arrow-01 {
            bottom: 8.5%; }
          #system .contents .sys-main-layer .layers-03 p.arrow-02 {
            bottom: 0; }
      @media screen and (max-width: 767px) {
        #system .contents .sys-main-layer {
          height: 513px;
          padding-top: 0; }
          #system .contents .sys-main-layer .layers-01,
          #system .contents .sys-main-layer .layers-02 {
            width: calc(974px / 2);
            height: 376px;
            padding-top: 0;
            margin: 0; }
            #system .contents .sys-main-layer .layers-01 .layer,
            #system .contents .sys-main-layer .layers-01 .img,
            #system .contents .sys-main-layer .layers-02 .layer,
            #system .contents .sys-main-layer .layers-02 .img {
              width: calc(974px / 2 - 40px);
              height: 356px; }
          #system .contents .sys-main-layer .layers-01 {
            left: 0; }
            #system .contents .sys-main-layer .layers-01 .layer {
              top: 20px;
              left: 20px; }
            #system .contents .sys-main-layer .layers-01 .img {
              top: 0;
              left: 0; }
          #system .contents .sys-main-layer .layers-02 {
            right: 0; }
            #system .contents .sys-main-layer .layers-02 .layer {
              top: 20px;
              right: 20px; }
            #system .contents .sys-main-layer .layers-02 .img {
              top: 0;
              right: 0; }
          #system .contents .sys-main-layer .layers-03 {
            height: 88px;
            padding-top: 0; }
            #system .contents .sys-main-layer .layers-03 p {
              width: 664px; }
              #system .contents .sys-main-layer .layers-03 p.arrow-01 {
                bottom: 20px; }
              #system .contents .sys-main-layer .layers-03 p.arrow-02 {
                bottom: 0; } }
    #system .contents .text-block {
      text-align: center;
      margin: 3.5% 0 0; }
      #system .contents .text-block p {
        background: rgba(0, 0, 0, 0.7);
        font-size: 1.8vw;
        line-height: 1.6;
        margin: 0 0 0.75%;
        display: inline-block; }
        #system .contents .text-block p span.blue {
          color: #15fffd; }
        #system .contents .text-block p span.red {
          color: #ff0000; }
      @media screen and (min-width: 768px) {
        #system .contents .text-block p.sp {
          display: none; } }
      @media screen and (max-width: 767px) {
        #system .contents .text-block p {
          font-size: 30px;
          margin: 0 0 15px; }
          #system .contents .text-block p.pc {
            display: none; } }
  @media screen and (min-width: 768px) {
    #system .btn-block {
      margin: 3.5% auto 0; } }
  @media screen and (max-width: 767px) {
    #system .btn-block {
      margin: 72px auto 0; } }

#spec {
  margin: -7.5% 0 0;
  padding: 0 0 10%; }
  @media screen and (max-width: 767px) {
    #spec {
      padding: 0 0 170px;
      margin: -80px 0 0; } }
  #spec .spec-container {
    width: 100%; }
    #spec .spec-container .details dl {
      width: 100%;
      font-size: 0;
      line-height: 1; }
      #spec .spec-container .details dl dt, #spec .spec-container .details dl dd {
        color: #fff;
        display: inline-block; }
    #spec .spec-container .details .btn-link {
      border: 1px solid #24ff00;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      color: #24ff00;
      text-align: center;
      display: block; }
    @media screen and (min-width: 768px) {
      #spec .spec-container {
        padding: 0 20%;
        margin: -2.5% auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #spec .spec-container .img {
          -ms-flex-preferred-size: 37.5%;
          flex-basis: 37.5%; }
        #spec .spec-container .details {
          padding: 4.5% 0 0;
          -ms-flex-preferred-size: 60%;
          flex-basis: 60%; }
          #spec .spec-container .details dl {
            margin: 0 0 3.5%; }
            #spec .spec-container .details dl dt, #spec .spec-container .details dl dd {
              font-size: 1.1vw;
              background: rgba(125, 0, 0, 0.9); }
            #spec .spec-container .details dl dt {
              width: 35%; }
          #spec .spec-container .details .btn-link {
            font-size: 1.3vw; }
            #spec .spec-container .details .btn-link:hover {
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
              opacity: 0.8; } }
    @media screen and (max-width: 767px) {
      #spec .spec-container {
        padding: 0 20px;
        margin: -15px auto 0; }
        #spec .spec-container .img {
          margin: 0 0 25px; }
        #spec .spec-container .details dl {
          background: rgba(125, 0, 0, 0.9);
          margin: 0 0 20px; }
          #spec .spec-container .details dl dt, #spec .spec-container .details dl dd {
            font-size: 24px; }
          #spec .spec-container .details dl dt {
            width: 33%; }
        #spec .spec-container .details .btn-link {
          font-size: 24px;
          margin: 30px 0 0; } }
