@charset "UTF-8";
@font-face {
  font-family: 'aikon';
  src: url('_fonts/aikon.ttf?4qo8wl') format('truetype'), url('_fonts/aikon.woff?4qo8wl') format('woff'), url('_fonts/aikon.svg?4qo8wl#aikon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #1d1d1d;
  -webkit-text-size-adjust: none;
  word-break: break-word;
}

#app {
  width: 100%;
  overflow-x: hidden;
}

/******************************************
[wrapper,container,content]
******************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  /* min-height: calc(var(--vh, 1vh) * 100); */
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-out;
}

.wrapper.is-open {
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
}

.container {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
}

.content {
  flex: 1 0 auto;
}

.content.is-buyTab {
  padding-bottom: 72px;
}

/* .height-wrapper {
  height: 100vh;
} */

.height-dvh-wrapper {
  max-height: 100dvh;
}

/******************************************
[img]
******************************************/
img {
  vertical-align: middle;
}

img[lazy='loading'] {
  background: url(/assets/img/photo/loading.svg) no-repeat center #cfd5d8;
  background-size: 40px 10px;
}

/******************************************
[text]
******************************************/
.text-red {
  color: #f72840;
}

.text-note {
  display: flex;
}

.text-note:before {
  content: '※';
}

.text-lh::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.text-lh::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.description {
  text-align: center;
}

.description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.plane::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.plane::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

/******************************************
[link]
******************************************/
a {
  text-decoration: none;
}

.link {
  text-decoration: underline;
  color: #1d1d1d;
}

.link-main {
  text-decoration: underline;
  color: #1880d9;
}

.link-color {
  color: #1880d9;
  font-size: 13px;
}

/******************************************
[bg]
******************************************/
.bg-gray {
  background: #ecf1f4;
}

.bg-white {
  background: #ffffff;
}

/******************************************
[transition]
******************************************/
.fade-enter-active,
.fade-leave-active {
  will-change: opacity;
  transition: 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fadeHeight-enter-active,
.fadeHeight-leave-active {
  transition-duration: 0.3s;
  transition-property: height, opacity;
  transition-timing-function: ease;
  overflow: hidden;
}

.fadeHeight-enter,
.fadeHeight-leave-active {
  opacity: 0;
}

/******************************************
[icon]
******************************************/
.icon {
  display: block;
  width: 100%;
  height: 100%;
}

.icon:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
}

.icon-address:before {
  background-image: url(/assets/img/icon/address.svg);
}

.icon-attention:before {
  background-image: url(/assets/img/icon/attention.svg);
}

.icon-warning:before {
  background-image: url(/assets/img/icon/warning.svg);
}

