@charset "UTF-8";
/* line 5, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.6.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-inner {
    display: block;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-image {
    width: 100%;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight iframe {
    border: 0;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* line 17, ../sass/framework/_grids.scss */
.wrap {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.wrap:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 6, ../sass/layout/_layout.scss */
.lotte {
  background: url("../img/layout/lotte.png") center no-repeat;
  background-size: cover;
  width: 132px;
  height: 30.75px;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 6, ../sass/layout/_layout.scss */
  .lotte {
    width: 140.8px;
    height: 32.8px;
  }
}
@media (min-width: 1280px) {
  /* line 6, ../sass/layout/_layout.scss */
  .lotte {
    width: 176px;
    height: 41px;
  }
}

/* line 6, ../sass/layout/_layout.scss */
.shilla {
  background: url("../img/layout/shilla.png") center no-repeat;
  background-size: cover;
  width: 132px;
  height: 30.75px;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 6, ../sass/layout/_layout.scss */
  .shilla {
    width: 140.8px;
    height: 32.8px;
  }
}
@media (min-width: 1280px) {
  /* line 6, ../sass/layout/_layout.scss */
  .shilla {
    width: 176px;
    height: 41px;
  }
}

/* line 6, ../sass/layout/_layout.scss */
.ssg {
  background: url("../img/layout/ssg.png") center no-repeat;
  background-size: cover;
  width: 132px;
  height: 30.75px;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 6, ../sass/layout/_layout.scss */
  .ssg {
    width: 140.8px;
    height: 32.8px;
  }
}
@media (min-width: 1280px) {
  /* line 6, ../sass/layout/_layout.scss */
  .ssg {
    width: 176px;
    height: 41px;
  }
}

/* line 6, ../sass/layout/_layout.scss */
.buyNow {
  background: url("../img/layout/buyNow.png") center no-repeat;
  background-size: cover;
  width: 97.5px;
  height: 26.25px;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 6, ../sass/layout/_layout.scss */
  .buyNow {
    width: 104px;
    height: 28px;
  }
}
@media (min-width: 1280px) {
  /* line 6, ../sass/layout/_layout.scss */
  .buyNow {
    width: 130px;
    height: 35px;
  }
}

/* line 6, ../sass/layout/_layout.scss */
.dlCashPoint {
  background: url("../img/layout/dlCashPoint.png") center no-repeat;
  background-size: cover;
  width: 118.5px;
  height: 26.25px;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 6, ../sass/layout/_layout.scss */
  .dlCashPoint {
    width: 126.4px;
    height: 28px;
  }
}
@media (min-width: 1280px) {
  /* line 6, ../sass/layout/_layout.scss */
  .dlCashPoint {
    width: 158px;
    height: 35px;
  }
}

/* line 27, ../sass/layout/_layout.scss */
.productTitle {
  max-width: 894px;
  width: 100%;
}

/* line 27, ../sass/layout/_layout.scss */
.discountTitle {
  max-width: 796px;
  width: 100%;
}

/* line 27, ../sass/layout/_layout.scss */
.emoney {
  max-width: 1280px;
  width: 100%;
}

/* line 27, ../sass/layout/_layout.scss */
.guideTitle {
  max-width: 736px;
  width: 100%;
}

/* line 27, ../sass/layout/_layout.scss */
.step {
  max-width: 1050px;
  width: 100%;
}

/* line 27, ../sass/layout/_layout.scss */
.leftRibbon {
  max-width: 348px;
  width: 100%;
}

/* line 27, ../sass/layout/_layout.scss */
.rightRibbon {
  max-width: 399px;
  width: 100%;
}

/* line 27, ../sass/layout/_layout.scss */
.zodiacTitle {
  max-width: 525px;
  width: 100%;
}

/* line 36, ../sass/layout/_layout.scss */
.inner.mobile > p > img {
  width: 90%;
}

/* line 41, ../sass/layout/_layout.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 45, ../sass/layout/_layout.scss */
body {
  min-width: 320px;
  overflow: auto;
  font-size: 18px;
  font-family: "Microsoft YaHei", "STHeiti", "Century Gothic", CenturyGothic, AppleGothic, 宋体, serif;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 768px) {
  /* line 45, ../sass/layout/_layout.scss */
  body {
    background-size: cover;
  }
}

/* line 58, ../sass/layout/_layout.scss */
a, a:hover, a:visited, a:active {
  text-decoration: none;
}

/* line 63, ../sass/layout/_layout.scss */
.imgWrapper img {
  width: 100%;
}

/* line 2, ../sass/framework/_mixins.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 72, ../sass/layout/_layout.scss */
.row {
  margin: 20px 0;
}
/* line 2, ../sass/framework/_mixins.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 81, ../sass/layout/_layout.scss */
section p {
  margin: 10px auto;
}

/* line 86, ../sass/layout/_layout.scss */
.themeBtn {
  display: inline-block;
  padding: 10px 25px;
  background: #a91332;
}

/* line 90, ../sass/layout/_layout.scss */
.xs {
  font-size: 12px;
}
@media (min-width: 768px) {
  /* line 90, ../sass/layout/_layout.scss */
  .xs {
    font-size: 18px;
  }
}

/* line 94, ../sass/layout/_layout.scss */
.md {
  font-size: 18px;
}
@media (min-width: 768px) {
  /* line 94, ../sass/layout/_layout.scss */
  .md {
    font-size: 18px;
  }
}

/* line 98, ../sass/layout/_layout.scss */
h1, h2, h3, a {
  color: white;
}

/* line 102, ../sass/layout/_layout.scss */
.desktop {
  display: none;
}
@media (min-width: 768px) {
  /* line 102, ../sass/layout/_layout.scss */
  .desktop {
    display: block;
  }
}

/* line 109, ../sass/layout/_layout.scss */
img.desktop, a.desktop {
  display: none;
}
@media (min-width: 768px) {
  /* line 109, ../sass/layout/_layout.scss */
  img.desktop, a.desktop {
    display: inline-block;
  }
}

/* line 116, ../sass/layout/_layout.scss */
label.desktop {
  display: none !important;
}
@media (min-width: 768px) {
  /* line 116, ../sass/layout/_layout.scss */
  label.desktop {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  /* line 123, ../sass/layout/_layout.scss */
  .mobile {
    display: none;
  }
}

/* line 129, ../sass/layout/_layout.scss */
.anchor {
  margin-top: -160px;
  padding-top: 200px;
}
/* line 132, ../sass/layout/_layout.scss */
.anchor.firstSection {
  margin-top: 0;
  padding-top: 0;
}

/* line 138, ../sass/layout/_layout.scss */
.gotoTop {
  position: fixed;
  right: 0;
  bottom: 25px;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1;
  opacity: 0;
  zoom: .6;
}
@media (min-width: 768px) {
  /* line 138, ../sass/layout/_layout.scss */
  .gotoTop {
    zoom: 1;
  }
}
/* line 149, ../sass/layout/_layout.scss */
.gotoTop.letGoToTop {
  opacity: 1;
  z-index: 99;
}

/* line 155, ../sass/layout/_layout.scss */
.inner {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 12, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.inner:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 158, ../sass/layout/_layout.scss */
.inner > p {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 160, ../sass/layout/_layout.scss */
.inner > p:last-child {
  float: right;
  margin-right: 0;
}
/* line 163, ../sass/layout/_layout.scss */
.inner > p > img {
  width: 100%;
}

/* line 169, ../sass/layout/_layout.scss */
.fullScreen {
  width: 100%;
}

/* line 2, ../sass/framework/_mixins.scss */
.navWrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 177, ../sass/layout/_layout.scss */
header, footer {
  background: #000000;
  color: white;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* line 183, ../sass/layout/_layout.scss */
footer {
  background: #a91332;
  font-size: 12px;
  padding: 10px 0;
}
/* line 187, ../sass/layout/_layout.scss */
footer .footerInner {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
footer .footerInner:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 189, ../sass/layout/_layout.scss */
footer .footerInner p {
  width: 87.30159%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 6.34921%;
}

/* line 197, ../sass/layout/_layout.scss */
.headerTop .wrap {
  padding: 10px 0;
  position: relative;
}
/* line 200, ../sass/layout/_layout.scss */
.headerTop .wrap .logoWrapper {
  width: 36.50794%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 31.74603%;
}
/* line 204, ../sass/layout/_layout.scss */
.headerTop .wrap .shareWrapper {
  float: right;
}
/* line 207, ../sass/layout/_layout.scss */
.headerTop .wrap .shareWrapper span, .headerTop .wrap .shareWrapper a {
  display: table-cell;
  vertical-align: middle;
}

/* line 215, ../sass/layout/_layout.scss */
.headerBot {
  background: white;
}
@media (min-width: 768px) {
  /* line 215, ../sass/layout/_layout.scss */
  .headerBot {
    padding: 10px 0;
  }
}

/* line 222, ../sass/layout/_layout.scss */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* line 229, ../sass/layout/_layout.scss */
#close {
  width: 12px;
  height: 12px;
}
/* line 232, ../sass/layout/_layout.scss */
#close img {
  width: 100%;
}

/* line 238, ../sass/layout/_layout.scss */
.shareWrapper > * {
  vertical-align: middle;
}

/* line 243, ../sass/layout/_layout.scss */
.hamIcon {
  position: absolute;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  width: 22.5px;
  height: 15px;
  top: 50%;
  margin-top: -7.5px;
  left: 20px;
  cursor: pointer;
}
/* line 255, ../sass/layout/_layout.scss */
.hamIcon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border-top: 3px solid white;
  width: 100%;
}
/* line 263, ../sass/layout/_layout.scss */
.hamIcon.active {
  z-index: 1000;
}

/* line 268, ../sass/layout/_layout.scss */
#cookiesAlert {
  width: 100%;
  background: #a91332;
  color: white;
  padding: 5px;
}
/* line 274, ../sass/layout/_layout.scss */
#cookiesAlert .cookiesWrapper {
  position: relative;
  font-size: 12px;
  padding-right: 28px;
}
/* line 278, ../sass/layout/_layout.scss */
#cookiesAlert .cookiesWrapper #close {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 284, ../sass/layout/_layout.scss */
#cookiesAlert.fadeOutUp {
  display: none;
}

