/* ========================================================================
     Component: Common
 ========================================================================== */
.tag-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tag-label,
.tag-label-w,
.tag-label-outline,
.tag-label-outline-w {
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 0 16px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {

  .tag-label,
  .tag-label-w,
  .tag-label-outline,
  .tag-label-outline-w {
    width: 118px;
    line-height: 25px;
    font-size: 12px;
    padding: unset;
  }
}

.tag-label {
  background: #000;
  color: #fff !important;
}

.tag-label-w {
  background: #fff;
  color: #000 !important;
}

.tag-label-outline {
  background: none;
  color: #000 !important;
  border: 1px solid #000;
}

.tag-label-outline-w {
  background: none;
  color: #fff !important;
  border: 1px solid #fff;
}

.tag-label-small {
  font-size: clamp(14px, 1.3671875vw, 14px);
  width: 104px;
}

@media screen and (max-width: 1024px) {
  .tag-label-small {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .tag-label-small {
    line-height: 25px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
    .onlineform-links.selfregi ul li {
        width: 100%;
        margin-bottom: 0;
    }
}
/* ========================================================================
     Component: Mainvisual
 ========================================================================== */
.mv {
  background: #000;
  background-image: none !important;
  position: relative;
  height: auto;
}

.mv-pos-header {
  text-align: center;
  padding-top: 96px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .mv-pos-header {
    padding-top: 63px;
  }
}

.mv-pos-header * {
  color: #fff;
}

.mv-pos-header-lead {
  font-size: clamp(24px, 2.9296875vw, 30px);
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .mv-pos-header-lead {
    font-size: 24px;
  }
}

.mv-pos-header-title {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .mv-pos-header-title {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.mv-pos-header-label {
  display: block;
}

.mv-pos-video {
  line-height: 0;
}

/* @media screen and (max-width: 767px) {
  .mv-pos-video video {
    aspect-ratio: 540/590;
  }
} */
/* ========================================================================
     Component: About
 ========================================================================== */
.about {
  text-align: center;
  padding: 208px 0;
}

@media screen and (max-width: 1023px) {
  .about {
    padding: 72px 0;
  }
}

.about .tag-list li:nth-child(1),
.about .tag-list li:nth-child(2),
.about .tag-list li:nth-child(3) {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .about .tag-list {
    justify-content: space-around;
  }

  .about .tag-list .tag-label {
    width: 110px;
    padding: unset;
  }

  .about .tag-list li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .about .tag-list li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .about .tag-list li:nth-child(3) {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

/* ========================================================================
     Component: merit共通
 ========================================================================== */
@media screen and (min-width: 767px) {
  .merit-inner {
    display: flex;
    justify-content: space-between;
  }
}

.merit-col {
  position: relative;
  width: 496px;
}

@media screen and (max-width: 1024px) {
  .merit-col {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .merit-col {
    width: 100%;
  }
}
.merit-col p {
    flex-grow: 3;
}
.merit-col h3 {
    flex-grow: 2;
    min-height: 18%;
}
.merit-col img {
    width: 100%;
    height: auto;
}
/* ========================================================================
     Component: merit1
 ========================================================================== */
/* .merit1 {
  background-color: #000;
  padding: 208px 0;
}
@media screen and (max-width: 1024px) {
  .merit1 {
    padding: 104px 0 72px;
  }
}
.merit1 * {
  color: #fff;
}
.merit1 h2 .title-36 {
  display: block;
}
.merit1 .content-inner {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .merit1-inner {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .merit1-col {
    width: 496px;
  }
}
@media screen and (min-width: 1024px) {
  .merit1-video {
    transform: translateY(-120px);
  }
}
@media screen and (max-width: 1023px) {
  .merit1-video {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .merit1-video {
    margin-bottom: 32px;
  }
}
.merit1-body {
  width: 50%;
  margin-left: 50%;
}
.merit1-voice {
  margin-top: 64px;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 48px 85px;
  position: relative;
  display: grid;
  grid-template-columns: auto 320px;
  justify-content: space-between;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media screen and (max-width: 1024px) {
  .merit1-voice {
    padding: 32px 16px;
    grid-template-columns: auto 30%;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .merit1-voice {
    margin-top: 32px;
    display: block;
  }
}
.merit1-voice-text {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .merit1-voice-text-catch {
    margin-top: 0 !important;
    position: absolute;
    top: 40px;
    left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .merit1-voice-text-label {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .merit1-voice .mr-24 {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .merit1-voice-image {
    margin-top: 16px;
    text-align: center;
  }
} */
/* ========================================================================
     Component: merit1
 ========================================================================== */
.merit1 {
  background-color: #000;
  padding: 150px 0 204px;
}

@media screen and (max-width: 1024px) {
  .merit1 {
    padding: 72px 0;
  }
}

.merit1 * {
  color: #fff;
}

.merit1 h2 .title-36 {
  display: block;
}

.merit1 .content-inner {
  position: relative;
  text-align: center;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .merit1 .content-inner {
    width: calc(100vw - 40px);
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .merit1-video {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .merit1-video {
    margin-bottom: 32px;
  }
}

.merit1 .merit-inner {
  max-width: 1024px;
  margin: auto;
}

.merit1-01-video,
.merit1-02-video {
  border-radius: 12px;
}

@media screen and (max-width: 767px) {

  .merit1-01-video,
  .merit1-02-video {
    width: 100%;
    height: auto;

  }
}

@media screen and (min-width: 768px) {
    .merit1 .merit-col {
        width: 48%;
        display: flex;
        flex-direction: column;
    }
}

.merit1-01-img img {
  width: 100%;
  height: auto;
}

/* .tab-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 104px 0;
    width: 100%;
}

.tab-1 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-radius: 12px 12px 0 0;
    background-color: #e9f0f6;
    background: linear-gradient(#B4B4B4 0%, #f2f2f2 80%, #dfdfdf 100%);
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    background: linear-gradient(#DCDCDC 0%, #FDFDFD 80%, #fff 100%);
    border-radius: 12px 12px 0 0;
    color: #333333;
}

.tab-1 label:has(:checked) + div {
    display: block;
} */


.modes {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mode-01,
.mode-02 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mode-01 {
  width: 69%;
}

.mode-02 {
  width: 28%;
}

.mode-01 img,
.mode-02 img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 767px) {

  .mode-01,
  .mode-02 {
    width: 100%;
  }
}

.menu-example {
  margin: 104px 0;
}

.tabMenu {
  display: flex;
}

.tabMenu li {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: .7em 1em .5em;
  border-radius: 12px 12px 0 0;
  background-color: #e9f0f6;
  background: linear-gradient(#B4B4B4 0%, #f2f2f2 80%, #dfdfdf 100%);
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.tabMenu li.active {
  background: linear-gradient(#DCDCDC 0%, #FDFDFD 80%, #fff 100%);
  border-radius: 12px 12px 0 0;
  color: #333333;
}

span.tabmenu-mark {
  position: relative;
  /* display: inline-block; */
  /* width: 20px; */
}

span.tabmenu-mark:after {
  content: "";
  position: absolute;
  display: inline-block;
  /* left: 0; */
  width: 20px;
  height: 20px;
  right: -35px;
  top: 0;
  background-image: url(/service/pos/assets/images/ticketpay/tabmenu_mark.svg);
}

.active span.tabmenu-mark:after {
  content: "";
  position: absolute;
  display: inline-block;
  /* left: 0; */
  width: 20px;
  height: 20px;
  right: -35px;
  top: 0;
  background-image: url(/service/pos/assets/images/ticketpay/tabmenu_mark_active.svg);
}

.tabContent.active {
  display: block;
}

.tabContent {
  /* background: #fff; */
  display: none;
  /* padding: 20px;
    border: #0fb7ea 2px solid; */
}

@media screen and (max-width: 767px) {
  .title-24 {
    font-size: 14px;
    text-align: left !important;
  }
}

/* ========================================================================
     Component: merit2
 ========================================================================== */
.merit2 {
  position: relative;
  padding: 208px 0 0;
}

@media screen and (max-width: 1024px) {
  .merit2 {
    padding: 72px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .merit2-video {
    transform: translateX(-20px);
    margin-bottom: 32px;
  }
}

.merit2 h2 .title-36 {
  display: block;
}

.merit2-video video {
  border-radius: 0 12px 12px 0;
}

@media screen and (min-width: 1024px) {
  .merit2-video {
    transform: translateX(-448px);
  }
}

/* @media screen and (max-width: 1023px) {
  .merit2-video {
    transform: translateX(-20px);
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    height: auto;
  }
} */

@media screen and (max-width: 1024px) {
  .merit2-video video {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    height: auto;
  }
}

/* @media screen and (max-width: 767px) {
  .merit2-video video {
    border-radius: 12px 0 0 12px;
  }
} */
@media screen and (max-width: 767px) {
  .merit2-video {
    margin-bottom: 32px;
  }

  .merit2-img {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    height: auto;
    margin-bottom: 32px;
  }
}

/* ========================================================================
     Component: merit3
 ========================================================================== */
.merit3 {
  position: relative;
  padding: 135px 0 148px;
}

@media screen and (max-width: 1024px) {
  .merit3 {
    padding: 72px 0;
  }
}

@media screen and (max-width: 767px) {
  .merit3-video {
    margin-bottom: 32px;
  }
}

.merit3-video video {
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 1024px) {
  .merit3-video video {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    height: auto;
  }
.merit3 .merit-col img {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    height: auto;
}
.merit3 .merit2-video {
    transform: translateX(-20px);
}
}


/* @media screen and (max-width: 767px) {
  .merit3-video video {
    border-radius: 0 12px 12px 0;
  }
} */
.merit3 h2 .title-36 {
  display: block;
}

.merit3 .merit-inner {
  padding: 75px 0;
}

@media screen and (max-width: 767px) {
  .merit3 .merit-inner {
    padding: 72px 0 0;
  }
}

/* ========================================================================
     Component: merit4
 ========================================================================== */
.merit4 {
  position: relative;
  padding: 208px 0 0;
}

@media screen and (max-width: 1024px) {
  .merit4 {
    padding: 72px 0 0;
  }
}

.merit4 h2 .title-36 {
  display: block;
}

/* .merit4-image img {
  border-radius: 0 12px 12px 0;
} */
@media screen and (min-width: 1024px) {
  .merit4-img {
    transform: translateX(-448px);
  }
}

@media screen and (max-width: 1023px) {
  .merit4-img {
    transform: translateX(-20px);
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .merit4-img {
    margin-bottom: 32px;
  }
}

/* ========================================================================
     Component: merit5
 ========================================================================== */
.merit5 {
  position: relative;
  padding: 135px 0 148px;
}

@media screen and (max-width: 1024px) {
  .merit5 {
    padding: 72px 0;
  }
}

@media screen and (max-width: 767px) {
  .merit5-img {
    margin-bottom: 32px;
  }
}

/* .merit5-img img {
  border-radius: 12px 0 0 12px;
} */
@media screen and (max-width: 1024px) {
  .merit5-img img {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    height: auto;
  }
}

/* @media screen and (max-width: 767px) {
  .merit5-img img {
    border-radius: 0 12px 12px 0;
  }
} */
.merit5 h2 .title-36 {
  display: block;
}

/* ========================================================================
   Component: 決済手終了率
========================================================================== */

@media screen and (max-width: 767px) {
  .commission {
    display: flex;
    justify-content: center;
  }
}

.commission-list {
  padding-top: 40px;
  position: relative;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .commission-list {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .commission-list {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .commission-list-item {
    width: 232px;
  }
}

@media screen and (max-width: 1023px) {
  .commission-list-item {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .commission-list-item {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1024px) {

  .commission-list-item:nth-child(1),
  .commission-list-item:nth-child(2) {
    margin-right: 40px;
  }
}

@media screen and (min-width: 768px) {

  .commission-list-item:nth-child(1),
  .commission-list-item:nth-child(2) {
    margin-right: 1%;
  }
}

.commission-list-item-inner {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .commission-list-item-inner {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .commission-list-item-inner {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .commission-list-item:nth-child(3) {
    margin-bottom: 0;
  }
}

.commission-list-title {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .commission-list-title {
    text-align: center;
  }
}

.commission-list-image {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .commission-list-image {
    width: 100px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .commission-list-image img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .commission-list-price {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .commission-list-price {
    flex: 1;
  }
}

.commission-list-price-l,
.commission-list-price-s {
  display: flex;
  align-items: center;
}

.commission-list-price-l dt,
.commission-list-price-s dt {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .commission-list-price-l {
    margin-top: 24px;
  }
}

.commission-list-price-l .text-l {
  font-size: 48px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .commission-list-price-l .text-l {
    font-size: 36px;
  }
}

.commission-list-price-l .text-m {
  font-size: 16px;
}

.commission-list-price-s .text-l {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .commission-list-price-s .text-l {
    font-size: 24px;
  }
}

.commission-list-price-s .text-m {
  font-size: 16px;
}

.commission-list-price-other {
  display: flex;
}

.commission-list-item:first-child .commission-list-price-other {
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .commission-list-item:first-child .commission-list-price-l {
    display: inherit;
  }
}

.commission-list-item:first-child .commission-list-price-l dd {
  margin-top: 4px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .commission-list-item:nth-child(3) .commission-list-price-other {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {

  .commission-list-item:nth-child(3) .commission-list-price-s,
  .commission-list-item:nth-child(3) .commission-list-price-l {
    display: inherit;
  }
}

.commission-list-item:nth-child(3) .commission-list-price-s dd,
.commission-list-item:nth-child(3) .commission-list-price-l dd {
  margin-top: 4px;
}

/* ========================================================================
     Component: ui
 ========================================================================== */
/* .ui {
  padding: 208px 0;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.webp .ui {
  background-image: url("/service/pos/assets/images/mobileorder/bg_ui.png.webp");
}
.no-webp .ui {
  background-image: url("/service/pos/assets/images/mobileorder/bg_ui.png");
}
@media screen and (max-width: 1023px) {
  .ui {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .webp .ui {
    background-image: url("/service/pos/assets/images/mobileorder/bg_ui_sp.png.webp");
  }
  .no-webp .ui {
    background-image: url("/service/pos/assets/images/mobileorder/bg_ui_sp.png");
  }
}
.ui .content-inner {
  position: relative;
}
.ui .tag-list li:nth-child(1),
.ui .tag-list li:nth-child(2) {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .ui .tag-list li:nth-child(1) {
    margin-right: 16px;
  }
  .ui .tag-list li:nth-child(2) {
    margin-right: 0;
  }
  .ui .tag-list li:nth-child(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .ui .ui-title-small {
    letter-spacing: -0.001em;
  }
}
@media screen and (min-width: 767px) {
  .ui-lead {
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .ui .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 767px) {
  .ui .grid-reverse > *:nth-child(1) {
    order: 2;
  }
  .ui .grid-reverse > *:nth-child(2) {
    order: 1;
  }
}
.ui-videoframe {
  text-align: center;
  overflow: hidden;
  border-radius: 12px;
  line-height: 0;
  position: relative;
  cursor: pointer;
  background: #000;
}
@media screen and (max-width: 767px) {
  .ui-videoframe {
    margin-top: 16px;
  }
}
.ui-videoframe video {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ui-videoframe video {
    width: 100%;
    height: auto;
  }
}
.ui-videoframe.is_play::before {
  display: none;
}
.ui1-col {
  position: relative;
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .ui1-col {
    margin-top: 32px;
  }
}
@media screen and (min-width: 767px) {
  .ui1-col::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 496/496;
  }
}
@media screen and (min-width: 767px) {
  .ui1-video {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 496/496;
  }
}
.ui1-video video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .ui2-col {
    margin-bottom: 16px;
  }
} */
/* ========================================================================
     Component: ui
 ========================================================================== */
.ui {
  padding: 208px 0;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.webp .ui {
  background-image: url("/service/pos/assets/images/ticketpay/bg_ui.png.webp");
}

.no-webp .ui {
  background-image: url("/service/pos/assets/images/ticketpay/bg_ui.png");
}

@media screen and (max-width: 1023px) {
  .ui {
    padding: 72px 0;
  }
}

@media screen and (max-width: 767px) {
  .webp .ui {
    background-image: url("/service/pos/assets/images/ticketpay/bg_ui_sp.png.webp");
  }

  .no-webp .ui {
    background-image: url("/service/pos/assets/images/ticketpay/bg_ui_sp.png");
  }
}

.ui .content-inner {
  position: relative;
}

.ui .tag-list li:nth-child(1),
.ui .tag-list li:nth-child(2) {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .ui .tag-list li:nth-child(1) {
    margin-right: 16px;
  }

  .ui .tag-list li:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .ui-lead {
    text-align: center;
  }
}

.ui-videoframe {
  /* text-align: center; */
  overflow: hidden;
  border-radius: 12px;
  line-height: 0;
  position: relative;
  /* cursor: pointer; */
  /* background: #000;*/
}

@media screen and (max-width: 767px) {
  .ui-videoframe {
    margin-top: 16px;
  }
}

.ui-videoframe video {
  line-height: 0;
  width: 100%;
  height: auto;
}

.ui-videoframe.is_play::before {
  display: none;
}

@media screen and (min-width: 767px) {
  .ui .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

@media screen and (min-width: 767px) {
  .ui .grid-reverse>*:nth-child(1) {
    order: 2;
  }

  .ui .grid-reverse>*:nth-child(2) {
    order: 1;
  }
}

@media screen and (min-width: 767px) {
  .ui1-col {
    display: flex;
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .ui2-col {
    margin-bottom: 16px;
  }
}

/* ========================================================================
     Component: more-service
 ========================================================================== */
.more-service {
  padding: 208px 0;
}

.more-service-inner {
  display: flex;
  justify-content: start;
  position: relative;
  height: 723px;
  align-items: center;
}

.more-service-inner.reverse {
  justify-content: end;
}

.more-service-text {
  width: 50%;
}

.more-service-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: max-content;
  max-width: 1920px;
  left: 50%;
  height: 723px;
  /* width: auto; */
  transform: translateX(-50%);
}

.more-service-bg::after {
  content: '';
  background-color: rgba(0, 0, 0, .5);
  background: linear-gradient(rgba(84, 84, 84, .85) 0%, rgba(0, 0, 0, .85) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .more-service {
    padding: 72px 0;
  }

  .more-service-inner {
    align-items: end;
    padding-bottom: 25%;
    height: 170vw;
  }

  .more-service-text {
    width: 100%;
  }

  .more-service-text::after {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    background: linear-gradient(rgba(84, 84, 84, 0.5) 0%, rgba(0, 0, 0, 1) 58%, #000 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    z-index: -1;
  }

  .more-service-bg {
    width: 100vw;
    height: auto;
    z-index: -2;
  }

  .more-service-bg::after {
    background: unset;
  }
}

/* ========================================================================
     Component: merit4
 ========================================================================== */
/* .merit4 {
  padding: 208px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.webp .merit4 {
  background-image: url("/service/pos/assets/images/mobileorder/bg_merit4.png.webp");
}
.no-webp .merit4 {
  background-image: url("/service/pos/assets/images/mobileorder/bg_merit4.png");
}
@media screen and (max-width: 1024px) {
  .merit4 {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .webp .merit4 {
    background-image: url("/service/pos/assets/images/mobileorder/bg_merit4_sp.png.webp");
  }
  .no-webp .merit4 {
    background-image: url("/service/pos/assets/images/mobileorder/bg_merit4_sp.png");
  }
}
.merit4 .content-inner {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit4 .content-inner {
    text-align: left;
  }
}
.merit4 .content-inner * {
  color: #fff;
}
.merit4 h2 .title-36 {
  display: block;
}
.merit4 .link {
  border-color: #fff;
} */
/* ========================================================================
     Component: cta MO
 ========================================================================== */
.cta-mo {
  padding: 85px 0;
  background-color: #000;
  background-size: cover;
  background-position: 60% 50%;
  background-repeat: no-repeat;
}

.webp .cta-mo {
  background-image: url("/service/pos/assets/images/mobileorder/bg_cta_mo.png.webp");
}

.no-webp .cta-mo {
  background-image: url("/service/pos/assets/images/mobileorder/bg_cta_mo.png");
}

@media screen and (max-width: 767px) {
  .cta-mo {
    background-position: 0 0;
    background-size: contain;
    padding: 180px 0 72px;
  }

  .webp .cta-mo {
    background-image: url("/service/pos/assets/images/mobileorder/bg_cta_mo_sp.png.webp");
  }

  .no-webp .cta-mo {
    background-image: url("/service/pos/assets/images/mobileorder/bg_cta_mo_sp.png");
  }
}

.cta-mo .content-inner {
  position: relative;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .cta-mo .content-inner {
    height: auto;
  }
}

.cta-mo-body {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  width: 1138px;
  height: 409px;
  padding: 52px 104px 0 448px;
  border-radius: 0 12px 12px 0;
  transform: translateX(-448px);
}

@media screen and (max-width: 1023px) {
  .cta-mo-body {
    width: 900px;
    padding: 42px 30px 0 448px;
  }
}

@media screen and (max-width: 767px) {
  .cta-mo-body {
    border-radius: 12px;
    transform: translateX(0);
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 40px 22px !important;
  }
}

/* ========================================================================
     Component: qa
 ========================================================================== */
.qa-box {
  border-radius: 12px;
}

.qa-box.active .qa-question {
  border-radius: 12px 12px 0 0;
}

.qa-question {
  border-radius: 12px;
}

.qa-answer {
  border-radius: 0 0 12px 12px;
}