.icon-identification {
  background-image: url(/assets/img/icon/Identification_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-menu-identification {
  background-image: url(/assets/img/icon/mypage_menu_icon_Identification.svg);
}

.icon-app-blue {
  background-image: url(/assets/img/icon/App-Icon_Blue.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-app-white {
  background-image: url(/assets/img/icon/App-Icon_White.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-back:before {
  background-image: url(/assets/img/icon/back.svg);
}

.icon-bank:before {
  background-image: url(/assets/img/icon/bank.svg);
}

.icon-bell:before {
  background-image: url(/assets/img/icon/bell.svg);
}

.icon-buy-circle:before {
  background-image: url(/assets/img/icon/buy-circle.svg);
}

.icon-cancel:before {
  background-image: url(/assets/img/icon/cancel.svg);
}

.icon-card-amex:before {
  background-image: url(/assets/img/icon/card-amex.png);
}

.icon-card-diners:before {
  background-image: url(/assets/img/icon/card-diners.png);
}

.icon-card-jcb:before {
  background-image: url(/assets/img/icon/card-jcb.png);
}

.icon-card-master:before {
  background-image: url(/assets/img/icon/card-master.png);
}

.icon-card-visa:before {
  background-image: url(/assets/img/icon/card-visa.png);
}

.icon-no-credit-card:before {
  background-image: url(/assets/img/icon/creditcard_noimg.svg);
}

.icon-card-help:before {
  background-image: url(/assets/img/icon/card-help.png);
}

.icon-card-scan:before {
  background-image: url(/assets/img/icon/card-scan.svg);
}

.icon-charge-circle:before {
  background-image: url(/assets/img/icon/charge-circle.svg);
}

.icon-charge-rectangle:before {
  background-image: url(/assets/img/icon/home_tab_buy_circle.svg);
}

.icon-charge-conbini:before {
  background-image: url(/assets/img/icon/charge-conbini.svg);
}

.icon-charge-payeasy:before {
  background-image: url(/assets/img/icon/charge_circleicon_payeasy.svg);
}

.icon-charge-bank:before {
  background-image: url(/assets/img/icon/charge_circleicon_bank.svg);
}

.icon-charge-shop:before {
  background-image: url(/assets/img/icon/modal_choose_payment_icon_shop.svg);
}

.icon-charge-store:before {
  background-image: url(/assets/img/icon/charge_circleicon_shop.svg);
}

.icon-check-gray:before {
  background-image: url(/assets/img/icon/check-gray.svg);
}

.icon-check-white:before {
  background-image: url(/assets/img/icon/check-white.svg);
}

.icon-chevron-gray:before {
  background-image: url(/assets/img/icon/chevron-gray.svg);
}

.icon-chevron-white:before {
  background-image: url(/assets/img/icon/chevron-white.svg);
}

.icon-chevron-blue:before {
  background-image: url(/assets/img/icon/btn_icon_arrow_blue.svg);
}

.icon-chevron-black:before {
  background-image: url(/assets/img/icon/chevron-black.svg);
}

.icon-close:before {
  background-image: url(/assets/img/icon/close.svg);
}

.icon-comment-circle:before {
  background-image: url(/assets/img/icon/comment-circle.svg);
}

.icon-conbini:before {
  background-image: url(/assets/img/icon/conbini.svg);
}

.icon-payeasy:before {
  background-image: url(/assets/img/icon/modal_choose_payment_icon_payeasy.svg);
}

.icon-bank::before {
  background-image: url(/assets/img/icon/modal_choose_payment_icon_bank.svg);
}

.icon-coupon:before {
  background-image: url(/assets/img/icon/coupon.svg);
}

.icon-credit:before {
  background-image: url(/assets/img/icon/credit.svg);
}

.icon-cs:before {
  background-image: url(/assets/img/icon/cs.svg);
}

.icon-drawer:before {
  background-image: url(/assets/img/icon/drawer.svg);
}

.icon-facebook:before {
  background-image: url(/assets/img/icon/facebook.png);
}

.icon-finish:before {
  background-image: url(/assets/img/icon/finish.svg);
}

.icon-google:before {
  background-image: url(/assets/img/icon/google.png);
}

.icon-help:before {
  background-image: url(/assets/img/icon/help.svg);
}

.icon-history:before {
  background-image: url(/assets/img/icon/history.svg);
}

.icon-line:before {
  background-image: url(/assets/img/icon/line.png);
}

.icon-logout:before {
  background-image: url(/assets/img/icon/logout.svg);
}

.icon-mail:before {
  background-image: url(/assets/img/icon/mail.png);
}

.icon-monitoring:before {
  background-image: url(/assets/img/icon/monitoring.svg);
}

.icon-monitoring-white:before {
  background-image: url(/assets/img/icon/monitoring-white.svg);
}

.icon-mypage:before {
  background-image: url(/assets/img/icon/mypage.svg);
}

.icon-mypage-credit:before {
  background-image: url(/assets/img/icon/mypage-credit.svg);
}

.icon-mypage-delete:before {
  background-image: url(/assets/img/icon/mypage-delete.svg);
}

.icon-mypage-favorite:before {
  background-image: url(/assets/img/icon/mypage-favorite.svg);
}

.icon-mypage-history:before {
  background-image: url(/assets/img/icon/mypage-history.svg);
}

.icon-mypage-point:before {
  background-image: url(/assets/img/icon/mypage_menu_icon_point.svg);
}

.icon-mypage-point-qrscan:before {
  background-image: url(/assets/img/icon/mypage_menu_icon_point_qrscan.svg);
}

.icon-mypage-security:before {
  background-image: url(/assets/img/icon/mypage-security.svg);
}

.icon-mypage-userinfo:before {
  background-image: url(/assets/img/icon/mypage-userinfo.svg);
}

.icon-mypage-bank:before {
  background-image: url(/assets/img/icon/mypage_menu_icon_bank.svg);
}

.icon-mypage-sms:before {
  background-image: url(/assets/img/icon/mypage_menu_icon_sms.svg);
}

.icon-pay-circle:before {
  background-image: url(/assets/img/icon/pay-circle.svg);
}

.icon-refresh:before {
  background-image: url(/assets/img/icon/refresh.svg);
}

.icon-search:before {
  background-image: url(/assets/img/icon/search.svg);
}

.icon-scan:before {
  background-image: url(/assets/img/icon/scan.svg);
}

.icon-send:before {
  background-image: url(/assets/img/icon/send.svg);
}

.icon-shop-coupon:before {
  background-image: url(/assets/img/icon/shop-coupon.svg);
}

.shop-nav-link.is-active .icon-shop-coupon:before {
  background-image: url(/assets/img/icon/shop-coupon-white.svg);
}

.icon-shop-gallery:before {
  background-image: url(/assets/img/icon/shop-gallery.svg);
}

.shop-nav-link.is-active .icon-shop-gallery:before {
  background-image: url(/assets/img/icon/shop-gallery-white.svg);
}

.icon-shop-info:before {
  background-image: url(/assets/img/icon/shop-info.svg);
}

.shop-nav-link.is-active .icon-shop-info:before {
  background-image: url(/assets/img/icon/shop-info-white.svg);
}

.icon-shop-menu:before {
  background-image: url(/assets/img/icon/shop-menu.svg);
}

.shop-nav-link.is-active .icon-shop-menu:before {
  background-image: url(/assets/img/icon/shop-menu-white.svg);
}

.icon-tel:before {
  background-image: url(/assets/img/icon/tel.svg);
}

.icon-tel-btn:before {
  background-image: url(/assets/img/icon/tel-btn.svg);
}

.icon-twitter:before {
  background-image: url(/assets/img/icon/twitter.png);
}

.icon-sns-mail:before {
  background-image: url(/assets/img/icon/shop_sns_icon_mail.png);
}

.icon-sns-website:before {
  background-image: url(/assets/img/icon/shop_sns_icon_website.png);
}

.icon-sns-facebook:before {
  background-image: url(/assets/img/icon/social_icons_facebook.png);
}

.icon-sns-instagram:before {
  background-image: url(/assets/img/icon/social_icons_Instagram.png);
}

.icon-sns-line:before {
  background-image: url(/assets/img/icon/social_icons_line.png);
}

.icon-sns-twitter:before {
  background-image: url(/assets/img/icon/social_icons_x_twitter.png);
}

.icon-website:before {
  background-image: url(/assets/img/icon/website.png);
}

.icon-window:before {
  background-image: url(/assets/img/icon/window.svg);
}

.icon-yen:before {
  background-image: url(/assets/img/icon/yen.svg);
}

.icon-point::before {
  background-image: url(/assets/img/icon/home_point_icon.svg);
}

.icon-point-minus::before {
  background-image: url(/assets/img/icon/timeline_point_minus.svg);
}

.icon-point-plus::before {
  background-image: url(/assets/img/icon/timeline_point_plus.svg);
}

.icon-point-qrscan::before {
  background-image: url(/assets/img/icon/home_point_qrscan.svg);
}

.icon-point-toast::before {
  background-image: url(/assets/img/icon/point_toast_icon.svg);
}

/******************************************
[drawer]
******************************************/
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
  overflow-y: scroll;
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.drawer::-webkit-scrollbar {
  display: none;
}

.drawer.is-open {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0s 0s;
}

.drawer-user {
  padding: 15px 20px;
}

.drawer-user-table tr:not(:last-child) th,
.drawer-user-table tr:not(:last-child) td {
  padding-bottom: 10px;
}

.drawer-user-table th,
.drawer-user-table td {
  line-height: 1;
}

.drawer-user-table th {
  padding-right: 10px;
  text-align: left;
  vertical-align: bottom;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #cfd5d8;
}

.drawer-user-table td {
  font-size: 18px;
}

.drawer-menu-title {
  display: flex;
  align-items: center;
  height: 25px;
  padding: 0 15px;
  background: #1880d9;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}

.drawer-nav {
  border-bottom: 1px solid #ecf1f4;
}

.drawer-nav-item {
  border-bottom: 1px solid #ecf1f4;
}

.drawer-nav-item:last-child {
  border-bottom: none;
}

.drawer-nav-link {
  display: flex;
  align-items: center;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1;
  color: #1d1d1d;
}
.drawer-nav-link:disabled {
  color: #cfd5d8;
}

.drawer-logout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  color: #1880d9;
}

/******************************************
[header]
******************************************/
.header {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #cfd5d8;
}

.header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.header-btn.is-unread:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 2px;
  width: 10px;
  height: 10px;
  background: #f72840;
  border-radius: 50%;
  z-index: 1;
}

.header-btn-icon {
  width: 30px;
  height: 30px;
}

.header-headline {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}

.header-logo {
  line-height: 1;
}

.header-logo-img {
  width: 220px;
  height: 38px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-btn {
  flex: 0 0 auto;
}

/******************************************
[footer]
******************************************/
.footer {
  border-top: 1px solid #ecf1f4;
}

.footer.is-copyonly {
  border-top: none;
}

.footer-menu {
  padding: 30px 20px;
}

.footer-inquiry {
  margin: 0 0 20px;
}

.footer-nav-item {
  margin: 0 0 15px;
}

.footer-nav-item:last-child {
  margin-bottom: 0;
}

.footer-nav-link {
  color: #1d1d1d;
  line-height: 1;
}

.footer-copy {
  padding: 0 0 20px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  text-align: center;
  font-size: 10px;
  color: #cfd5d8;
  line-height: 1;
}

.footer.is-actTab {
  padding-bottom: 73px;
}

.footer.is-buyTab {
  padding-bottom: 72px;
}

.footer.is-shop {
  padding-bottom: 72px;
}

/******************************************
[section]
******************************************/
.section-bd {
  border-bottom: 1px solid #cfd5d8;
}

.bdtx {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.bdtx:before,
.bdtx:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #cfd5d8;
}

.bdtx:before {
  margin: 0 10px 0 0;
}

.bdtx::after {
  margin: 0 0 0 10px;
}

/******************************************
[inner]
******************************************/
.inner-H {
  padding-right: 20px;
  padding-left: 20px;
}

.inner-V {
  padding-top: 35px;
  padding-bottom: 35px;
}

.inner-V-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner-entry {
  padding-top: 40px;
  padding-bottom: 40px;
}
/******************************************
[headline]
******************************************/
.headline {
  margin: 0 0 20px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.headline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.headline::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.headline:last-child {
  margin-bottom: 0;
}

.headline-lg {
  font-size: 18px;
}

.headline-xl {
  font-size: 20px;
}

/******************************************
[landscape]
******************************************/
@media screen and (orientation: landscape) {
  .header {
    padding-right: calc(env(safe-area-inset-left) + 10px);
    padding-left: calc(env(safe-area-inset-left) + 10px);
  }
  .content {
    padding-right: env(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
  }
  .footer-menu {
    padding-right: calc(env(safe-area-inset-left) + 20px);
    padding-left: calc(env(safe-area-inset-left) + 20px);
  }
  .drawer-user {
    padding-left: calc(env(safe-area-inset-left) + 20px);
  }
  .drawer-menu-title {
    padding-left: calc(env(safe-area-inset-left) + 15px);
  }
  .drawer-nav-link {
    padding-left: calc(env(safe-area-inset-left) + 20px);
  }
}

/******************************************
[home]
******************************************/
.home-card {
  margin: 0 0 20px;
}

.home-action {
  margin: 0 0 35px;
}

.home-action:last-child {
  margin-bottom: 0;
}

.home-action-set {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}

.home-action-item {
  width: calc((100% - 15px) / 2);
}

.home-action-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  font-weight: bold;
  line-height: 1;
  color: #1d1d1d;
}

.home-action-icon {
  width: 50px;
  height: 50px;
  margin: 0 0 5px;
}

.home-activity-headline {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.home-activity-set {
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.home-activity-item {
  display: flex;
  width: 100%;
}

.home-activity-time {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 10px;
  line-height: 1;
  color: #A2A2A2;
}

.home-activity-title {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  font-weight: bold;
  line-height: 1;
  margin-right: 55px;
}

.home-activity-icon,
.home-point-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
}

.home-activity-content {
  padding: 0 0 0 27px;
}

.home-activity-detail {
  margin: 0 0 15px;
  font-size: 12px;
  color: #A2A2A2;
}

.home-activity-detail::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.home-activity-detail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.home-activity-num {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.home-activity-unit {
  margin: 0 0 0 5px;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.home-event-description {
  white-space: pre-line;
}

/******************************************
[finish]
******************************************/
.finish {
  padding: 60px 0 35px;
}

.finish-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 20px;
}

.finish-text {
  margin: 0 0 35px;
  text-align: center;
}

.finish-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.finish-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.warning-icon {
  width: 89px;
  height: 80px;
  margin: 0 auto 20px;
}

.confirm-identification-icon {
  width: 100%;
  height: 208px;
}

/******************************************
[pay]
******************************************/
.payFinish-description {
  margin: 0 0 40px;
  padding: 20px;
  background: #ffdee2;
  border: 3px solid #f72840;
}

.payFinish-description-text {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #f72840;
}

.payFinish-description-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.payFinish-description-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.payFinish-header {
  margin: 0 0 40px;
}

.payResult {
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.payResult-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0 0 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
}

.payResult-unit {
  margin: 0 0 0 5px;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Helvetica, Arial, sans-serif;
  font-size: 26px;
}

.payResult-date {
  margin: 0 0 20px;
  text-align: center;
}

.payResult-date-text {
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin: 0 auto;
  padding: 0 25px;
  background: #1880d9;
  border-radius: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.payResult-detail-item {
  display: flex;
  margin: 0 0 12px;
  font-size: 13px;
}

.payResult-flex-column {
  flex-direction: column;
  gap: 6px;
}

.payResult-detail-item:last-child {
  margin-bottom: 0;
}

.payResult-detail-text,
.payResult-detail-title {
  line-height: 1.5;
}

.payResult-detail-title::before,
.payResult-detail-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.payResult-detail-title::after,
.payResult-detail-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.confetti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
}

.text-break {
  word-break: keep-all;
}

.payResult-text-point {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
}

/******************************************
[charge]
******************************************/
.charge-price {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

.charge-price-item {
  width: 100%;
  margin: 0 10px 0 0;
}

.charge-price-item:last-child {
  margin-right: 0;
}

.charge-price-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: 2px solid #1880d9;
  font-weight: bold;
  color: #1880d9;
}

.charge-balance {
  margin: 0 0 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.charge-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  margin: 0 0 20px;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  color: #1d1d1d;
}

.charge-btn-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
}

.charge-btn-card {
  flex: 0 0 auto;
  width: 50px;
  height: 31px;
}

.charge-btn-text {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.charge-btn-select {
  font-size: 16px;
}

.charge-btn-arrow {
  width: 10px;
  height: 16px;
  margin: 0 0 0 15px;
}

/******************************************
[account]
******************************************/
.flow {
  padding: 30px 0 25px;
  text-align: center;
  line-height: 1;
}

.flow-step {
  width: 100%;
  height: auto;
}

.flow-bar {
  width: 250px;
  height: auto;
}

/******************************************
[credit]
******************************************/
.credit-mark {
  margin: 0 0 30px;
  padding: 15px 0;
  background: #fff;
}

.credit-mark-unit {
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
}

.credit-mark-item {
  margin: 0 7px 0 0;
}

.credit-mark-item:last-child {
  margin-right: 0;
}

.credit-mark-icon {
  width: 50px;
  height: 31px;
}

.credit-mark-note {
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.credit-register-input {
  margin: 0 0 30px;
}

.credit-register-row {
  margin: 0 0 20px;
}

.credit-register-row:last-child {
  margin-bottom: 0;
}

.credit-register-col {
  display: flex;
}

.credit-register-col .textfield {
  width: 120px;
  margin: 0 10px 0 0;
}

.credit-register-col .textfield:last-child {
  margin-right: 0;
}

.credit-register-label {
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1;
}

.credit-register-limit {
  width: 120px;
  margin: 0 15px 0 0;
}

.credit-register-code {
  display: flex;
  align-items: center;
}

.credit-register-help {
  width: 24px;
  height: 24px;
}

.credit-help {
  position: absolute;
  top: 35px;
  right: -5px;
  display: inline-flex;
  align-items: center;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  border: 3px solid #1880d9;
  z-index: 1;
}

.credit-help-icon {
  width: 71px;
  height: 44px;
  margin: 0 5px 0 0;
}

.credit-help-content {
  white-space: nowrap;
}

.credit-help-title {
  margin: 0 0 5px;
  font-weight: bold;
  line-height: 1;
}

.credit-help-text {
  font-size: 12px;
  line-height: 1.2;
}

.credit-help-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: '';
}

.credit-help-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: '';
}

@media (max-width: 360px) {
  .credit-mark-icon {
    width: 45px;
    height: 28px;
  }
}

/******************************************
[mypage]
******************************************/
.mp-balance {
  margin: 0 0 25px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  overflow: hidden;
}

.mp-balance-header {
  padding: 20px;
}

.mp-balance-title {
  margin: 0 0 10px;
  line-height: 1;
}

.mp-balance-num {
  display: flex;
  align-items: baseline;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}

.mp-balance-unit {
  margin: 0 0 0 5px;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.mp-balance-body {
  padding: 20px;
  border-top: 1px solid #ecf1f4;
}

.mp-balance-table {
  width: 100%;
}

.mp-balance-table thead th,
.mp-balance-table thead td {
  padding: 0 0 10px;
  border-bottom: 1px dotted #cfd5d8;
}

.mp-balance-table thead td {
  font-size: 16px;
}

.mp-balance-table tbody th,
.mp-balance-table tbody td {
  padding: 10px 0 0;
}

.mp-balance-table th,
.mp-balance-table td {
  line-height: 1;
}

.mp-balance-table th {
  text-align: left;
  font-weight: normal;
}

.mp-balance-table td {
  text-align: right;
}

.mp-balance-limited th {
  font-size: 16px;
  font-weight: bold;
}

.mp-balance-limited td {
  font-size: 16px;
  font-weight: bold;
  color: #f72840;
}

.mp-balance-limitedPrice {
  font-size: 20px;
}

.mp-ticket-headline {
  font-size: 18px;
  color: #1780d9;
  line-height: 27px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

@media (max-width: 360px) {
  .mp-balance-limited th,
  .mp-balance-table thead td {
    font-size: 14px;
  }

  .mp-balance-limitedPrice {
    font-size: 18px;
  }
}

.mp-balance-sub {
  color: #cfd5d8;
}

.mp-balance-color {
  color: #aeb8be !important;
}

.mp-balance-money {
  white-space: nowrap;
  vertical-align: top;
  padding-left: 10px !important;
}

.mp-balance-limit {
  padding: 20px 0;
  background: #1880d9;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 1;
}

.mp-user-table {
  width: 100%;
  margin: 0 0 30px;
}

.mp-user-table tr:first-child th,
.mp-user-table tr:first-child td {
  padding-top: 0;
}

.mp-user-table tr:last-child th,
.mp-user-table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.mp-user-table th,
.mp-user-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #cfd5d8;
  line-height: 1;
}

.mp-user-table th {
  width: 1%;
  text-align: left;
  vertical-align: bottom;
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
}

.mp-user-table td {
  font-size: 20px;
}

.mp-user-id th,
.mp-user-id td {
  font-family: Helvetica, Arial, sans-serif;
}

.mp-user-id th {
  vertical-align: middle;
}

.mp-user-id td {
  font-size: 32px;
  font-weight: bold;
}

.mp-user-unit {
  font-size: 15px;
}

.mp-nav {
  margin: 0 0 50px;
}

.mp-nav-item {
  margin: 0 0 10px;
}

.mp-nav-item:last-child {
  margin-bottom: 0;
}

.mp-nav-link {
  display: flex;
  min-height: 100px;
  padding: 20px 15px 20px 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  color: #1d1d1d;
}

.mp-nav-icon {
  flex: 0 0 auto;
  -ms-grid-row-align: center;
  align-self: center;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

.mp-nav-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: bold;
}

.mp-nav-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.mp-nav-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.mp-nav-subtitle {
  color: #1880d9;
}

.mp-nav-text {
  font-size: 13px;
}

.mp-nav-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.mp-nav-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.mp-nav-greyout {
  filter: drop-shadow(0px 2px 2.5px rgba(0,0,0,0.08));
  background-color: #cfd5d8;
}

.mp-nav-identity {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1880d9;
  width: fit-content;
  margin-top: 17px;
  margin-left: -20px;
  padding: 8px 22px 8px 13px;
  line-height: 1;
  color: #ffffff;
}

.mp-nav-identity p:last-child {
  font-size: 10px;
  margin-left: 10px;
  margin-top: 3px;
}

/******************************************
[history]
******************************************/
.history-monitoring {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #1880d9;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.history-header {
  padding-top: 35px;
  padding-bottom: 20px;
  text-align: center;
}

.history-header-date {
  margin: 0 0 15px;
  line-height: 1;
}

.history-header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.history-header-title {
  margin: 0 10px 0 0;
}

.history-header-num {
  display: flex;
  align-items: baseline;
  margin: 0 15px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.history-header-unit {
  margin: 0 0 0 5px;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.history-header-btn {
  width: 30px;
  height: 30px;
}

/******************************************
[timeline]
******************************************/
.timeline-item {
  display: flex;
  width: 100%;
  padding: 20px 15px 0 10px;
}

.timeline-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 33px;
  display: block;
  width: 5px;
  height: 100%;
  background: #cfd5d8;
}

.timeline-entry {
  padding-bottom: 40px;
}

.timeline-icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
}

.timeline-body {
  width: 100%;
  padding: 18px 0 0;
}

.timeline-date {
  margin: 0 10px 10px;
  line-height: 1;
}

.timeline-content {
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.timeline-detail {
  margin: 0 0 10px;
  font-size: 15px;
}

.timeline-detail::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.timeline-detail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.timeline-detail-unpaid {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 24px;
  margin: 0 5px 0 0;
  background: #f72840;
  border-radius: 12px;
  font-size: 11px;
  color: #fff;
}

.timeline-group {
  display: flex;
  align-items: center;
  min-height: 24px;
  margin: 0 0 15px;
  padding: 5px 10px;
  border-radius: 12px;
  border: 1px solid #1880d9;
  font-size: 11px;
  line-height: 1.2;
  color: #1880d9;
}

.timeline-price {
  margin: 0 0 15px;
  line-height: 1;
}

.timeline-price-num {
  display: flex;
  align-items: baseline;
  margin: 0 0 5px;
  font-size: 32px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.timeline-price-num:before {
  -ms-grid-row-align: start;
  align-self: start;
  margin: 0 5px 0 0;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
}

.timeline-price-num.plus:before {
  content: '+';
}

.timeline-price-num.minus:before {
  content: '-';
}

.timeline-price-unit {
  margin: 0 0 0 5px;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.timeline-minus-point {
  font-size: 25px !important;
}

.timeline-cancel-payment {
  width: 108px;
  height: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 2px solid #f72840;
  text-align: center;
  line-height: 15px;
}

.timeline-cancel-payment span {
  font-size: 14px;
  line-height: 26px;
  color: #f72840;
}

.timeline-breakdown {
  margin: 0 0 15px;
  font-size: 12px;
}

.timeline-breakdown::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.timeline-breakdown::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.timeline-breakdown-0 {
  margin: 0 0 16px 0;
  font-size: 12px;
  line-height: 16.8px;
}

.timeline-breakdown-1 {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 16.8px;
}

.timeline-bonus {
  font-size: 12px;
}

.timeline-id {
  font-size: 11px;
  line-height: 1.5;
}

.timeline-id::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.timeline-id::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.timeline-line {
  margin: 15px 0px;
  height: 2px;
  filter: drop-shadow(0px 2px 2.5px rgba(0,0,0,0.08));
  background-color: #ffffff;
}

.timeline-point-title {
  font-size: 15px;
  line-height: 23px;
}

.timeline-point-num {
  font-size: 32px;
  font-weight: bold;
  font-family: "Helvetica";
}

.timeline-point-unit {
  margin-left: 7px;
  font-size: 16px;
}

.timeline-point-date {
  font-size: 11px;
  line-height: 17px;
  text-align: right;
}

/******************************************
[search]
******************************************/
.search-section {
  padding: 20px 20px;
  border-bottom: 1px solid #cfd5d8;
}

.search-section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.search-headline {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.search-headline-note {
  font-size: 13px;
  font-weight: normal;
}

.search-description {
  margin: 0 0 15px;
}

.search-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.search-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.search-accordion-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.search-accordion-btn:after {
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  width: 9px;
  height: 14px;
  background: url(/assets/img/icon/chevron-gray.svg) no-repeat center;
  background-size: cover;
  transition: 0.3s;
}

.search-accordion-btn.is-open:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.search-accordion-content {
  padding: 20px 0 0;
}

.search-select {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 5px;
}

.search-select:last-child {
  margin-bottom: 0;
}

.search-select-item {
  flex: 1 0 auto;
  width: calc(100% / 3 - 10px);
  margin: 5px 5px 0 0;
}

.search-select:not(.search-select-w50) .search-select-item:nth-child(3n) {
  margin-right: 0;
}
.search-select:not(.search-select-w50) .search-select-item:last-child {
  margin-right: 0;
}

.search-select-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.search-select-input:checked + .search-select-label {
  background: #1880d9;
  border-color: #1880d9;
  color: #fff;
}

.search-select-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  background: #ecf1f4;
  border-radius: 3px;
  border: 1px solid #cfd5d8;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}

.search-select-icon {
  width: 18px;
  height: 20px;
  margin: 0 8px 0 0;
}

.search-select-w100 .search-select-item {
  width: 100%;
  margin-right: 0;
}

.search-select-w50 .search-select-item {
  width: calc(100% / 2 - 5px);
}

.search-select-w50 .search-select-item:nth-child(even) {
  margin-right: 0;
}

/******************************************
[result]
******************************************/
.result {
  padding: 0 0 10px;
}

.result-header-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
}

.result-header-num {
  font-weight: bold;
  line-height: 1;
}

.result-header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  background: #aeb8be;
  border-radius: 15px;
  font-size: 13px;
  color: #fff;
}

.result-header-icon {
  width: 13px;
  height: 14px;
  margin: 0 5px 0 0;
}

.result-search {
  padding: 0 20px 10px 20px;
}

/******************************************
[shop]
******************************************/
.shop-badge {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  background: #1d1d1d;
  border-radius: 5px 0 0 5px;
  border: 2px solid #fff;
  border-right: none;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  z-index: 10;
}

.shop-header {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #cfd5d8;
}

.shop-header-icon {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.shop-header-name {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
}

.shop-header-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.shop-header-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.shop-nav {
  background: #fff;
  border-bottom: 1px solid #cfd5d8;
}

.shop-nav-set, .login-nav-set, .entry-nav-set {
  display: flex;
  justify-content: space-between;
}

.shop-nav-item, .login-nav-item, .entry-nav-item {
  width: 100%;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 5px 0 0 0;
  line-height: 1;
  color: #1d1d1d;
}

.nav-link.is-active {
  background: #1880d9;
  color: #fff;
}

.nav-text {
  font-size: 13px;
  font-weight: normal;
  color: #1d1d1d;
}

.shop-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 54px;
  padding: 5px 0 0 0;
  line-height: 1;
  color: #1d1d1d;
}

.shop-nav-link.is-active {
  background: #1880d9;
  color: #fff;
}

.shop-nav-icon {
  width: 30px;
  height: 30px;
}

.shop-nav-text {
  font-size: 11px;
  font-weight: bold;
}

.shop-photo {
  margin: 0 0 20px;
}

.shop-photo-container {
  margin: 0 0 10px;
}

.shop-pay {
  margin: 0 0 30px;
  padding: 0 20px;
}

.shop-event {
  margin: 0 10px 20px;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #1880d9;
}

.shop-event-title {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1;
}

.shop-eventList-item {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #1880d9;
}

.shop-eventList-item::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: '';
}

.shop-eventList-item::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: '';
}

.shop-eventList-item:last-child {
  margin-bottom: 0;
}

.shop-info {
  padding: 0 20px 20px;
}

.shop-info-category {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1;
}

.shop-info-name {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
}

.shop-info-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.shop-info-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.shop-detail {
  margin: 0 0 15px;
}

.shop-detail-item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.shop-detail-item:last-child {
  margin-bottom: 0;
}

.shop-detail-icon {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}

.shop-detail-text {
  font-size: 13px;
}

.shop-detail-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.shop-detail-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.shop-description {
  padding: 20px;
  border-top: 1px solid #cfd5d8;
}

.shop-description-title {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
}

.shop-description-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.shop-description-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.shop-description-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.shop-description-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.shop-base-headline {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  background: #1d1d1d;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.shop-base-info {
  width: 100%;
}

.shop-base-info th,
.shop-base-info td {
  padding: 15px;
  border-bottom: 1px solid #cfd5d8;
  line-height: 1.3;
}

.shop-base-info th::before,
.shop-base-info td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: '';
}

.shop-base-info th::after,
.shop-base-info td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: '';
}

.shop-base-info th {
  width: 1%;
  background: #ecf1f4;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.shop-base-tel {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 62px;
  height: 30px;
}

.shop-map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background: #ecf1f4;
}

.shop-free {
  margin: 0 0 25px;
  padding: 0 15px;
}

.shop-free-table {
  width: 100%;
}

.shop-free-table th,
.shop-free-table td {
  padding: 15px 0;
  border-bottom: 1px dotted #cfd5d8;
  line-height: 1.3;
}

.shop-free-table th::before,
.shop-free-table td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: '';
}

.shop-free-table th::after,
.shop-free-table td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: '';
}

.shop-free-table th {
  width: 1%;
  padding-right: 30px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.shop-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(80px * 3 + 12px * 2);
  margin: -12px auto 0;
}

.shop-sns-item {
  flex: 0 0 auto;
  width: 80px;
  margin: 12px 12px 0 0;
}

.shop-sns-item:nth-child(3n) {
  margin-right: 0;
}

.shop-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #cfd5d8;
}

.shop-footer-set {
  display: flex;
  justify-content: space-between;
}

.shop-footer-item {
  width: 100%;
  margin: 0 10px 0 0;
}

.shop-footer-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 374px) {
  .shop-badge {
    font-size: 11px;
  }
}
/******************************************
[menu]
******************************************/
.menu-item {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #cfd5d8;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-photo {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  margin: 0 10px 0 0;
}

.menu-photo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-content {
  width: 100%;
}

.menu-name {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.menu-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: '';
}

.menu-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: '';
}

.menu-description {
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 1.4;
}

.menu-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: '';
}