/* line 289, ../sass/layout/_layout.scss */
.bgWrap {
  position: relative;
  display: inline-block;
}

/* line 294, ../sass/layout/_layout.scss */
header {
  border-bottom: 5px solid #a91332;
}
/* line 296, ../sass/layout/_layout.scss */
header .anchorMenu, header .normalMenu {
  display: none;
}
@media (min-width: 768px) {
  /* line 296, ../sass/layout/_layout.scss */
  header .anchorMenu, header .normalMenu {
    display: block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 2, ../sass/framework/_mixins.scss */
  header .anchorMenu:after, header .normalMenu:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 12, ../sass/framework/_mixins.scss */
  header .anchorMenu li, header .normalMenu li {
    display: block;
    float: left;
    width: 16.66667%;
    text-align: center;
  }
  /* line 301, ../sass/layout/_layout.scss */
  header .anchorMenu a, header .normalMenu a {
    color: black;
    font-weight: bold;
    position: relative;
  }
  /* line 305, ../sass/layout/_layout.scss */
  header .anchorMenu a.nav-active::after, header .normalMenu a.nav-active::after {
    content: '🔻';
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: 20;
    color: #a91332;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 305, ../sass/layout/_layout.scss */
  header .anchorMenu a.nav-active::after, header .normalMenu a.nav-active::after {
    bottom: -30px;
  }
}

/* line 322, ../sass/layout/_layout.scss */
header .shareWrapper {
  display: none;
}
@media (min-width: 768px) {
  /* line 322, ../sass/layout/_layout.scss */
  header .shareWrapper {
    display: table;
  }
}

/* line 331, ../sass/layout/_layout.scss */
.logoWrapper {
  text-align: center;
}
/* line 333, ../sass/layout/_layout.scss */
.logoWrapper img {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 333, ../sass/layout/_layout.scss */
  .logoWrapper img {
    width: auto;
  }
}

/* line 341, ../sass/layout/_layout.scss */
.titleWrapper {
  width: 87.30159%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 6.34921%;
  text-align: center;
}
/* line 345, ../sass/layout/_layout.scss */
.titleWrapper img {
  display: block;
  max-width: 574px;
  width: 100%;
  margin: 0 auto;
}

/* line 353, ../sass/layout/_layout.scss */
#hamburgerNav {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  position: fixed;
  margin-left: -101.5873%;
  left: 0;
  z-index: 999;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 363, ../sass/layout/_layout.scss */
#hamburgerNav .hamIconWrapper {
  width: 95%;
  margin: 0 auto;
  position: relative;
  height: 40px;
}
/* line 369, ../sass/layout/_layout.scss */
#hamburgerNav .hamIcon {
  position: absolute;
  left: auto;
  right: 0;
}
/* line 374, ../sass/layout/_layout.scss */
#hamburgerNav .hamburgerNavInner {
  width: 87.30159%;
  float: left;
  margin-right: 1.5873%;
  background: #7b0e24;
  position: relative;
  height: 100%;
}
/* line 380, ../sass/layout/_layout.scss */
#hamburgerNav.expanded {
  margin-left: 0%;
}
/* line 383, ../sass/layout/_layout.scss */
#hamburgerNav .navWrapper {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
/* line 388, ../sass/layout/_layout.scss */
#hamburgerNav h3, #hamburgerNav a, #hamburgerNav li {
  padding: 10px 0;
}
/* line 391, ../sass/layout/_layout.scss */
#hamburgerNav h3 {
  margin-top: 40px;
  border-bottom: 1px solid white;
}
/* line 395, ../sass/layout/_layout.scss */
#hamburgerNav .shareIcons {
  display: block;
}
/* line 2, ../sass/framework/_mixins.scss */
#hamburgerNav .shareIcons:after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, ../sass/framework/_mixins.scss */
#hamburgerNav .shareIcons li {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 353, ../sass/layout/_layout.scss */
  #hamburgerNav {
    display: none;
  }
}
/* line 401, ../sass/layout/_layout.scss */
#hamburgerNav a {
  position: relative;
}
/* line 403, ../sass/layout/_layout.scss */
#hamburgerNav a.nav-active::after {
  content: '▶';
  display: inline-block;
  width: 100%;
  text-align: left;
  position: absolute;
  left: -30px;
  bottom: 11px;
  z-index: 20;
  color: white;
}

