.lh-adjust > a > span {
  line-height: 2.4;
  letter-spacing: -0.2px;
}

.headerMenu.type02 .icon-login {
  position: relative;
}
.icon-unlock a::after{
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 20px;
  height: 20px;
  background: url(/urban/common/images/icon-fix-menu/icon_header_02_sp.png) center center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .headerNav ul li.headerNavLogin a {
    position: absolute;
    top: 11px;
    right: 101px;
    width: 46px;
    height: 0;
    padding: 48px 0 0 0;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: 45px 47px;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
  }
  #mypageparts .section-guest {
    padding: 20px 30px 40px 30px;
  }
  .icon-unlock a::after {
   background: url(/urban/common/images/icon-fix-menu/icon_header_02_sp.png) center center/contain no-repeat !important;
  }
  .icon-lock a {
    background: url() no-repeat center center transparent !important;
  }
}

.footerPagetop a {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 60px;
  height: 60px;
  padding: 40px 0 0 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  background: url(/urban/common/images/pagetop.png) no-repeat center 9px #242424;
  opacity: 0.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footerCoupon a {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 60px;
  height: 60px;
  padding: 34px 0 0 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  background: url(/urban/common/images/icon-fix-menu/icon_cir_point_01.svg) center 6px/26px no-repeat #88335D;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footerCoupon {
  display: none;
}

@media screen and (max-width: 767px) {
  .footerCoupon {
    display: block !important;
  }
  .footerPagetop a {
    bottom: 60px;
    margin: 0 0 20px 0;
    font-size: 10px;
  }
  .footerCoupon a {
    bottom: 0px;
    margin: 0 0 20px 0;
    font-size: 10px;
  }
}
/* hunger */
@media screen and (max-width: 767px){
  .headerMenu.type02{
    padding-bottom: 2px;
  }
  .headerMenu.type02 .icon-login{
    background:none !important;
    padding: 0;
    overflow:visible;
    height:60px;
    width: 60px;
    position: relative;
  }
  .headerMenu.type02 .icon-login span{
    position:absolute;
    color:#444;
    bottom:0;
    right: 0;
    left: 0;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content:center;
    line-height: 1.1 !important;
    font: 9px Roboto, sans-serif;
    letter-spacing:.8px
  }
  .headerMenu.type02 .icon-login::before{
    content:"";
    position: absolute;
    background:url(/urban/common/images/icon-fix-menu/icon_header_01_sp.png) center top/contain no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 12px 18px;
  }
  .headerMenu.type02 .icon-login.notlogin::after{
    content: none;
  }
}
.modal__logout{
  position:fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}
.modal__logout--container{
  padding: 20px;
  position:absolute;
  width: 80%;
  max-width: 600px;
  transform:translate(-50%,-50%);
  top: 50%;
  left: 50%;
  border-radius:10px;
  background-color: #fff;
}
.modal__logout--title{
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #535353;
}
.modal__logout--inner .btn--logout span{
  position: relative;
}
.modal__logout--inner .btn--logout span::after{
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color:transparent;
  position:absolute;
  right: -12px;
  top: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.modal__logout--title .btn--close{
  cursor: pointer;
  position: absolute;
  display: inline-block;
  padding-top: 30px;
  width: 30px;
  right: 18px;
  top: 10px;
}
.modal__logout--title .btn--close::before{
  content: "";
  display:block;
  height:20px;
  width: 2px;
  background-color: #000000;
  transform: rotate(45deg);
  position:absolute;
  top: 5px;
  left: 50%;
}
.modal__logout--title .btn--close::after{
  content: "";
  display:block;
  height: 20px;
  width: 2px;
  background-color: #000000;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 50%;
}
.modal__logout--inner .describe{
  padding:20px 0;
}
.modal__logout--inner .btn--logout{
  display: block;
  border: 1px solid #000000;
  font-size: 15px;
  padding: 12px;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 5px;
}
.modal__logout--inner .btn--close{
  display: block;
  border: 1px solid #000000;
  font-size: 15px;
  padding: 12px;
  color: #000000;
  text-align: center;
  border-radius: 5px;
}
.modal__logout--inner .btn--close span{
  position: relative;
  margin-left: 34px;
}
.modal__logout--inner .btn--close span:before{
  content: "";
  width: 1px;
  height: 16px;
  background-color:#000000;
  transform: rotate(45deg);
  display:block;
  position: absolute;
  left:-10px;
  top: 1px;
}
.modal__logout--inner .btn--close span::after{
  content: "";
  width: 1px;
  height: 16px;
  background-color:#000000;
  transform: rotate(-45deg);
  display:block;
  position: absolute;
  left:-10px;
  top: 1px;
}

.modal__logout--inner a{
  text-decoration:none;
  transition: all 0.5s;
}
.modal__logout--inner a:hover{
  opacity: .6;
}
/*PARK_P2-285*/

.footerPagetop a{
  bottom: 60px;
  transition: none;
}
.footerCoupon{
  display: block;
}

.footerCoupon .point-card{
  display: none;
}
.couponsCard a.coupons-card {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 60px;
  height: 60px;
  padding: 34px 0 0 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  background: url(/urban/common/images/gnav08.png) center 6px/26px no-repeat #242424;
}


@media screen and (max-width: 767px) {
  .footerCoupon .point-card{
    display: block;
  }
  .footerPagetop a{
    bottom: 120px;
  }
  .footerCoupon a{
    bottom: 60px;
  }
  .couponsCard a.coupons-card {
    margin-bottom: 20px;
  }

}
/*PARK_P2-285*/