.menu-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: '';
}

.menu-price {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

/******************************************
[coupon]
******************************************/
.coupon-appeal {
  padding: 10px;
  background: #1d1d1d;
}

.coupon-appeal-text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

.coupon-appeal-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: '';
}

.coupon-appeal-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: '';
}

.coupon-info {
  padding: 15px;
}

.coupon-shop {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
}

.coupon-shop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: '';
}

.coupon-shop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: '';
}

.coupon-name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.coupon-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: '';
}

.coupon-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: '';
}

.coupon-sheet {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  line-height: 1;
}

.coupon-sheet-num {
  margin: 0 5px;
  font-size: 18px;
  font-weight: 600;
  color: #f72840;
}

.coupon-limit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background: #ffdee2;
  border-top: 1px solid #f0b6bd;
  border-bottom: 1px solid #f0b6bd;
}

.coupon-limit-text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #f72840;
}

.coupon-description {
  padding: 15px;
  border-bottom: 1px solid #cfd5d8;
}

.coupon-description-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.coupon-description-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.coupon-condition {
  padding: 15px;
  border-bottom: 1px solid #cfd5d8;
}

.coupon-condition-title {
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1;
}

.coupon-condition-text {
  font-size: 14px;
  line-height: 1.4;
}

.coupon-condition-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: '';
}