/* line 417, ../sass/layout/_layout.scss */
.titleWrapper {
  position: relative;
  z-index: 4;
  width: 87.30159%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 6.34921%;
}

/* line 424, ../sass/layout/_layout.scss */
#Home {
  overflow: hidden;
}

/* line 435, ../sass/layout/_layout.scss */
#Product .clearfix {
  position: relative;
}
/* line 438, ../sass/layout/_layout.scss */
#Product .btnWrapper {
  display: inline-block;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 20%;
  font-size: 12px;
  width: 100%;
}
@media (min-width: 375px) {
  /* line 438, ../sass/layout/_layout.scss */
  #Product .btnWrapper {
    bottom: 21%;
  }
}
@media (min-width: 414px) {
  /* line 438, ../sass/layout/_layout.scss */
  #Product .btnWrapper {
    bottom: 22%;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  /* line 438, ../sass/layout/_layout.scss */
  #Product .btnWrapper {
    bottom: 16%;
    left: auto;
    right: 14%;
    font-size: 18px;
    width: 38%;
    max-width: 440px;
  }
}
@media (min-width: 1000px) {
  /* line 438, ../sass/layout/_layout.scss */
  #Product .btnWrapper {
    bottom: 18%;
  }
}
/* line 464, ../sass/layout/_layout.scss */
#Product .btnWrapper a {
  padding: 5px 8px;
}
@media (min-width: 768px) {
  /* line 464, ../sass/layout/_layout.scss */
  #Product .btnWrapper a {
    padding: 10px 15px;
  }
}
/* line 471, ../sass/layout/_layout.scss */
#Product .content {
  position: relative;
  top: 20%;
  min-width: 180px;
  max-width: 372px;
  font-size: 12px;
  height: 80%;
  width: 36.50794%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 44.44444%;
}
@media (min-width: 320px) {
  /* line 471, ../sass/layout/_layout.scss */
  #Product .content {
    top: -10%;
  }
}
@media (min-width: 768px) {
  /* line 471, ../sass/layout/_layout.scss */
  #Product .content {
    top: 10%;
    font-size: 16px;
    width: 42.85714%;
    float: left;
    margin-right: 1.5873%;
    margin-left: 50.79365%;
  }
}
@media (min-width: 320px) {
  /* line 491, ../sass/layout/_layout.scss */
  #Product a {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  /* line 491, ../sass/layout/_layout.scss */
  #Product a {
    padding: 10px 25px;
  }
}
/* line 499, ../sass/layout/_layout.scss */
#Product p.xs {
  margin-top: 47px;
}
@media (min-width: 768px) {
  /* line 499, ../sass/layout/_layout.scss */
  #Product p.xs {
    margin-top: 10px;
  }
}
/* line 505, ../sass/layout/_layout.scss */
#Product .imgWrapper {
  margin: 0;
}

/* line 510, ../sass/layout/_layout.scss */
.nextBtn {
  margin: 10px auto;
}
@media (min-width: 768px) {
  /* line 510, ../sass/layout/_layout.scss */
  .nextBtn {
    margin: 38px auto;
  }
}

/* line 517, ../sass/layout/_layout.scss */
.flexslider {
  margin-bottom: 30px;
}

/* line 521, ../sass/layout/_layout.scss */
#wrap {
  width: 100%;
  position: relative;
  z-index: 20;
}

/* line 531, ../sass/layout/_layout.scss */
.anchor#Product {
  margin-top: -160px;
  padding-top: 160px;
}
/* line 531, ../sass/layout/_layout.scss */
.anchor#Trex {
  margin-top: -160px;
  padding-top: 160px;
}
/* line 531, ../sass/layout/_layout.scss */
.anchor#GWP {
  margin-top: -160px;
  padding-top: 160px;
}
/* line 531, ../sass/layout/_layout.scss */
.anchor#POS {
  margin-top: -160px;
  padding-top: 160px;
}

