@charset "UTF-8";
/*
 * Declare mixin applySize() for box images
 * @include size($width, $height);
 */
/*
 * Declare mixin middleImg() for images 
 * @include middleImg();
 */
* {
  -webkit-tap-highlight-color: transparent; }
  *:not(input, textarea) {
    -webkit-user-select: none;
    -webkit-touch-callout: none; }

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden; }

body {
  background-size: 100%;
  background-color: #f4f4f4 !important;
  color: #333 !important; }

.BACKBONE-PAGE {
  height: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll !important;
  background-color: #f4f4f4; }
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    .BACKBONE-PAGE {
      padding-left: env(safe-area-inset-left) !important;
      padding-right: env(safe-area-inset-right) !important; } }

.page {
  height: 100%; }

.touch {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }

#HINAGATA .APP-HEADER {
  margin-left: env(safe-area-inset-left) !important;
  margin-right: env(safe-area-inset-right) !important;
  display: fixed;
  text-align: center;
  border-bottom: solid 1px #d3d3d3;
  z-index: 1100; }
  #HINAGATA .APP-HEADER > div {
    position: relative;
    height: 100%; }
  #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #333; }
    #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .TITLE {
      font-size: 18px;
      font-weight: bold;
      line-height: 48px; }
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .TITLE img {
        box-sizing: border-box;
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 5px; }
    #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT,
    #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT {
      position: absolute;
      z-index: 1;
      height: 100%; }
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .right-icon, #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .left-icon,
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .right-icon,
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .left-icon {
        width: 32px;
        position: relative; }
        #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .right-icon img, #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .left-icon img,
        #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .right-icon img,
        #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .left-icon img {
          width: 29px;
          height: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          margin-right: 04px; }
          #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .right-icon img.favorite, #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .left-icon img.favorite,
          #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .right-icon img.favorite,
          #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .left-icon img.favorite {
            width: 28px; }
          #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .right-icon img.config, #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .left-icon img.config,
          #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .right-icon img.config,
          #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .left-icon img.config {
            width: 28px; }
          #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .right-icon img.faq, #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .left-icon img.faq,
          #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .right-icon img.faq,
          #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .left-icon img.faq {
            width: 36px; }
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .right-icon,
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .right-icon {
        right: 5px; }
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT .left-icon,
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .left-icon {
        left: 18px; }
    #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-LEFT {
      left: 0px; }
    #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT {
      right: 0px; }
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .ticket-icon {
        width: 40px;
        position: relative;
        right: 5px; }
        #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .HEADER-RIGHT .ticket-icon img {
          width: 30px;
          height: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
    #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .BUTTON-WRAPPER {
      display: inline-block;
      height: 44px;
      position: relative; }
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .BUTTON-WRAPPER .BACK-BUTTON {
        background-color: transparent;
        background-image: url("../image/common/btn_back.svg");
        background-repeat: no-repeat;
        background-position: left center;
        color: white;
        padding: 5px 10px;
        margin-left: 10px;
        border-radius: 5px;
        font-size: 12px;
        border: none; }
      #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .BUTTON-WRAPPER .ticket-badge {
        position: absolute;
        top: 5px;
        right: 2px;
        line-height: 10px; }
        #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .BUTTON-WRAPPER .ticket-badge .ticket-badge-text {
          font-size: 10px;
          color: #fff;
          background-color: #c6021a;
          padding: 2px 4px;
          border-radius: 3px;
          position: relative;
          display: inline-block;
          box-sizing: border-box; }
          #HINAGATA .APP-HEADER .HEADER-INNER-WRAPPER .BUTTON-WRAPPER .ticket-badge .ticket-badge-text:before {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 84%;
            margin-left: -15px;
            border: 4px solid transparent;
            border-top: 4px solid #c6021a;
            z-index: 0; }
  #HINAGATA .APP-HEADER.on {
    border-bottom: 1px solid #fff; }
#HINAGATA .APP-FOOTER {
  display: block;
  position: fixed;
  bottom: 0;
  height: calc(env(safe-area-inset-bottom) + 65px);
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  background: #fff; }
  #HINAGATA .APP-FOOTER .btnS {
    font-size: 11px; }
    #HINAGATA .APP-FOOTER .btnS.ios {
      font-size: 12px; }
  #HINAGATA .APP-FOOTER .bottom_menu {
    margin-left: env(safe-area-inset-left) !important;
    margin-right: env(safe-area-inset-right) !important;
    font-size: 0;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    #HINAGATA .APP-FOOTER .bottom_menu .list-item {
      display: flex;
      justify-content: center;
      background-color: #fff;
      text-align: center;
      border-collapse: collapse;
      position: relative;
      width: 20%; }
      #HINAGATA .APP-FOOTER .bottom_menu .list-item a {
        display: flex;
        flex-direction: column;
        justify-content: center; }
      #HINAGATA .APP-FOOTER .bottom_menu .list-item .menu-item .svgContainer img {
        vertical-align: middle;
        width: 38px;
        height: auto; }
      #HINAGATA .APP-FOOTER .bottom_menu .list-item .menu-item .svgContainer img:first-child {
        display: none; }
      #HINAGATA .APP-FOOTER .bottom_menu .list-item .menu-item .label-menu {
        color: #333;
        width: 100%;
        margin: 0;
        font-size: 12px;
        padding-top: 3px; }
      #HINAGATA .APP-FOOTER .bottom_menu .list-item .menu-item .badge-number {
        background: #d70c18;
        color: #fff;
        border-radius: 100%;
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        right: 7px;
        top: 05px;
        font-size: 10px;
        display: none; }
        #HINAGATA .APP-FOOTER .bottom_menu .list-item .menu-item .badge-number.show {
          display: block; }
      #HINAGATA .APP-FOOTER .bottom_menu .list-item.active .menu-item .svgContainer img:first-child {
        display: block;
        margin: 0 auto; }
      #HINAGATA .APP-FOOTER .bottom_menu .list-item.active .menu-item .svgContainer img:last-child {
        display: none; }
      #HINAGATA .APP-FOOTER .bottom_menu .list-item.active .menu-item .label-menu {
        color: #333; }
      #HINAGATA .APP-FOOTER .bottom_menu .list-item.item-center {
        z-index: 1; }
        #HINAGATA .APP-FOOTER .bottom_menu .list-item.item-center .menu-item {
          position: absolute;
          top: -28px; }
          #HINAGATA .APP-FOOTER .bottom_menu .list-item.item-center .menu-item .svgContainer {
            width: 64px;
            height: 64px;
            border: 2px solid #1b3d8b;
            background: #fff;
            border-radius: 50%;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row; }
            #HINAGATA .APP-FOOTER .bottom_menu .list-item.item-center .menu-item .svgContainer img {
              position: absolute;
              width: 75%; }
            @media only screen and (max-width: 320px) {
              #HINAGATA .APP-FOOTER .bottom_menu .list-item.item-center .menu-item .svgContainer {
                width: 58px;
                height: 58px;
                top: -10px;
                left: 02px; } }
          #HINAGATA .APP-FOOTER .bottom_menu .list-item.item-center .menu-item .label-menu {
            color: #333;
            top: 0;
            letter-spacing: -2px; }
          #HINAGATA .APP-FOOTER .bottom_menu .list-item.item-center .menu-item p {
            position: relative;
            bottom: 05px; }
#HINAGATA .box-bar-code .inner-bar-code {
  background-color: #fff;
  padding: 05px 40px; }
  #HINAGATA .box-bar-code .inner-bar-code .member-id {
    display: flex;
    justify-content: center;
    align-items: center; }
  #HINAGATA .box-bar-code .inner-bar-code img {
    width: 100%;
    height: 60px;
    padding: 5px 0;
    max-width: 370px; }
  #HINAGATA .box-bar-code .inner-bar-code .txtstring {
    font-size: 12px;
    margin-right: 20px; }
  #HINAGATA .box-bar-code .inner-bar-code #member-id-string {
    letter-spacing: 1px;
    font-size: 16px; }
#HINAGATA .bginfo {
  background: #fff;
  display: block;
  padding-bottom: 10px; }
  #HINAGATA .bginfo .lstinfo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background: #E1EEF9;
    padding: 0 25px;
    font-size: 12px; }
    #HINAGATA .bginfo .lstinfo .row {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      min-height: 40px;
      padding: 08px 0; }
      #HINAGATA .bginfo .lstinfo .row:nth-child(2) {
        border-top: 2px solid #fff;
        padding: 07px 0; }
      #HINAGATA .bginfo .lstinfo .row .col1 {
        font-size: 14px; }
      #HINAGATA .bginfo .lstinfo .row .col2 {
        text-align: right; }
        #HINAGATA .bginfo .lstinfo .row .col2 .number {
          color: #0058a0;
          font-weight: bold;
          font-size: 26px; }
        #HINAGATA .bginfo .lstinfo .row .col2 .txtdate .txt {
          font-size: 12px; }
        #HINAGATA .bginfo .lstinfo .row .col2 .unit {
          color: #0058a0;
          font-size: 18px;
          padding-left: 03px;
          font-weight: bold; }
          #HINAGATA .bginfo .lstinfo .row .col2 .unit.jp {
            font-size: 13px; }
  #HINAGATA .bginfo .bgrank {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 13px; }
    #HINAGATA .bginfo .bgrank .col1, #HINAGATA .bginfo .bgrank .col2 {
      width: 50%;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-evenly; }
      #HINAGATA .bginfo .bgrank .col1 .value, #HINAGATA .bginfo .bgrank .col2 .value {
        font-size: 20px;
        font-weight: bold; }
        #HINAGATA .bginfo .bgrank .col1 .value.rank, #HINAGATA .bginfo .bgrank .col2 .value.rank {
          padding-top: 10px; }
        #HINAGATA .bginfo .bgrank .col1 .value .num, #HINAGATA .bginfo .bgrank .col2 .value .num {
          font-size: 26px; }
        #HINAGATA .bginfo .bgrank .col1 .value .unit, #HINAGATA .bginfo .bgrank .col2 .value .unit {
          font-size: 16px;
          font-weight: normal;
          padding-left: 05px; }
    #HINAGATA .bginfo .bgrank .col1 {
      border-right: 1px solid #8d8d8d;
      justify-content: flex-start;
      text-align: center; }
      #HINAGATA .bginfo .bgrank .col1 img {
        width: 55%;
        padding-top: 5px; }
  #HINAGATA .bginfo .nextrank {
    width: 80%;
    font-size: 12px;
    padding: 04px;
    text-align: center;
    margin: 10px auto 0;
    background: #ede4da;
    border-radius: 50px; }
    #HINAGATA .bginfo .nextrank .value, #HINAGATA .bginfo .nextrank .black {
      color: #c50018;
      font-weight: bold; }
    #HINAGATA .bginfo .nextrank .black {
      font-size: 16px; }
#HINAGATA .sliderLogo {
  background: #fff;
  max-height: 55px;
  display: flex;
  overflow: hidden; }
  #HINAGATA .sliderLogo .scroll_list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
    white-space: nowrap;
    width: unset; }
    #HINAGATA .sliderLogo .scroll_list.animation {
      animation: scrolling 25s infinite linear .5s both; }
  #HINAGATA .sliderLogo .item {
    display: flex;
    align-items: center;
    padding: 05px;
    width: 55px;
    height: auto;
    max-width: unset; }
    #HINAGATA .sliderLogo .item img {
      width: 100%; }
#HINAGATA .bgfavorite {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center; }
  #HINAGATA .bgfavorite .bgheart {
    border: 1px solid #c5c5c5;
    padding: 05px;
    border-radius: 100%;
    z-index: 9999;
    background: #fff; }
    #HINAGATA .bgfavorite .bgheart .heart {
      width: 17px;
      height: 17px;
      position: relative;
      top: 2px; }
      #HINAGATA .bgfavorite .bgheart .heart:before, #HINAGATA .bgfavorite .bgheart .heart:after {
        content: "";
        width: 50%;
        height: 80%;
        background: #c5c5c5;
        border-radius: 25px 25px 0 0;
        display: block;
        position: absolute; }
      #HINAGATA .bgfavorite .bgheart .heart:before {
        transform: rotate(-45deg);
        left: 14%; }
      #HINAGATA .bgfavorite .bgheart .heart:after {
        transform: rotate(45deg);
        right: 14%; }
    #HINAGATA .bgfavorite .bgheart.active .heart:before, #HINAGATA .bgfavorite .bgheart.active .heart:after {
      background: #f03157; }
@keyframes scrolling {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
#HINAGATA #MEMBER-DETAIL .bginfo {
  padding-bottom: 05px; }
  #HINAGATA #MEMBER-DETAIL .bginfo .nextrank {
    margin: 0 auto;
    background: none; }
  #HINAGATA #MEMBER-DETAIL .bginfo .value {
    font-size: 14px; }