.coupon-condition-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: '';
}

.coupon-use {
  margin: 20px 0 0;
  text-align: center;
  font-size: 13px;
}

.coupon-use::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.coupon-use::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

/******************************************
[news]
******************************************/
.newsList-item {
  border-bottom: 1px solid #cfd5d8;
}

.newsList-item.is-unread {
  background: #ecf1f4;
}

.newsList-badge {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: #1880d9;
  border-radius: 50%;
}

.newsList-link {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  color: #1d1d1d;
}

.newsList-shop {
  flex: 1 0 auto;
  width: 100%;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  color: #1880d9;
}

.newsList-shop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.newsList-shop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.newsList-photo {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  margin: 0 10px 0 0;
  background: url(/assets/img/news/noimg.png) no-repeat center;
  background-size: cover;
}

.newsList-photo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.newsList-content {
  flex: 1 1 auto;
  width: 1%;
  margin: 0 15px 0 0;
}

.newsList-title {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.newsList-description {
  margin: 0 0 10px;
  font-size: 13px;
  color: #929a9f;
  line-height: 1.4;
}

.newsList-description img {
  max-width: 100%;
}

.newsList-date {
  text-align: right;
  font-size: 13px;
  line-height: 1;
}

.newsList-icon {
  flex: 0 0 auto;
  -ms-grid-row-align: center;
  align-self: center;
  width: 8px;
  height: 14px;
}

.newsDetail-header {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #cfd5d8;
}

.newsDetail-header-title {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
}

.newsDetail-header-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.newsDetail-header-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.newsDetail-header-date {
  font-size: 13px;
  line-height: 1;
}

.newsDetail img {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.newsDetail-shop {
  margin: 0 0 20px;
  padding: 35px 0 0;
  border-top: 1px solid #cfd5d8;
}

.newsDetail *:not([class*='newsDetail-header']) {
  list-style: revert;
  list-style-position: inside;
  font-style: revert;
  font-weight: revert;
}

/******************************************
[security]
******************************************/
.security-set {
  margin: 0 0 20px;
}

.security-item {
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.security-item:last-child {
  margin-bottom: 0;
}

.security-link {
  color: #1d1d1d !important;
}

.security-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 20px 20px;
}

.security-container:after {
  content: '';
  flex: 0 0 auto;
  width: 7px;
  height: 12px;
  background: url(/assets/img/icon/chevron-gray.svg) no-repeat center;
  background-size: cover;
}

.security-content {
  padding: 0 15px 0 0;
}

.security-title {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
}

.security-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.security-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.security-description {
  font-size: 13px;
}

.security-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.security-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.security-head {
  padding: 20px;
}

.security-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #cfd5d8;
}

.security-category-title {
  font-size: 16px;
}

.security-category-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.security-category-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.security-category-status {
  margin: 0 20px 0 auto;
  color: #cfd5d8;
}

.security-category-status::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.security-category-status::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.security-logout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  margin: 0 0 50px;
  background: #ffdee2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  border: 1px solid #f0b6bd;
}

.security-logout-icon {
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
}

.security-logout-text {
  font-weight: bold;
  color: #f72840;
}

.security-logout-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.security-logout-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.security-section {
  padding-top: 30px;
  padding-bottom: 24px;
}

.security-toggle {
  padding: 20px 15px 20px 20px;
  background: #ECF1F4;
  margin-bottom: 24px;
  text-align: center;
  border-radius: 15px;
}

.security-block {
  margin-top: 4px;
}

@media only screen and (max-width: 320px) {
  .security-label {
    text-align: left;
  }
}
/******************************************
[linkage]
******************************************/
.linkage {
  margin: 0 0 40px;
}

.linkage-item {
  margin: 0 0 10px;
}

.linkage-item:last-child {
  margin-bottom: 0;
}

.linkage-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 10px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  line-height: 1;
  color: #1d1d1d;
}

.linkage-status {
  display: flex;
  align-items: center;
}

.linkage-status:not(.is-linked):after {
  content: '';
  flex: 0 0 auto;
  width: 10px;
  height: 17px;
  background: url(/assets/img/icon/chevron-gray.svg) no-repeat center;
  background-size: cover;
}

.linkage-status-text {
  margin: 0 15px 0 0;
  font-size: 16px;
}

.linkage-status.is-linked .linkage-status-text {
  color: #1880d9;
}

.linkage-btn {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  background: #1d1d1d;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.linkage-btn-icon {
  width: 7px;
  height: 12px;
  margin: 0 0 0 10px;
}

/******************************************
[gift]
******************************************/
.gift-list {
  display: flex;
  height: 36px;
  padding-left: 10px;
}

.gift-frame .bg-gray {
  padding-left: 20px;
}