/* line 545, ../sass/layout/_layout.scss */
.featherlight:last-of-type {
  background-color: rgba(169, 19, 50, 0.95);
}
/* line 547, ../sass/layout/_layout.scss */
.featherlight:last-of-type .featherlight-content {
  background: none;
}

/* line 552, ../sass/layout/_layout.scss */
.policy-content {
  color: #fff;
  font-size: 14px;
}

/* line 1, ../sass/layout/_all.scss */
.fullScreen img {
  width: 100%;
}

/* line 5, ../sass/layout/_all.scss */
.row {
  display: table;
  width: 100%;
}
/* line 8, ../sass/layout/_all.scss */
.row .cells {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
/* line 13, ../sass/layout/_all.scss */
.row .cells dl {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 20;
}

/* line 23, ../sass/layout/_all.scss */
dl {
  text-align: center;
}
/* line 25, ../sass/layout/_all.scss */
dl dt {
  display: initial;
}
/* line 28, ../sass/layout/_all.scss */
dl dd {
  display: none;
}
/* line 32, ../sass/layout/_all.scss */
dl:hover dt {
  display: none;
}
/* line 35, ../sass/layout/_all.scss */
dl:hover dd {
  display: block;
}

/* line 42, ../sass/layout/_all.scss */
#KV .fullScreen {
  position: relative;
}
/* line 44, ../sass/layout/_all.scss */
#KV .fullScreen .shopList {
  position: absolute;
  width: auto;
  bottom: -12px;
  left: 50%;
  margin-left: -66px;
}
@media (min-width: 768px) {
  /* line 44, ../sass/layout/_all.scss */
  #KV .fullScreen .shopList {
    bottom: -5%;
  }
}
@media (min-width: 1024px) {
  /* line 44, ../sass/layout/_all.scss */
  #KV .fullScreen .shopList {
    bottom: 3%;
  }
}
@media (min-width: 1280px) {
  /* line 44, ../sass/layout/_all.scss */
  #KV .fullScreen .shopList {
    margin-left: -88px;
  }
}

/* line 63, ../sass/layout/_all.scss */
#discount {
  position: relative;
}
/* line 65, ../sass/layout/_all.scss */
#discount a {
  zoom: .8;
}
@media (min-width: 768px) {
  /* line 65, ../sass/layout/_all.scss */
  #discount a {
    zoom: 1;
  }
}
/* line 71, ../sass/layout/_all.scss */
#discount .discountTitle {
  position: relative;
  top: 50px;
}
/* line 75, ../sass/layout/_all.scss */
#discount .topLeftWrapper {
  z-index: 15;
  position: absolute;
  top: 26.5%;
  left: 52%;
}
@media (min-width: 414px) {
  /* line 75, ../sass/layout/_all.scss */
  #discount .topLeftWrapper {
    top: 26.5%;
    left: 52%;
  }
}
@media (min-width: 768px) {
  /* line 75, ../sass/layout/_all.scss */
  #discount .topLeftWrapper {
    top: 39%;
    left: 35%;
    width: 15%;
    max-width: 230px;
  }
}
@media (min-width: 1280px) {
  /* line 75, ../sass/layout/_all.scss */
  #discount .topLeftWrapper {
    top: 38%;
    left: 35%;
    width: 15%;
    max-width: 230px;
  }
}
/* line 97, ../sass/layout/_all.scss */
#discount .topRightWrapper {
  z-index: 15;
  position: absolute;
  top: 40%;
  left: 52%;
}
@media (min-width: 375px) {
  /* line 97, ../sass/layout/_all.scss */
  #discount .topRightWrapper {
    top: 40.5%;
  }
}
@media (min-width: 414px) {
  /* line 97, ../sass/layout/_all.scss */
  #discount .topRightWrapper {
    top: 41.5%;
    left: 52%;
  }
}
@media (min-width: 768px) {
  /* line 97, ../sass/layout/_all.scss */
  #discount .topRightWrapper {
    top: 39%;
    left: 71.5%;
    width: 15%;
    max-width: 230px;
  }
}
@media (min-width: 1280px) {
  /* line 97, ../sass/layout/_all.scss */
  #discount .topRightWrapper {
    top: 38%;
    left: 71%;
    width: 15%;
    max-width: 230px;
  }
}
/* line 122, ../sass/layout/_all.scss */
#discount .bottomLeftWrapper {
  z-index: 15;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 350px;
}
@media (min-width: 375px) {
  /* line 122, ../sass/layout/_all.scss */
  #discount .bottomLeftWrapper {
    bottom: 385px;
  }
}
@media (min-width: 414px) {
  /* line 122, ../sass/layout/_all.scss */
  #discount .bottomLeftWrapper {
    bottom: 415px;
  }
}
@media (min-width: 768px) {
  /* line 122, ../sass/layout/_all.scss */
  #discount .bottomLeftWrapper {
    top: 91%;
    width: 50%;
    text-indent: 120px;
  }
  /* line 138, ../sass/layout/_all.scss */
  #discount .bottomLeftWrapper dl {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  /* line 122, ../sass/layout/_all.scss */
  #discount .bottomLeftWrapper {
    top: 90%;
  }
}
/* line 145, ../sass/layout/_all.scss */
#discount .bottomLeftWrapper .shopList {
  width: 70%;
  margin: 0 auto;
  zoom: 0.8;
}
/* line 2, ../sass/framework/_mixins.scss */
#discount .bottomLeftWrapper .shopList:after {
  content: "";
  display: table;
  clear: both;
}
/* line 150, ../sass/layout/_all.scss */
#discount .bottomLeftWrapper .shopList li {
  float: left;
  width: 33%;
  text-align: center;
}
/* line 154, ../sass/layout/_all.scss */
#discount .bottomLeftWrapper .shopList li:last-child {
  margin-right: 0;
}
/* line 160, ../sass/layout/_all.scss */
#discount .bottomRightWrapper {
  z-index: 15;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 110px;
}
@media (min-width: 375px) {
  /* line 160, ../sass/layout/_all.scss */
  #discount .bottomRightWrapper {
    bottom: 105px;
  }
}
@media (min-width: 414px) {
  /* line 160, ../sass/layout/_all.scss */
  #discount .bottomRightWrapper {
    bottom: 105px;
  }
}
@media (min-width: 768px) {
  /* line 160, ../sass/layout/_all.scss */
  #discount .bottomRightWrapper {
    left: auto;
    right: 0;
    top: 91%;
    width: 50%;
    text-indent: -80px;
  }
  /* line 178, ../sass/layout/_all.scss */
  #discount .bottomRightWrapper dl {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  /* line 160, ../sass/layout/_all.scss */
  #discount .bottomRightWrapper {
    left: auto;
    right: 0;
    top: 90%;
  }
}
/* line 187, ../sass/layout/_all.scss */
#discount .bottomRightWrapper .shopList {
  width: 70%;
  margin: 0 auto;
  zoom: 0.8;
}
/* line 2, ../sass/framework/_mixins.scss */
#discount .bottomRightWrapper .shopList:after {
  content: "";
  display: table;
  clear: both;
}
/* line 192, ../sass/layout/_all.scss */
#discount .bottomRightWrapper .shopList li {
  float: left;
  width: 33%;
  text-align: center;
}
/* line 196, ../sass/layout/_all.scss */
#discount .bottomRightWrapper .shopList li:last-child {
  margin-right: 0;
}
/* line 202, ../sass/layout/_all.scss */
#discount .note {
  font-size: 12px;
  margin: 0;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#discount .note:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  /* line 202, ../sass/layout/_all.scss */
  #discount .note {
    position: absolute;
    bottom: 5%;
    left: 0;
  }
}
/* line 211, ../sass/layout/_all.scss */
#discount .note span {
  width: 87.30159%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 6.34921%;
  padding-left: 12px;
}
/* line 217, ../sass/layout/_all.scss */
#discount .content {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#discount .content:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 219, ../sass/layout/_all.scss */
#discount .content .bg {
  width: 100%;
}
/* line 223, ../sass/layout/_all.scss */
#discount .desktop {
  overflow: hidden;
}
@media (min-width: 1197px) {
  /* line 223, ../sass/layout/_all.scss */
  #discount .desktop {
    overflow: visible;
  }
}
/* line 228, ../sass/layout/_all.scss */
#discount .desktop .bg {
  position: relative;
  z-index: 8;
}
/* line 233, ../sass/layout/_all.scss */
#discount .desktop .leftRibbon, #discount .desktop .rightRibbon {
  position: absolute;
  z-index: 10;
  left: 50px;
  top: 25px;
  width: 23%;
}
/* line 240, ../sass/layout/_all.scss */
#discount .desktop .rightRibbon {
  z-index: 5;
  left: auto;
  right: -20px;
  top: 36px;
  width: 20%;
}