#HINAGATA #MEMBER-DETAIL ul.lst_myshop .button, #HINAGATA #MEMBER-DETAIL .bgmerguser .button, #HINAGATA #SHOP-LIST ul.lst_myshop .button, #HINAGATA #SHOP-LIST .bgmerguser .button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b3d8b;
  color: #fff;
  padding: 0 14px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px; }
  #HINAGATA #MEMBER-DETAIL ul.lst_myshop .button img, #HINAGATA #MEMBER-DETAIL .bgmerguser .button img, #HINAGATA #SHOP-LIST ul.lst_myshop .button img, #HINAGATA #SHOP-LIST .bgmerguser .button img {
    width: 30px;
    height: auto;
    padding-right: 10px; }
  #HINAGATA #MEMBER-DETAIL ul.lst_myshop .button:after, #HINAGATA #MEMBER-DETAIL .bgmerguser .button:after, #HINAGATA #SHOP-LIST ul.lst_myshop .button:after, #HINAGATA #SHOP-LIST .bgmerguser .button:after {
    display: none !important; }
#HINAGATA #SHOP-LIST ul.lst_myshop .button {
  margin: 20px;
  padding: 08px 14px; }

.hasFixedFooterMenu {
  padding-bottom: 95px !important; }
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    .hasFixedFooterMenu {
      padding-bottom: calc(95px + env(safe-area-inset-bottom, 0)) !important; } }

#APP-TOP .hasFixedFooterMenu.loginArea {
  padding-bottom: 65px !important; }
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    #APP-TOP .hasFixedFooterMenu.loginArea {
      padding-bottom: calc(65px + env(safe-area-inset-bottom, 0)) !important; } }

body {
  background-size: 100%; }

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.cf {
  display: inline-block; }

/* start commented backslash hack \*/
* html .cf {
  height: 1%; }

.cf {
  display: block; }

/* close commented backslash hack */
#master-container {
  background: none; }

.A-NAVS {
  font-size: 18px; }
  .A-NAVS li {
    height: 65px;
    line-height: 65px;
    box-sizing: border-box;
    padding: 0px 20px;
    color: white; }
    .A-NAVS li:nth-child(3n+1) {
      background-color: rgba(0, 0, 0, 0.3); }
    .A-NAVS li:nth-child(3n+2) {
      background-color: rgba(20, 20, 20, 0.3); }
    .A-NAVS li:nth-child(3n+0) {
      background-color: rgba(40, 40, 40, 0.3); }

.VERTICAL-NAV {
  box-sizing: border-box; }

.emptyView {
  text-align: center;
  padding-top: 15px; }

.readMoreButton {
  width: 100%;
  height: 50px;
  border: none;
  color: black;
  background-color: lightgrey; }

.slick-slider {
  -webkit-animation: "fadeIn" 1s;
  animation: "fadeIn" 1s; }
  .slick-slider .slick-arrow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(-20px);
    transform: translateY(-50%) translateY(-20px);
    z-index: 1000;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    color: #fff;
    background-color: #999;
    padding: 0;
    text-align: center;
    border: 1px soliD #dddddd; }
    .slick-slider .slick-arrow.slick-next {
      right: 8px; }
    .slick-slider .slick-arrow.slick-prev {
      left: 8px; }
    .slick-slider .slick-arrow.slick-disabled {
      opacity: 0.4; }
  .slick-slider .slick-dots {
    position: relative !important;
    text-align: center;
    margin: 10px 0 0;
    line-height: 7px; }
    .slick-slider .slick-dots li {
      box-sizing: border-box;
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 10px;
      overflow: hidden;
      background-color: #999999;
      margin-right: 5px; }
      .slick-slider .slick-dots li.slick-active {
        background-color: #c61628; }
      .slick-slider .slick-dots li button {
        opacity: 0; }

#STAMP-TOP .memo {
  text-align: center;
  font-size: 14px;
  padding: 20px 0 0px 0; }

#STAMP-TOP ol {
  width: 310px;
  margin: 10px auto auto auto;
  padding-bottom: 10px; }

#STAMP-TOP li {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin: 5px 0 0 5px;
  line-height: 58px;
  vertical-align: middle;
  text-align: center;
  position: relative; }

#STAMP-TOP li:after {
  content: attr(data-index);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: bold;
  opacity: 0.25; }

#STAMP-TOP li img {
  width: 42px;
  height: 42px;
  margin-top: 8px; }

#STAMP-TOP li:nth-of-type(5n+1) {
  margin-left: 0px; }

#STAMP-TOP .btn_area {
  clear: both;
  padding: 25px 20px 0 20px;
  font-size: 12px; }

#STAMP-TOP button {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  border: 0; }

#STAMP-TOP .use_cond {
  margin-top: 30px;
  background: url(../image/common/check.svg) no-repeat left center;
  background-size: 16px auto;
  padding-left: 20px;
  height: 22px;
  line-height: 22px; }

#STAMP-TOP .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  min-height: 100%; }

#STAMP-TOP .contents {
  padding: 30px 20px;
  display: inline-block;
  margin: 0px auto;
  margin-top: 20px;
  border-radius: 5px;
  width: 80%; }

#STAMP-TOP .msg {
  padding-bottom: 15px;
  border-bottom: 1px dashed;
  font-size: 16px;
  font-weight: bold; }

#STAMP-TOP .get_date {
  background: url(../image/common/time.svg) no-repeat left center;
  background-size: 16px auto;
  padding: 0 0 0 20px;
  margin-top: 15px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  text-align: left; }

#STAMP-TOP button.use-coupon-btn {
  margin-top: 20px; }

#STAMP-TOP button.show-coupon-btn,
#STAMP-TOP button.close-btn {
  margin-top: 20px;
  border: 2px solid; }

#LOGIN-MAIN {
  text-align: center; }
  #LOGIN-MAIN .container {
    padding: 20px; }
  #LOGIN-MAIN .txt {
    text-align: left; }
    #LOGIN-MAIN .txt span {
      font-size: 12px; }
  #LOGIN-MAIN .txt-note {
    text-align: left;
    font-size: 12px;
    line-height: 16px; }
  #LOGIN-MAIN .banner {
    max-width: 100%; }
  #LOGIN-MAIN .bgcard {
    width: 100%;
    margin: 0 auto; }
    #LOGIN-MAIN .bgcard img {
      width: 70%;
      border-radius: 08px; }
  #LOGIN-MAIN .txtinfo {
    line-height: 16px;
    text-align: left;
    font-size: 14px;
    color: #f00;
    margin-bottom: 30px; }
  #LOGIN-MAIN .txtnote {
    padding: 10px 0 20px 0;
    line-height: 16px;
    text-align: left;
    font-size: 14px; }
    #LOGIN-MAIN .txtnote .redcolor {
      color: #f00; }
  #LOGIN-MAIN.regiscard {
    padding-top: 30px; }
    #LOGIN-MAIN.regiscard .singup, #LOGIN-MAIN.regiscard .singup:visited {
      line-height: 22px;
      height: auto;
      padding: 05px 0; }

#LOGIN-MAIN label {
  font-size: 19px;
  line-height: 1.2;
  float: left; }

#LOGIN-MAIN #user-id,
#LOGIN-MAIN #password {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  height: 45px;
  font-size: 19px;
  box-sizing: border-box;
  border: 1px solid #C8C8C8;
  padding: 0 10px; }

#LOGIN-MAIN #user-id {
  margin-bottom: 14px; }

#LOGIN-MAIN #password {
  margin-bottom: 40px; }

#LOGIN-MAIN .login-btn {
  width: 100%;
  border-radius: 5px;
  height: 44px;
  font-size: 16px;
  border: none;
  font-weight: bold;
  margin-bottom: 18px; }

#LOGIN-MAIN .cancel-btn,
#LOGIN-MAIN .forget {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 45px;
  border-bottom: 1px solid;
  margin: 0 auto 45px auto; }

#LOGIN-MAIN .singup,
#LOGIN-MAIN .singup:visited {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 40px;
  border: 2px solid;
  border-radius: 5px;
  margin-bottom: 30px;
  box-sizing: border-box; }

#LOGIN-MAIN .singup.online-shop,
#LOGIN-MAIN .singup.online-shop:visited {
  height: auto;
  line-height: 20px;
  padding: 7px 0; }

#LOGIN-MAIN .cancel-btn {
  margin-bottom: 10px; }

#LOGIN-MAIN .instruction {
  font-size: 11px;
  line-height: 17px; }

@media only screen and (min-height: 501px) and (max-height: 600px) {
  #LOGIN-MAIN .singup,
  #LOGIN-MAIN .singup:visited {
    font-size: 12px; }

  #LOGIN-MAIN .instruction {
    font-size: 9px;
    line-height: 15px; } }
@media only screen and (min-height: 701px) and (max-height: 900px) {
  #LOGIN-MAIN .instruction {
    font-size: 12px;
    line-height: 17px; } }
/*
 * Declare mixin applySize() for box images
 * @include size($width, $height);
 */
/*
 * Declare mixin middleImg() for images 
 * @include middleImg();
 */
/* 
 * Declare variable CSS for images coupon
 */
#COUPON-LIST .COUPON-ITEM-BOX {
  background: url(../image/common/arrow.svg) no-repeat right center;
  background-size: 9px auto;
  padding-right: 15px; }
  #COUPON-LIST .COUPON-ITEM-BOX .MEMBER-ONLY-MARK {
    display: none; }
  #COUPON-LIST .COUPON-ITEM-BOX.MEMBER-ONLY .MEMBER-ONLY-MARK {
    display: inline-block; }
  #COUPON-LIST .COUPON-ITEM-BOX .BEFORE-TERM-MARK {
    display: inline-block; }

#COUPON-LIST .search {
  height: 80px;
  text-align: center;
  padding: 0 20px 0 20px; }

#COUPON-LIST input[type=text] {
  width: 100%;
  font-size: 12px;
  border-radius: 5px;
  height: 26px;
  padding-left: 5px; }

#COUPON-LIST .search_btn {
  padding: 10px 0 8px 0;
  text-align: center; }

#COUPON-LIST .search_btn button {
  width: 30%;
  height: 26px;
  border-radius: 5px;
  font-size: 12px;
  border: none; }

#COUPON-LIST .search_btn button:nth-child(2) {
  margin: 0 3% 0 3%; }

#COUPON-LIST .COUPONS li {
  border-bottom: 1px dotted;
  padding: 9px 15px 9px 9px;
  overflow: hidden;
  position: relative; }

#COUPON-LIST .COUPONS .box_images {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 15px;
  position: relative; }

#COUPON-LIST .COUPONS img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  overflow: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: contain; }

#COUPON-LIST .coupon_info {
  margin-left: 90px; }

#COUPON-LIST .MEMBER-ONLY-MARK, #COUPON-LIST .BEFORE-TERM-MARK {
  padding: 3px;
  font-size: 12px; }

#COUPON-LIST .coupon_name {
  padding-top: 5px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px; }

#COUPON-LIST .valid_time {
  font-size: 11px; }

#COUPON-DETAIL {
  overflow: hidden; }

#COUPON-DETAIL #use-status-view {
  padding: 0 20px 0 20px;
  font-size: 12px;
  line-height: 16px; }
  #COUPON-DETAIL #use-status-view .use_valid_time_complete {
    padding-bottom: 18px; }

#COUPON-DETAIL #use-status-view div {
  padding-left: 20px; }

#COUPON-DETAIL .use_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dotted;
  padding: 18px 0 15px 0; }

#COUPON-DETAIL .use_time {
  margin-top: 15px;
  background: url(../image/common/time1.svg) no-repeat left center;
  background-size: 16px auto; }

#COUPON-DETAIL .use_shop {
  padding: 15px 0 18px 0;
  background: url(../image/common/shop.png) no-repeat left center;
  background-size: 20px auto; }

#COUPON-DETAIL .padding {
  padding: 20px 0 0; }

#COUPON-DETAIL .couponId {
  text-align: center;
  padding: 10px 10px 10px 10px;
  font-size: 36px; }

#COUPON-DETAIL .box_img_detail {
  width: 320px;
  height: 320px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #E0DBDB; }

#COUPON-DETAIL img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  overflow: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#COUPON-DETAIL .coupon_title {
  padding: 20px 20px 0 20px;
  font-size: 18px;
  font-weight: bold; }

#COUPON-DETAIL .coupon_detail {
  padding: 15px 20px 0 20px;
  font-size: 16px;
  line-height: 16px; }

#COUPON-DETAIL dl {
  padding: 0 20px 0 20px;
  margin: 0 0 20px 0;
  font-size: 16px; }