.gift-img {
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.price-main {
  font-size: 20px;
  margin-top: 10px;
}

.price-sab {
  font-size: 16px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.back-gift {
  font-size: 14px;
  padding-top: 8px;
}

/*
  .buyTab-btn-gift{
    font-size:  120%;
    display:block;
    height:60%;
    width:80%;
    margin:1em 0;
    line-height:50px;
    background: #1880d9;
    color:#fff;
    border-radius:25px;
    text-decoration:none;
    text-align:center;
  } */
/******************************************
[sorry]
******************************************/
.sorry {
  text-align: center;
}

.sorry-header {
  padding: 60px 0 40px;
}

.sorry-header-headline {
  margin: 0 0 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  color: #cfd5d8;
}

.sorry-header-headline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.sorry-header-headline::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.sorry-header-text {
  font-size: 13px;
}

.sorry-body {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 25px 40px;
  border-radius: 15px;
  border: 3px solid #f72840;
}

.sorry-body-text {
  font-size: 16px;
  font-weight: bold;
}

.sorry-body-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.sorry-body-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.sorry-icon {
  width: 64px;
  height: 57px;
  margin: 0 auto 15px;
}

/******************************************
[error]
******************************************/
.error {
  padding: 60px 0;
}

.error-headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 35px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  color: #cfd5d8;
}

.error-headline-sub {
  font-size: 28px;
}

.error-title {
  margin: 0 0 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.error-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.error-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.error-text {
  margin: 0 0 35px;
  text-align: center;
  font-size: 13px;
}

.error-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.error-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

/******************************************
[monitoring]
******************************************/
.monitoring-section {
  margin: 0 0 50px;
}

.monitoring-description {
  margin: 0 0 20px;
}

.monitoring-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.monitoring-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.monitoring-link {
  display: flex;
  align-items: center;
  height: 85px;
  padding: 0 15px;
  background: #fff;
  border-radius: 15px;
  border: 3px solid #1880d9;
  color: #1d1d1d;
}

.monitoring-link.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.monitoring-link-icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

.monitoring-link-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.monitoring-link-text {
  font-size: 13px;
  line-height: 1;
}

.monitoring-link-arrow {
  flex: 0 0 auto;
  width: 10px;
  height: 16px;
  margin: 0 0 0 auto;
}

.monitoring-account-headline {
  margin: 0 0 15px;
  line-height: 1;
}

.monitoring-account-empty {
  padding: 40px 0 0;
  text-align: center;
  font-size: 12px;
  color: #aeb8be;
}

.monitoring-list-item {
  margin: 0 0 15px;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.monitoring-list-item:last-child {
  margin-bottom: 0;
}

.monitoring-list-link {
  display: flex;
  margin: 0 0 10px;
  color: #1d1d1d;
}

.monitoring-list-link.is-disabled {
  pointer-events: none;
}

.monitoring-list-link.is-active {
  position: static;
}

.monitoring-list-link.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
}

.monitoring-list-link.is-active:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  width: 10px;
  height: 16px;
  background: url(/assets/img/icon/chevron-gray.svg) no-repeat center;
  background-size: cover;
}

.monitoring-list-icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin: -10px 10px 0 0;
}

.monitoring-list-content {
  padding: 0 40px 0 0;
}

.monitoring-list-name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.monitoring-list-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: '';
}

.monitoring-list-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: '';
}

.monitoring-list-info {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.3;
}

.monitoring-list-info::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: '';
}

.monitoring-list-info::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: '';
}

.monitoring-list-info:last-child {
  margin-bottom: 0;
}

.monitoring-list-wait {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 15px;
  background: #aeb8be;
  border-radius: 14px;
  font-size: 12px;
  color: #fff;
}

.monitoring-list-delete {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin: 0 0 0 60px;
  padding: 0 10px 0 15px;
  background: #1d1d1d;
  border-radius: 14px;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}

.monitoring-list-delete:after {
  content: '';
  width: 7px;
  height: 11px;
  margin: 0 0 0 8px;
  background: url(/assets/img/icon/chevron-white.svg) no-repeat center;
  background-size: cover;
}

.monitoring-step {
  width: 100%;
  height: auto;
}

.monitoring-bar {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
}

.monitoring-notice {
  position: fixed;
  bottom: 120px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  background: #f72840;
  border-radius: 0 15px 15px 0;
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.25);
  border: 5px solid #fff;
  border-left: none;
  line-height: 1;
  color: #fff;
}

.monitoring-notice-icon {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

.monitoring-notice-content {
  margin: 0 10px 0 0;
  text-align: left;
}

.monitoring-notice-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.monitoring-notice-text {
  padding: 3px;
  background: #db2036;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1;
}

.monitoring-notice-arrow {
  width: 10px;
  height: 16px;
}

/******************************************
[card]
******************************************/
.card {
  padding: 20px;
  color: #fff;
}

.card.card-p0 {
  padding: 0;
}

.card-blue {
  color: #fff;
}

.card-blue .card-content {
  background: transparent linear-gradient(136deg, #34bde6 20%, #1880d9 75%) 0% 0% no-repeat padding-box;
}

.card-blue .card-link {
  color: #fff;
}

.card-orange {
  color: #fff;
}

.card-orange .card-content {
  background: transparent linear-gradient(136deg, #feb52a 20%, #ed4d40 75%) 0% 0% no-repeat padding-box;
}

.card-orange .card-link {
  color: #fff;
}

.card-green {
  color: #fff;
}

.card-green .card-content {
  background: transparent linear-gradient(136deg, #b3e217 20%, #1cb144 60%) 0% 0% no-repeat padding-box;
}

.card-green .card-link {
  color: #fff;
}

.card-black {
  color: #fff;
}

.card-black .card-content {
  background: transparent linear-gradient(136deg, #86898b 0%, #2e3036 40%, #000000 75%) 0% 0% no-repeat padding-box;
}

.card-black .card-link {
  color: #fff;
}

.card-white {
  color: #1d1d1d;
}

.card-white .card-content {
  background: #fff;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.15);
}

.card-set:before {
  content: '';
  display: block;
  padding-top: 63.6%;
}

.card-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.card-layer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: rotateX(180deg);
  z-index: -1;
}

.card-img .card-layer {
  display: none;
}

.card-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.card-quantity-icon {
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}

.card-quantity-icon img {
  width: 24px;
  height: 24px;
}

.card-quantity-desc {
  font-size: 16px;
  color: #1d1d1d;
}


.custom-card-content {
  padding: 12px 16px;
}

.card-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-name {
  text-align: right;
  line-height: 1;
}

.card-balance {
  margin: 0 0 20px;
  padding: 0 0 0 10px;
}

.card-balance-headline {
  margin: 0 0 10px;
  line-height: 1;
}

.card-balance-num {
  display: flex;
  align-items: baseline;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  flex-wrap: wrap;
}

.card-balance-unit {
  margin: 0 0 0 5px;
  font-size: 24px;
  font-weight: bold;
}

.card-unavailable-balance {
  font-size: 24px;
  font-weight: bold;
}

.custom-card-headline {
  margin-top: -23px;
}

.card-unavailable-unit {
  margin: 0 0 0 5px;
  font-size: 19px;
  font-weight: bold;
}

.card-category {
  text-align: right;
  font-family: Helvetica, Arial, sans-serif;
  color: #cfd5d8;
}

.card-num {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.card-bank-num {
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  font-style: normal;
  text-align: left;
  color: #1d1d1d;
}

.card-mark {
  width: 60px;
  height: 37px;
  margin: 0 0 0 auto;
}

.card-limit {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 1;
}

.card-limit-headline {
  margin: 0 15px 0 0;
}

.card-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.card-type {
  text-align: right;
  font-family: Helvetica, Arial, sans-serif;
}

.card-status {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.card-arrowText {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
}

.card-arrowText-icon {
  width: 7px;
  height: 11px;
  margin: 0 0 0 10px;
}

.card-pincode {
  margin: 20px 0 0;
  text-align: center;
  line-height: 1;
}

.card-pincode-empty .card-pincode-content {
  background: #ffdee2;
  border-color: #f0b6bd;
}

.card-pincode-empty .card-pincode-text {
  font-weight: bold;
  color: #f72840;
}

.card-pincode-empty .card-pincode-icon {
  height: 14px;
}

.card-pincode-content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  background: #dfe4e6;
  border-radius: 3px;
  border: 1px solid #cfd5d8;
  font-size: 15px;
}

.card-pincode-icon {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.card-login {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 6px solid #cfd5d8;
}

.card-login-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
}

.card-login-text {
  text-align: center;
  font-weight: bold;
  color: #1d1d1d;
  line-height: 1.5;
}

.card-login-strong {
  font-size: 22px;
  color: #f72840;
}

.card.is-end .card-set:after,
.card.is-paused .card-set:after,
.card.is-preparing .card-set:after {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  background: #1d1d1d;
  border-radius: 24px;
  border: 5px solid #fff;
  font-size: 21px;
  color: #fff;
}

.card.is-achieved .card-set:after {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  background: #f72840;
  border-radius: 24px;
  border: 5px solid #fff;
  font-size: 21px;
  color: #fff;
}

.card.is-end .card-set:after {
  content: '期間終了';
}

.card.is-paused .card-set:after {
  content: '一時停止中';
}

.card.is-preparing .card-set:after {
  content: '準備中';
}

.card.is-achieved .card-set:after {
  content: '完売御礼';
}

.card.is-end .card-content,
.card.is-paused .card-content,
.card.is-preparing .card-content,
.card.is-achieved .card-content {
  opacity: 0.3;
}

.card.is-stop .card-set:after {
  content: '一時停止中';
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  background: #1d1d1d;
  border-radius: 24px;
  border: 5px solid #fff;
  font-size: 21px;
  color: #fff;
}

.card.is-stop .card-content {
  opacity: 0.3;
}

.card-end {
  margin: 0 0 20px;
  padding: 20px;
  background: #fff;
  border: 3px solid #f72840;
}

.card-end-text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #f72840;
  line-height: 1.5;
}

.card-end-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.card-end-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

@media (max-width: 360px) {
  .card-login-strong {
    font-size: 18px;
  }

  .card-balance-num {
    font-size: 44px;
  }
}

@media (max-width: 359px) {
  .custom-card-content {
    padding: 10px 12px;
  }

  .card-balance-num {
    font-size: 34px;
  }

  .card-unavailable-balance {
    font-size: 20px;
  }

  .card-unavailable-unit, .card-balance-unit {
    font-size: 16px;
  }

  .card-balance {
    margin-bottom: 10px;
  }
}

@media (max-width: 358px) {
  .card-balance-headline {
    font-size: 12px !important;
  }
}
/******************************************
[actTab]
******************************************/
.actTab {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  background: #fff;
  -webkit-filter: drop-shadow(3px 0 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(3px 0 6px rgba(0, 0, 0, 0.1));
}

.actTab-set {
  display: flex;
}

.actTab-item {
  flex: 1 0 auto;
  width: 50%;
}

.actTab-item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 1px;
  height: 38px;
  background: #cfd5d8;
}

.actTab-item.is-end:before {
  content: '停止';
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 24px;
  background: #1d1d1d;
  border-radius: 12px;
  font-size: 13px;
  color: #fff;
  z-index: 1;
}

.actTab-item.is-stop:before {
  content: '停止';
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 24px;
  background: #1d1d1d;
  border-radius: 12px;
  font-size: 13px;
  color: #fff;
  z-index: 1;
}

.actTab-item.is-preparing:before {
  content: '準備中';
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 24px;
  background: #1d1d1d;
  border-radius: 12px;
  font-size: 13px;
  color: #fff;
  z-index: 1;
}

.actTab-item.is-achieved:before {
  content: '完売御礼';
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 24px;
  background: #1d1d1d;
  border-radius: 12px;
  font-size: 13px;
  color: #fff;
  z-index: 1;
}

.actTab-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 68px;
  padding: 0 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.actTab-btn:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: calc(44px + 14px);
  height: calc(44px + 14px);
  background: #fff;
  border-radius: 50%;
}

.actTab-btn:disabled .actTab-text,
.actTab-btn:disabled .actTab-icon {
  opacity: 0.3;
}

.actTab-icon {
  width: 44px;
  height: 44px;
  margin: -8px auto 0;
}

/******************************************
[sns]
******************************************/
.sns {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 12px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #ecf1f4;
}

.sns-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.sns-icon {
  width: 44px;
  height: 44px;
  margin: 0 0 10px;
}

.sns-name {
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  color: #1d1d1d;
  line-height: 1;
}

.fa-instagram {
  color: #8aa3b2;
}

/******************************************
[snsCol]
******************************************/
.snsCol {
  display: flex;
  justify-content: space-between;
}

.snsCol-item {
  width: calc((100% - 13px * 3) / 4);
  height: 90px;
}

/******************************************
[money]
******************************************/
.money {
  margin: 0 0 30px;
}

.money-header {
  margin: 0 0 30px;
}

.money-description {
  text-align: center;
  font-size: 16px;
}

.money-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.money-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.money-available-detail {
  margin: 0 auto;
  margin-top: 20px;
  border: 2px solid #1880d9;
  border-radius: 10px;
  padding: 10px;
}

.money-label {
  color: #1880d9;
  font-weight: bold;
}

.money-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #cfd5d8;
}

.money-item:last-child {
  border-bottom: none;
}

.money-item-label {
  word-break: break-all;
}

.money-item-balance {
  min-width: 100px;
  text-align: right;
}

.money-group {
  margin-top: 20px;
  text-align: center;
}

.money-register-help {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

.money-title {
  display: flex;
  align-items: center;
}

.money-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 10px;
  padding: 0 10px 10px;
  line-height: 1;
}

.money-price:last-child {
  margin-bottom: 0;
}

.money-price:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cfd5d8;
}

.money-price.is-success:after {
  height: 5px;
  background: #1880d9;
}

.money-price.is-error:after {
  height: 5px;
  background: #f72840;
}

.money-price-title {
  flex: 0 0 auto;
  font-size: 20px;
}

.money-price-sub-title {
  font-size: 12px;
}

.money-price-input {
  flex: 1 1 auto;
  display: flex;
  align-items: baseline;
  width: 1%;
  font-weight: bold;
}

.money-price-num {
  flex: 1 1 auto;
  width: 1%;
  margin: 0 10px 0 0;
  background: transparent;
  text-align: right;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 51px;
}

.money-price-num:placeholder-shown {
  color: #1d1d1d;
}

.money-price-num::-webkit-input-placeholder {
  color: #1d1d1d;
}

.money-price-num:-moz-placeholder {
  color: #1d1d1d;
  opacity: 1;
}

.money-price-num::-moz-placeholder {
  color: #1d1d1d;
  opacity: 1;
}

.money-price-num:-ms-input-placeholder {
  color: #1d1d1d;
}

.money-price-unit {
  font-size: 20px;
}

.money-error {
  font-weight: bold;
  color: #f72840;
  line-height: 1;
}

.money-confirm .money-price {
  justify-content: center;
  padding: 0;
}

.money-confirm .money-price:after {
  display: none;
}

.money-confirm .money-price-title {
  margin: 0 15px 0 0;
}

.money-confirm .money-price-input {
  flex: 0 0 auto;
  width: auto;
}

.money-input {
  margin: 0 0 30px;
  border-radius: 15px;
  filter: drop-shadow(0px 2px 2.5px rgba(0,0,0,0.08));
  background-color: #ffffff;
}

.money-input-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px dotted #cfd5d8;
  font-weight: bold;
}

