@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* CSS Document */
@import url("//fonts.googleapis.com/css?family=M+PLUS+1p:400,800&display=swap&subset=japanese");
@import url("//fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese");
@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css);
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table;
  min-height: 1%;
  overflow: hidden; }

/* IE8ハック */
html > body .clearfix {
  display: block\9; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
a {
  color: #c00;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0;
    color: #F00; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* CSS Document */
footer {
  margin-top: 0em; }
  footer nav {
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    background-color: #111;
    color: #fff;
    text-align: left;
    font-size: 0.75em;
    border-top: 1px solid #333; }
    footer nav ul li {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #111), color-stop(0, #222));
      background: -webkit-linear-gradient(top, #222 0%, #111 100%);
      background: -moz-linear-gradient(top, #222 0%, #111 100%);
      background: -o-linear-gradient(top, #222 0%, #111 100%);
      background: -ms-linear-gradient(top, #222 0%, #111 100%);
      background: linear-gradient(top, #222 0%, #111 100%);
      background-color: #111; }
      footer nav ul li:nth-of-type(1) a:before {
        content: "\f157"; }
      footer nav ul li:nth-of-type(2) a:before {
        content: "\f0cb"; }
      footer nav ul li:nth-of-type(3) a:before {
        content: "\f0e3"; }
      footer nav ul li:nth-of-type(4) a:before {
        content: "\f0f6"; }
      footer nav ul li:nth-of-type(5) a:before {
        content: "\f0f7"; }
      footer nav ul li:nth-of-type(6) a:before {
        content: "\f015"; }
      footer nav ul li a {
        box-sizing: border-box;
        border-bottom: 1px solid #333;
        padding: 1em 8% 1em 5%;
        display: block;
        color: #FFF; }
        footer nav ul li a:before {
          font-family: FontAwesome;
          margin-right: 5px;
          color: #dbb860;
          display: inline-block;
          width: 1.5em;
          text-align: center; }
      footer nav ul li a:hover {
        background-color: #333;
        color: #FFF; }
  footer p#copy {
    background-color: #000;
    padding: 0.25em 0; }
    footer p#copy small {
      font-size: 0.5em;
      color: #ccc; }

@media screen and (min-width: 640px) {
  footer nav {
    color: #fff;
    text-align: left;
    font-size: 0.75em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #111), color-stop(0, #222));
    background: -webkit-linear-gradient(top, #222 0%, #111 100%);
    background: -moz-linear-gradient(top, #222 0%, #111 100%);
    background: -o-linear-gradient(top, #222 0%, #111 100%);
    background: -ms-linear-gradient(top, #222 0%, #111 100%);
    background: linear-gradient(top, #222 0%, #111 100%);
    background-color: #111;
    padding: 1em 0; }
    footer nav ul {
      text-align: center; }
      footer nav ul li {
        display: inline;
        margin: 0 0.5em; }
        footer nav ul li a {
          border-bottom: none;
          padding: 0;
          background: none;
          display: inline;
          color: #fff; }
        footer nav ul li a:hover {
          background-color: transparent;
          text-decoration: underline; } }
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Quicksand","M PLUS 1p","ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
  font-size: 1em;
  text-align: center;
  color: #fff;
  background-color: #000; }

hgroup {
  background-color: #000;
  position: relative; }
  hgroup h1#hidden {
    display: none; }
  hgroup h1 img#form_img {
    margin-bottom: 1.5em; }
  hgroup .htxt {
    width: 90%;
    margin: 0 auto;
    padding: 2em 0; }

div#wrap {
  padding-bottom: 2em;
  background-color: #000; }
  div#wrap section {
    width: 90%;
    margin: 0 auto;
    margin: 0 auto; }
    div#wrap section.first {
      padding-top: 2em; }
    div#wrap section.title_bg {
      padding-bottom: 2em; }
      div#wrap section.title_bg table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 2em;
        border: #976400 2px solid;
        background-color: #000; }
        div#wrap section.title_bg table tr:nth-of-type(2n) {
          background-color: #1a1a1a; }
        div#wrap section.title_bg table td, div#wrap section.title_bg table th {
          display: block;
          padding: 0.75em;
          text-align: center;
          box-sizing: border-box; }
        div#wrap section.title_bg table thead {
          display: none; }
          div#wrap section.title_bg table thead th {
            background-color: #e3007f;
            color: #fff;
            border: #976400 2px solid; }
            div#wrap section.title_bg table thead th span {
              font-size: 0.75em; }
        div#wrap section.title_bg table tbody th {
          background-color: #f8b600;
          color: #fff;
          border: #976400 2px solid; }
          div#wrap section.title_bg table tbody th span {
            font-size: 0.75em; }
        div#wrap section.title_bg table td {
          border: #976400 2px solid; }
          div#wrap section.title_bg table td:nth-of-type(1) {
            font-weight: bold; }
            div#wrap section.title_bg table td:nth-of-type(1) span {
              display: inline-block;
              font-size: 0.75em;
              margin-left: 0.25em; }
          div#wrap section.title_bg table td:nth-of-type(2):first-letter {
            font-size: 1.75em;
            color: #f8b600;
            font-weight: bold; }
      div#wrap section.title_bg .resultWrap {
        font-size: 2rem;
        font-weight: bold;
        padding: 1em 0;
        text-align: center; }
        div#wrap section.title_bg .resultWrap span {
          font-size: 1.5em;
          font-weight: bold;
          display: block; }
      div#wrap section.title_bg .important {
        text-align: center;
        font-weight: bold;
        font-size: 1.25em;
        line-height: 2em; }
        div#wrap section.title_bg .important .under {
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0.8, #fff720), color-stop(0.79, #000));
          background: -webkit-linear-gradient(top, #000 79%, #fff720 80%);
          background: -moz-linear-gradient(top, #000 79%, #fff720 80%);
          background: -o-linear-gradient(top, #000 79%, #fff720 80%);
          background: -ms-linear-gradient(top, #000 79%, #fff720 80%);
          background: linear-gradient(to bottom, #000 79%, #fff720 80%); }
          div#wrap section.title_bg .important .under .under_large {
            color: #e80000;
            font-size: 1.75em; }
        div#wrap section.title_bg .important img {
          margin-top: 2em; }
      div#wrap section.title_bg .pay_flow li {
        margin-bottom: 2em;
        padding: 1.5em;
        background: url(../images/flow_bg.png) repeat #1a1a1a;
        border-radius: 8px; }
        div#wrap section.title_bg .pay_flow li h1 {
          font-size: 1.75em !important;
          color: #c8c25d; }
        div#wrap section.title_bg .pay_flow li:first-child {
          margin-top: 2em; }
          div#wrap section.title_bg .pay_flow li:first-child h1:before {
            content: "①";
            color: #c8c25d;
            margin-right: .2em; }
        div#wrap section.title_bg .pay_flow li:nth-of-type(2) h1:before {
          content: "②";
          color: #c8c25d;
          margin-right: .2em; }
        div#wrap section.title_bg .pay_flow li:nth-of-type(3) h1:before {
          content: "③";
          color: #c8c25d;
          margin-right: .2em; }
      div#wrap section.title_bg .pay_flow p {
        padding-bottom: 0; }
      div#wrap section.title_bg .pay_flow img {
        display: block;
        margin: 1em auto; }
    div#wrap section .l_border {
      border-left: #f8b600 8px solid;
      padding: 0.25em 0 0.25em 1em !important;
      color: #f8b600;
      margin: 0 0 2em 0; }
      div#wrap section .l_border h1 {
        color: #f8b600;
        padding-bottom: 0.5em;
        border-bottom: #999 1px solid;
        margin-bottom: 0.5em; }
      div#wrap section .l_border h2 {
        color: #fff; }
    div#wrap section h1 {
      text-align: left;
      font-size: 1.75em;
      color: #FFF;
      font-weight: bold;
      padding: 0; }
    div#wrap section h2 {
      text-align: left;
      font-size: 1.25em;
      color: #f8b600; }
    div#wrap section h1, div#wrap section h2 {
      line-height: 1.2;
      font-weight: bold; }
    div#wrap section p {
      padding-bottom: 1em;
      text-align: left;
      line-height: 1.8em; }
      div#wrap section p.img, div#wrap section p#price, div#wrap section p#flow_check {
        text-align: center;
        font-size: 0.75em; }
        div#wrap section p.img a:hover, div#wrap section p#price a:hover, div#wrap section p#flow_check a:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
          /* IE */
          filter: alpha(opacity=75);
          /* IE */
          -moz-opacity: 0.75;
          /* Firefox(old) */
          -khtml-opacity: 0.75;
          /* Safari(old) */
          opacity: 0.75; }
      div#wrap section p#price_txt {
        padding-top: 0em;
        text-align: center; }
      div#wrap section p#price {
        padding-top: 0em; }
      div#wrap section p#btn {
        text-align: center;
        padding: 0;
        line-height: 1em; }
        div#wrap section p#btn a {
          text-align: center;
          width: 12em;
          background-color: #c90;
          border: 2px solid #fc0;
          padding: 1em 0;
          display: block;
          margin: 0 auto;
          color: #fff;
          font-weight: bold;
          font-size: 1.25em;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          border-radius: 8px; }
          div#wrap section p#btn a:hover {
            background-color: #664c00; }
          div#wrap section p#btn a:before {
            font-family: FontAwesome;
            content: "\f0a9";
            margin-right: 5px; }
      div#wrap section p span.emp {
        font-weight: bold;
        color: #FFF; }
      div#wrap section p#btn img {
        margin-bottom: 1em;
        max-width: 50%; }
    div#wrap section#price_area {
      padding-top: 2em;
      margin-bottom: 2em; }
      div#wrap section#price_area p {
        text-align: center; }
      div#wrap section#price_area .catalogpriceWrap {
        padding: 1em;
        border: 3px solid #000;
        background: #FFF;
        color: #000;
        width: 80%;
        max-width: 360px;
        margin: 0 auto 4%; }
        div#wrap section#price_area .catalogpriceWrap .catalogpriceLabel {
          margin: 0 auto 2%;
          color: #de281e; }
        div#wrap section#price_area .catalogpriceWrap .catalogpricePrice {
          color: #000;
          font-size: 10vw;
          font-weight: bold;
          text-decoration: line-through; }
          div#wrap section#price_area .catalogpriceWrap .catalogpricePrice span {
            color: #de281e; }
        div#wrap section#price_area .catalogpriceWrap .catalogpriceText {
          margin: 0 auto 1em;
          color: #de281e; }
        div#wrap section#price_area .catalogpriceWrap .discountrateText {
          background: #dbb860;
          padding: 1em; }
          div#wrap section#price_area .catalogpriceWrap .discountrateText .discountrateNum {
            color: #FF0;
            font-size: 15vw;
            font-weight: bold;
            line-height: 0.8;
            line-height: 1; }
            div#wrap section#price_area .catalogpriceWrap .discountrateText .discountrateNum span {
              font-size: 1.8rem;
              font-weight: bold; }
      div#wrap section#price_area .priceWrap {
        width: 100%;
        margin: 0 auto 4%; }
        div#wrap section#price_area .priceWrap .salespriceWrap .salespriceNum {
          font-family: 'Roboto', sans-serif;
          font-size: 20vw;
          font-weight: 900;
          color: #FF7C00;
          margin: auto;
          background: -webkit-linear-gradient(top, #FFB76B 0%, #FFA73D 50%, #FF7C00 51%, #FF7F04 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          div#wrap section#price_area .priceWrap .salespriceWrap .salespriceNum span {
            font-size: 60%; }
      div#wrap section#price_area .entryWrap {
        margin: 0 auto 2em; }
        div#wrap section#price_area .entryWrap a {
          display: block;
          padding: 0.5em 1em;
          background: -moz-linear-gradient(top, #ff9900 0%, #FFCC00 50%, #FF9900 50%, #ff9900 100%);
          background: -webkit-linear-gradient(top, #ff9900 0%, #FFCC00 50%, #FF9900 50%, #ff9900 100%);
          background: linear-gradient(to bottom, #ff9900 0%, #FFCC00 50%, #FF9900 50%, #ff9900 100%);
          text-shadow: 0px 2px 4px #996600;
          margin: 0 auto;
          border: 3px solid #FC0;
          border-radius: 0.5em;
          color: #FFFFFF;
          font-weight: bold;
          box-sizing: border-box;
          font-size: 4vw;
          line-height: 1.2;
          text-decoration: none;
          width: 90%; }
        div#wrap section#price_area .entryWrap a:hover {
          opacity: 0.7; }
        div#wrap section#price_area .entryWrap a i {
          font-size: 200%;
          vertical-align: middle;
          position: relative;
          top: -0.1em;
          padding-right: 0.1em; }
      div#wrap section#price_area .paymentWrap p {
        text-align: center !important; }
    div#wrap section.warranty_area {
      padding: 0 0;
      margin: 0 auto 3em;
      max-width: 840px; }
      div#wrap section.warranty_area .price-refund {
        position: relative;
        z-index: 1;
        margin: 0 auto 2em;
        text-align: center; }
        div#wrap section.warranty_area .price-refund p {
          max-width: 400px;
          width: 60%;
          margin: 0 auto;
          padding: 1em 2em;
          display: inline-block;
          border-bottom: 6px solid #c8c25d; }
          div#wrap section.warranty_area .price-refund p:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -20px;
            margin: auto;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 10px 0 10px;
            border-color: #c8c25d transparent transparent transparent; }
      div#wrap section.warranty_area h1 {
        border: none;
        text-align: center;
        margin-bottom: 2em; }
        div#wrap section.warranty_area h1:before, div#wrap section.warranty_area h1:after {
          display: none; }
      div#wrap section.warranty_area p {
        padding: 0 5%;
        text-align: left; }
    div#wrap section.telorder_area {
      margin-bottom: 3em; }
      div#wrap section.telorder_area p {
        text-align: center; }
      div#wrap section.telorder_area a {
        color: #f8b600; }
    div#wrap section.magazine_area {
      margin-bottom: 3em; }
      div#wrap section.magazine_area p {
        text-align: center; }
        div#wrap section.magazine_area p img {
          width: inherit !important; }
    div#wrap section.txt_big h1, div#wrap section.txt_big h2, div#wrap section.txt_big p {
      text-align: center; }
    div#wrap section.txt_big p {
      font-size: 1.25em;
      line-height: 1.5em; }
    div#wrap section.txt_big span {
      color: #FC0;
      font-size: 1.25em; }
    div#wrap section div#detail {
      margin: 2em auto 0 auto;
      background-color: #1A1A1A;
      color: #CCC;
      padding: 1em;
      font-size: 0.75em;
      text-align: left; }
      div#wrap section div#detail ul.cap_detail {
        padding-left: 1em; }
        div#wrap section div#detail ul.cap_detail li {
          text-indent: -1em;
          line-height: 1.5em; }
          div#wrap section div#detail ul.cap_detail li:before {
            font-family: FontAwesome;
            content: "\f0c8";
            margin-right: 5px; }
          div#wrap section div#detail ul.cap_detail li ul li:before {
            font-family: FontAwesome;
            content: "\f10c" !important;
            margin-right: 5px; }
          div#wrap section div#detail ul.cap_detail li ul li:nth-child(3):after {
            content: ""; }
      div#wrap section div#detail p {
        text-align: left;
        width: 100%; }
    div#wrap section div#table {
      padding-bottom: 2em; }
      div#wrap section div#table .privacy,
      div#wrap section div#table .page_law,
      div#wrap section div#table .flow {
        text-align: left; }
        div#wrap section div#table .privacy p.caption,
        div#wrap section div#table .page_law p.caption,
        div#wrap section div#table .flow p.caption {
          font-weight: bold; }
      div#wrap section div#table .flow h2 {
        color: #F60;
        border-bottom: 1px solid #F60;
        margin-bottom: 1em; }
      div#wrap section div#table .flow h3 {
        color: #096;
        border-bottom: 1px dotted #096; }
      div#wrap section div#table .flow h2,
      div#wrap section div#table .flow h3 {
        font-size: 1.75em; }
      div#wrap section div#table .flow h4 {
        color: #F90;
        font-size: 1.25em; }
      div#wrap section div#table .flow h2,
      div#wrap section div#table .flow h3,
      div#wrap section div#table .flow h4 {
        padding: 1em 0 0.25em 0; }
      div#wrap section div#table .page_law dt {
        font-weight: bold;
        padding-bottom: 0.25em; }
      div#wrap section div#table .page_law dd {
        margin-bottom: 2em;
        border-bottom: 1px dotted #999;
        padding-bottom: 0.5em;
        padding-left: 1em; }
      div#wrap section div#table .privacy section {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        color: #FFF; }
        div#wrap section div#table .privacy section h1 {
          font-weight: bold;
          padding-bottom: 0.25em;
          font-size: 1.25em;
          border-bottom: 1px solid #dbb860;
          margin-bottom: 0.5em;
          background: none; }
    div#wrap section#form {
      background-color: #FFF;
      width: 100% !important; }
    div#wrap section#form h1, div#wrap section#other h1 {
      color: #dbb860;
      border-bottom: 1px solid #dbb860;
      font-size: 1.75em;
      font-weight: bold;
      padding-bottom: 0.25em;
      margin-bottom: 0.5em;
      padding-top: 1em;
      margin-top: 0em;
      text-align: center; }
    div#wrap section#form iframe, div#wrap section#form h1 {
      width: 90%;
      margin: 0 auto; }

