/* Common
=============================== */
.app-common-lead {
  text-align: center;
}
.app-common-box {
  border-radius: 16px;
  background-color: rgba(255,255,255, .4);
}
@media print, screen and (max-width: 767px) {
  .app-common-lead {
    margin-top: 12px;
    font-size: clamp(1.2rem, calc(14 / 390 * 100vw), 1.6rem);
  }
  .app-common-box {
    margin-top: 32px;
    padding: 24px 20px;
  }
  .app-common-box .c-list-normal {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .type-app .l-container {
    background: url(/cms/tobucard/img/usr/common/bg_lower_grad_pc.webp) no-repeat top center / 100% auto;
  }
  .app-common-lead {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 500;
  }
  .app-common-box {
    margin-top: 60px;
    padding: 40px 60px;
  }
  .app-common-box .c-list-normal {
    margin-top: 16px;
  }
}

/* MV
=============================== */
.app-blockMv__img {
  filter: drop-shadow(0 10px 50px rgba(0,0,0,.3));
}
.app-blockMv-imgTxts__item {
  display: block;
}
.app-blockMv-imgTxts__item img {
  width: auto;
  height: 100%;
}
.app-blockMv-ttl {
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .app-blockMv {
    padding: 16px 0 0;
  }
  .app-blockMv__img {
    margin: 0 auto;
    width: calc(204 / 390 * 100vw);
    max-width: 300px;
    position: relative;
    top: 20px;
  }
  .app-blockMv-imgTxts {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
  }
  .app-blockMv-imgTxts__item {
    width: fit-content;
  }
  .app-blockMv-imgTxts__item:nth-child(1) {
    width: 100%;
    height: calc(41 / 390 * 100vw);
  }
  .app-blockMv-imgTxts__item:nth-child(n + 2) {
    margin-left: auto;
    height: calc(58 / 390 * 100vw);
  }
  .app-blockMv-ttl {
    margin-top: -20px;
    text-align: center;
  }
  .app-blockMv-ttl__sub {
    font-size: clamp(1.4rem, calc(16 / 390 * 100vw), 1.8rem);
    letter-spacing: .03em;
  }
  .app-blockMv-ttl__main {
    margin-top: 15px;
    font-size: clamp(2.6rem, calc(28 / 390 * 100vw), 3rem);
    line-height: 1.4375;
  }
}
@media print, screen and (min-width: 768px) {
  .app-blockMv {
    padding: 90px 0 0;
    background-position-y: -70px;
    background-size: 100% calc(100% + 70px);
  }
  .app-blockMv .l-baseContentsInner {
    padding-bottom: 120px;
    display: flex;
    gap: 50px;
    justify-content: space-between;
  }
  .app-blockMv__detail {
    flex: 1;
  }
  .app-blockMv__img {
    margin: 0 auto;
    max-width: 338px;
    min-width: 255px;
    position: relative;
    top: 50px;
  }
  .app-blockMv-ttl {
    margin-top: -30px;
  }
  .app-blockMv-imgTxts__item:nth-child(1) {
    height: calc(130 / 1400 * 100vw);
    max-height: 130px;
  }
  .app-blockMv-imgTxts__item:nth-child(2) {
    margin-top: 30px;
  }
  .app-blockMv-imgTxts__item:nth-child(3) {
    margin-top: 10px;
  }
  .app-blockMv-imgTxts__item:nth-child(n + 2) {
    height: calc(155 / 1400 * 100vw);
    max-height: 155px;
  }
  .app-blockMv-ttl__sub {
    font-size: 3.2rem;
    letter-spacing: .1em;
  }
  .app-blockMv-ttl__main {
    margin-top: 10px;
    font-size: 4rem;
  }
}

/* Do
=============================== */
.app-blockDo {
  background: linear-gradient(180deg, transparent 0%, #FFF 100%);
}
/* Download */
.app-blockDo1 {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  opacity: 1;
  transition: .3s ease-in-out;
  border-top: 1px solid #E0E0E0;
  background-color: #EFEFEF;
}
body.is-footerDisplayIn .app-blockDo1 {
  opacity: 0;
  pointer-events: none;
}
.app-blockDo-dl__ttl {
  display: flex;
  align-items: center;
  min-height: 45px;
  font-family: "Zen Kaku Gothic New", serif;
}
.app-blockDo-dl__ttl::before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  background: url(/cms/tobucard/img/usr/common/footer/ico_apps.webp) no-repeat center / contain;
}
.app-blockDo-dl__icons {
  display: flex;
}
/* Other */
.app-blockDo-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
}
.app-blockDo-list__ttl {
  order: 2;
  text-align: center;
}
.app-blockDo-list__body {
  order: 3;
}
.app-blockDo-list__body .c-txt-note {
  color: #888D93;
}
.app-blockDo-list__img {
  order: 1;
}

