/* general */
.u-main-bg {
  position: relative;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/general_bg_01.png);
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: auto;
  background-position: 0 0;
}

.u-line01,
.u-line02 {
  margin: 0;
  height: 40px;
  background-repeat: repeat-x;
  background-size: 32px 40px;
  background-position: 0 0;
  border: none;
}
.u-line01 {
  background-image: radial-gradient(circle at 50% 0, #f0d8b0 0 32px, transparent 16px);
  transform: scaleY(-1);
}
.u-line02 {
  background-image: radial-gradient(circle at 50% 0, #f0d8b0 0 32px, #fff9f1 16px);
}

.u-main-wrap {
  width: auto;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.u-txt-mark01 {
  background: linear-gradient(transparent 60%,#fff100 60%);
}

.u-textlink01,
.u-textlink01:visited {
  color: #3baaff;
}
.u-textlink01:hover {
  color: #e60000;
}

.u-line-height12 {
  line-height: 1.2!important;
}

.u-speech-bubble01,
.u-speech-bubble02 {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
.u-speech-bubble01::before,
.u-speech-bubble01::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 30px;
  height: 35px;
  background-repeat: no-repeat;
}
.u-speech-bubble01::before {
  left: -30px;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/general_deco_ico_01.png);

}
.u-speech-bubble01::after {
  right: -22px;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/general_deco_ico_02.png);
}
.u-speech-bubble02::before,
.u-speech-bubble02::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 20px;
  background-repeat: no-repeat;
}
.u-speech-bubble02::before {
  left: -16px;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/general_deco_ico_03.png);
}
.u-speech-bubble02::after {
  right: -14px;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/general_deco_ico_04.png);
}

.u-margin-t08 {
  margin-top: 8px!important;
}
.u-margin-t12 {
  margin-top: 12px!important;
}
.u-margin-t16 {
  margin-top: 16px!important;
}
.u-margin-t24 {
  margin-top: 24px!important;
}
.u-margin-t32 {
  margin-top: 32px!important;
}

.u-side-margin-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-hover-opacity:hover {
  opacity: .8!important;
}

.u-comingsoon {
  position: relative;
}
.u-comingsoon .u-comingsoon-mask {
  position: absolute;
  height: 100%;
  inset: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  white-space: pre-wrap;
  z-index: 1000;
  background: rgba(12, 12, 12, .90);
  border-radius: 8px;
}
.u-comingsoon .u-comingsoon-mask::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/general_txt_01.png);
  background-repeat: no-repeat;
  background-position: 50% 15%;
  background-size: 78%;
  z-index: 1001;
}


/* rotate animation */
@keyframes rotate-360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.u-rotate-360 {
  animation: rotate-360 15s linear infinite;
}


/* fadeup animation */
.js_fadeup_once {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .35s ease, transform .45s ease;
  will-change: opacity, transform;
}

.js_fadeup_once.is-on {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js_fadeup_once{ transition: none; }
}


/* pop_on animation */
.js_pop_on_scroll {
  opacity: 0;
  transform: translateY(8px) scale(.82);
  transition: opacity .22s ease, transform .32s cubic-bezier(.16, 1.25, .35, 1.65);
  will-change: opacity, transform;
}
.js_pop_on_scroll.is-on {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .js_pop_on_scroll {
    transition: none;
  }
}


/* mv-area */
.mv-block01 {
  margin-top: -24px;
  padding: 25px 7% 40px;
  background-color: #f0d8b0;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/mv_bg_01.png);
  background-repeat: no-repeat;
  background-position: 0 15%;
  background-size: 100% auto;
}
.mv-block02 {
  padding: 30px 7% 38px;
  background-color: #fff9f1;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/mv_bg_02.png);
  background-repeat: no-repeat;
  background-position: 0 15%;
  background-size: 100% auto;
}

.mv-box01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 324px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 5px 5px 0 0 rgba(0,0,0,0.65);
}
.mv-item01 {
  width: 50%;
}

.mv-anchor01 {
  display: block;
  margin-top: 36px;
  text-decoration: none;
}
.mv-anchor01:hover {
  opacity: .7;
}