/* line 251, ../sass/layout/_all.scss */
#product dl {
  margin: 10px 0;
}
/* line 254, ../sass/layout/_all.scss */
#product .productTop, #product .productBot {
  width: 87.30159%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 6.34921%;
}
/* line 257, ../sass/layout/_all.scss */
#product .productTop li, #product .productBot li {
  text-align: center;
}
/* line 260, ../sass/layout/_all.scss */
#product .productTop img, #product .productBot img {
  width: 100%;
}
/* line 264, ../sass/layout/_all.scss */
#product .productBot {
  margin-top: 40px;
}
/* line 267, ../sass/layout/_all.scss */
#product .btnWrapper {
  margin: 10px 0;
}
/* line 2, ../sass/framework/_mixins.scss */
#product .btnWrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 270, ../sass/layout/_all.scss */
#product .btnWrapper .left {
  float: left;
}
/* line 273, ../sass/layout/_all.scss */
#product .btnWrapper .right {
  float: right;
}
/* line 276, ../sass/layout/_all.scss */
#product .btnWrapper .left, #product .btnWrapper .right {
  width: 50%;
}
@media (min-width: 768px) {
  /* line 250, ../sass/layout/_all.scss */
  #product {
    zoom: .6;
  }
}
@media (min-width: 1024px) {
  /* line 250, ../sass/layout/_all.scss */
  #product {
    zoom: 1;
  }
}

/* line 290, ../sass/layout/_all.scss */
#product .desktop .content, #discount .desktop .content, #genefit .desktop .content {
  width: 95%;
  margin: 0 auto;
  padding: 0 2%;
  border: 1px solid #f9ebba;
  border-bottom: none;
}

/* line 302, ../sass/layout/_all.scss */
#product .desktop .content {
  border-top: none;
}

@media (min-width: 768px) {
  /* line 308, ../sass/layout/_all.scss */
  #genefit {
    margin-top: 145px;
  }
}
/* line 313, ../sass/layout/_all.scss */
#genefit .desktop .content {
  border: none;
}
/* line 317, ../sass/layout/_all.scss */
#genefit .mobile {
  position: relative;
}
/* line 319, ../sass/layout/_all.scss */
#genefit .mobile .shopList {
  width: 80%;
  zoom: .7;
  margin: 0 auto;
}
/* line 2, ../sass/framework/_mixins.scss */
#genefit .mobile .shopList:after {
  content: "";
  display: table;
  clear: both;
}
/* line 324, ../sass/layout/_all.scss */
#genefit .mobile .shopList li {
  width: 33%;
  float: left;
}
/* line 330, ../sass/layout/_all.scss */
#genefit .genefitBtnWrapper {
  position: absolute;
  left: 0;
  top: 87%;
  text-align: center;
  display: inline-block;
  width: 43%;
}
@media (min-width: 768px) {
  /* line 330, ../sass/layout/_all.scss */
  #genefit .genefitBtnWrapper {
    left: 2%;
    width: 38%;
    top: 85%;
  }
}

/* line 345, ../sass/layout/_all.scss */
#twelveZodiac {
  padding-top: 160px;
}
/* line 347, ../sass/layout/_all.scss */
#twelveZodiac .inner {
  border: 15px solid #a91332;
}
/* line 350, ../sass/layout/_all.scss */
#twelveZodiac .content {
  text-align: center;
}

