@font-face {
  font-family: avenir;
  src: url("/special/wechat/assets/fonts/AvenirNext.ttc");
}

@font-face {
  font-family: PingFangSCMedium;
  src: url("/special/wechat/assets/fonts/PingFangSCMedium.ttf");
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  max-width: 750px;
  min-height: 100vh;
  padding: 0;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: pingfangscmedium, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #403d3a;
  overflow-wrap: break-word;
  background: #f2ece2;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}

img,
video,
iframe,
object {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #eee;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #eee;
}

address {
  font-style: inherit;
}

b,
strong {
  font-weight: 700;
}

.l-header {
  width: 100%;
}

.l-header::before {
  display: block;
  width: 100%;
  height: min(40px, 5.3333333333vw);
  content: "";
  background: url("/special/wechat/assets/img/header_dec.png") no-repeat top center/cover;
}

.l-header__ttl {
  margin-top: min(78px, 10.4vw);
  text-align: center;
}

.l-header__ttl img {
  width: min(430px, 57.3333333333vw);
}

.l-main {
  padding-top: min(40px, 5.3333333333vw);
}

.l-main::after {
  position: relative;
  top: 1px;
  display: block;
  width: 100%;
  height: min(40px, 5.3333333333vw);
  content: "";
  background: url("/special/wechat/assets/img/footer_dec.svg") no-repeat bottom center/cover;
}

.l-main h3 {
  margin-bottom: min(32px, 4.2666666667vw);
  font-size: min(24px, 3.2vw);
  text-align: center;
}

.l-main__row {
  display: flex;
  -moz-column-gap: min(30px, 4vw);
  column-gap: min(30px, 4vw);
  justify-content: center;
}

.l-main__row:not(:last-child) {
  margin-bottom: min(30px, 4vw);
}

.l-main__img img {
  width: min(302px, 40.2666666667vw);
}

.l-main__txt {
  width: min(330px, 44vw);
}

.l-main__txt h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(26px, 3.4666666667vw);
  color: #fff;
}

.l-main__txt h2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: min(331px, 44.1333333333vw);
  height: min(52px, 6.9333333333vw);
  content: "";
  background: no-repeat center center/contain;
  transform: translate(-50%, -50%);
}

.l-main__txt li {
  display: flex;
  -moz-column-gap: min(10px, 1.3333333333vw);
  column-gap: min(10px, 1.3333333333vw);
  align-items: center;
  font-size: min(24px, 3.2vw);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.l-main__txt li::before {
  display: inline-block;
  width: min(26px, 3.4666666667vw);
  height: min(21px, 2.8vw);
  content: "";
  background: no-repeat center center/contain;
}

.l-main__txt--red h2 img {
  width: min(183px, 24.4vw);
}

.l-main__txt--red h2::before {
  background-image: url("/special/wechat/assets/img/heading_red.svg");
}

.l-main__txt--red li::before {
  background-image: url("/special/wechat/assets/img/list_red.svg");
}

.l-main__txt--blue h2 img {
  width: min(181px, 24.1333333333vw);
}

.l-main__txt--blue h2::before {
  background-image: url("/special/wechat/assets/img/heading_blue.svg");
}

.l-main__txt--blue li::before {
  background-image: url("/special/wechat/assets/img/list_blue.svg");
}

.l-main__txt--yellow h2 img {
  width: min(183px, 24.4vw);
}

.l-main__txt--yellow h2::before {
  background-image: url("/special/wechat/assets/img/heading_yellow.svg");
}

.l-main__txt--yellow li::before {
  background-image: url("/special/wechat/assets/img/list_yellow.svg");
}

.l-footer {
  padding: min(10px, 1.3333333333vw) 0 min(40px, 5.3333333333vw);
  background-color: #403d3a;
}

.l-footer__row {
  display: flex;
  -moz-column-gap: min(50px, 6.6666666667vw);
  column-gap: min(50px, 6.6666666667vw);
  justify-content: center;
}

.l-footer__txt {
  color: #fff;
}

.l-footer__txt img {
  width: min(419px, 55.8666666667vw);
}

.l-footer__txt dl::before {
  display: block;
  width: min(418px, 55.7333333333vw);
  height: min(15px, 2vw);
  margin: min(10px, 1.3333333333vw) 0 min(8px, 1.0666666667vw);
  content: "";
  background: url("/special/wechat/assets/img/hr.svg") no-repeat center center/contain;
}

.l-footer__txt dt {
  font-size: min(21px, 2.8vw);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.l-footer__txt dd {
  font-family: avenir, sans-serif;
  font-size: min(38px, 5.0666666667vw);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.l-footer__qr a {
  transition: opacity 300ms ease-out;
}

.l-footer__qr a:hover {
  opacity: 0.8;
}

.l-footer__qr img {
  width: min(180px, 24vw);
}
