@charset "UTF-8";
html, body {
  height: 100%; }

img {
  width: 100%;
  max-width: none;
  height: auto; }

#wrapper {
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }

#container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px; }

.inner {
  width: 100%;
  padding: 0 3%; }

.acr-cover {
  padding-top: 60px;
  margin-top: -60px; }

#header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 999;
  background: #FFF;
  border-bottom: #f00 3px solid; }
  #header .logo,
  #header .menu {
    position: absolute; }
    #header .logo a, #header .logo button,
    #header .menu a,
    #header .menu button {
      display: block; }
  #header .logo {
    width: 60px;
    top: 12px;
    left: 45%;
    margin-left: -30px; }
  #header .menu {
    left: 10px;
    top: 5px;
    width: 50px; }
    #header .menu button {
      width: 100%;
      height: 50px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      position: relative; }
  #header .utility {
    position: absolute;
    top: 14px;
    right: 10px;
    display: table;
    width: 180px;
    word-spacing: -1em;
    text-align: right;
    vertical-align: top; }
    #header .utility li {
      display: inline-block;
      word-spacing: normal;
      vertical-align: top;
      margin-left: 5%; }
      #header .utility li:first-child {
        margin-left: 0; }
      #header .utility li a {
        width: 100%;
        width: 35px;
        height: 35px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: block;
        position: relative;
        text-indent: -9999px;
        overflow: hidden;
        background-color: #f00;
        font-size: 0;
        line-height: 0; }
        #header .utility li a:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          background-image: url(/assets2/images/cmn/ui.png);
          background-repeat: no-repeat;
          display: inline-block;
          width: 22px;
          height: 20px;
          margin-top: -10px;
          margin-left: -11px;
          text-indent: 0; }
      #header .utility li.login a:before {
        background-position: 0 -90px; }
      #header .utility li.faq a:before {
        background-position: 0 -120px; }
      #header .utility li.cart a:before {
        background-position: 0 -151px; }
  #header .menu-btn {
    position: relative; }
    #header .menu-btn .text {
      background: transparent url("/assets2/images/cmn/ui.png") no-repeat scroll 0px -269px;
      display: block;
      height: 11px;
      width: 40px;
      position: absolute;
      top: 30px;
      left: 5px;
      opacity: 1;
      text-indent:-99999px;
 }
    #header .menu-btn .bar {
      position: absolute;
      display: block;
      height: 3px;
      width: 36px;
      top: 13px;
      left: 7px;
      margin: 0;
      background: #ff0000; }
    #header .menu-btn:before {
      content: "";
      position: absolute;
      display: block;
      height: 3px;
      width: 36px;
      top: 5px;
      left: 7px;
      margin: 0;
      background: #ff0000; }
    #header .menu-btn:after {
      content: "";
      position: absolute;
      display: block;
      height: 3px;
      width: 36px;
      top: 21px;
      left: 7px;
      background: #ff0000; }
    #header .menu-btn:before, #header .menu-btn:after, #header .menu-btn span {
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
      transition-property: top, bottom, left, opacity, -webkit-transform;
      transition-property: transform, top, bottom, left, opacity;
      transition-property: transform, top, bottom, left, opacity, -webkit-transform; }
    .is-gnavopen #header .menu-btn .text {
      opacity: 0; }
    .is-gnavopen #header .menu-btn:before {
      -webkit-transform: rotate(45deg) translate(10.5px, 12.5px);
          -ms-transform: rotate(45deg) translate(10.5px, 12.5px);
              transform: rotate(45deg) translate(10.5px, 12.5px); }
    .is-gnavopen #header .menu-btn:after {
      -webkit-transform: rotate(-45deg) translate(-1.5px, -1.5px);
          -ms-transform: rotate(-45deg) translate(-1.5px, -1.5px);
              transform: rotate(-45deg) translate(-1.5px, -1.5px); }
    .is-gnavopen #header .menu-btn .bar {
      top: 21px;
      opacity: 0; }

html, body, #wrapper {
  height: auto; }

.is-gnavopen {
  overflow: hidden; }
  .is-gnavopen body {
    overflow: hidden; }

#gmenu-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  padding: 0 !important;
  margin: 0 !important;
  left: 0;
  top: 60px;
  -webkit-box-shadow: rgba(36, 36, 36, 0.45098) 0px 3px 3px -1px;
          box-shadow: rgba(36, 36, 36, 0.45098) 0px 3px 3px -1px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
  .is-gnavbg #gmenu-wrap {
    background: rgba(0, 0, 0, 0.5); }
  #gmenu-wrap .inner {
    padding: 0; }

#gnav-area {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #efefef;
  width: 80%;
  height: 100%;
  margin: 0 20% 0 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