#COUPON-DETAIL dt {
  margin-top: 25px;
  padding-left: 19px;
  height: 20px;
  line-height: 20px; }

#COUPON-DETAIL .use_time_title {
  background: url(../image/common/time.svg) no-repeat left center;
  background-size: 16px auto; }

#COUPON-DETAIL .use_check_title {
  background: url(../image/common/check.svg) no-repeat left center;
  background-size: 16px auto; }

#COUPON-DETAIL .use_attention_title {
  background: url(../image/common/attention.png) no-repeat left center;
  background-size: 15px 16px; }

#COUPON-DETAIL dd {
  padding: 0;
  margin: 0; }

#COUPON-DETAIL .btn_area {
  padding: 0 20px 40px 20px; }

#COUPON-DETAIL button {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  border-width: 2px;
  box-sizing: border-box;
  white-space: nowrap; }

#COUPON-DETAIL button:disabled {
  opacity: 0.25; }

#COUPON-DETAIL .qrOverlay {
  position: absolute;
  top: 0px;
  left: -20px;
  right: 0px;
  z-index: 9999;
  /*min-height: 3000px;*/
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }

#COUPON-DETAIL .qrOverlay .qrText {
  color: white;
  margin-top: 30px;
  font-size: 14px; }

#COUPON-DETAIL .qrOverlay .qrImage {
  margin-top: 50px;
  width: 150px; }

/* use coupo */
.rotate {
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

#triangle-topleft {
  width: 0;
  height: 0;
  border-top: 60px solid #dd525c;
  border-right: 60px solid transparent;
  position: absolute; }

#COUPON-LIST .COUPONS li:first-child .disable {
  padding-top: 04px; }
#COUPON-LIST .COUPONS li .disable {
  width: 100%;
  height: 100%;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box; }
  #COUPON-LIST .COUPONS li .disable .inner {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%; }
    #COUPON-LIST .COUPONS li .disable .inner p {
      position: absolute;
      z-index: 101;
      top: 6px;
      left: 1px;
      font-weight: bold;
      color: #fff;
      font-size: 12px; }
      #COUPON-LIST .COUPONS li .disable .inner p.android_rotate {
        top: 9px; }
#COUPON-LIST .COUPONS li .indisable {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box; }
  #COUPON-LIST .COUPONS li .indisable .inner {
    /*background: rgba(0,0,0,0.3);	*/
    display: block;
    height: 100%; }
    #COUPON-LIST .COUPONS li .indisable .inner p {
      position: absolute;
      z-index: 101;
      top: 6px;
      left: 1px;
      font-weight: bold;
      color: #fff;
      font-size: 12px; }
      #COUPON-LIST .COUPONS li .indisable .inner p.android_rotate {
        top: 9px; }

#SHOP-LIST .search {
  text-align: center;
  padding: 0 20px 0px 20px; }

#SHOP-LIST input[type=text] {
  width: 100%;
  font-size: 12px;
  border-radius: 5px;
  height: 26px; }

#SHOP-LIST .search_btn {
  padding: 10px 0 8px 0;
  text-align: center; }

#SHOP-LIST .search_btn button {
  width: 30%;
  height: 26px;
  border-radius: 5px;
  font-size: 12px;
  border: none; }

#SHOP-LIST .search_btn button:nth-child(2) {
  margin: 0 3% 0 3%; }

#SHOP-LIST .freewordTextBlock {
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  height: 32px; }

#SHOP-LIST .textBoxWrap {
  position: absolute;
  left: 0;
  right: 70px; }

#SHOP-LIST .searchBtn {
  height: 32px;
  border-radius: 5px;
  font-size: 12px;
  border: none;
  border: 2px solid;
  position: absolute;
  right: 0px;
  top: 0px; }

#SHOP-LIST .SHOPS li
, #SHOP-LIST .CATEGORIES li {
  padding: 15px 20px 15px 20px;
  border-bottom: 1px dotted;
  position: relative; }
  #SHOP-LIST .SHOPS li:after
  , #SHOP-LIST .CATEGORIES li:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 20px;
    border: solid #1b3d8b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#SHOP-LIST .row {
  padding-right: 15px; }

#SHOP-LIST .shopName {
  font-size: 16px; }

#SHOP-LIST .shopDistance {
  margin-top: 7px;
  font-size: 14px; }

#SHOP-LIST .selectedCategories {
  padding: 0px 20px;
  font-size: 13px;
  text-decoration: underline; }

#SHOP-LIST .selectedCategories ol {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 4px 0px 0px 0px; }

#SHOP-LIST .selectedCategories li {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 13px; }

#SHOP-LIST .selectedCategories li:last-child {
  border: none; }

#SHOP-LIST .selectedCategories li .offset {
  display: inline-block; }

#SHOP-LIST ul.lst_myshop li {
  width: 94%;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
  color: #1b3d8b;
  border-radius: 05px;
  margin-top: 10px;
  box-sizing: border-box; }
  #SHOP-LIST ul.lst_myshop li .shopname {
    font-size: 16px;
    padding-bottom: 15px;
    color: #333;
    font-weight: bold; }
  #SHOP-LIST ul.lst_myshop li .bgbutton {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px; }
    #SHOP-LIST ul.lst_myshop li .bgbutton a {
      width: 35%;
      text-align: center;
      padding: 12px 10px;
      border: 1px solid #1b3d8b;
      font-weight: bold;
      border-radius: 05px; }
      #SHOP-LIST ul.lst_myshop li .bgbutton a.btn_booking {
        color: #fff;
        background: #1b3d8b; }

#SHOP-DETAIL {
  padding: 18px 20px 0px 20px; }
  #SHOP-DETAIL #shop-detail-region {
    padding: 0 20px; }

#SHOP-DETAIL .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px; }

#SHOP-DETAIL .aim {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px; }

#SHOP-DETAIL .coupon_btn {
  width: 100%;
  white-space: nowrap;
  letter-spacing: -0.05em;
  border-radius: 5px;
  height: 44px;
  font-size: 16px;
  border: none;
  font-weight: bold;
  margin-bottom: 15px; }

#SHOP-DETAIL .map {
  border-top: 1px dotted;
  padding-top: 15px;
  width: 100%;
  margin-bottom: 15px; }

#SHOP-DETAIL .address,
#SHOP-DETAIL .route,
#SHOP-DETAIL .telephone,
#SHOP-DETAIL .worktime,
#SHOP-DETAIL .holiday,
#SHOP-DETAIL .reception,
#SHOP-DETAIL .parking {
  font-size: 12px;
  line-height: 20px;
  padding-left: 20px; }

#SHOP-DETAIL .address {
  background: url(../image/common/map.svg) no-repeat left top;
  background-size: auto 18px; }

#SHOP-DETAIL .route {
  background: url(../image/common/access.svg) no-repeat left top;
  background-size: auto 18px; }

#SHOP-DETAIL .telephone {
  background: url(../image/common/tel.svg) no-repeat left top;
  background-size: auto 18px; }

#SHOP-DETAIL .worktime {
  background: url(../image/common/time.svg) no-repeat left center;
  background-size: 16px auto;
  margin-bottom: 20px; }

#SHOP-DETAIL .reception {
  background: url(../image/common/reception.svg) no-repeat left top;
  background-size: auto 18px;
  margin-bottom: 20px; }

#SHOP-DETAIL .holiday {
  background: url(../image/common/business_hours.svg) no-repeat left 4px;
  background-size: 16px auto;
  padding-bottom: 20px; }

#SHOP-DETAIL .parking {
  background: url(../image/common/parking.svg) no-repeat left 4px;
  background-size: 16px auto;
  padding-bottom: 20px; }

#SHOP-DETAIL .map-btn,
#SHOP-DETAIL .route-btn,
#SHOP-DETAIL .call-btn,
#SHOP-DETAIL .shop-btn,
#SHOP-DETAIL .reserve-btn {
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 30px;
  border: 2px solid;
  border-radius: 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: transparent; }

#POINT-MAIN .point_status {
  padding: 10px 15px; }

#POINT-MAIN .current_point {
  position: relative;
  padding: 17px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #002970;
  color: #fff; }
  #POINT-MAIN .current_point .point-title {
    position: relative;
    top: -05px; }
  #POINT-MAIN .current_point .point-text {
    font-size: 30px;
    padding-left: 8%; }
  #POINT-MAIN .current_point .point-unit {
    padding-left: 1%; }

#POINT-MAIN .condition {
  font-size: 12px; }

#POINT-MAIN .condition_title {
  padding-left: 20px;
  background: url(../image/common/check.svg) no-repeat left top;
  background-size: 16px auto;
  padding-bottom: 10px; }

#POINT-MAIN .condition_words {
  padding-left: 10px;
  line-height: 20px; }

#POINT-MAIN div.pointBarcode {
  clear: both;
  text-align: center;
  padding: 5px 0 20px;
  /*background-color: #f6f6f6;*/ }

#POINT-MAIN .COUPONS {
  border-top: 1px dotted;
  margin: 15px 20px 15px 20px; }

#POINT-MAIN .COUPONS li {
  border-bottom: 1px dotted;
  min-height: 94px;
  padding: 9px 0;
  box-sizing: border-box; }

#POINT-MAIN .COUPONS .box_images {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 15px;
  position: relative; }

#POINT-MAIN .COUPONS img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  overflow: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#POINT-MAIN .coupon_info {
  margin-left: 90px;
  background: url(../image/common/arrow.svg) no-repeat right center;
  background-size: 4% 22%; }

#POINT-MAIN .coupon_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-right: 10px; }

#POINT-MAIN .coupon_price,
#POINT-MAIN .coupon_price_words {
  padding-top: 10px;
  font-size: 13px; }

#EXCHANGE-COUPON-MAIN {
  overflow: hidden; }

#EXCHANGE-COUPON-MAIN .padding {
  padding: 20px 0 0; }

#EXCHANGE-COUPON-MAIN .box_img_detail {
  width: 320px;
  height: 320px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #E0DBDB; }

#EXCHANGE-COUPON-MAIN img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  overflow: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#EXCHANGE-COUPON-MAIN .point_title {
  padding: 20px 20px 0 20px;
  font-size: 18px;
  font-weight: bold; }

#EXCHANGE-COUPON-MAIN .point_detail {
  padding: 15px 20px 0 20px;
  font-size: 16px;
  line-height: 16px; }

#EXCHANGE-COUPON-MAIN dl {
  padding: 0 20px 0 20px;
  margin: 0 0 20px 0;
  font-size: 16px; }

#EXCHANGE-COUPON-MAIN dt {
  margin-top: 25px;
  padding-left: 19px;
  height: 20px;
  line-height: 20px; }

#EXCHANGE-COUPON-MAIN dd {
  padding: 0;
  margin: 0; }

#EXCHANGE-COUPON-MAIN .point_cost_title {
  background: url(../image/common/point.svg) no-repeat left center;
  background-size: 16px auto; }

#EXCHANGE-COUPON-MAIN .point_time_title {
  background: url(../image/common/time.svg) no-repeat left center;
  background-size: 16px auto; }

#EXCHANGE-COUPON-MAIN .point_check_title {
  background: url(../image/common/check.svg) no-repeat left center;
  background-size: 16px auto; }

#EXCHANGE-COUPON-MAIN .point_attention_title {
  background: url(../image/common/attention.png) no-repeat left center;
  background-size: 15px 16px; }

#EXCHANGE-COUPON-MAIN .btn_area {
  padding: 0 20px 40px 20px; }

#EXCHANGE-COUPON-MAIN .btn_area_exchange {
  padding: 0 20px 20px 20px; }

#EXCHANGE-COUPON-MAIN button {
  margin-top: 15px;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  box-sizing: border-box;
  letter-spacing: -0.1em; }

#EXCHANGE-COUPON-MAIN #coupon-list-btn {
  border: 2px solid; }

#EXCHANGE-COUPON-MAIN .DISABLE {
  opacity: 0.25; }

#EXCHANGE-COUPON-MAIN #use-status-view {
  padding: 0 20px 0 20px;
  font-size: 12px;
  line-height: 16px; }

#EXCHANGE-COUPON-MAIN #use-status-view div {
  padding-left: 20px; }

#EXCHANGE-COUPON-MAIN .point_status {
  padding: 18px 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dotted; }

#EXCHANGE-COUPON-MAIN .point_time {
  margin: 15px 0 5px 0;
  background: url(../image/common/time1.svg) no-repeat left center;
  background-size: 16px auto; }