@media print, screen and (max-width: 767px) {
  .app-blockDo {
    padding: 12px 0 60px;
  }
  /* Download */
  .app-blockDo1 {
    padding: 5px 0;
  }
  .app-blockDo-dl {
    margin: 0 auto;
    width: fit-content;
  }
  .app-blockDo-dl__ttl {
    margin: 0 auto;
    width: fit-content;
    gap: 10px;
    font-size: clamp(1rem, calc(12 / 390 * 100vw), 1.4rem);
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
  }
  .app-blockDo-dl__icons {
    margin-top: 4px;
    justify-content: center;
    gap: 8px;
  }
  .app-blockDo-dl__icon img {
    width: auto;
    max-height: 40px;
  }
  .app-blockDo-dl__ttl::before {
    width: 42px;
    height: 42px;
  }
  /* Other */
  .app-blockDo-sec {
    margin-top: 60px;
  }
  .app-blockDo-list {
    margin-top: 24px;
  }
  .app-blockDo-list__item {
    padding: 15px 30px 24px;
    gap: 15px;
  }
  .app-blockDo-list__item + .app-blockDo-list__item {
    margin-top: 20px;
  }
  .app-blockDo-list__ttl {
    font-size: clamp(1.8rem, calc(20 / 390 * 100vw), 2.2rem);
    font-weight: bold;
  }
  .app-blockDo-list__body {
    font-size: clamp(1.2rem, calc(14 / 390 * 100vw), 1.6rem);
    line-height: 1.71;
  }
  .app-blockDo-list__body .c-txt-note {
    margin-top: 10px;
    font-size: clamp(.9rem, calc(10 / 390 * 100vw), 1.2rem);
  }
}
@media print, screen and (min-width: 768px) {
  /* Download */
  .app-blockDo1 {
    padding: 16px 0;
  }
  .app-blockDo {
    padding: 110px 0 120px;
  }
  .app-blockDo-dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 24px;
  }
  .app-blockDo-dl__ttl {
    gap: 24px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .app-blockDo-dl__icons {
    gap: 12px;
  }
  .app-blockDo-dl__icon img {
    width: auto;
    height: 41px;
  }
  /* Other */
  .app-blockDo-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  .app-blockDo-list__item {
    padding: 20px;
    width: calc((100% - 50px * 2) / 3);
    min-width: 350px;
    gap: 20px;
  }
  .app-blockDo-list__ttl {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: .1em;
  }
  .app-blockDo-list__body {
    font-size: 1.6rem;
    line-height: 1.56;
  }
  .app-blockDo-list__body .c-txt-note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

/* Start
=============================== */
.app-blockStart-step__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  text-align: center;
  border-radius: 12px;
  background-color: #FFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.app-blockStart-step__ttl {
  font-weight: bold;
}
.app-blockStart-step__detail .c-list-note,
.app-blockStart-dl__item {
  text-align: left;
  color: #888D93;
}
.app-blockStart-step__img {
  background-color: #F5F5F5;
}
.app-blockStart-step__img img {
  margin: 0 auto;
}
.app-blockStart-dl__ttl::before {
  content: "\25B6";
}
.app-blockStart-dl__txt {
  text-indent: 1em;
}
@media print, screen and (max-width: 767px) {
  .app-blockStart {
    padding: 60px 0;
  }
  .app-blockStart-step {
    margin-top: 32px;
  }
  .app-blockStart-step__item + .app-blockStart-step__item {
    margin-top: 20px;
  }
  .app-blockStart-step__item {
    overflow: hidden;
  }
  .app-blockStart-step__desc {
    padding: 20px 20px 24px;
  }
  .app-blockStart-step__ttl {
    font-size: clamp(1.8rem, 5.1282051282vw, 2.2rem);
  }
  .app-blockStart-step__detail {
    margin-top: 10px;
    font-size: clamp(1.2rem, 3.5897435897vw, 1.6rem);
  }
  .app-blockStart-step__detail .cardAdmi-flow-btn {
    margin-top: 16px;
  }
  .app-blockStart-step__detail .c-list-note {
    margin-top: 12px;
    font-size: clamp(0.9rem, 2.5641025641vw, 1.1rem);
  }
  .app-blockStart-step__img {
    padding-top: 18px;
  }
  .app-blockStart-step__img img {
    width: calc(180 / 390 * 100vw);
    max-width: 250px;
  }
  .app-blockStart-dl__item {
    font-size: clamp(0.9rem, 2.5641025641vw, 1.1rem);
  }
}
@media print, screen and (min-width: 768px) {
  .app-blockStart {
    padding: 120px 0;
  }
  .app-blockStart-step {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  .app-blockStart-step__item {
    width: calc((100% - 60px) / 2);
    overflow: visible;
    position: relative;
  }
  .app-blockStart-step__item:nth-child(2n):before {
    position: absolute;
    content: "";
    top: 50%;
    left: -40px;
    width: 24px;
    height: 48px;
    background: url(/cms/tobucard/img/usr/lineup/arrow.svg) no-repeat center/contain;
    transform: translateY(-50%);
  }
  .app-blockStart-step__desc {
    padding: 20px 28px 28px;
  }
  .app-blockStart-step__ttl {
    font-size: 3.2rem;
  }
  .app-blockStart-step__detail {
    margin-top: 20px;
    font-size: 2rem;
  }
  .app-blockStart-step__detail .cardAdmi-flow-btn {
    margin-top: 24px;
  }
  .app-blockStart-step__detail .c-list-note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .app-blockStart-step__img {
    padding-top: 22px;
    border-radius: 12px 12px 0 0;
  }
  .app-blockStart-step__img img {
    width: 245px;
  }
  .app-blockStart-dl__item {
    font-size: 1.2rem;
  }
}

/* Pay
=============================== */
.app-blockPay {
  background: linear-gradient(180deg, transparent 0%, #FFF 100%);
}
.app-blockPay-slide:not(.is-initialized) {
  visibility: visible;
}
.app-blockPay-slide:not(.is-initialized) .app-blockPay-slide__items {
  padding: 0 0 10px;
  display: flex;
  gap: 20px;
  filter: drop-shadow(0 1px 6px rgba(0,0,0,.1));
  overflow-x: auto;
}
.app-blockPay-slide:not(.is-initialized) .app-blockPay-slide__slide {
  flex: 0 0 auto;
}
.app-blockPay-slide.is-initialized {
  position: relative;
}
.app-blockPay-slide__slide {
  display: flex;
  border-radius: 12px;
  background-color: #FFF;
  overflow: hidden;
}
.app-blockPay-slide__body {
  font-weight: bold;
  text-align: center;
}
.app-blockPay-slide__ttl {
  font-family: "Montserrat", serif;
  font-weight: bold;
}
.app-blockPay-slide__img {
  background-color: #DDE0E3;
}
.app-blockPay-slide__img img {
  margin: 0 auto;
}
.app-blockPay-slide:not(.is-initialized) .app-blockPay-slide__progress {
  display: none;
}
.app-blockPay-slide__progress {
  position: absolute;
  width: 200px;
  background: #DDE0E3;
  transform: translateX(-50%);
}
.app-blockPay-slide__bar {
  background: #68899B;
  width: 0;
  height: 8px;
  transition: width 400ms ease;
}
.app-blockPay-slide .splide__arrow {
  top: 50%;
  background-image: url(/cms/tobucard/img/usr/common/arrow_slide2.svg);
}
@media print, screen and (max-width: 767px) {
  .app-blockPay {
    padding: 60px 0;
  }
  .app-blockPay .l-baseContentsInner {
    padding: 0;
  }
  .app-blockPay-secNest {
    margin-top: 20px;
    overflow-x: hidden;
  }
  .app-blockPay-secNest + .app-blockPay-secNest {
    margin-top: 32px;
  }
  .app-blockPay-slide {
    margin-top: 20px;
    padding: 0 16px;
  }
  .app-blockPay-slide:not(.is-initialized) .app-blockPay-slide__slide {
    width: calc(358 / 390 * 100vw);
  }
  .app-blockPay-slide__slide {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .app-blockPay-slide__progress {
    top: calc(100% - 20px);
    left: 50%;
  }
  .app-blockPay-slide__body {
    padding: 20px 20px 50px;
  }
  .app-blockPay-slide__ttl {
    font-size: clamp(1.8rem, calc(20 / 390 * 100vw), 2.2rem);
  }
  .app-blockPay-slide__txt {
    margin-top: 12px;
    font-size: clamp(1.4rem, calc(16 / 390 * 100vw), 1.8rem);
    line-height: 1.5;
  }
  .app-blockPay-slide__img {
    padding: 12px;
  }
  .app-blockPay-slide__img img {
    width: calc(180 / 390 * 100vw);
    max-width: 250px;
  }
  .app-blockPay-slide .splide__arrow--prev {
    left: -3px;
  }
  .app-blockPay-slide .splide__arrow--next {
    right: -3px;
  }
}
@media print, screen and (min-width: 768px) {
  .app-blockPay {
    padding: 120px 0;
  }
  .app-blockPay-secNest {
    margin-top: 60px;
  }
  .app-blockPay-slide {
    margin-top: 40px;
  }
  .app-blockPay-slide:not(.is-initialized) .app-blockPay-slide__slide {
    width: 100%;
  }
  .app-blockPay-slide__slide {
    flex-direction: row-reverse;
  }
  .app-blockPay-slide__progress {
    top: calc(100% - 45px);
    left: 75%;
  }
  .app-blockPay-slide__body {
    padding: 60px 28px 80px;
    width: 100%;
  }
  .app-blockPay-slide__ttl {
    font-size: 3.2rem;
  }
  .app-blockPay-slide__txt {
    margin-top: 24px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .app-blockPay-slide__img {
    padding: 28px;
    width: 100%;
  }
  .app-blockPay-slide__img img {
    margin: 0 auto;
    width: 212px;
  }
  .app-blockPay-slide .splide__arrow--prev {
    left: -24px;
  }
  .app-blockPay-slide .splide__arrow--next {
    right: -24px;
  }
}