.money-input-num  {
  margin-left: 10px;
  font-size: 28px;
  color: #f72840;
  font-weight: bold;
  font-family: "Helvetica";
}

.money-input-unit {
  margin-left: 7px;
  font-size: 16px;
  color: #f72840;
}

.money-input-content {
  text-align: center;
  padding: 16px 0 20px;
}

.money-input-content p {
  font-size: 16px;
  line-height: 23px;
  color: #1d1d1d;
  text-align: center;
}

.money-input-form {
  padding: 11px 0 15px;
}

.money-input-form input {
  padding: 0 15px;
  width: 276px;
  height: 56px;
  line-height: 56px;
  font-size: 36px;
  color: #1d1d1d;
  font-weight: bold;
  font-family: "Helvetica";
  text-align: center;
  border-radius: 3px;
  background-color: #ffffff;
  border: 3px solid #1880d9;
}

.money-input-form span {
  margin-left: 7px;
  font-size: 20px;
  line-height: 16px;
  color: #000000;
}

.money-input-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin: 0 0 20px;
}

.money-input-checkbox input {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #cfd5d8;
}

.money-input-checkbox label {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #1d1d1d;
}

.money-point-title {
  font-size: 15px;
  font-weight: bold;
}

.money-point-num {
  font-size: 22px;
  color: #f72840;
  font-weight: bold;
  font-family: "Helvetica";
  text-align: right;
}

.money-point-unit {
  font-size: 16px;
  color: #f72840;
  text-align: right;
}

.money-point-text {
  font-size: 16px;
  color: #f72840;
  text-align: right;
}

.custom-btn-point {
  margin-top: 35px;
}

.money-ticket {
  margin: 0 6px;
  width: auto;
  flex: 0 0 auto;
}

.money-card {
  padding: 20px 20px 5px;
}

.money-card-item {
  margin-bottom: 15px;
}
.money-card-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 320px) {
  .money-input-form input {
    width: 220px;
  }
}
/******************************************
[modal]
******************************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.tos-modal {
  z-index: 500;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-panel {
  width: calc(100% - 40px);
  padding: 40px 20px 30px;
  background: #fff;
  border-radius: 15px;
}

.modal-point-scan {
  padding: 20px 20px 35px;
  width: 50%;
}

.modal-point {
  display: flex;
  justify-content: center;
}

.modal-header-icon {
  width: 64px;
  height: 57px;
  margin: 0 auto 15px;
}

.modal-headline {
  margin: 0 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.modal-headline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.modal-headline::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.modal-body {
  margin: 0 0 25px;
  flex: 1 1 auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-body::-webkit-scrollbar {
  display: none;
}

.modal-body:last-child {
  margin-bottom: 0;
}

.modal-description {
  margin: 0 0 25px;
}

.modal-description-text {
  margin: 0 0 10px;
  text-align: center;
}

.modal-description-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.modal-description-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.modal-description-text:last-child {
  margin-bottom: 0;
}

.modal-error {
  white-space: pre-line;
  margin: 0 0 5px;
  padding: 15px 30px;
  background: #ffdee2;
}

.modal-error:last-child {
  margin-bottom: 0;
}

.modal-error-msg {
  white-space: pre-line;
  text-align: center;
  font-weight: bold;
  color: #f72840;
}

.modal-point-description {
  font-size: 18px;
  line-height: 27px;
  color: #1d1d1d;
  text-align: center;
  font-weight: bold;
}

.modal-enter-active,
.modal-leave-active {
  transition: 0.3s;
  opacity: 1;
}

.modal-enter-active .modal-bg,
.modal-leave-active .modal-bg {
  transition: 0.3s;
  opacity: 1;
}

.modal-enter-active .modal-panel,
.modal-leave-active .modal-panel {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: 0.3s;
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
}

.modal-enter .modal-bg,
.modal-leave-to .modal-bg {
  transition: 0.3s;
  opacity: 0;
}

.modal-enter .modal-panel,
.modal-leave-to .modal-panel {
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
}

@media (max-width: 360px) {
  .modal-small .modal-panel {
    width: 100%;
  }

  .custom-modal-error {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 414px) {
  .modal-error {
    padding: 15px 25px;
  }
}

/******************************************
[control]
******************************************/
.control {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.control-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.control-panel {
  width: 100%;
  background: #fff;
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0 0;
}

.control-header {
  padding: 20px 0;
  border-bottom: 1px solid #cfd5d8;
}

.control-headline {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.control-close {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.control-list {
  margin: 0 0 50px;
}

.control-list-item {
  border-bottom: 1px solid #cfd5d8;
}

.control-btn, .control-bank-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  color: #1d1d1d;
}

.control-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(/assets/img/icon/chevron-gray.svg) no-repeat center;
  background-size: cover;
}

.control-btn-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin: 0 15px 0 0;
}

.control-enter-active,
.control-leave-active {
  transition: 0.3s;
  opacity: 1;
}

.control-enter-active .control-bg,
.control-leave-active .control-bg {
  transition: 0.3s;
  opacity: 1;
}

.control-enter-active .control-panel,
.control-leave-active .control-panel {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: 0.3s;
}

.control-enter,
.control-leave-to {
  opacity: 0;
}

.control-enter .control-bg,
.control-leave-to .control-bg {
  transition: 0.3s;
  opacity: 0;
}

.control-enter .control-panel,
.control-leave-to .control-panel {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

/******************************************
[buy]
******************************************/
.buy-note {
  margin: 0 0 30px;
}

.buy-note-limit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: 0 0 30px;
  background: #1d1d1d;
  border-radius: 15px;
  font-size: 12px;
  color: #fff;
}

.buyTab {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  background: #fff;
  box-shadow: 5px 0 8px rgba(0, 0, 0, 0.15);
}

.buyTab-set {
  display: flex;
  align-items: center;
}

.buyTab-item {
  margin: 0 10px 0 0;
}