#CONNECTPOINT-MAIN {
  text-align: center; }
  #CONNECTPOINT-MAIN .container {
    padding: 20px; }
  #CONNECTPOINT-MAIN .contentguide {
    text-align: left; }
    #CONNECTPOINT-MAIN .contentguide .title {
      font-size: 16px;
      font-weight: bold;
      padding: 10px 0; }
    #CONNECTPOINT-MAIN .contentguide .cont {
      line-height: 18px;
      font-size: 14px; }
  #CONNECTPOINT-MAIN ul.lstguide {
    margin: 15px 0;
    padding: 20px 10px;
    background: #ddd9c3;
    text-align: left;
    list-style-type: square;
    list-style-position: inside;
    font-size: 14px; }
    #CONNECTPOINT-MAIN ul.lstguide li {
      line-height: 25px; }
      #CONNECTPOINT-MAIN ul.lstguide li:before {
        content: "";
        margin-right: -10px; }
    #CONNECTPOINT-MAIN ul.lstguide ul.sublst {
      padding-left: 20px; }
      #CONNECTPOINT-MAIN ul.lstguide ul.sublst li {
        line-height: 20px; }
  #CONNECTPOINT-MAIN .termguide {
    padding-top: 15px; }
    #CONNECTPOINT-MAIN .termguide .title {
      font-size: 14px;
      font-weight: bold;
      padding: 10px 0;
      text-align: center; }
      @media only screen and (max-width: 375px) {
        #CONNECTPOINT-MAIN .termguide .title {
          font-size: 13px; } }
      @media only screen and (max-width: 320px) {
        #CONNECTPOINT-MAIN .termguide .title {
          font-size: 11px; } }
    #CONNECTPOINT-MAIN .termguide .cont {
      height: 100px;
      overflow-y: scroll;
      font-size: 13px;
      text-align: left;
      line-height: 15px;
      padding: 15px;
      border: 1px solid #ccc;
      background: #fff; }
  #CONNECTPOINT-MAIN .footereare {
    padding: 20px 0; }
    #CONNECTPOINT-MAIN .footereare .bgchkbox {
      padding: 0 0 25px 0; }
      #CONNECTPOINT-MAIN .footereare .bgchkbox input[type=checkbox] {
        position: relative;
        cursor: pointer; }
      #CONNECTPOINT-MAIN .footereare .bgchkbox input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: -2px;
        left: -2px;
        border: 2px solid #555555;
        border-radius: 3px;
        background-color: white; }
      #CONNECTPOINT-MAIN .footereare .bgchkbox input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 4px;
        height: 16px;
        border: solid black;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: -3px;
        left: 5px; }
      #CONNECTPOINT-MAIN .footereare .bgchkbox label {
        position: relative;
        top: 0;
        left: 8px; }
  #CONNECTPOINT-MAIN .title {
    padding: 10px 0 0 0;
    font-size: 24px; }
  #CONNECTPOINT-MAIN .subtitle {
    padding: 30px 0 10px 0;
    margin-top: 20px; }
  #CONNECTPOINT-MAIN .info {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    display: table;
    border-radius: 08px;
    color: #002970;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px; }
    #CONNECTPOINT-MAIN .info.line1 {
      padding: 18px 10px; }
    #CONNECTPOINT-MAIN .info.line2 {
      padding: 15px 10px; }
    #CONNECTPOINT-MAIN .info.line3 .left, #CONNECTPOINT-MAIN .info.line3 .right {
      width: 40%;
      font-size: 12px; }
      #CONNECTPOINT-MAIN .info.line3 .left .txt, #CONNECTPOINT-MAIN .info.line3 .right .txt {
        font-weight: bold; }
        #CONNECTPOINT-MAIN .info.line3 .left .txt.txtline, #CONNECTPOINT-MAIN .info.line3 .right .txt.txtline {
          color: #06c755;
          font-size: 16px; }
      #CONNECTPOINT-MAIN .info.line3 .left .txtvalue, #CONNECTPOINT-MAIN .info.line3 .right .txtvalue {
        font-size: 18px; }
        #CONNECTPOINT-MAIN .info.line3 .left .txtvalue .value, #CONNECTPOINT-MAIN .info.line3 .right .txtvalue .value {
          font-size: 25px; }
        #CONNECTPOINT-MAIN .info.line3 .left .txtvalue .jp, #CONNECTPOINT-MAIN .info.line3 .right .txtvalue .jp {
          font-size: 12px; }
    #CONNECTPOINT-MAIN .info.line3 .midle {
      width: 20%;
      font-size: 30px;
      vertical-align: bottom; }
    #CONNECTPOINT-MAIN .info.line3 .left {
      font-weight: normal; }
    #CONNECTPOINT-MAIN .info.line3 .right {
      text-align: center; }
    #CONNECTPOINT-MAIN .info .left, #CONNECTPOINT-MAIN .info .right, #CONNECTPOINT-MAIN .info .midle {
      display: table-cell;
      vertical-align: middle; }
    #CONNECTPOINT-MAIN .info .left {
      width: 30%;
      font-weight: bold; }
      #CONNECTPOINT-MAIN .info .left.txtline {
        font-size: 18px;
        color: #06c755; }
      #CONNECTPOINT-MAIN .info .left.txtacc {
        font-size: 12px;
        line-height: 15px; }
    #CONNECTPOINT-MAIN .info .right {
      width: 70%;
      font-size: 22px;
      text-align: right; }
      #CONNECTPOINT-MAIN .info .right .value {
        font-size: 28px; }
      #CONNECTPOINT-MAIN .info .right .jp {
        font-size: 13px; }
  #CONNECTPOINT-MAIN .triangle {
    display: block;
    margin: 20px auto; }
    #CONNECTPOINT-MAIN .triangle.arrow-down {
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #002970; }
  #CONNECTPOINT-MAIN .bgbutton {
    width: 50%;
    border-radius: 5px;
    height: 44px;
    font-size: 16px;
    border: none;
    font-weight: bold;
    margin-bottom: 18px; }
    #CONNECTPOINT-MAIN .bgbutton.merg {
      width: 34%;
      display: inline-block;
      margin: 0 15px;
      padding: 0 10px; }
    #CONNECTPOINT-MAIN .bgbutton.bdbutton {
      color: #002970;
      border: 2px solid #002970;
      background: #fff; }

#CONFIG-TOP * {
  box-sizing: border-box; }
#CONFIG-TOP ul li {
  padding: 0 20px 1px 0; }
#CONFIG-TOP ul li a, #CONFIG-TOP ul li span {
  font-size: 16px;
  display: block;
  padding: 15px 10px; }
#CONFIG-TOP .thread {
  background-color: #e4e4e4; }
  #CONFIG-TOP .thread a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    background: none; }
#CONFIG-TOP .menu, #CONFIG-TOP .signIn {
  padding: 0px 7px;
  background-color: #ffffff; }
  #CONFIG-TOP .menu li, #CONFIG-TOP .signIn li {
    padding: 0 20px 1px 0;
    position: relative;
    background-color: #ffffff; }
    #CONFIG-TOP .menu li:not(:last-child), #CONFIG-TOP .signIn li:not(:last-child) {
      border-bottom: 1px solid #e4e4e4; }
    #CONFIG-TOP .menu li:after, #CONFIG-TOP .signIn li:after {
      content: "";
      position: absolute;
      top: 45%;
      right: 15px;
      border: solid #1b3d8b;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #CONFIG-TOP .menu.bookingmenu, #CONFIG-TOP .signIn.bookingmenu {
    background: none; }
    #CONFIG-TOP .menu.bookingmenu li, #CONFIG-TOP .signIn.bookingmenu li {
      background: none;
      color: #1b3d8b;
      border-bottom: 1px dotted #1b3d8b; }
      #CONFIG-TOP .menu.bookingmenu li:last-child, #CONFIG-TOP .signIn.bookingmenu li:last-child {
        border-bottom: 1px dotted #1b3d8b; }
#CONFIG-TOP .signIn {
  margin-top: 7px; }
#CONFIG-TOP .member-info {
  margin: 9px 7px 7px;
  background: #ffffff;
  border-radius: 4px; }
  #CONFIG-TOP .member-info .box-content {
    display: table;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    padding: 7px 11px 7px 13px; }
    #CONFIG-TOP .member-info .box-content-left {
      display: table-cell;
      width: 80%;
      vertical-align: middle;
      line-height: 22px;
      opacity: 0.8; }
      #CONFIG-TOP .member-info .box-content-left .label {
        font-size: 12px; }
    #CONFIG-TOP .member-info .box-content-right {
      display: table-cell;
      width: 20%;
      vertical-align: middle;
      text-align: right;
      font-size: 12px; }
      #CONFIG-TOP .member-info .box-content-right .copy-text {
        display: inline-block;
        border: 1px solid #cccccc;
        padding: 0px 4px; }

/*
 * Declare mixin applySize() for box images
 * @include size($width, $height);
 */
/*
 * Declare mixin middleImg() for images 
 * @include middleImg();
 */
/* 
 * Declare variable CSS for images coupon
 */
#INFORMATION-LIST .INFORMATION-LIST li {
  padding: 15px 20px 15px 20px;
  min-height: 90px;
  border-bottom: 1px dotted; }

#INFORMATION-LIST .INFORMATION-LIST .row {
  height: 90px;
  background: url(../image/common/arrow.svg) no-repeat right center;
  background-size: 9px auto;
  padding-right: 15px; }

#INFORMATION-LIST .INFORMATION-LIST .box_images {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  position: relative; }

#INFORMATION-LIST .INFORMATION-LIST img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  overflow: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: contain; }

#INFORMATION-LIST .coupon_info {
  margin-left: 90px; }

#INFORMATION-LIST .NEWEST-MARK {
  margin-left: 8px;
  padding: 3px;
  font-size: 12px;
  font-weight: bold; }

#INFORMATION-LIST .info_date {
  font-size: 12px; }

#INFORMATION-LIST .coupon_name {
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px; }

#INFORMATION-LIST .hide_this {
  display: none !important; }

#INFORMATION-DETAIL #information-main-region {
  padding: 20px; }

#INFORMATION-DETAIL img {
  width: 100%; }

#INFORMATION-DETAIL a {
  font-size: 16px;
  text-decoration: underline; }

#INFORMATION-DETAIL .info_date {
  font-size: 12px; }

#INFORMATION-DETAIL .info_title {
  padding-top: 12px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 1px dotted; }

#INFORMATION-DETAIL .info_words {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px; }

#INFORMATION-DETAIL .info_link {
  padding-top: 10px; }

#HISTORY-LIST .btn_area {
  padding: 12px 20px;
  text-align: center; }

#HISTORY-LIST button {
  height: 26px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0; }

#HISTORY-LIST .btn_area button {
  width: 32%; }

#HISTORY-LIST li {
  text-align: center;
  font-size: 12px;
  list-style: none; }

#HISTORY-LIST .row {
  display: table;
  width: 100%; }

#HISTORY-LIST .row div {
  display: table-cell;
  vertical-align: middle; }

#HISTORY-LIST .row .col1 {
  width: 22%;
  border-bottom: 1px dashed; }

#HISTORY-LIST .row .col2 {
  width: 37%;
  border-left: 1px solid;
  border-bottom: 1px dashed; }

#HISTORY-LIST .row .col3 {
  width: 40%;
  border-left: 1px solid;
  border-bottom: 1px dashed; }

#HISTORY-LIST .row .col4 {
  width: 78%;
  border-left: 1px solid;
  border-bottom: 1px dashed; }

#HISTORY-LIST .left_header {
  height: 20px;
  font-weight: bold;
  border-bottom: none !important;
  line-height: 22px; }

#HISTORY-LIST .mid_header,
#HISTORY-LIST .right_header {
  height: 20px;
  font-weight: bold;
  border-bottom: none !important;
  line-height: 22px; }

#HISTORY-LIST .use_time {
  text-align: right;
  padding: 5px; }

#HISTORY-LIST .use_point {
  font-size: 14px;
  line-height: 15px;
  padding: 5px;
  text-align: right; }

#HISTORY-LIST .use_shop {
  line-height: 15px;
  text-align: left;
  padding: 5px; }

#HISTORY-LIST .use_coupon {
  line-height: 15px;
  text-align: left;
  padding: 5px; }

.hisnote {
  display: block;
  padding: 15px 20px;
  line-height: 20px;
  font-size: 12px; }
  .hisnote .txtvalue {
    font-size: 14px; }
    .hisnote .txtvalue .total {
      font-size: 16px; }