.mv-txt01 {
  margin-top: 8px;
  color: #d71718;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.mv-txt02 {
  margin-top: 8px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.mv-ttl03 {
  position: relative;
  padding: 7px 0 5px 30px;
  max-width: 130px;
  background: #000;
  color: #fff;
  font-size: .7rem;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
}
.mv-anchor01:nth-child(even) .mv-ttl03 .present-ico-wrap01 {
  position: absolute;
  top: -36px;
  left: -45px;
}
.mv-anchor01:nth-child(odd) .mv-ttl03 {
  padding: 7px 30px 5px 0;
}
.mv-anchor01:nth-child(odd) .mv-ttl03 .present-ico-wrap01 {
  position: absolute;
  top: -36px;
  right: -45px;
}

.mv-img01 {
  max-width: 236px;
}

.mv-ico01 {
  margin-top: 4px;
}

/* present-area common */
.present-box01 {
  display: flex;
  align-items: stretch;
  max-width: 323px;
  font-weight: bold;
  border: 2px solid #000;
  box-sizing: border-box;
}
.present-box01-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  padding: 5px 0 4px;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.present-box01-right {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding-left: 10px;
  font-size: 1.2rem;
  white-space: nowrap;
}
.present01-area01 .present-box01-right {
  background: #e9e9ff;
}
.present02-area01 .present-box01-right {
  padding-left: 4px;
  background: #ffefd3;
}
.present03-area01 .present-box01-right {
  background: #e9e9ff;
}

.present-box02 {
  position: relative;
  margin-top: 65px;
  padding: 48px 7% 30px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  box-sizing: border-box;
}

.present-box03 {
  position: relative;
  background:#fff;
  padding: 5px;
  border-radius: 8px;
  box-sizing: border-box;
}
.present-box03-inner {
  padding: 32px 6.4% 26px;
  border: 2px solid #d71718;
  border-radius: 8px;
}
.present03-area01 .present-box03.present-fukidashi01:before,
.present03-area01 .present-box03.present-fukidashi02:before {
  content: "";
  position: absolute;
  top: -40px;
  width: 100%;
  height: 68px;
  background-size: 85%;
  background-position: 42% 0;
  background-repeat: no-repeat;
  z-index: 1;
}
.present03-area01 .present-box03.present-fukidashi01:before {
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/present03_fukidashi_01.png);
}
.present03-area01 .present-box03.present-fukidashi02:before {
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/present03_fukidashi_02.png);
}

.present-box03-img01 {
  position: absolute;
  right: 0;
  bottom: 7%;
  left: 0;
  margin: auto;
  width: 74%;
}

.present-txt01 {
  color: #d71718;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.1;
}
.present-txt02 {
  color: #d71718;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.present-txt03 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.present-txt04 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.present-txt05 {
  color: #d71718;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.present-txt-img01 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 217px;
}

.present-ico-wrap01 {
  position: relative;
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0));
  text-align: center;
}
.present-ico-bg01 {
  max-width: 98px;
}
.present-ico-bg02 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0));
  z-index: 10;
}
.present-ico-txt01 {
  max-width: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.present-ico-txt02 {
  max-width: 34px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 20;
}

.present-txt-circle01 {
  padding: 5px 10px 3px;
  background: #fff;
  border: 2px solid #d71718;
  border-radius: 50px;
}

.present-txt-square01 {
  margin-right: auto;
  margin-left: auto;
  padding: 2px 5px;
  max-width: 58px;
  background: #d71718;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.present-txt-underline01 {
  line-height: 2.1;
  border-bottom: 8px solid #d71718;
}

/* present-area01 */
.present01-area01 {
  border-top: 10px solid #d71718;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/present01_bg_01.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.present01-area01-inner {
  padding: 73px 7% 55px;
}

.present01-img01 {
  position: relative;
  display: block;
  margin-top: 84px;
}
.present01-img01::before {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 245px;
  height: 85px;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/present_fukidashi_01.png);
  background-position: center center;
  background-size: 100% 100%;
}
.present01-img02 {
  position: relative;
  max-width: 292px;
  margin-top: -32px;
}

/* present-area02 */
.present02-area01 {
  border-top: 10px solid #d71718;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/present02_bg_01.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.present02-area01-inner {
  padding: 54px 7% 55px;
}

/* present-area03 */
.present03-area01 {
  border-top: 10px solid #d71718;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/present03_bg_01.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.present03-area01-inner {
  padding: 54px 7% 55px;
}

/* app-area */
.app-area {
  background: #f0d8b0;
}
.app-area-inner {
  padding: 30px 7%;
}

/* m-tab */
.app-head {
  display: flex;
  border: none;
}

.app-headwrap {
  padding-bottom: 0;
  overflow: unset;
}

.app-item01::before,
.app-item02::before,
.m-tab_item-active::after {
  content: none;
}

.app-block .app-tab-btn {
  justify-content: center;
  flex-direction: column;
  padding: 22px 0;
  color: #9f9f9f;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.m-tab_item-active .app-tab-btn {
  color: #fff;
}
.app-block .app-item01.m-tab_item-active {
  background: #d71718;
  border-color: #000;
}
.app-block .app-item02.m-tab_item-active {
  background: #d71718;
  border-color: #000;
}