#gnav {
  width: 100%; }

#gnav {
  width: 100%;
  text-align: left;
  border-bottom: #f00 1px solid; }
  #gnav li {
    position: relative;
    border-top: #f00 1px solid; }
    #gnav li a {
      display: block;
      text-decoration: none;
      display: block;
      font-size: 20px;
      font-size: 2.0rem;
      padding: 12px 10px 10px 60px;
      color: #000; }
      #gnav li a:before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(/assets2/images/cmn/ui.png);
        background-repeat: no-repeat;
        top: 50%;
        left: 10px;
        width: 35px;
        height: 35px;
        margin-top: -15px; }
        #gnav li:nth-child(-n+2) a {
      padding: 12px 20px 10px 10px; }
    #gnav li .gnav-button {
      background: #FFF; }
      #gnav li .gnav-button a {
        font-weight: bold;
        position: relative;
        color: #f00; }
        #gnav li .gnav-button a:before {
          display: none; }
        #gnav li .gnav-button a:after {
          position: absolute;
          display: inline-block;
          top: 50%;
          content: "\e808";
          font-family: "fntIco";
          font-size: 28px;
          font-size: 2.8rem;
          right: 10px;
          font-weight: normal;
          margin-top: -.7em; }
      #gnav li .gnav-button.child a:after {
        content: "\e80a"; }
    #gnav li.is-open .gnav-button a:after {
      content: "\e809"; }
  #gnav .news a:before {
    background-position: 0 -291px; }
  #gnav .search a:before {
    background-position: 0 -331px; }
  #gnav .first a:before {
    background-position: 0 -371px; }
  #gnav .faq a:before {
    background-position: 0 -411px; }
  #gnav .guideline a:before {
    background-position: 0 -451px; }
  #gnav .finish a:before {
    background-position: 0 -491px; }
  #gnav .snav-area {
    display: none; }
  #gnav .snav {
    background: #FFF;
    border-top: #f00 1px solid; }
    #gnav .snav li {
      vertical-align: top;
      border-top: #bcbcbc 1px solid; }
      #gnav .snav li:first-child {
        border-top: none; }
      #gnav .snav li a {
        padding: 10px 10px 8px 25px;
        position: relative;
        font-size: 16px;
        font-size: 1.6rem;
        color: #f00; }
        #gnav .snav li a:before {
          position: absolute;
          display: inline-block;
          top: 50%;
          content: "\e805";
          font-family: "fntIco";
          font-size: 14px;
          font-size: 1.4rem;
          left: 10px;
          font-weight: normal;
          margin-top: -.65em;
          background: none; }
      #gnav .snav li span {
        font-family: uqb,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
        font-size: 20px;
        font-size: 2.0rem;
        vertical-align: middle; }

#footer {
  background: #ff0000;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff; }
  #footer a {
    color: #fff;
    text-decoration: none; }
  #footer .footer-menu-btm {
    border-top: #f99 1px solid;
    padding: 10px 0; }
  #footer .footer-menu {
    float: left;
    width: 50%;
    padding-top: 15px; }
    #footer .footer-menu dt {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
    #footer .footer-menu dd li {
      margin-top: 4px; }
    #footer .footer-menu .bnr-list li a {
      display: block;
      background: #FFF;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
      #footer .footer-menu .bnr-list li a:hover {
        opacity: 1; }
        #footer .footer-menu .bnr-list li a:hover img {
          opacity: .9; }
  #footer .lang {
    float: none;
    width: 100%; }
    #footer .lang ul {
      width: 100%; }
    #footer .lang li {
      width: 50%; }
      #footer .lang li a {
        display: block;
        text-align: center;
        border: #fff 1px solid;
        font-size: 20px;
        font-size: 2.0rem;
        font-family: uqb;
        padding: 5px 0; }
      .ja #footer .lang li:first-child a {
        background: #FFF;
        color: #f00; }
  #footer .bnr-list {
    width: 102%;
    padding-top: 25px;
    margin-left: -2%;
    clear: both;
    letter-spacing: -1em; }
    #footer .bnr-list li {
      width: 48%;
      letter-spacing: normal;
      margin-left: 2%;
      padding: 0; }
  #footer .sns-content-wrapper {
    display: table;
    word-spacing: -1em;
    width: 100%;
    text-align: center;
    padding-top: 25px; }
    #footer .sns-content-wrapper li {
      display: inline-block;
      word-spacing: normal;
      margin-left: 15px;
      vertical-align: top; }
      #footer .sns-content-wrapper li:first-child {
        margin-left: 0; }
  #footer .copyright {
    clear: both;
    padding: 15px 0 10px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }

/*# sourceMappingURL=../map/ut.common.css.map */