.lst_history, .lst_history_detail {
  overflow-x: hidden;
  font-size: 14px; }
  .lst_history ul, .lst_history_detail ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 10px; }
    .lst_history ul li a, .lst_history_detail ul li a {
      position: relative;
      background-color: #fff;
      margin-bottom: 05px; }
    .lst_history ul li a, .lst_history ul li .title, .lst_history_detail ul li a, .lst_history_detail ul li .title {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: flex-start;
      padding: 06px 20px;
      font-size: 14px;
      border-radius: 6px; }
      .lst_history ul li a .item, .lst_history ul li .title .item, .lst_history_detail ul li a .item, .lst_history_detail ul li .title .item {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        padding: 03px 0; }
        .lst_history ul li a .item .label, .lst_history ul li .title .item .label, .lst_history_detail ul li a .item .label, .lst_history_detail ul li .title .item .label {
          width: 40%;
          color: #666; }
        .lst_history ul li a .item .value, .lst_history ul li .title .item .value, .lst_history_detail ul li a .item .value, .lst_history_detail ul li .title .item .value {
          width: 60%; }
          .lst_history ul li a .item .value.price, .lst_history ul li .title .item .value.price, .lst_history_detail ul li a .item .value.price, .lst_history_detail ul li .title .item .value.price {
            font-weight: bold; }
          .lst_history ul li a .item .value .note, .lst_history ul li .title .item .value .note, .lst_history_detail ul li a .item .value .note, .lst_history_detail ul li .title .item .value .note {
            font-size: 12px;
            font-weight: normal; }
    .lst_history ul li .title, .lst_history_detail ul li .title {
      background: #e5e5e5 !important;
      color: #333; }
  .lst_history .list_content, .lst_history_detail .list_content {
    padding: 0 20px;
    background: #fff; }
    .lst_history .list_content .itemcontent, .lst_history_detail .list_content .itemcontent {
      margin: 10px 0;
      padding-top: 15px;
      border-top: 1px solid #BFBFBF; }
      .lst_history .list_content .itemcontent:first-child, .lst_history_detail .list_content .itemcontent:first-child {
        border-top: none; }
      .lst_history .list_content .itemcontent:last-child, .lst_history_detail .list_content .itemcontent:last-child {
        margin-bottom: 15px;
        padding-bottom: 12px; }
      .lst_history .list_content .itemcontent .name, .lst_history .list_content .itemcontent .price, .lst_history_detail .list_content .itemcontent .name, .lst_history_detail .list_content .itemcontent .price {
        padding: 03px 0; }
      .lst_history .list_content .itemcontent .price, .lst_history_detail .list_content .itemcontent .price {
        font-weight: bold; }
      .lst_history .list_content .itemcontent .lstitem, .lst_history_detail .list_content .itemcontent .lstitem {
        padding-top: 05px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap; }
        .lst_history .list_content .itemcontent .lstitem .item, .lst_history_detail .list_content .itemcontent .lstitem .item {
          width: 100%;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          text-align: left;
          padding: 02px 0;
          font-size: 12px; }
          .lst_history .list_content .itemcontent .lstitem .item .label, .lst_history_detail .list_content .itemcontent .lstitem .item .label {
            width: 40%;
            color: #666; }
          .lst_history .list_content .itemcontent .lstitem .item .value, .lst_history_detail .list_content .itemcontent .lstitem .item .value {
            width: 60%; }
            .lst_history .list_content .itemcontent .lstitem .item .value .note, .lst_history_detail .list_content .itemcontent .lstitem .item .value .note {
              font-size: 10px; }
  .lst_history .totalPrice, .lst_history_detail .totalPrice {
    text-align: right;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    margin: 0 10px;
    margin-bottom: 20px;
    background: #fff; }
    .lst_history .totalPrice .value, .lst_history_detail .totalPrice .value {
      margin-left: 10px;
      font-size: 16px; }
  .lst_history .hisroerErr, .lst_history_detail .hisroerErr {
    padding: 10px;
    text-align: center; }

.bdRight {
  border-right: 1px solid #673a3a; }

.bdWhite {
  border-color: #fff; }

.sliderImages img {
  opacity: 0;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important; }

/* top  */
#APP-TOP {
  overflow: hidden !important;
  background-color: #3f3f3f; }
  #APP-TOP .inner-top {
    position: relative;
    display: block;
    overflow: hidden !important; }
  #APP-TOP .contenttop {
    overflow-y: scroll;
    overflow-x: hidden; }
    #APP-TOP .contenttop .topmenu {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px 0; }
      #APP-TOP .contenttop .topmenu a {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #4f4f4f;
        text-decoration: none;
        padding: 05px;
        min-height: 70px;
        margin: 0 6px; }
      #APP-TOP .contenttop .topmenu .image img {
        width: auto;
        height: 30px;
        object-fit: cover; }
      #APP-TOP .contenttop .topmenu .label {
        margin-top: 10px;
        font-size: 12px;
        font-weight: bold;
        color: #fff; }
  #APP-TOP .tile-banner-container {
    display: none;
    position: relative; }
    #APP-TOP .tile-banner-container.show {
      display: block;
      -webkit-animation: "fadeIn" 0.5s;
      animation: "fadeIn" 0.5s; }
    #APP-TOP .tile-banner-container .tile-banner-list {
      padding: 15px 10px 10px 10px; }
    #APP-TOP .tile-banner-container .tile-banner-item:not(:last-child) {
      padding-bottom: 05px; }
    #APP-TOP .tile-banner-container .tile-banner-link {
      display: block; }
    #APP-TOP .tile-banner-container .tile-banner-image {
      width: 100%;
      display: block; }
  #APP-TOP .bgcard .btn {
    position: relative;
    width: 50%;
    background-color: #fff;
    color: #333;
    display: inline-block;
    padding: 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 06px;
    border: none; }
  #APP-TOP .bgcard.notlogin {
    display: table;
    width: 100%;
    background: #d8d8d8;
    padding-bottom: 25px;
    text-align: center; }
    #APP-TOP .bgcard.notlogin .wrap-notlogin {
      padding-top: 25px; }
  #APP-TOP .bgcard .mtop {
    margin-top: 20px; }

/* top title */
#APP-TOP .titleContainer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%; }

#APP-TOP .titleContainer h1 {
  padding: 0;
  margin: 50px 0 0;
  text-align: center; }

/* top bg */
#APP-TOP .topBg {
  width: 100%;
  height: 100%;
  background: url("../image/top/default_logo.png") no-repeat center center;
  background-size: 70% auto; }

#APP-TOP .sliderImages ~ .topBg,
#APP-TOP .tile-banner-container ~ .topBg {
  display: none; }
#APP-TOP .tile-banner-container ~ .bgempty {
  display: block; }

#APP-TOP .bgempty {
  height: 25px;
  display: none; }

/* top menuContainer */
#APP-TOP .menuContainer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 25;
  width: 100%;
  background: #efefef;
  border-top: 1px solid #efefef; }
  #APP-TOP .menuContainer.morepx {
    bottom: 1px; }

#APP-TOP .pointArea, #MEMBER-DETAIL .pointArea {
  height: 94px;
  z-index: 100;
  left: 0;
  width: 100%;
  right: 0;
  display: block;
  text-align: center;
  background: #d8d8d8; }
  #APP-TOP .pointArea .pointLeft, #MEMBER-DETAIL .pointArea .pointLeft {
    width: 40%;
    height: 100%;
    float: left;
    color: #c50018;
    box-sizing: border-box;
    text-align: center;
    padding: 05px 08px;
    position: relative; }
    #APP-TOP .pointArea .pointLeft p, #MEMBER-DETAIL .pointArea .pointLeft p {
      display: block;
      font-weight: bold;
      font-size: 20px; }
    #APP-TOP .pointArea .pointLeft .bg_img, #MEMBER-DETAIL .pointArea .pointLeft .bg_img {
      display: inline-block;
      width: 46%;
      padding-right: 05px; }
      #APP-TOP .pointArea .pointLeft .bg_img img, #MEMBER-DETAIL .pointArea .pointLeft .bg_img img {
        width: 100%; }
    #APP-TOP .pointArea .pointLeft .txtpoint, #MEMBER-DETAIL .pointArea .pointLeft .txtpoint {
      display: inline-block;
      font-size: 15px;
      position: relative;
      top: -10px;
      line-height: 16px; }
    #APP-TOP .pointArea .pointLeft .point-value, #MEMBER-DETAIL .pointArea .pointLeft .point-value {
      font-size: 36px;
      line-height: 30px;
      padding-right: 05px; }
    #APP-TOP .pointArea .pointLeft .point-label, #MEMBER-DETAIL .pointArea .pointLeft .point-label {
      font-size: 15px;
      position: relative;
      bottom: 2px; }
    #APP-TOP .pointArea .pointLeft::after, #MEMBER-DETAIL .pointArea .pointLeft::after {
      content: "";
      position: absolute;
      top: 11px;
      right: 0px;
      height: 80%;
      border-left: 1px solid #002970; }
  #APP-TOP .pointArea .pointRight, #MEMBER-DETAIL .pointArea .pointRight {
    text-align: left;
    width: 60%;
    height: 100%;
    color: #002970;
    font-weight: bold;
    box-sizing: border-box;
    float: left;
    padding: 08px 10px 12px 10px; }
    #APP-TOP .pointArea .pointRight .bg_vs, #MEMBER-DETAIL .pointArea .pointRight .bg_vs {
      width: 98%;
      margin: 0 auto;
      padding-bottom: 04px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_txt, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_txt {
        font-size: 19px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_value, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_value {
        font-size: 28px;
        width: 36%;
        text-align: center;
        display: inline-block; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_unit, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_unit {
        text-align: right;
        font-size: 16px; }
    #APP-TOP .pointArea .pointRight .bg_rank, #MEMBER-DETAIL .pointArea .pointRight .bg_rank {
      width: 100%;
      padding-top: 04px;
      display: block;
      position: relative;
      text-align: center; }
      #APP-TOP .pointArea .pointRight .bg_rank img, #MEMBER-DETAIL .pointArea .pointRight .bg_rank img {
        width: 98%;
        margin: 0 auto;
        display: block;
        padding-top: 05px; }
      #APP-TOP .pointArea .pointRight .bg_rank::before, #MEMBER-DETAIL .pointArea .pointRight .bg_rank::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        border-top: 1px solid #002970; }
      #APP-TOP .pointArea .pointRight .bg_rank .rank_value, #MEMBER-DETAIL .pointArea .pointRight .bg_rank .rank_value {
        font-size: 26px; }
    #APP-TOP .pointArea .pointRight .btnUsePoint, #MEMBER-DETAIL .pointArea .pointRight .btnUsePoint {
      background-color: #fff;
      border-radius: 5px;
      margin: 02px 10px; }
      #APP-TOP .pointArea .pointRight .btnUsePoint img, #MEMBER-DETAIL .pointArea .pointRight .btnUsePoint img {
        width: 7px;
        /*margin-right: 5px;    */ }
      #APP-TOP .pointArea .pointRight .btnUsePoint span, #MEMBER-DETAIL .pointArea .pointRight .btnUsePoint span {
        font-size: 9px;
        color: #fff; }
      #APP-TOP .pointArea .pointRight .btnUsePoint p, #MEMBER-DETAIL .pointArea .pointRight .btnUsePoint p {
        color: #930202;
        line-height: 36px;
        font-size: 14px;
        display: inline-block; }
  #APP-TOP .pointArea p, #MEMBER-DETAIL .pointArea p {
    margin: 0; }

#MEMBER-DETAIL .pointArea {
  border-top: 1px solid #002970;
  border-bottom: 1px solid #002970; }
  #MEMBER-DETAIL .pointArea .pointLeft {
    padding: 16px 08px; }
    #MEMBER-DETAIL .pointArea .pointLeft .txtpoint {
      top: -2px; }
    #MEMBER-DETAIL .pointArea .pointLeft .point-value {
      line-height: 36px; }

#APP-TOP .pointBlock {
  /*  border-top:1px solid #f0dc2d; */
  /*  border-right: 1px solid #f0dc2d; */ }
  #APP-TOP .pointBlock .inner-point {
    background-color: #fff;
    padding: 30px 0 30px; }
  #APP-TOP .pointBlock p {
    color: #505050;
    margin: 0;
    padding: 0;
    text-align: center; }
  #APP-TOP .pointBlock .box-point {
    padding-bottom: 10px;
    margin: 0 auto; }
    #APP-TOP .pointBlock .box-point span {
      color: #cd2328;
      font-size: 20px;
      vertical-align: middle;
      padding-right: 5px; }
      #APP-TOP .pointBlock .box-point span.total-point {
        font-size: 30px;
        line-height: 20px;
        font-weight: bold; }
      #APP-TOP .pointBlock .box-point span:last-child {
        color: #505050;
        line-height: 24px;
        font-size: 15px;
        padding-right: 0;
        padding-left: 5px;
        vertical-align: bottom; }
  #APP-TOP .pointBlock .box-link span {
    font-size: 15px; }

/* common */
#APP-TOP .menuContainer .btnM {
  font-size: 13px; }