.buyTab-item:last-child {
  margin-right: 0;
}

.buyTab-close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
}

.buyTab-btn {
  flex: 1 0 auto;
}

/******************************************
[ no item in list]
******************************************/
.item-empty {
  text-align: center;
  padding-top: 1.25rem;
}
/******************************************
[infoList]
******************************************/
.infoList-item {
  margin: 0 0 10px;
  background: #fff;
  border-bottom: 1px solid #cfd5d8;
}

.infoList-item:last-child {
  margin-bottom: 0;
}

.infoList-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #1d1d1d;
  z-index: 1;
}

.infoList-section {
  padding: 10px;
  border-bottom: 1px dotted #cfd5d8;
}

.infoList-section:last-child {
  border-bottom: none;
}

.infoList-photo {
  padding: 10px 10px 0;
}

.infoList-image {
  padding: 12px 0 0 10px;
}

.infoList-border {
  border-top: 1px solid #cfd5d8;
}

.infoList-badge.shop-badge {
  right: -10px;
}

.relative-badge {
  position: relative;
  right: 0 !important;
  top: 0!important;
  left: 0 !important;
}

.infoList-name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.infoList-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: '';
}

.infoList-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: '';
}

.infoList-name:last-child {
  margin-bottom: 0;
}

.infoList-addition {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
}

.infoList-addition::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: '';
}

.infoList-addition::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: '';
}

.infoList-addition:last-child {
  margin-bottom: 0;
}

.infoList-custom {
  padding-top: 12px !important;
}

/******************************************
[tag]
******************************************/
.tag {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0;
}

.tag-item {
  display: inline-flex;
  align-items: center;
  height: 26px;
  margin: 10px 10px 0 0;
  padding: 0 10px;
  border-radius: 13px;
  border: 1px solid #f72840;
  font-size: 13px;
  line-height: 1;
  color: #f72840;
}

.tag-item:last-child {
  margin-right: 0;
}

/******************************************
[favBtn]
******************************************/
.favBtn {
  line-height: 1;
  z-index: 10;
}

.favBtn:not(.favBtn-static) {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.favBtn-input {
  display: none;
}

.unset-bgr-img {
  background: unset !important;
}

.favBtn-input:checked + .favBtn-label:before {
  background-image: url(/assets/img/icon/favorite-on.svg);
}

.favBtn-label {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.favBtn-label:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  background: url(/assets/img/icon/favorite-off.svg) no-repeat center;
  background-size: cover;
}

.favBtn-static .favBtn-label {
  font-weight: normal;
  color: #1d1d1d;
}

.favBtn-relative {
  line-height: 1;
  z-index: 10;
}

/******************************************
[info]
******************************************/
.swiper-container {
  height: 100%;
}
.swiper-slide {
  width: unset;
}

.swiper-pagination {
  position: relative !important;
  display: flex;
  justify-content: center;
  bottom: auto !important;
  line-height: 1;
}

.swiper-pagination-bullet {
  margin: 0 4px;
  background: #cfd5d8 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #1d1d1d !important;
}

/******************************************
[category]
******************************************/
.category {
  border-bottom: 1px solid #cfd5d8;
}

.category-arrow {
  top: 0 !important;
  width: 16px !important;
  margin: 0 !important;
  background: #fff;
}

.category-arrow:after {
  width: 6px;
  height: 12px;
  background-image: url(/assets/img/icon/chevron-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-arrow-prev {
  left: 0 !important;
}

.category-arrow-prev:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.category-arrow-next {
  right: 0 !important;
}

.category-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  z-index: 1;
}

.category-btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #1880d9;
  opacity: 0;
  z-index: 1;
}

.category-btn.is-active:before {
  opacity: 1;
}

.category .swiper-container {
  width: calc(100% - 32px);
}

.category .swiper-wrapper {
  margin: 0 auto;
}

.category .swiper-button-prev:after,
.category .swiper-container-rtl .swiper-button-next:after,
.category .swiper-button-next:after,
.category .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

/******************************************
[gallery]
******************************************/
.gallery {
  padding: 10px 10px 20px;
  background: #fff;
}

.gallery-set {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -10px 0 0;
}

.gallery-item {
  width: calc((100% - 20px) / 3);
  margin: 10px 10px 0 0;
}

.gallery-item:nth-child(3n) {
  margin-right: 0;
}

.gallery-link {
  display: block;
}

.gallery-photo:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.gallery-photo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/******************************************
[galleryDetail]
******************************************/
.galleryDetail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.galleryDetail-comment {
  margin: 0 0 20px;
  padding: 20px;
  border-bottom: 1px solid #cfd5d8;
}

.galleryDetail-comment-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.galleryDetail-comment-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

/******************************************
[pagination]
******************************************/
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 15px 0 0;
}

.pagination-control {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 0 10px 0 0;
  border: 1px solid #cfd5d8;
}

.pagination-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  font-size: 13px;
  line-height: 1;
}

.pagination-btn-prev {
  border-right: 1px solid #cfd5d8;
}

.pagination-btn-next {
  border-left: 1px solid #cfd5d8;
}

.pagination-input {
  width: 42px;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

/******************************************
[tab]
******************************************/
.tab {
  background: #fff;
  border-bottom: 1px solid #cfd5d8;
}

.tab-set {
  display: flex;
  justify-content: space-between;
}

.tab-item {
  width: 100%;
}

.tab-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-weight: bold;
  color: #1d1d1d;
}

.tab-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1880d9;
  transition: 0.3s;
}

/******************************************
[photo]
******************************************/
.photo:before {
  content: '';
  display: block;
  padding-top: 66.8%;
}

.photo-shadow:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(/assets/img/photo/shadow.png) no-repeat bottom;
  background-size: cover;
  z-index: 1;
}

.photo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/photo/noimg.png) no-repeat center;
  background-size: cover;
}

.photo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/******************************************
[loading]
******************************************/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}

.loading-text {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-animation: twinkle 1.8s infinite;
  animation: twinkle 1.8s infinite;
}

.loading-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: '';
}

.loading-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: '';
}

.loading-spinner {
  fill: #1880d9 !important;
}

@-webkit-keyframes twinkle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes twinkle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/******************************************
[appDrawer]
******************************************/
.appDrawer {
  position: fixed;
  bottom: calc(120px + env(safe-area-inset-bottom));
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background: #fff;
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 3px 0 0 3px;
  z-index: 1;
}

.appDrawer-icon {
  width: 100%;
  height: 100%;
  background: url(/assets/img/icon/appDrawer-open.svg) no-repeat center;
  background-size: 30px 31px;
}

.appDrawer.is-open .appDrawer-icon {
  background-image: url(/assets/img/icon/appDrawer-close.svg);
  background-size: 28px 35px;
}

/******************************************
[tos]
******************************************/
.tos-description {
  margin: 0 0 25px;
}

.tos-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.tos-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.tos-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  margin: 0 0 20px;
  padding: 0 15px 0 20px;
  border-radius: 8px;
  border: 2px solid #1d1d1d;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #1d1d1d;
}

.tos-link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: '';
}

.tos-link::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: '';
}

.tos-link:after {
  content: '';
  width: 20px;
  height: 18px;
  background: url(/assets/img/icon/window-black.svg) no-repeat center;
  background-size: cover;
}

.tos-link-text {
  flex: 1 1 auto;
  margin: 0 10px 0 0;
}

.tos-check {
  justify-content: center;
}

/******************************************
[eventList]
******************************************/
.eventInfor {
  padding: 0 20px;
}

.eventInfor-title {
  font-size: 15px;
  line-height: 1;
  padding: 10px 0;
  border-bottom: 1px solid #cfd5d8;
}

.eventInfor-description {
  padding: 10px 0;
}

.eventInfor-total-balance {
  font-size: 20px;
  font-weight: bold;
}

.eventInfor-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eventInfor-description-detail {
  display: flex;
  align-items: center;
}

.eventInfor-register-help {
  width: 20px;
  height: 20px;
  margin: 0 3px 10px 3px;
}

.information-btn {
  border: 2px solid #1880d9;
  color: #1880d9;
  border-radius: 5px;
  padding: 2px 6px;
}

/******************************************
[eventList]
******************************************/
.eventList-item {
  margin: 0 0 12px;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #cfd5d8;
  border-bottom: 1px solid #cfd5d8;
}

.eventList-item:first-child {
  border-top: none;
}

.eventList-link {
  display: block;
  color: #1d1d1d;
}

.eventList-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px;
}

.eventList-title:after {
  content: '';
  flex: 0 0 auto;
  width: 7px;
  height: 12px;
  background: url(/assets/img/icon/chevron-gray.svg) no-repeat center;
  background-size: cover;
}

.eventList-title-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.eventList-title-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: '';
}

.eventList-title-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: '';
}

/******************************************
[serverLocation]
******************************************/
.serverLocation {
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 90px;
  height: 90px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.serverLocation-text {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 0;
  background: rgba(29, 29, 29, 0.85);
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/******************************************
[form]
******************************************/
.form-section {
  margin: 0 0 40px;
}

.form-section:last-child {
  margin-bottom: 0;
}

.form-headline {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  background: #1d1d1d;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.form-row {
  margin: 0 0 15px;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
  background: #ecf1f4;
  border-top: 1px solid #cfd5d8;
}

.custom-form-label {
  padding-top: 7px;
  padding-bottom: 7px;
}

.form-label-text {
  font-weight: 600;
}

.form-label-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.form-label-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.form-required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 16px;
  background: #89949a;
  border-radius: 3px;
  font-size: 9px;
  color: #fff;
}

.form-content {
  padding: 15px 20px 0;
}

.form-content-row {
  margin: 0 0 10px;
}

.form-content-row:last-child {
  margin-bottom: 0;
}

.form-content-pre-line {
  white-space: pre-line;
}

.form-comment {
  padding: 5px 20px 0;
  font-size: 12px;
  line-height: 18px;
}

.form-help {
  font-size: 12px;
}

.form-help::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.form-help::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.form-table {
  width: 100%;
}

.form-table tr:not(:last-child) th,
.form-table tr:not(:last-child) td {
  padding-bottom: 10px;
}

.form-table th {
  width: 1%;
  padding-right: 20px;
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
}

.form-group {
  display: flex;
  align-items: center;
}

.form-group-item {
  margin: 0 10px 0 0;
}

.form-group-item:last-child {
  margin-right: 0;
}

.form-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  margin: 15px 0 20px;
  padding: 0 15px 0 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 15px;
  border: 1px solid #cfd5d8;
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
}