.app-block .app-item01 {
  background: #e3e3e3;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #e3e3e3;
  border-radius: 16px 16px 0 0;
}
.app-block .app-item02 {
  background: #e3e3e3;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #e3e3e3;
  border-radius: 16px 16px 0 0;
}

.app-body01 {
  opacity: 1!important;
}
.app-body02 {
  border-style: solid;
  border-radius: 0 0 16px 16px;
  opacity: 1!important;
}

.app-body01 .detail-wrap-content,
.app-body02 .detail-wrap-content {
  padding: 27px 0 40px;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.app-body01 .app-tab-wrap01:nth-child(odd) .app-tab-img01 {
  padding-right: 7%;
  padding-left: 4%;
}
.app-body01 .app-tab-wrap01:nth-child(3) .app-tab-img01 {
  padding-left: 5%;
}
.app-body01 .app-tab-wrap01:nth-child(even) .app-tab-img01 {
  padding-right: 4%;
  padding-left: 7%;
}
.app-body02 .app-tab-img01:nth-child(odd) {
  padding-right: 7%;
  padding-left: 4%;
}
.app-body02 .app-tab-img01:nth-child(3),
.app-body02 .app-tab-img01:nth-child(5) {
  padding-left: 5%;
}
.app-body02 .app-tab-img01:nth-child(even) {
  padding-right: 4%;
  padding-left: 7%;
}

.app-tab-wrap01 {
  position: relative;
}
.app-tab-photo01 {
  position: absolute;
}
.app-tab-wrap01:nth-child(1) .app-tab-photo01 {
  right: 8.2%;
  top: 3.6%;
  width: 42%;
}
.app-tab-wrap01:nth-child(2) .app-tab-photo01 {
  left: 11.2%;
  top: 16.8%;
  width: 33%;
}
.app-tab-wrap01:nth-child(3) .app-tab-photo01 {
  right: 5.9%;
  bottom: 16.8%;
  width: 40%;
}
.app-tab-wrap01:nth-child(4) .app-tab-photo01 {
  left: 9.8%;
  bottom: 1.2%;
  width: 40%;
}


/* info-area */
.info-area {
  background: #fff9f1;
}
.info-area-inner {
  padding: 50px 7% 0;
}

.info-box01 {
  background: #fff;
  border: 2px solid #d71718;
  border-radius: 8px;
}
.info-box01:not(:first-of-type) {
  margin-top: 40px;
}

.info-body01 {
  padding: 0 7% 40px;
  line-height: 1.4;
}

.info-movie01 {
  margin-top: 23px;
}

.info-movie01-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.45%;
  height: 0;
  overflow: hidden;
}

.info-movie01-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-ttl02 {
  margin-top: 70px;
}
.info-ttl03 {
  position: relative;
  padding: 40px 5.2%;
  color: #d71718;
  font-size: 1.8rem;
  cursor: pointer;
}
.info-ttl04 {
  padding: 4px 3% 2px;
  color: #d71718;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #d71718;
  border-radius: 23px;
}
.info-ttl04:not(:first-child) {
  margin-top: 32px;
}

.info-accordion-icn01 {
  position: absolute;
  right: 14px;
  top: -3px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  font-size: 0;
  background: url(/kouza/lp/kyousuki_cp_202601/imgs/general_arrow_ico_01.png) no-repeat center;
  background-size: contain;
}
.info-accordion-wrap01.is-show .info-accordion-icn01 {
  transform: rotate(180deg);
}

/* questions-area */
.questions-area {
  background: #fff9f1;
}
.questions-area-inner {
  padding: 40px 7% 0;
}

.questions-box01 {
  padding: 40px 7%;
  background: #fff;
  border: 2px solid #d71718;
  border-radius: 8px;
}

.questions-accordion-wrap01 {
  border-top: 2px solid #d71718;
}
.questions-accordion-wrap01:first-of-type {
  margin-top: 24px;
}
.questions-accordion-wrap01:last-of-type {
  border-bottom: 2px solid #d71718;
}