#APP-TOP .menuContainer .btnS {
  font-size: 12px; }

#APP-TOP .menuContainer .menuBody {
  /*background-color: #fd9827;*/
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff; }

/* column1 point */
#APP-TOP .menuContainer .menuColumn1 {
  width: 100%;
  border-top: 1px solid; }

#APP-TOP .menuContainer .menuColumn1 a .menuBlock .pointInformation {
  float: left;
  width: 60%;
  padding: 15px 0 0;
  text-align: center; }

#APP-TOP .menuContainer .menuColumn1 a .menuBlock .pointInformation p {
  padding: 0 0 5px;
  margin: 0px;
  font-size: 9px; }

#APP-TOP .menuContainer .menuColumn1 a .menuBlock .pointInformation p.pointValue {
  font-size: 40px;
  color: #ff8c11; }

#APP-TOP .menuContainer .menuColumn1 a .menuBlock div.pointUse {
  float: left;
  width: 40%;
  padding: 40px 0 0;
  font-size: 16px;
  text-align: left; }

#APP-TOP .menuContainer .menuColumn1 a .menuBlock div.pointBarcode {
  clear: both;
  text-align: center;
  padding: 0px 0 15px; }

/* column2 */
#APP-TOP .menuContainer .menuColumn2 {
  display: table;
  width: 100%;
  border-top: 1px solid;
  border-color: #673a3a !important; }

#APP-TOP .menuContainer .menuColumn2 a {
  box-sizing: border-box;
  display: table-cell;
  width: 50%;
  text-align: center;
  /*border-right: 1px solid #673a3a;*/ }

#APP-TOP .menuContainer .menuColumn2 a .menuBlock {
  /*border-right: 0px solid;*/
  padding: 15px 0; }

#APP-TOP .menuContainer .menuColumn2 a:last-child .menuBlock {
  /*border-right: 0px solid;*/ }

#APP-TOP .menuContainer .menuColumn2 a .menuBlock .svgContainer {
  display: block; }

#APP-TOP .menuContainer .menuColumn2 a .menuBlock p {
  display: inline;
  width: 100%; }

#APP-TOP .menuContainer .menuColumn2 a .menuBlock span.badge-number {
  position: absolute;
  top: 20px;
  left: 54%;
  font-size: 10px;
  background: red;
  color: #fff;
  border-radius: 50% 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: none; }

#APP-TOP .menuContainer .menuColumn2 a .menuBlock span.badge-number.show {
  display: block; }

/* column3 */
#APP-TOP .menuContainer .menuColumn3 {
  clear: both;
  width: 100%;
  border-top: 1px solid #fff; }

#APP-TOP .menuContainer .menuColumn3 a {
  display: block;
  float: left;
  padding: 06px 0;
  width: 33%;
  border-right: 1px solid #fff;
  text-align: center; }

#APP-TOP .menuContainer .menuColumn3 a:nth-child(2) {
  width: 33.4%; }

#APP-TOP .menuContainer .menuColumn3 a:last-child {
  border-right: 0px solid; }

#APP-TOP .menuContainer .menuColumn3 a .svgContainer {
  display: block;
  /*margin: 15px auto;*/
  height: 54px; }

#APP-TOP .menuContainer .menuColumn3 a p {
  display: inline;
  width: 100%; }

#APP-TOP .menuContainer .menuColumn3 a .menuBlock {
  position: relative; }

#APP-TOP .menuContainer .menuColumn3 a .menuBlock span.badge-number {
  position: absolute;
  top: 0px;
  left: 70%;
  font-size: 10px;
  background: #c50018;
  color: #fff;
  border-radius: 50% 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: none; }

#APP-TOP .menuContainer .menuColumn3 a .menuBlock span.badge-number.show {
  display: block; }

/* menuFooter */
#APP-TOP .menuContainer .menuFooter {
  clear: both; }

#APP-TOP .menuContainer .menuFooter a .menuBlock {
  text-align: center; }

#APP-TOP .menuContainer .menuFooter a .menuBlock .svgContainer {
  display: inline; }

#APP-TOP .menuContainer .menuFooter a .menuBlock .svgContainer img {
  vertical-align: middle; }

/* column2 */
#APP-TOP .menuContainer .menuFooter .menuColumn2 {
  display: table;
  width: 100%;
  height: 50px;
  border-top: 1px solid; }

#APP-TOP .menuContainer .menuFooter .menuColumn2 a {
  display: table-cell;
  width: 50%;
  text-align: center;
  border-right: 0px solid; }

#APP-TOP .menuContainer .menuFooter .menuColumn2 a .menuBlock {
  border-right: 1px solid #333;
  padding: 5px 0; }

#APP-TOP .menuContainer .menuFooter .menuColumn2 a:last-child .menuBlock {
  border-right: 0px solid; }

#APP-TOP .menuContainer .menuFooter .menuColumn2 a .menuBlock .svgContainer {
  display: inline; }

#APP-TOP .menuContainer .menuFooter .menuColumn2 a .menuBlock p {
  display: inline;
  width: 100%;
  padding-right: 15px; }

@media only screen and (min-height: 701px) and (max-height: 750px) {
  #APP-TOP .menuContainer .menuColumn3 a {
    padding: 10px 0; }
    #APP-TOP .menuContainer .menuColumn3 a:nth-child(2) {
      width: 33.2%; }
    #APP-TOP .menuContainer .menuColumn3 a .menuBlock .svgContainer {
      height: 60px; }
      #APP-TOP .menuContainer .menuColumn3 a .menuBlock .svgContainer img {
        width: 60px;
        height: 60px; }
  #APP-TOP .menuContainer .btnM {
    font-size: 14px; }

  #APP-TOP .pointArea, #MEMBER-DETAIL .pointArea {
    height: 104px; }
    #APP-TOP .pointArea .pointLeft .bg_img, #MEMBER-DETAIL .pointArea .pointLeft .bg_img {
      width: 48%; }
    #APP-TOP .pointArea .pointLeft .txtpoint, #MEMBER-DETAIL .pointArea .pointLeft .txtpoint {
      font-size: 16px;
      line-height: 18px; }
    #APP-TOP .pointArea .pointLeft .bg_value, #MEMBER-DETAIL .pointArea .pointLeft .bg_value {
      padding-top: 05px; }
    #APP-TOP .pointArea .pointLeft .point-value, #MEMBER-DETAIL .pointArea .pointLeft .point-value {
      font-size: 38px; }
    #APP-TOP .pointArea .pointRight .bg_vs, #MEMBER-DETAIL .pointArea .pointRight .bg_vs {
      padding-bottom: 08px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_txt, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_txt {
        font-size: 20px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_value, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_value {
        width: 36%;
        font-size: 30px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_unit, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_unit {
        font-size: 18px; }
    #APP-TOP .pointArea .pointRight .bg_rank, #MEMBER-DETAIL .pointArea .pointRight .bg_rank {
      padding-top: 08px; }
      #APP-TOP .pointArea .pointRight .bg_rank .rank_value, #MEMBER-DETAIL .pointArea .pointRight .bg_rank .rank_value {
        font-size: 30px; }
    #APP-TOP .pointArea .btn, #MEMBER-DETAIL .pointArea .btn {
      margin: 32px 2%; }

  #MEMBER-DETAIL .pointArea {
    border-top: 1px solid #002970;
    border-bottom: 1px solid #002970; }
    #MEMBER-DETAIL .pointArea .pointLeft {
      padding: 20px 08px; }
      #MEMBER-DETAIL .pointArea .pointLeft .txtpoint {
        top: -2px; }
      #MEMBER-DETAIL .pointArea .pointLeft .point-value {
        line-height: 36px; } }
@media only screen and (min-height: 501px) and (max-height: 600px) {
  #APP-TOP .menuContainer .menuColumn3 a {
    padding: 06px 0; }
    #APP-TOP .menuContainer .menuColumn3 a:nth-child(2) {
      width: 33.2%; }
    #APP-TOP .menuContainer .menuColumn3 a .svgContainer {
      height: 45px; }
  #APP-TOP .menuContainer .btnM {
    font-size: 12px; }

  #APP-TOP .pointArea, #MEMBER-DETAIL .pointArea {
    height: 84px; }
    #APP-TOP .pointArea .pointLeft .bg_img, #MEMBER-DETAIL .pointArea .pointLeft .bg_img {
      width: 44%; }
    #APP-TOP .pointArea .pointLeft .txtpoint, #MEMBER-DETAIL .pointArea .pointLeft .txtpoint {
      top: -08px;
      font-size: 12px; }
    #APP-TOP .pointArea .pointLeft .point-value, #MEMBER-DETAIL .pointArea .pointLeft .point-value {
      font-size: 34px; }
    #APP-TOP .pointArea .pointRight .bg_vs, #MEMBER-DETAIL .pointArea .pointRight .bg_vs {
      padding-bottom: 04px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_txt, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_txt {
        font-size: 16px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_value, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_value {
        font-size: 26px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_unit, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_unit {
        font-size: 14px; }
    #APP-TOP .pointArea .pointRight .bg_rank, #MEMBER-DETAIL .pointArea .pointRight .bg_rank {
      padding-top: 04px; }
      #APP-TOP .pointArea .pointRight .bg_rank .rank_value, #MEMBER-DETAIL .pointArea .pointRight .bg_rank .rank_value {
        font-size: 24px; }
    #APP-TOP .pointArea .btn, #MEMBER-DETAIL .pointArea .btn {
      margin: 22px 2%; }

  #MEMBER-DETAIL .pointArea {
    border-top: 1px solid #002970;
    border-bottom: 1px solid #002970; }
    #MEMBER-DETAIL .pointArea .pointLeft {
      padding: 12px 08px; }
      #MEMBER-DETAIL .pointArea .pointLeft .txtpoint {
        top: -2px; }
      #MEMBER-DETAIL .pointArea .pointLeft .point-value {
        line-height: 30px; } }
@media only screen and (min-height: 450px) and (max-height: 500px) {
  #APP-TOP .menuContainer .menuColumn3 a {
    padding: 06px 0; }
    #APP-TOP .menuContainer .menuColumn3 a:nth-child(2) {
      width: 33.2%; }
    #APP-TOP .menuContainer .menuColumn3 a .svgContainer {
      height: 45px; }
  #APP-TOP .menuContainer .btnM {
    font-size: 12px; }
  #APP-TOP .menuContainer .menuColumn3 a {
    padding: 04px 0; }
    #APP-TOP .menuContainer .menuColumn3 a:nth-child(2) {
      width: 33.2%; }
    #APP-TOP .menuContainer .menuColumn3 a .menuBlock .svgContainer {
      height: 35px; }
      #APP-TOP .menuContainer .menuColumn3 a .menuBlock .svgContainer img {
        width: 40px;
        height: 40px; }
  #APP-TOP .menuContainer .btnM {
    font-size: 11px; }

  #APP-TOP .pointArea, #MEMBER-DETAIL .pointArea {
    height: 84px; }
    #APP-TOP .pointArea .pointLeft .bg_img, #MEMBER-DETAIL .pointArea .pointLeft .bg_img {
      width: 44%; }
    #APP-TOP .pointArea .pointLeft .txtpoint, #MEMBER-DETAIL .pointArea .pointLeft .txtpoint {
      font-size: 13px;
      font-size: 14px; }
    #APP-TOP .pointArea .pointLeft .point-value, #MEMBER-DETAIL .pointArea .pointLeft .point-value {
      font-size: 34px; }
    #APP-TOP .pointArea .pointRight .bg_vs, #MEMBER-DETAIL .pointArea .pointRight .bg_vs {
      padding-bottom: 04px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_txt, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_txt {
        font-size: 16px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_value, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_value {
        font-size: 26px; }
      #APP-TOP .pointArea .pointRight .bg_vs .vs_unit, #MEMBER-DETAIL .pointArea .pointRight .bg_vs .vs_unit {
        font-size: 14px; }
    #APP-TOP .pointArea .pointRight .bg_rank, #MEMBER-DETAIL .pointArea .pointRight .bg_rank {
      padding-top: 04px; }
      #APP-TOP .pointArea .pointRight .bg_rank .rank_value, #MEMBER-DETAIL .pointArea .pointRight .bg_rank .rank_value {
        font-size: 24px; }
    #APP-TOP .pointArea .btn, #MEMBER-DETAIL .pointArea .btn {
      margin: 22px 2%; }

  #MEMBER-DETAIL .pointArea {
    border-top: 1px solid #002970;
    border-bottom: 1px solid #002970; }
    #MEMBER-DETAIL .pointArea .pointLeft {
      padding: 12px 08px; }
      #MEMBER-DETAIL .pointArea .pointLeft .txtpoint {
        top: -2px; }
      #MEMBER-DETAIL .pointArea .pointLeft .point-value {
        line-height: 30px; } }