#container p#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0.75em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  line-height: 1em; }
  #container p#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    padding: 1em;
    text-align: center;
    display: block;
    border-radius: 100%; }
  #container p#page-top a:hover {
    text-decoration: none;
    background: #999; }

@media screen and (min-width: 960px) {
  body {
    background: url(../images/background.jpg) no-repeat center top fixed #000;
    background-size: cover; }

  #container {
    width: 100%;
    margin: 0 auto; }
    #container hgroup,
    #container div#wrap {
      width: 960px;
      margin: 0 auto; }
    #container hgroup,
    #container div#wrap,
    #container footer {
      box-shadow: rgba(0, 0, 0, 0.498039) 6px 6px 0px 0px, rgba(0, 0, 0, 0.498039) -6px 6px 6px 0px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 6px 6px 6px 0px, rgba(0, 0, 0, 0.498039) -6px 6px 6px 0px;
      -moz-box-shadow: rgba(0, 0, 0, 0.498039) 6px 6px 6px 0px, rgba(0, 0, 0, 0.498039) -6px 6px 6px 0px; }
    #container div#wrap {
      background-color: #000; }
      #container div#wrap h1 {
        font-size: 2em; }
      #container div#wrap h2 {
        font-size: 1.75em; }
      #container div#wrap section p#btn a {
        font-size: 1.75em;
        padding: 1em; }
      #container div#wrap section p#btn img {
        max-width: 100%; }
      #container div#wrap section p#price {
        padding-top: 1em; }
      #container div#wrap section div#form h1 {
        padding-top: 1.5em; }
      #container div#wrap section.title_bg {
        padding-bottom: 2em; }
        #container div#wrap section.title_bg table {
          width: 100%;
          border-collapse: collapse;
          margin-bottom: 2em;
          background-color: #000; }
          #container div#wrap section.title_bg table tr:nth-of-type(2n) {
            background-color: #1a1a1a; }
          #container div#wrap section.title_bg table td, #container div#wrap section.title_bg table th {
            display: table-cell;
            padding: 0.75em;
            text-align: center;
            box-sizing: border-box; }
          #container div#wrap section.title_bg table thead {
            display: table-header-group; }
            #container div#wrap section.title_bg table thead th {
              background-color: #e3007f;
              color: #fff; }
              #container div#wrap section.title_bg table thead th span {
                font-size: 0.75em; }
          #container div#wrap section.title_bg table tbody th {
            background-color: #f8b600;
            color: #fff; }
            #container div#wrap section.title_bg table tbody th span {
              font-size: 0.75em; }
          #container div#wrap section.title_bg table td {
            border-bottom: none; }
            #container div#wrap section.title_bg table td:nth-of-type(1) {
              font-weight: bold;
              border-left: none; }
              #container div#wrap section.title_bg table td:nth-of-type(1) span {
                display: inline-block;
                font-size: 0.75em;
                margin-left: 0.25em; }
            #container div#wrap section.title_bg table td:nth-of-type(2):first-letter {
              font-size: 1.75em;
              color: #de281e;
              font-weight: bold; }
            #container div#wrap section.title_bg table td:nth-of-type(3) {
              font-size: 1.2em;
              -moz-transform: rotate(-10deg);
              -webkit-transform: rotate(-10deg);
              -o-transform: rotate(-10deg);
              -ms-transform: rotate(-10deg);
              transform: rotate(-10deg); }
            #container div#wrap section.title_bg table td:nth-of-type(4) {
              border-right: none; }
      #container div#wrap section#other h1 {
        padding-top: 1em; }
      #container div#wrap section#price_area {
        padding-top: 2em; }
        #container div#wrap section#price_area .catalogpriceWrap {
          padding: 1em;
          border: 3px solid #000;
          background: #FFF;
          color: #000;
          width: 80%;
          max-width: 360px;
          margin: 0 auto 4%; }
          #container div#wrap section#price_area .catalogpriceWrap .catalogpriceLabel {
            margin: 0 auto 2%;
            color: #de281e; }
          #container div#wrap section#price_area .catalogpriceWrap .catalogpricePrice {
            color: #000;
            font-size: 3rem;
            font-weight: bold;
            text-decoration: line-through; }
            #container div#wrap section#price_area .catalogpriceWrap .catalogpricePrice span {
              color: #de281e; }
          #container div#wrap section#price_area .catalogpriceWrap .catalogpriceText {
            margin: 0 auto 1em;
            color: #de281e; }
          #container div#wrap section#price_area .catalogpriceWrap .discountrateText {
            background: #dbb860;
            padding: 1em; }
            #container div#wrap section#price_area .catalogpriceWrap .discountrateText .discountrateNum {
              color: #FF0;
              font-size: 3rem;
              font-weight: bold;
              line-height: 0.8;
              line-height: 1; }
              #container div#wrap section#price_area .catalogpriceWrap .discountrateText .discountrateNum span {
                font-size: 1.8rem;
                font-weight: bold; }
        #container div#wrap section#price_area .priceWrap {
          width: 80%;
          margin: 0 auto 4%; }
          #container div#wrap section#price_area .priceWrap .salespriceWrap .salespriceNum {
            font-family: 'Roboto', sans-serif;
            font-size: 12rem;
            font-weight: 900;
            color: #FF7C00;
            margin: auto;
            background: -webkit-linear-gradient(top, #FFB76B 0%, #FFA73D 50%, #FF7C00 51%, #FF7F04 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
            #container div#wrap section#price_area .priceWrap .salespriceWrap .salespriceNum span {
              font-size: 60%; }
        #container div#wrap section#price_area .entryWrap {
          margin: 0 auto 2em; }
          #container div#wrap section#price_area .entryWrap a {
            display: block;
            padding: 0.5em 1em;
            background: -moz-linear-gradient(top, #ff9900 0%, #FFCC00 50%, #FF9900 50%, #ff9900 100%);
            background: -webkit-linear-gradient(top, #ff9900 0%, #FFCC00 50%, #FF9900 50%, #ff9900 100%);
            background: linear-gradient(to bottom, #ff9900 0%, #FFCC00 50%, #FF9900 50%, #ff9900 100%);
            text-shadow: 0px 2px 4px #996600;
            margin: 0 auto;
            border: 3px solid #FC0;
            border-radius: 0.5em;
            color: #FFFFFF;
            font-size: 2em;
            font-weight: bold;
            box-sizing: border-box;
            font-size: 2.4rem;
            text-decoration: none;
            width: 90%; }
          #container div#wrap section#price_area .entryWrap a:hover {
            opacity: 0.7; }
          #container div#wrap section#price_area .entryWrap a i {
            font-size: 200%;
            vertical-align: middle;
            position: relative;
            top: -0.1em;
            padding-right: 0.1em; }
        #container div#wrap section#price_area .paymentWrap p {
          text-align: center !important; }
    #container footer nav,
    #container footer p#copy {
      width: 960px;
      margin: 0 auto; } }