.questions-head01 {
  position: relative;
  display: flex;
  padding: 20px 32px 20px 0px;
  align-items: flex-start;
  align-self: stretch;
  font-weight: bold;
  line-height: 1.4;
}
.questions-head01::before {
  content: "Q";
  flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 32px;
  color: #d71718;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.questions-head01:hover {
  cursor: pointer;
}
.questions-body01 {
  display: flex;
  padding: 4px 0 20px;
  line-height: 1.4;
}
.questions-body01::before {
  content: "A";
  flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 32px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.questions-accordion-icn01 {
  content: "";
  position: absolute;
  right: 0;
  top: 26px;
  margin: auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  border: 2px solid #000;
}
.questions-accordion-icn01::before,
.questions-accordion-icn01::after {
  content: '';
  display: block;
  background: #212121;
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 3px;
  inset: 0;
  margin: auto;
}
.questions-accordion-icn01::after {
  height: 14px;
  width: 2px;
}
.is-show .questions-accordion-icn01::after {
  display: none;
}

.questions-ttl01 {
  color: #d71718;
  font-size: 2.4rem;
  text-align: center;
}

/* notes-area */
.notes-area {
  background: #fff9f1;
}
.notes-area-inner {
  padding: 40px 7% 0;
}

.notes-box01 {
  padding: 40px 7%;
  background: #fff;
  border: 2px solid #d71718;
  border-radius: 10px;
}

.notes-list01 {
  line-height: 1.4;
}

.notes-ttl01 {
  color: #d71718;
  font-size: 2.4rem;
  text-align: center;
}
.notes-ttl02 {
  font-weight: bold;
}


/* contact-area */
.contact-area {
  background: #fff9f1;
}
.contact-area-inner {
  margin: 0 auto;
  padding: 36px 7% 50px;
  max-width: 1120px;
}

.contact-box01 {
  padding: 14px 7%;
  background: #fff;
  text-align: center;
  border-radius: 0 0 8px 8px;
  border: 2px solid #d71718;
  border-top-width: 0;
}

.contact-ttl01 {
  padding: 9px 0 5px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  background: #d71718;
  border-radius: 8px 8px 0 0;
  line-height: 1.625;
}

.contact-box01 .u-textlink01 {
  font-size: 1.1rem;
}


/* cv-wrap */
.kv-block .cv-wrap {
  margin: 0 auto;
}

.cv-list .btn {
  font-size: 1.6rem;
  line-height: 1.3;
}

/* fixed-cv */
.fixed-cv {
  background: rgba(255, 255, 255, .90);
}

.fixed-cv.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fixed-cv .cv-wrap {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.fixed-cv .cv-wrap .cv-wrap-inner {
  padding: 13px 0;
}

.fixed-cv .cv-list {
  display: flex;
  justify-content: space-around;
}

.fixed-cv .list-item {
  width: calc(50% - 15px);
}

.fixed-cv .list-item.-entry {
  margin-top: 0;
}

.fixed-cv .cv-img01 {
  margin: auto;
  max-width: 265px;
  width: 100%;
}


/* qr-modal01 */
.u-modal-content {
  display: none;
}

.qr-popup-block {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .7);
  z-index: 9999;
  transition: .3s ease-in-out;
}
.qr-popup-block.is-show {
  opacity: 1;
  visibility: visible;
  transition: .3s ease-in-out;
}

.qr-popup-wrap {
  position: relative;
}

.qr-popup-wrap-inner {
  width: 770px;
  overflow: hidden;
  border-radius: 8px;
}

.qr-popup-close {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 83px;
  height: 83px;
  background-image: url(/kouza/lp/kyousuki_cp_202601/imgs/qr_popup_icn_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
  border-radius: 50%;
}
.qr-popup-close::after {
  content: none;
}

.qr-popup-box01 {
  margin: auto;
  max-width: 485px;
  border: 2px solid #d71718;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}

.qr-popup-head01 {
  padding: 38px 0 40px;
  background: #d71718;
}
.qr-popup-head02 {
  padding: 15px 10px 14px;
  background: #fff9f1;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #d71718;
}

.qr-popup-body01 {
  padding: 40px 7%;
}
.qr-popup-body02 {
  padding: 16px 10px 14px;
  display: flex;
  justify-content: center;
}

.qr-popup-fukidashi01 {
  position: relative;
  margin: 0 auto;
  padding: 10px 10px 3px;
  width: 100%;
  max-width: 485px;
  background: #000;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.qr-popup-fukidashi01::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 13px;
  border-color: #000;
  bottom: -10px;
  left: 50%;
  border-radius: 0 0 8px 0;
  transform: translateX(-50%) scaleX(.5) rotate(45deg);
}

.qr-popup-ttl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.qr-popup-txt01 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.qr-popup-notes01 {
  margin: auto;
  max-width: 485px;
}

.qr-popup-img01 {
  max-width: 480px;
  width: 100%;
  margin: auto;
}

.qr-wrap {
  padding: 10px;
  margin: 0 auto 16px;
  background: #fff;
  width: 240px;
  height: 240px;
}
.qr-wrap canvas {
  width: 220px;
  height: 220px;
}

@media screen and (max-width: 48em ) {
  .qr-popup-wrap-inner {
    margin: auto;
    width: 90%;
  }

  .qr-popup-close {
    top: 0;
    right: 5%;
    width: 40px;
    height: 40px;
  }

  .qr-popup-head01 {
    padding: 21px 0 20px;
  }

  .qr-popup-body01 {
    padding-top: 27px;
  }

  .qr-btn01 {
    max-width: 267px;
  }
}