#CHIRASHI-LIST li {
  padding: 20px 20px;
  text-align: center;
  border-bottom-style: dotted;
  border-bottom-width: 1px; }

#CHIRASHI-LIST li .row {
  background: url(../image/common/arrow.svg) no-repeat right center;
  background-size: 4% 22%; }

#CHIRASHI-LIST .chirashiImg {
  display: inline-block;
  overflow: hidden;
  width: 60%;
  height: 150px; }

#CHIRASHI-LIST .chirashiImg img {
  max-width: 100%; }

#CHIRASHI-LIST .chirashiText {
  margin-top: 15px;
  font-size: 14px; }

.bg_opacity {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: auto;
  transition: all 0.5s ease 0s;
  display: none; }

.bg_opacity.show {
  display: block; }

.dialogue {
  background: #fff;
  width: 90%;
  margin: 0 5% 0 5%;
  border-radius: 5px;
  color: #002970;
  font-size: 1rem;
  display: none;
  position: fixed;
  top: 25%; }

.dialogue.show {
  display: block; }

.dialogue .content {
  padding: 15px 15px 1px 15px; }

.dialogue .content h1 {
  border-bottom: 1px dashed #002970;
  padding-bottom: 15px;
  text-align: center;
  font-size: 1rem;
  margin-top: 30px; }

.dialogue .content .text {
  text-align: center; }

.clockicn {
  width: 17px;
  height: 18px;
  background-image: url(../image/top/clock.png);
  display: inline-block;
  vertical-align: -3px;
  margin-right: 3px; }

.btn {
  width: 100%;
  padding: 15px 0;
  border: 2px solid #002970;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin-bottom: 35px;
  cursor: pointer;
  color: #002970; }

.cl-brown {
  color: #984908;
  padding-right: 10px; }

#SMART-MAIN .pointBarcode {
  text-align: center;
  padding: 10px 0; }

#SMART-MAIN .smart_status {
  padding: 10px 20px 5px 20px; }

#SMART-MAIN .current_smart {
  position: relative;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #984908; }

#SMART-MAIN .smart-text {
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 0; }

#SMART-MAIN .smartmoney-text {
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 0; }

#SMART-MAIN .smartpoint-text {
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 0; }

#SMART-MAIN .condition {
  display: table-row;
  font-size: 9px; }

#SMART-MAIN .condition_title {
  display: table-cell;
  padding-left: 20px;
  background: url(../image/common/check.svg) no-repeat left top;
  background-size: 16px auto; }

#SMART-MAIN .condition_words {
  padding-left: 10px;
  line-height: 14px; }

#SMART-MAIN #card_info {
  border-bottom: 1px dotted;
  background-color: #815A2B;
  padding: 15px 0px 15px 0px; }

#SMART-MAIN .card-text {
  padding: 0px 20px 0px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff; }

#SMART-MAIN .cardnum-text {
  margin: 0px 0px 0px 25px;
  font-size: 27px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  color: #fff; }

#SMART-MAIN .pinnum-text {
  margin: 0px 0px 0px 25px;
  font-size: 27px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  color: #fff; }

#SMART-MAIN .current_charge {
  position: relative;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px; }

#SMART-MAIN .charge-text {
  font-size: 30px;
  font-weight: bold; }

#SMART-MAIN .charge-limit {
  font-size: 15px;
  font-weight: bold; }

.value-div1 {
  float: left;
  width: 100px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  border: 1px; }

.value-div2 {
  overflow: hidden;
  text-align: right; }

#SMART-MAIN #button-region {
  padding: 10px 20px 5px 20px;
  text-align: center; }

#SMART-MAIN .history_btn {
  width: 100%;
  white-space: nowrap;
  letter-spacing: -0.05em;
  border-radius: 5px;
  height: 44px;
  font-size: 16px;
  border: none;
  font-weight: bold; }

#scratch-page {
  margin-top: -44px;
  background-color: #fff; }
  #scratch-page .inner-scratch-page {
    position: relative;
    height: 100%; }
    #scratch-page .inner-scratch-page .guide-content {
      position: absolute;
      top: 0;
      left: 0; }
      #scratch-page .inner-scratch-page .guide-content.hide {
        display: none; }
      #scratch-page .inner-scratch-page .guide-content .top-banner {
        /*padding: 20px;*/ }
        #scratch-page .inner-scratch-page .guide-content .top-banner img {
          width: 100%; }
    #scratch-page .inner-scratch-page .group-btn-control {
      width: 100%;
      position: absolute;
      bottom: 25px;
      text-align: center; }
      #scratch-page .inner-scratch-page .group-btn-control #win-msg {
        color: black;
        font-weight: bold;
        font-size: 12px;
        display: block;
        margin-bottom: 20px; }
      #scratch-page .inner-scratch-page .group-btn-control .btn-scratch {
        cursor: pointer;
        text-align: center;
        font-size: 14px;
        width: 70%;
        color: #000;
        display: inline-block;
        padding: 10px 0;
        background-color: #fff;
        /*border: 2px solid #000;*/
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin: 0 auto 15px;
        font-weight: bold;
        /*&.btn-retry {
        	display: none;
        }*/ }
        #scratch-page .inner-scratch-page .group-btn-control .btn-scratch.hide {
          display: none; }
        #scratch-page .inner-scratch-page .group-btn-control .btn-scratch.btn-bd {
          border: 2px solid #000; }
        #scratch-page .inner-scratch-page .group-btn-control .btn-scratch .icon_arr {
          text-align: center;
          position: relative;
          padding: 10px 0px 10px 23px;
          font-size: 20px;
          color: #333; }
        #scratch-page .inner-scratch-page .group-btn-control .btn-scratch .icon_arr::before {
          content: "";
          position: absolute;
          left: 5px;
          top: 15px;
          width: 0;
          height: 0;
          border-top: 7px solid transparent;
          border-left: 10px solid #de0101;
          border-bottom: 7px solid transparent; }
      #scratch-page .inner-scratch-page .group-btn-control #alt-link {
        color: black;
        font-weight: bold;
        font-size: 12px;
        display: none;
        text-decoration: underline; }
    #scratch-page .inner-scratch-page .index-content {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../image/scratch/back-100.png) center no-repeat;
      background-size: cover; }
      #scratch-page .inner-scratch-page .index-content.hide {
        display: none; }
      #scratch-page .inner-scratch-page .index-content .box-scratch-card {
        width: 100%;
        height: 100%;
        position: relative; }
        #scratch-page .inner-scratch-page .index-content .box-scratch-card .play-scratch {
          width: 240px;
          height: 240px;
          margin: 0 auto;
          position: absolute;
          left: 50%;
          margin-left: -120px;
          color: #666666;
          font-size: 16px;
          z-index: 9; }
          #scratch-page .inner-scratch-page .index-content .box-scratch-card .play-scratch img {
            width: 100%;
            outline: none !important;
            border: none !important; }
      #scratch-page .inner-scratch-page .index-content #btnContainer {
        display: none;
        position: absolute;
        left: 40px;
        bottom: 10px;
        z-index: 10; }
  #scratch-page .with-fadein {
    animation-name: fadein;
    animation-duration: 5s;
    animation-timing-function: ease; }
@keyframes fadein {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #scratch-page .with-popup {
    animation-name: popup;
    animation-duration: 5s;
    animation-timing-function: ease; }
@keyframes popup {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (min-height: 701px) and (max-height: 750px) {
  #scratch-page .inner-scratch-page .group-btn-control {
    bottom: 35px; } }
@media only screen and (min-height: 501px) and (max-height: 600px) {
  #scratch-page .inner-scratch-page .group-btn-control {
    bottom: 10px; } }
#MEMBER-DETAIL #progress-linear-bar-region {
  margin: 10px 50px; }
#MEMBER-DETAIL .progress-linear {
  position: relative;
  width: 100%;
  height: 20px;
  overflow: hidden;
  background-color: #ede4da;
  margin: 10px 0 05px 0;
  border-radius: 5px; }
#MEMBER-DETAIL .progress-linear__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f29220;
  transition: width 0.3s ease; }
#MEMBER-DETAIL .bgbutton {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  box-shadow: inset 0 10px 10px -5px #d1d1d1;
  /* Bóng đổ vào bên trong cạnh trên */ }
  #MEMBER-DETAIL .bgbutton .button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b3d8b;
    color: #fff;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 10px; }
    #MEMBER-DETAIL .bgbutton .button img {
      width: 30px;
      height: auto;
      padding-right: 10px; }
    @media only screen and (max-width: 360px) {
      #MEMBER-DETAIL .bgbutton .button {
        font-size: 13px; } }
#MEMBER-DETAIL .lstlink, #MEMBER-DETAIL .lstterm {
  width: 90%;
  margin: 0 auto 08px; }
  #MEMBER-DETAIL .lstlink li, #MEMBER-DETAIL .lstterm li {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 5px; }
    #MEMBER-DETAIL .lstlink li a, #MEMBER-DETAIL .lstlink li div.title, #MEMBER-DETAIL .lstterm li a, #MEMBER-DETAIL .lstterm li div.title {
      position: relative;
      display: block;
      line-height: 50px; }
      #MEMBER-DETAIL .lstlink li a:after, #MEMBER-DETAIL .lstlink li div.title:after, #MEMBER-DETAIL .lstterm li a:after, #MEMBER-DETAIL .lstterm li div.title:after {
        content: "";
        position: absolute;
        top: 40%;
        right: 0;
        border: solid #1b3d8b;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #MEMBER-DETAIL .lstlink li a.active:after, #MEMBER-DETAIL .lstlink li div.title.active:after, #MEMBER-DETAIL .lstterm li a.active:after, #MEMBER-DETAIL .lstterm li div.title.active:after {
        top: 42%;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    #MEMBER-DETAIL .lstlink li div.title:after, #MEMBER-DETAIL .lstterm li div.title:after {
      top: 34%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
#MEMBER-DETAIL .lstterm li {
  margin-bottom: 08px; }
  #MEMBER-DETAIL .lstterm li div.title {
    padding: 0; }
  #MEMBER-DETAIL .lstterm li .content {
    display: none;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0;
    border-top: 1px solid #ccc; }
    #MEMBER-DETAIL .lstterm li .content.value {
      padding-top: 15px; }
  #MEMBER-DETAIL .lstterm li .sub-content .sub-item {
    margin-bottom: 10px; }
    #MEMBER-DETAIL .lstterm li .sub-content .sub-item:last-child {
      margin-bottom: 0px; }
    #MEMBER-DETAIL .lstterm li .sub-content .sub-item .icon {
      margin-left: 3px;
      float: left; }
    #MEMBER-DETAIL .lstterm li .sub-content .sub-item .text {
      margin-left: 10px; }
  #MEMBER-DETAIL .lstterm li .sub-content .bold {
    font-weight: bold; }
  #MEMBER-DETAIL .lstterm li .current_change {
    clear: both;
    padding-bottom: 05px; }
    #MEMBER-DETAIL .lstterm li .current_change span.charge-text, #MEMBER-DETAIL .lstterm li .current_change span.charge-limit, #MEMBER-DETAIL .lstterm li .current_change span.unit {
      display: inline-block;
      line-height: 18px; }
    #MEMBER-DETAIL .lstterm li .current_change span.unit {
      position: relative;
      top: -2px; }
    #MEMBER-DETAIL .lstterm li .current_change .value-div1 {
      float: left;
      width: 150px;
      font-size: 14px;
      line-height: 30px;
      border: 1px; }
    #MEMBER-DETAIL .lstterm li .current_change .value-div2 {
      overflow: hidden;
      text-align: right;
      position: relative; }
    #MEMBER-DETAIL .lstterm li .current_change .charge-text, #MEMBER-DETAIL .lstterm li .current_change .charge-limit {
      display: inline-block; }
    #MEMBER-DETAIL .lstterm li .current_change .charge-text {
      font-size: 22px;
      position: relative; }
      #MEMBER-DETAIL .lstterm li .current_change .charge-text .unit {
        font-size: 14px; }
    #MEMBER-DETAIL .lstterm li .current_change .charge-limit {
      font-size: 13px;
      font-weight: normal;
      color: #333; }
  #MEMBER-DETAIL .lstterm li.myshop {
    padding: 0;
    background: none; }
    #MEMBER-DETAIL .lstterm li.myshop .title {
      color: #103a8f;
      font-weight: bold;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      #MEMBER-DETAIL .lstterm li.myshop .title .right {
        font-size: 12px;
        color: #333;
        font-weight: normal; }
      #MEMBER-DETAIL .lstterm li.myshop .title:after {
        content: "";
        border: none;
        transform: none !important;
        top: -3px !important;
        font-size: 12px;
        color: #333;
        font-weight: normal; }
      #MEMBER-DETAIL .lstterm li.myshop .title a:after {
        display: none; }
    #MEMBER-DETAIL .lstterm li.myshop .content {
      display: block;
      border-top: none;
      padding: 0 0 05px 0; }
      #MEMBER-DETAIL .lstterm li.myshop .content ul.lst_myshop li {
        padding: 15px;
        position: relative;
        margin-bottom: 0;
        border-bottom: 1px solid #e3e3e3;
        border-radius: 0px; }
        #MEMBER-DETAIL .lstterm li.myshop .content ul.lst_myshop li a {
          line-height: 20px;
          display: block;
          padding-right: 15px; }
          #MEMBER-DETAIL .lstterm li.myshop .content ul.lst_myshop li a:after {
            content: "";
            position: absolute;
            top: 40%;
            right: 0;
            border: solid #999797;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 4px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        #MEMBER-DETAIL .lstterm li.myshop .content ul.lst_myshop li:first-child:last-child {
          border-radius: 5px; }
        #MEMBER-DETAIL .lstterm li.myshop .content ul.lst_myshop li:first-child {
          border-radius: 5px 5px 0 0; }
        #MEMBER-DETAIL .lstterm li.myshop .content ul.lst_myshop li:last-child {
          border-radius: 0 0 5px 5px;
          border-bottom: none; }
      #MEMBER-DETAIL .lstterm li.myshop .content .emptyView {
        padding-top: 0px;
        background: #f4f4f4; }