/* line 370, ../sass/layout/_all.scss */
section {
  margin-top: 40px;
}

/* line 376, ../sass/layout/_all.scss */
.remark {
  text-align: center;
  font-size: 14px;
}

/* line 381, ../sass/layout/_all.scss */
.btn.mobile a {
  display: block;
  width: 60%;
}

/* line 387, ../sass/layout/_all.scss */
.gotoZodiacNor {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 305px;
  height: 264px;
  overflow: hidden;
  background: url("../img/twelve/fltWheelBG.png") right bottom no-repeat;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 100;
  opacity: 1;
  zoom: .6;
}
/* line 395, ../sass/layout/_all.scss */
.gotoZodiacNor span {
  position: relative;
  width: 305px;
  height: 305px;
  display: block;
}
/* line 400, ../sass/layout/_all.scss */
.gotoZodiacNor span img {
  position: absolute;
  width: 498px;
  height: 497px;
  left: 13px;
  top: 13px;
}
@media (min-width: 768px) {
  /* line 387, ../sass/layout/_all.scss */
  .gotoZodiacNor {
    zoom: 1;
  }
}
/* line 416, ../sass/layout/_all.scss */
.gotoZodiacNor.nav-active {
  opacity: 0;
  z-index: 1;
}

/* line 422, ../sass/layout/_all.scss */
.gotoZodiacSm {
  position: fixed;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  z-index: 1;
  zoom: .6;
}
@media (min-width: 768px) {
  /* line 422, ../sass/layout/_all.scss */
  .gotoZodiacSm {
    zoom: 1;
  }
}
/* line 433, ../sass/layout/_all.scss */
.gotoZodiacSm.nav-active {
  z-index: 100;
  opacity: 1;
}

/* line 439, ../sass/layout/_all.scss */
[name="share"] {
  display: none;
}
/* line 448, ../sass/layout/_all.scss */
[name="share"]#wb ~ label[for="wb"] {
  background: url("../img/layout/wb.png") top left no-repeat transparent;
  width: 31px;
  height: 31px;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 0;
}
/* line 456, ../sass/layout/_all.scss */
[name="share"]#wb:checked ~ label[for="wb"] {
  background-image: url("../img/layout/wbAct.png");
}
/* line 448, ../sass/layout/_all.scss */
[name="share"]#qq ~ label[for="qq"] {
  background: url("../img/layout/qq.png") top left no-repeat transparent;
  width: 31px;
  height: 31px;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 0;
}
/* line 456, ../sass/layout/_all.scss */
[name="share"]#qq:checked ~ label[for="qq"] {
  background-image: url("../img/layout/qqAct.png");
}
/* line 448, ../sass/layout/_all.scss */
[name="share"]#wc ~ label[for="wc"] {
  background: url("../img/layout/wc.png") top left no-repeat transparent;
  width: 31px;
  height: 31px;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 0;
}
/* line 456, ../sass/layout/_all.scss */
[name="share"]#wc:checked ~ label[for="wc"] {
  background-image: url("../img/layout/wcAct.png");
}

/* line 463, ../sass/layout/_all.scss */
.mobile [name="share"] {
  display: none;
}
/* line 472, ../sass/layout/_all.scss */
.mobile [name="share"]#wb ~ label[for="wb"] {
  background: url("../img/layout/share_wb.png") top left no-repeat transparent;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 0;
}
/* line 480, ../sass/layout/_all.scss */
.mobile [name="share"]#wb:checked ~ label[for="wb"] {
  background-image: url("../img/layout/wbGolden.png");
}
/* line 472, ../sass/layout/_all.scss */
.mobile [name="share"]#qq ~ label[for="qq"] {
  background: url("../img/layout/share_qq.png") top left no-repeat transparent;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 0;
}
/* line 480, ../sass/layout/_all.scss */
.mobile [name="share"]#qq:checked ~ label[for="qq"] {
  background-image: url("../img/layout/qqGolden.png");
}
/* line 472, ../sass/layout/_all.scss */
.mobile [name="share"]#wc ~ label[for="wc"] {
  background: url("../img/layout/share_wc.png") top left no-repeat transparent;
  width: 31px;
  height: 31px;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 0;
}
/* line 480, ../sass/layout/_all.scss */
.mobile [name="share"]#wc:checked ~ label[for="wc"] {
  background-image: url("../img/layout/wcGolden.png");
}

/* line 488, ../sass/layout/_all.scss */
#shareNow [type="submit"] {
  border: none;
  background: url("../img/layout/shareNow.png") top left no-repeat transparent;
  width: 130px;
  height: 35px;
  text-indent: -999em;
  cursor: pointer;
}

/* line 501, ../sass/layout/_all.scss */
.canvas {
  position: relative;
}
/* line 503, ../sass/layout/_all.scss */
.canvas #shareNow.desktop {
  position: absolute;
  right: 30px;
  bottom: 7%;
  width: 40%;
  line-height: 20px;
  zoom: .8;
}
/* line 509, ../sass/layout/_all.scss */
.canvas #shareNow.desktop textarea {
  width: 100%;
  height: 60px;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  /* line 503, ../sass/layout/_all.scss */
  .canvas #shareNow.desktop {
    zoom: 1;
  }
}
/* line 519, ../sass/layout/_all.scss */
.canvas #shareNow.mobile {
  color: white;
  position: absolute;
  left: 7%;
  bottom: 10px;
  width: 86%;
  line-height: 20px;
  display: none;
  padding-top: 10px;
  font-size: 14px;
  zoom: .5;
}
/* line 529, ../sass/layout/_all.scss */
.canvas #shareNow.mobile textarea {
  width: 100%;
  height: 60px;
  margin: 0 0 10px;
  background: none;
  color: white;
  font-size: 14px;
}
@media (min-width: 375px) {
  /* line 519, ../sass/layout/_all.scss */
  .canvas #shareNow.mobile {
    zoom: .6;
  }
}
/* line 541, ../sass/layout/_all.scss */
.canvas #shareNow.mobile p {
  padding: 0 20px;
}
/* line 2, ../sass/framework/_mixins.scss */
.canvas #shareNow.mobile p:after {
  content: "";
  display: table;
  clear: both;
}
/* line 545, ../sass/layout/_all.scss */
.canvas #shareNow.mobile .span1, .canvas #shareNow.mobile .span2 {
  float: left;
  display: block;
  width: 33%;
  text-align: left;
}
/* line 551, ../sass/layout/_all.scss */
.canvas #shareNow.mobile .span2 {
  width: 66%;
}