.form-policy-icon {
  width: 20px;
  height: 18px;
}

:placeholder-shown {
  color: #cfd5d8;
}

::-webkit-input-placeholder {
  color: #cfd5d8;
}

:-moz-placeholder {
  color: #cfd5d8;
  opacity: 1;
}

::-moz-placeholder {
  color: #cfd5d8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cfd5d8;
}

@media only screen and (max-width: 320px) {
  .custom-form-birthday {
    flex-wrap: wrap;
    gap: 20px;
  }

  .select-birthday {
    font-size: 16px;
  }
}
/******************************************
[btn]
******************************************/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.btn-link {
  display: block;
  line-height: 1.7;
  padding: 11px;
  height: 72px;
  border-radius: 36px;
  text-align: center;
}

.btn:disabled {
  opacity: 0.3;
}

.btn-rd {
  border-radius: 5px;
}

.btn-w160 {
  width: 160px;
}

.btn-sm {
  height: 44px;
  border-radius: 22px;
  font-size: 14px;
}

.btn-sm.btn-rd {
  border-radius: 5px;
}

.btn-lg {
  height: 60px;
  border-radius: 30px;
}

.btn-lg.btn-rd {
  border-radius: 5px;
}

.btn-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
}

.btn-icon-inline {
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
}

.btn-main {
  background: #1880d9;
  color: #fff;
}

.btn-black {
  background: #1d1d1d;
  color: #fff;
}

.btn-black:disabled {
  background: rgba(29, 29, 29, 0.15);
}

.btn-black.is-disabled {
  background: rgba(29, 29, 29, 0.15);
  pointer-events: none;
}

.btn-red {
  background: #f72840;
  color: #fff;
}

.btn-red:disabled {
  opacity: 0.3;
}

.btn-bd-main {
  background: #fff;
  border: 2px solid #1880d9;
  color: #1880d9;
}

.btn-bd-white {
  background: #fff;
  border: 1px solid #cfd5d8;
  color: #1d1d1d;
}

.btn-bd-red {
  background: #fff;
  border: 4px solid #f72840;
  color: #f72840;
}

.btn-bd-gray {
  background: #ecf1f4;
  border: 1px solid #cfd5d8;
  color: #1d1d1d;
}

/******************************************
[btnRow]
******************************************/
.btnRow-item {
  margin: 0 0 15px;
}

.btnRow-item:last-child {
  margin-bottom: 0;
}

/******************************************
[textfield]
******************************************/
.textfield {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 15px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #cfd5d8;
  font-size: 16px;
  color: #1d1d1d;
}

.textfield-lg {
  height: 60px;
  text-align: center;
  font-size: 18px;
}

.textfield-w150 {
  width: 150px;
}

.textfield.is-error {
  border: 2px solid #f72840;
}

.textfield-group {
  display: flex;
}

.textfield-group-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.textfield-group-btn {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  background: #1880d9;
  border-radius: 0 5px 5px 0;
}

.textfield-group-search {
  width: 24px;
  height: 24px;
}

.textfield-group-scan {
  width: 30px;
  height: 35px;
}

.textfield:disabled, .select-input:disabled {
  color: #1D1D1D;
  background: #ECF1F4;
  opacity: 0.5;
}

.radio-input:disabled + .radio-label {
  color: #b2b7d2;
}

.radio-input:disabled + .radio-label:before {
  background: #e1e2eb;
  border-color: #e1e2eb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/******************************************
[pincode]
******************************************/
.pincode .vue-pincode-input-wrapper {
  display: flex;
  justify-content: center;
}

.pincode .vue-pincode-input {
  width: 45px;
  max-width: none;
  height: 60px;
  margin: 0 5px 0 0;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #cfd5d8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.pincode .vue-pincode-input:focus {
  box-shadow: none;
}

.pincode .vue-pincode-input:last-child {
  margin-right: 0;
}

.pincode .vue-pincode-input:placeholder-shown {
  color: #ecf1f4;
}

.pincode .vue-pincode-input::-webkit-input-placeholder {
  color: #ecf1f4;
}

.pincode .vue-pincode-input:-moz-placeholder {
  color: #ecf1f4;
  opacity: 1;
}

.pincode .vue-pincode-input::-moz-placeholder {
  color: #ecf1f4;
  opacity: 1;
}

.pincode .vue-pincode-input:-ms-input-placeholder {
  color: #ecf1f4;
}

/******************************************
[toggle]
******************************************/
.form-toggle-input, .d-none {
  display: none;
}

.form-toggle-input:checked + .form-toggle-set .form-toggle-bg {
  background: #34C759;
}

.form-toggle-input:checked + .form-toggle-set .form-toggle-circle {
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.form-toggle-input:checked:disabled + .form-toggle-set .form-toggle-bg {
  background: #e7ecfb;
}

.form-toggle-input:checked:disabled + .form-toggle-set .form-toggle-circle {
  background: #d3dcf7;
  border-color: #d3dcf7;
}

.form-toggle-input:disabled + .form-toggle-set .form-toggle-bg {
  background: #e1e2eb;
}

.form-toggle-input:disabled + .form-toggle-set .form-toggle-circle {
  background: #f5f5fb;
  border-color: #e1e2eb;
}

.form-toggle-input:not(:disabled) + .form-toggle-set {
  cursor: pointer;
}

.form-toggle-input.is-error + .form-toggle-set .form-toggle-bg,
.form-toggle-input.is-error + .form-toggle-set .form-toggle-circle {
  border: 1px solid #fd667ed9 !important;
}

.form-toggle-set {
  display: block;
  width: 51px;
  height: 31px;
}

.form-toggle-bg,
.form-toggle-circle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  transition: 0.3s;
}

.form-toggle-bg {
  width: 100%;
  height: 31px;
  background: #cacbcf;
  border-radius: 15px;
}

.form-toggle-circle {
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #a7a8aa;
}

/******************************************
[textfield]
******************************************/
.textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #cfd5d8;
  font-size: 16px;
  resize: none;
  color: #1d1d1d;
}

/******************************************
[select]
******************************************/
.select:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 9px;
  height: 5px;
  background: url(/assets/img/form/select.svg) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.select-input {
  width: 100%;
  height: 50px;
  padding: 0 30px 0 15px;
  display: block;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #cfd5d8;
}

.select-input.is-error {
  border: 2px solid #f72840;
}

/******************************************
[radio]
******************************************/
.radio {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
}

.radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.radio-input:checked + .radio-label:before {
  background-image: url(/assets/img/form/radio-checked.svg);
}

.radio-input.is-error + .radio-label:before {
  border: 2px solid #f72840;
}

.radio-label {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.radio-label:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  background-image: url(/assets/img/form/radio.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  white-space: nowrap;
  z-index: 1;
  transition: 0.3s;
}

@media (max-width: 360px) {
  .radio-label:before {
    width: 28px;
    height: 28px;
    margin-right: 7px;
  }
}

.radioGrid {
  display: flex;
  align-items: center;
}

.radioGrid-item {
  margin: 0 30px 0 0;
}

.radioGrid-item:last-child {
  margin-right: 0;
}

/******************************************
[Input Error]
******************************************/
.input-error {
  border: 1px solid #f72840 !important;
}
.radio-input-error + .radio-label::before {
  border: 1px solid #f72840;
  border-radius: 50%;
  background: none;
}

/******************************************
[check]
******************************************/
.check {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.check-input:checked + .check-label:before,
.check-input:checked + .custom-check-label:before {
  background-image: url(/assets/img/form/checkbox-checked.svg);
}

.check-input.is-error + .check-label:before {
  border: 2px solid #f72840;
}

.check-label {
  display: inline-flex;
}

.custom-check-label {
  display: inline-flex;
  align-items: center;
}

.check-label:before {
  content: '';
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  background-image: url(/assets/img/form/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  white-space: nowrap;
  z-index: 1;
  transition: 0.3s;
}

.custom-check-label:before {
  content: '';
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  border: 1px solid #cfd5d8;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 1;
  transition: 0.3s;
}

.check-label-text {
  margin: calc((32px - 15px) / 2) 0 0;
}

.custom-label-text {
  margin: 11px 0 0;
}

.check-label-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}

.check-label-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}

.check-policy .check-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  background: #ecf1f4;
  font-size: 16px;
  font-weight: bold;
}

.check-policy .check-label-text {
  margin: 0;
}

.checkRow-item {
  margin: 0 0 15px;
}

.checkRow-item:last-child {
  margin-bottom: 0;
}

/******************************************
[passcode]
******************************************/

.description-passcode {
  border-radius: 15px;
  background-color: #ffdee2;
  border: 3px solid #f72840;
  margin: 60px auto;
  text-align: center;
}

.description-passcode p {
  font-size: 15px;
  color: #f72840;
  margin: 23px auto;
  line-height: 26px;
  font-weight: bold;
}

/******************************************
[password]
******************************************/
.aikon {
  font-style: normal;
  font-size: 1rem;
  white-space: normal;
}

.form-check {
  display: flex;
  align-items: center;
  line-height: 1;
}

.form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.form-password-icon:before {
  content: '\e917';
  font-family: 'aikon';
  font-size: 1.3125rem;
  color: #aeb8be;
}

.form-password .form-check-input:checked + .form-password-icon:before {
  content: '\e918';
}

/******************************************
[utility]
******************************************/
.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mx5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.bdt-none {
  border-top: none !important;
}

.disabled-btn {
  opacity: 0.5;
  pointer-events: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-right {
  text-align: right;
}

.mt12 {
  margin-top: 12px;
}

.error-msg {
  color: #f72840;
  font-weight: bold;
  text-align: left;
}

.flex-reverse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.w-18 {
  width: 18px !important;
}

.w-100 {
  width: 100% !important;
}

.h-18 {
  height: 18px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fw-bold {
  font-weight: bold !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.align-items-center {
  align-items: center !important;
}

.d-block {
  display: block !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start !important;
}

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

.text-left {
  text-align: left !important;
}

.no-card {
  height: 140px;
  border-radius: 5px;
  background-color: #dce5ea;
  text-align: center;
  line-height: 140px;
  margin-top: 10px;
  font-size: 15px;
}

.description-status-pending {
  background-color: #ffffff;
  border: 3px solid #f72840;
  padding: 15px;
  margin: 0 20px 20px;
  text-align: center;
  font-size: 16px;
  color: #f72840;
  font-family: "Hiragino Sans";
  font-weight: bold;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.font-bold {
  font-weight: bold;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}