#MEMBER-DETAIL .bgmerguser {
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 08px 0; }
  #MEMBER-DETAIL .bgmerguser .note {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px; }
  #MEMBER-DETAIL .bgmerguser .button {
    margin-top: 10px;
    padding: 08px 20px !important; }

#MEMBER-INFO * {
  box-sizing: border-box; }
#MEMBER-INFO .member-info {
  margin: 7px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0px 10px;
  font-size: 12px; }
  #MEMBER-INFO .member-info:first-child {
    margin-top: 9px; }
  #MEMBER-INFO .member-info .box-content {
    display: table;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    padding: 10px 3px; }
    #MEMBER-INFO .member-info .box-content-left {
      display: table-cell;
      width: 80%;
      vertical-align: middle;
      line-height: 22px;
      opacity: 0.8; }
      #MEMBER-INFO .member-info .box-content-left .value {
        font-size: 16px; }
    #MEMBER-INFO .member-info .box-content-right {
      display: table-cell;
      width: 20%;
      vertical-align: middle;
      text-align: right;
      font-size: 14px; }
      #MEMBER-INFO .member-info .box-content-right .edit-text {
        color: #cc3333; }
  #MEMBER-INFO .member-info .member-email + .member-phone {
    border-top: 1px solid #e4e4e4; }
#MEMBER-INFO .member-menu li {
  box-sizing: border-box;
  padding: 0 15px;
  background-color: #ffffff;
  margin-bottom: 5px; }
  #MEMBER-INFO .member-menu li .menu-item {
    position: relative;
    display: block;
    line-height: 46px;
    padding: 0 5px; }
    #MEMBER-INFO .member-menu li .menu-item:after {
      content: "";
      position: absolute;
      top: 38%;
      right: 5px;
      border: solid #1b3d8b;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.modal-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 10000;
  overflow: hidden;
  display: none; }
  .modal-container.modal--show {
    -webkit-animation: "slideInUp" 0.5s;
    animation: "slideInUp" 0.5s;
    display: block; }
  .modal-container .modal-wrapper {
    height: 100%;
    position: relative; }
  .modal-container .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .modal-container .modal-content.modal-confirm-v1, .modal-container .modal-content.modal-alert-v1 {
      width: 100%; }
    .modal-container .modal-content .button {
      border-radius: 18px;
      padding: 9px 30px;
      font-size: 18px;
      line-height: 18px;
      margin: 0 auto;
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 320px) {
        .modal-container .modal-content .button {
          font-size: 15px; } }

#dialogue {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFFFFF;
  border-radius: 15px;
  position: relative;
  	/* -webkit-box-shadow: 0 0 7px #999;
      box-shadow: 0 0 7px #999; */ }

#dialogue.modal-dialogue {
  border: 2px solid #dddddd;
  position: relative;
  height: auto;
  width: 250px;
  margin: 30px 0;
  color: #424242; }
  @media only screen and (min-width: 320px) {
    #dialogue.modal-dialogue {
      width: 280px; } }
  #dialogue.modal-dialogue.hidden:after {
    display: none; }
  @media only screen and (min-height: 400px) and (max-height: 500px) {
    #dialogue.modal-dialogue {
      height: 185px; } }
  #dialogue.modal-dialogue.dialogue-confirm-v1 {
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd; }
    #dialogue.modal-dialogue.dialogue-confirm-v1 h4.title {
      border-bottom: 1px dashed #333333;
      padding-bottom: 15px;
      text-align: center;
      font-size: 16px;
      line-height: 16px;
      margin-top: 0; }
    #dialogue.modal-dialogue.dialogue-confirm-v1 .close-button {
      display: none;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 25px;
      height: 25px;
      background: url(../image/common/close.svg) no-repeat right center; }
    #dialogue.modal-dialogue.dialogue-confirm-v1 p.text {
      line-height: 1.3; }
    #dialogue.modal-dialogue.dialogue-confirm-v1 .btn-group .btn {
      font-size: 16px;
      font-family: "MS PGothic", sans-serif;
      margin-bottom: 0; }
    #dialogue.modal-dialogue.dialogue-confirm-v1 .btn-group .ok-btn {
      margin-bottom: 15px; }
  #dialogue.modal-dialogue.dialogue-alert-v1 {
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd; }
    #dialogue.modal-dialogue.dialogue-alert-v1 h4.title {
      border-bottom: 1px dashed #333333;
      padding-bottom: 15px;
      text-align: center;
      font-size: 16px;
      line-height: 16px;
      margin-top: 0; }
    #dialogue.modal-dialogue.dialogue-alert-v1 p.text {
      line-height: 1.3; }
    #dialogue.modal-dialogue.dialogue-alert-v1 .btn-group .btn {
      font-size: 16px;
      font-family: "MS PGothic", sans-serif; }
  #dialogue.modal-dialogue.dialogue-alert-v2 .title, #dialogue.modal-dialogue.dialogue-confirm-v2 .title {
    padding: 15px 0;
    border-bottom: 1px dotted #333333;
    margin: 0 7px;
    font-size: 18px;
    text-align: center; }
  #dialogue.modal-dialogue.dialogue-alert-v2 .text, #dialogue.modal-dialogue.dialogue-confirm-v2 .text {
    text-align: center;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 30px auto 30px auto;
    width: 60%;
    font-size: 14px;
    line-height: 20px; }
    #dialogue.modal-dialogue.dialogue-alert-v2 .text .get_date, #dialogue.modal-dialogue.dialogue-confirm-v2 .text .get_date {
      margin-bottom: 20px; }
  #dialogue.modal-dialogue.dialogue-alert-v2 .btn-group, #dialogue.modal-dialogue.dialogue-confirm-v2 .btn-group {
    margin: auto;
    width: 60%; }
  #dialogue.modal-dialogue.dialogue-alert-v2 .btn, #dialogue.modal-dialogue.dialogue-confirm-v2 .btn {
    border: 1px solid #666666;
    padding: 7px 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px; }
  #dialogue.modal-dialogue.dialogue-content .title {
    display: none; }
  #dialogue.modal-dialogue.dialogue-content .text {
    text-align: left;
    width: auto;
    margin: 30px 20px; }
  #dialogue.modal-dialogue .close-circle-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 18px;
    top: -25px;
    right: -15px;
    z-index: 10;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif; }

.hitap-area {
  height: 300px;
  width: 300px;
  margin: 30px 0; }
  .hitap-area:after {
    top: 0; }
  .hitap-area.hidden:after {
    display: none; }
  @media only screen and (min-height: 400px) and (max-height: 500px) {
    .hitap-area {
      height: 185px; } }
  .hitap-area #stamp-location-region {
    height: 100%;
    position: relative; }
    .hitap-area #stamp-location-region .text {
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 85%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      white-space: nowrap;
      font-size: 13px; }
    .hitap-area #stamp-location-region .stamp_location3 {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 150px;
      width: 150px;
      z-index: 100;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scale(1.5, 1.5) translate(calc(50px/2 - 50%), calc(50px/2 - 50%));
      -ms-transform: scale(1.5, 1.5) translate(calc(50px/2 - 50%), calc(50px/2 - 50%));
      transform: scale(1.5, 1.5) translate(calc(50px/2 - 50%), calc(50px/2 - 50%)); }
      .hitap-area #stamp-location-region .stamp_location3.show {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: scale(1, 1) translate(-50%, -50%);
        -ms-transform: scale(1, 1) translate(-50%, -50%);
        transform: scale(1, 1) translate(-50%, -50%); }
      .hitap-area #stamp-location-region .stamp_location3 .get_image {
        display: block;
        width: 100%;
        height: 100%; }
      .hitap-area #stamp-location-region .stamp_location3 img {
        width: 100%; }

.icon_stamp, .hitap-area:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../image/stamp/icon_stamp_g.png) no-repeat center center;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: gray; }

.modal-shop-list .shop-list-wrapper {
  padding: 10px; }
  .modal-shop-list .shop-list-wrapper .shop-item {
    line-height: 18px; }

ol, ul, body {
  margin: 0;
  padding: 0; }

a, a:link, a:visited {
  text-decoration: none;
  color: inherit; }

ul, ol {
  list-style: none; }

.hide {
  display: none !important; }

.disabledButton {
  opacity: 0.3; }

.RELATIVE-WRAPPER {
  position: relative; }

button {
  border: 0;
  outline: 0; }

.page.page-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.page.page-center {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.page.page-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.page.transition {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

#swipe_edge {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15px;
  z-index: 9999;
  display: inline-block; }
  #swipe_edge.expand {
    width: 100px;
    -webkit-transform: translate3d(220px, 0, 0); }

#edge_swipe_container {
  position: relative;
  width: 100%;
  overflow-x: hidden; }

.edge_swipe_content {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transform: translate3d(0, 0, 0); }
  .edge_swipe_content.expand {
    -webkit-transform: translate3d(250px, 0, 0); }

.edge_swipe_nav {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: -100px;
  width: 250px;
  z-index: -1;
  background-color: gray;
  -webkit-transition-duration: 0.30s;
  transition-duration: 0.30s;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(-20px, 0, 0) scale3d(0.9, 0.9, 0.9);
  transform: translate3d(-20px, 0, 0) scale3d(0.9, 0.9, 0.9); }
  .edge_swipe_nav.expand {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*@import '../../lib/components/slickSlider/slick/slick-theme.scss';*/
.sliderImages img {
  width: 100%;
  margin: 0px auto !important;
  text-align: center; }
.sliderImages .slick-list {
  z-index: 10; }
.sliderImages .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 15; }
  .sliderImages .slick-dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 3px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none; }
    .sliderImages .slick-dots li.slick-active button, .sliderImages .slick-dots li:hover button, .sliderImages .slick-dots li:focus button {
      background: #10385F; }
    .sliderImages .slick-dots li button {
      width: 12px;
      height: 12px;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background: rgba(219, 97, 116, 0.6);
      -webkit-border-radius: 50% 50%;
      -moz-border-radius: 50% 50%;
      border-radius: 50% 50%; }

.HIDE {
  display: none !important; }

.INVISIBLE {
  opacity: 0; }

.OPACITY-TRANSITION {
  -webkit-transition: -webkit-opacity 0.3s;
  transition: opacity 0.3s; }

.APP-HEADER {
  position: fixed;
  height: 44px;
  line-height: 44px;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background-color: white; }

#master-container-wrapper {
  position: relative;
  top: 44px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000; }
  #master-container-wrapper.no-header {
    top: 0; }
    #master-container-wrapper.no-header #master-container {
      min-height: 100vh !important; }

#master-container {
  /*position: relative;*/ }

.page {
  backface-visibility: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%; }
  .page .progress-screen {
    top: -44px; }

.progress-screen {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  background-color: black;
  display: none;
  text-align: center;
  -webkit-transition: -webkit-opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0; }
  .progress-screen.show {
    display: block; }
  .progress-screen.visible {
    opacity: 0.3; }
  .progress-screen .progress-image {
    position: absolute;
    top: 50%;
    left: 50%;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%); }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slideInUp {
  from {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  from {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 0; } }
@keyframes fadeOut {
  from {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 0; } }
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

/*# sourceMappingURL=app.css.map */