/* line 558, ../sass/layout/_all.scss */
#twelveZodiac .mobile.imgWrapper {
  width: 87.30159%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 6.34921%;
}

/* line 564, ../sass/layout/_all.scss */
#KV, #discount, #product, #genefit, #twelveZodiac, #emoney, #guide {
  position: relative;
  z-index: 50;
}

/* line 568, ../sass/layout/_all.scss */
#discount {
  z-index: 49;
}

/* line 571, ../sass/layout/_all.scss */
#product {
  z-index: 48;
}

/* line 574, ../sass/layout/_all.scss */
#genefit {
  z-index: 47;
}

/* line 577, ../sass/layout/_all.scss */
#twelveZodiac {
  z-index: 46;
}

/* line 580, ../sass/layout/_all.scss */
#emoney {
  z-index: 45;
}

/* line 583, ../sass/layout/_all.scss */
#guide {
  z-index: 44;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 619, ../sass/layout/_all.scss */
.rotating {
  -webkit-animation: rotating 60s linear infinite;
  -moz-animation: rotating 60s linear infinite;
  -ms-animation: rotating 60s linear infinite;
  -o-animation: rotating 60s linear infinite;
  animation: rotating 60s linear infinite;
}

/* line 1, ../sass/old/_step.scss */
.btn a {
  display: inline-block;
  padding: 6px 15px;
  color: #ffffff;
  background: #000000;
  font-size: 16px;
  margin: 10px 10px 0;
  position: relative;
}

/* line 452, ../sass/_desktop.scss */
/* line 12, ../sass/old/_step.scss */
.btn a:hover {
  background-color: #a91332;
  color: #ffffff;
}

/* line 17, ../sass/old/_step.scss */
#step {
  padding: 10px 10px 0;
}

/* line 20, ../sass/old/_step.scss */
#step .title {
  margin-bottom: 54px;
}

/* line 23, ../sass/old/_step.scss */
#step .btn span {
  font-size: 18px;
}

/* line 33, ../sass/old/_step.scss */
#step .step {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
}

/* line 38, ../sass/old/_step.scss */
#step .step .btn,
#step .step ul {
  margin-bottom: 20px;
}

/* line 42, ../sass/old/_step.scss */
#step .step ul:after {
  content: ' ';
  display: table;
  clear: both;
}

/* line 47, ../sass/old/_step.scss */
#step .step li {
  width: 19%;
  text-align: center;
  float: left;
  font-size: 14px;
  margin: 0 1% 0 0;
  position: relative;
  background: url("../img/layout/arrow-guide.png") no-repeat right 50px;
  padding-right: 24px;
  box-sizing: border-box;
}

/* line 58, ../sass/old/_step.scss */
#step .step li:last-of-type {
  background: none;
  padding-right: 0;
}

/* line 62, ../sass/old/_step.scss */
#step .step .img {
  width: 60px;
  margin: 0 auto;
}

/* line 66, ../sass/old/_step.scss */
#step .step .img img {
  width: 100%;
}

/* line 69, ../sass/old/_step.scss */
#step .step .name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 10px;
}

/* line 74, ../sass/old/_step.scss */
#step .step .animate {
  /*opacity:0.5; filter: alpha(opacity=50);*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 82, ../sass/old/_step.scss */
#step .step .desc {
  color: #000000;
  opacity: 0;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 92, ../sass/old/_step.scss */
#step .step .step1 .animate.icon-guide {
  animation: step_animate1 15s infinite 0s ease-in normal;
  -webkit-animation: step_animate1 15s infinite 0s ease-in normal;
  -moz-animation: step_animate1 15s infinite 0s ease-in normal;
}

/* line 97, ../sass/old/_step.scss */
#step .step .step2 .animate.icon-guide {
  animation: step_animate2 15s infinite 3s ease-in normal;
  -webkit-animation: step_animate2 15s infinite 3s ease-in normal;
  -moz-animation: step_animate2 15s infinite 3s ease-in normal;
}

/* line 102, ../sass/old/_step.scss */
#step .step .step3 .animate.icon-guide {
  animation: step_animate3 15s infinite 6s ease-in normal;
  -webkit-animation: step_animate3 15s infinite 6s ease-in normal;
  -moz-animation: step_animate3 15s infinite 6s ease-in normal;
}

/* line 107, ../sass/old/_step.scss */
#step .step .step4 .animate.icon-guide {
  animation: step_animate4 15s infinite 9s ease-in normal;
  -webkit-animation: step_animate4 15s infinite 9s ease-in normal;
  -moz-animation: step_animate4 15s infinite 9s ease-in normal;
}

/* line 112, ../sass/old/_step.scss */
#step .step .step5 .animate.icon-guide {
  animation: step_animate5 15s infinite 12s ease-in normal;
  -webkit-animation: step_animate5 15s infinite 12s ease-in normal;
  -moz-animation: step_animate5 15s infinite 12s ease-in normal;
}

/* line 117, ../sass/old/_step.scss */
#step .step .step1 .animate.name {
  animation: text_animate 15s infinite 0s ease-in normal;
  -webkit-animation: text_animate 15s infinite 0s ease-in normal;
  -moz-animation: text_animate 15s infinite 0s ease-in normal;
}

/* line 122, ../sass/old/_step.scss */
#step .step .step2 .animate.name {
  animation: text_animate 15s infinite 3s ease-in normal;
  -webkit-animation: text_animate 15s infinite 3s ease-in normal;
  -moz-animation: text_animate 15s infinite 3s ease-in normal;
}

/* line 127, ../sass/old/_step.scss */
#step .step .step3 .animate.name {
  animation: text_animate 15s infinite 6s ease-in normal;
  -webkit-animation: text_animate 15s infinite 6s ease-in normal;
  -moz-animation: text_animate 15s infinite 6s ease-in normal;
}

/* line 132, ../sass/old/_step.scss */
#step .step .step4 .animate.name {
  animation: text_animate 15s infinite 9s ease-in normal;
  -webkit-animation: text_animate 15s infinite 9s ease-in normal;
  -moz-animation: text_animate 15s infinite 9s ease-in normal;
}

/* line 137, ../sass/old/_step.scss */
#step .step .step5 .animate.name {
  animation: text_animate 15s infinite 12s ease-in normal;
  -webkit-animation: text_animate 15s infinite 12s ease-in normal;
  -moz-animation: text_animate 15s infinite 12s ease-in normal;
}

/* line 142, ../sass/old/_step.scss */
#step .step .step1 .desc {
  animation: desc 15s infinite 0s ease-in normal;
  -webkit-animation: desc 15s infinite 0s ease-in normal;
  -moz-animation: desc 15s infinite 0s ease-in normal;
}

/* line 147, ../sass/old/_step.scss */
#step .step .step2 .desc {
  animation: desc 15s infinite 3s ease-in normal;
  -webkit-animation: desc 15s infinite 3s ease-in normal;
  -moz-animation: desc 15s infinite 3s ease-in normal;
}

/* line 152, ../sass/old/_step.scss */
#step .step .step3 .desc {
  animation: desc 15s infinite 6s ease-in normal;
  -webkit-animation: desc 15s infinite 6s ease-in normal;
  -moz-animation: desc 15s infinite 6s ease-in normal;
}

/* line 157, ../sass/old/_step.scss */
#step .step .step4 .desc {
  animation: desc 15s infinite 9s ease-in normal;
  -webkit-animation: desc 15s infinite 9s ease-in normal;
  -moz-animation: desc 15s infinite 9s ease-in normal;
}

/* line 162, ../sass/old/_step.scss */
#step .step .step5 .desc {
  animation: desc 15s infinite 12s ease-in normal;
  -webkit-animation: desc 15s infinite 12s ease-in normal;
  -moz-animation: desc 15s infinite 12s ease-in normal;
}

/* line 167, ../sass/old/_step.scss */
#step .step .icon-guide {
  width: 50px;
  height: 41px;
}

/* line 171, ../sass/old/_step.scss */
#step .step .step1 .icon-guide {
  background: url("../img/layout/icon-guide1-on.png") no-repeat center center;
}

/* line 174, ../sass/old/_step.scss */
#step .step .step2 .icon-guide {
  background: url("../img/layout/icon-guide2-on.png") no-repeat center center;
}

/* line 177, ../sass/old/_step.scss */
#step .step .step3 .icon-guide {
  background: url("../img/layout/icon-guide3-on.png") no-repeat center center;
}

/* line 180, ../sass/old/_step.scss */
#step .step .step4 .icon-guide {
  background: url("../img/layout/icon-guide4-on.png") no-repeat center center;
}

/* line 183, ../sass/old/_step.scss */
#step .step .step5 .icon-guide {
  background: url("../img/layout/icon-guide5-on.png") no-repeat center center;
}

/* line 186, ../sass/old/_step.scss */
#step .step ul:hover .animate,
#step .step ul:hover .desc {
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}

/* line 192, ../sass/old/_step.scss */
#step .step li:hover .animate {
  /*opacity:1; filter: alpha(opacity=100);*/
}

/* line 195, ../sass/old/_step.scss */
#step .step li .desc {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 199, ../sass/old/_step.scss */
#step .step li:hover .name {
  color: #a91332;
}

/* line 202, ../sass/old/_step.scss */
#step .step .step1:hover .icon-guide {
  background: url("../img/layout/icon-guide1.png") no-repeat center center;
}

/* line 205, ../sass/old/_step.scss */
#step .step .step2:hover .icon-guide {
  background: url("../img/layout/icon-guide2.png") no-repeat center center;
}

/* line 208, ../sass/old/_step.scss */
#step .step .step3:hover .icon-guide {
  background: url("../img/layout/icon-guide3.png") no-repeat center center;
}

/* line 211, ../sass/old/_step.scss */
#step .step .step4:hover .icon-guide {
  background: url("../img/layout/icon-guide4.png") no-repeat center center;
}

/* line 214, ../sass/old/_step.scss */
#step .step .step5:hover .icon-guide {
  background: url("../img/layout/icon-guide5.png") no-repeat center center;
}

@media (max-width: 768px) {
  /* line 218, ../sass/old/_step.scss */
  #step {
    padding: 10px 10px 0;
  }

  /* line 221, ../sass/old/_step.scss */
  #step .title {
    margin-bottom: 30px;
  }

  /* line 224, ../sass/old/_step.scss */
  #step .btn span {
    display: block;
  }

  /* line 227, ../sass/old/_step.scss */
  #step .btn a:first-of-type {
    background: #a91332;
  }

  /* line 230, ../sass/old/_step.scss */
  #step .step {
    padding-bottom: 40px;
  }

  /* line 233, ../sass/old/_step.scss */
  #step .step li {
    width: 90%;
    text-align: left;
    float: none;
    margin: 0 5% 30px;
    background: none;
  }

  /* line 240, ../sass/old/_step.scss */
  #step .step .img {
    width: 19%;
    margin: 0 3% 0 0;
    display: inline-block;
    vertical-align: top;
  }

  /* line 246, ../sass/old/_step.scss */
  #step .step .right_col {
    width: 76%;
    display: inline-block;
  }

  /* line 250, ../sass/old/_step.scss */
  #step .step .animate,
  #step .step .desc {
    opacity: 1;
  }

  /* line 254, ../sass/old/_step.scss */
  #step .step .step1 .animate,
  #step .step .step1 .desc,
  #step .step .step2 .animate,
  #step .step .step2 .desc,
  #step .step .step3 .animate,
  #step .step .step3 .desc,
  #step .step .step4 .animate,
  #step .step .step4 .desc,
  #step .step .step5 .animate,
  #step .step .step5 .desc {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
  }

  /* line 268, ../sass/old/_step.scss */
  .remark {
    margin-top: 40px;
    font-size: 14px;
  }
}
