@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
:root {
  color-scheme: only light;
  --white: #ffffff;
  --black: #000000;
  --tit: #1e1e1e;
  --text: #272727;
  --desc: #4a4a4a;
  --sub: #7d7d7d;
  --theme: #46841d;
  --theme_t: #44841a;
  --snap: #5ca12e;
  --accent: #6e1e9e;
  --footer: #202020;
  --footer_t: #aaaaaa;
  --easing: cubic-bezier(0, .4, .55, 1);
  --res: min(7.8125vw, 9.26vh, 100px);
}

@media screen and (max-width: 1000px) {
  :root {
    --res: min(13.8vw, 7.8125vh, 100px);
  }
}
/* default */
* {
  text-rendering: optimizeLegibility;
  font-family: "pretendard", sans-serif;
  font-style: normal;
  font-weight: normal;
  word-wrap: break-word;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: var(--text);
  font-size: var(--res);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
span,
small,
strong,
em,
form,
fieldset,
legend,
select,
button,
input,
textarea,
figure,
figcaption,
a {
  margin: 0;
  margin-block: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

fieldset,
li,
img {
  border: 0;
  vertical-align: baseline;
}

ul,
ol {
  list-style: none;
}

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 0 none;
  background: transparent;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

a,
a:focus,
a:active,
a:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  outline: 0 none;
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.screen-out {
  position: absolute;
  display: block;
  right: 100%;
  bottom: 100%;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

p {
  word-break: keep-all;
  word-wrap: break-word;
  white-space: normal;
}

.scene .picture {
  display: block;
  max-width: 100%;
}
.scene .picture img {
  display: block;
  width: 100%;
}

/* common */
#doc {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#doc:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/grain.png) repeat center;
  opacity: 0.2;
  pointer-events: none;
  z-index: 10;
}

footer {
  background-color: var(--footer);
  color: var(--footer_t);
  width: 100%;
}

header {
  display: block;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
}

.scene {
  display: block;
  position: relative;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.scene.section-01 {
  background: url(../img/new/main-bg-m-new.jpg) center center no-repeat;
  background-size: cover;
}
.scene.section-01 .container {
  height: 16rem;
}

.container {
  margin: 0 auto;
  height: auto;
  display: table;
  table-layout: fixed;
}
.container.h-100 {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.container > .aligner {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.content {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  height: auto;
  font-size: 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumb {
  display: block;
  overflow: hidden;
  border-radius: 100%;
  height: auto;
  position: relative;
}
.thumb > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.snap {
  display: inline-block;
  position: relative;
  color: var(--theme_t);
}
.snap > i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.snap > i:first-child {
  left: 0;
}
.snap > i:last-child {
  right: 0;
}
.snap > i:before, .snap > i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #b4d2b2;
  border-style: solid;
}
.snap > i:before {
  top: 0;
  border-bottom: none;
}
.snap > i:after {
  bottom: 0;
  border-top: none;
}
.snap > i:first-child:before, .snap > i:first-child:after {
  border-right: none;
}
.snap > i:last-child:before, .snap > i:last-child:after {
  border-left: none;
}

.btn {
  display: block;
  width: 5.7rem;
  height: 1.15rem;
  border-radius: 0.58rem;
  text-align: center;
}
.btn > span {
  color: var(--white);
  font-weight: 400;
  letter-spacing: -0.01em;
  font-size: 0.42rem;
  line-height: 0.55rem;
  padding: 0.3rem 0;
  vertical-align: middle;
  display: inline-block;
  font-family: "GmarketSans";
}
.btn > span strong {
  font-weight: 700;
}
.btn > span .arrow_icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.48rem;
}
.btn > span .arrow_icon img {
  width: auto;
}

.document {
  width: 9rem;
  padding: 0.55rem 0 1.05rem;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  position: relative;
  text-align: center;
  background: url(../img/certification-doc-bg.jpg) no-repeat center/9.72rem auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 0.08rem solid var(--white);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0.06rem 0.06rem 0.18rem rgba(0, 0, 0, 0.13), 0 0 0.4rem rgba(0, 0, 0, 0.13), 0.26rem 0.52rem 0.4rem rgba(0, 0, 0, 0.15), 0.09rem 0.18rem 0.8rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.06rem 0.06rem 0.18rem rgba(0, 0, 0, 0.13), 0 0 0.4rem rgba(0, 0, 0, 0.13), 0.26rem 0.52rem 0.4rem rgba(0, 0, 0, 0.15), 0.09rem 0.18rem 0.8rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  margin-top: 5%;
}
.document .badge {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 3.2rem;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
.document .inner {
  display: block;
  width: 6.36rem;
  background: var(--white);
  border-radius: 0.15rem;
  padding-top: 1.3rem;
  padding-bottom: 0.44rem;
  margin: 0 auto;
  margin-top: -1.22rem;
  -webkit-box-shadow: 0.1rem 0.2rem 0.35rem rgba(25, 41, 22, 0.2);
          box-shadow: 0.1rem 0.2rem 0.35rem rgba(25, 41, 22, 0.2);
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.banner {
  position: fixed;
  z-index: 20;
}
.banner .floating-banner img {
  width: 2.8rem;
}

.certificate.shown .document {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.45s var(--easing);
  transition: all 0.45s var(--easing);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.certificate.shown .badge {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all 0.35s var(--easing);
  transition: all 0.35s var(--easing);
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.certificate.shown .inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s var(--easing);
  transition: all 0.4s var(--easing);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.document .doc-name {
  display: block;
  width: 2.6rem;
  margin: 0 auto 0.4rem;
}
.document .doc-body {
  font-size: 0.24rem;
  color: var(--text);
  letter-spacing: -0.025em;
  line-height: 0.4rem;
  padding: 0 0 0.55rem;
}
.document .doc-body .clover {
  display: inline-block;
  width: 1em;
  vertical-align: middle;
  margin-left: 0.2em;
}
.document .doc-body strong {
  color: var(--theme_t);
  font-weight: 700;
  font-size: 0.26rem;
}
.document .doc-sign {
  display: block;
  margin: 0 auto;
  width: 1rem;
}

.title > span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
}
.title > span.shadow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  z-index: -1;
  -webkit-filter: blur(0.3rem);
          filter: blur(0.3rem);
  opacity: 0.5;
}
.title > span > img {
  display: inline-block;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.scene .title {
  text-align: center;
}
.scene .dc {
  text-align: center;
  color: var(--text);
  font-weight: 300;
  letter-spacing: -0.01em;
}
.scene .dc strong {
  font-weight: 700;
}
.scene .dc small {
  display: block;
  font-size: 0.6em;
  line-height: 2em;
  padding-top: 0.5em;
  color: var(--sub);
}

header .bi {
  display: inline-block;
}

#main .content {
  z-index: 1;
}
#main .campaign {
  display: block;
  margin: 0 auto;
}
#main .campaign span {
  display: block;
  margin: 0 auto;
}
#main .pic {
  position: absolute;
  height: auto;
  display: block;
}
#main .pic:before, #main .pic:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#main .pic:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 0.08rem;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(transparent));
  background: linear-gradient(to bottom, #fff 50%, transparent 100%);
}
#main .pic:after {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#main .pic .inbox {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#main .pic .inbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main .pic.p01 .inbox {
  -webkit-box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.25), 0.04rem 0.04rem 0.05rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.25), 0.04rem 0.04rem 0.05rem rgba(0, 0, 0, 0.15);
}
#main .pic.p02 .inbox {
  -webkit-box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.25), 0.04rem 0.04rem 0.05rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.25), 0.04rem 0.04rem 0.05rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.25), -0.04rem -0.04rem 0.05rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.25), -0.04rem -0.04rem 0.05rem rgba(0, 0, 0, 0.15);
}
#main .pic.p04 .inbox {
  -webkit-box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.25), -0.04rem -0.04rem 0.05rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.25), -0.04rem -0.04rem 0.05rem rgba(0, 0, 0, 0.15);
}
#main.section-01 .container {
  width: 100%;
}
#main.section-01 .content {
  position: absolute;
  top: 2.8rem;
  left: 0;
  width: 100%;
}
#main.section-01 .content-inner {
  width: 100%;
}
#main.section-01 .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 11.92rem;
  margin: 0 auto;
  text-align: left;
}
#main.section-01 .content-inner img {
  width: 6.14rem;
}
#main.section-01 .content__title {
  position: relative;
  left: 4px;
  font-size: 0.34rem;
  color: #1e1e1e;
  line-height: 0.48rem;
  font-weight: 600;
}
#main.section-01 .content__stitle {
  padding: 0.36rem 0 0.42rem;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #46853d;
  font-family: "GmarketSans";
  font-weight: 700;
}
#main.section-01 .content__stitle img {
  width: 6.09rem;
}
#main.section-01 .content__scontent {
  position: relative;
  left: 4px;
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #666;
  font-weight: 400;
  letter-spacing: -0.003rem;
}
#main.section-01 .content_box .picture {
  display: block;
  width: 100%;
  padding: 0.48rem 0 0.24rem;
}

#film .container {
  width: 100%;
  max-width: 100%;
}
#film .content {
  width: 100%;
  max-width: 100%;
  background: #231815;
}
#film .content .title {
  position: absolute;
  top: 0;
  z-index: 20;
  background: #231815;
}
#film .content:before, #film .content:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}
#film .content:before {
  background-image: url(../img/film-top.png);
  bottom: 100%;
}
#film .content:after {
  background-image: url(../img/film-btm.png);
  top: 100%;
}
#film .swiper-container {
  height: auto;
  position: relative;
  overflow: visible;
  max-width: 100%;
  margin: 0 auto;
}
#film .swiper-slide .thumb, #film .swiper-container .title > img {
  margin: 0 auto;
}
#film .swiper-slide {
  width: auto;
}
#film .swiper-slide .thumb {
  overflow: hidden;
  position: relative;
}
#film.section-02 {
  margin: 0.39rem 0;
}
#film.section-02 .container {
  height: auto;
}
#film.section-02 .content {
  margin-top: 0;
}

#paragraph {
  background: -webkit-gradient(linear, left bottom, left top, from(#deecd4), color-stop(50%, #e8f1e1), color-stop(95%, transparent));
  background: linear-gradient(to top, #deecd4 0%, #e8f1e1 50%, transparent 95%);
  -webkit-box-shadow: 0 0.3rem 0.3rem rgba(14, 44, 3, 0.1), 0 0.15rem 0.15rem rgba(14, 44, 3, 0.05);
          box-shadow: 0 0.3rem 0.3rem rgba(14, 44, 3, 0.1), 0 0.15rem 0.15rem rgba(14, 44, 3, 0.05);
}
#paragraph p {
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #221814;
  text-align: center;
}

#children .title {
  margin: 0 auto;
}
#children .dc {
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: var(--sub);
}
#children .dc strong {
  font-weight: 800;
}
#children .dc .accent {
  color: #44a9f1;
}
#children .snap {
  color: var(--accent);
}
#children .swiper-button-next, #children .swiper-button-prev {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
#children .swiper-button-next {
  right: 0;
  width: auto;
  height: auto;
}
#children .swiper-button-prev {
  left: 0;
  width: auto;
  height: auto;
}
#children .swiper-button-next:after, #children .swiper-button-prev:after {
  display: none;
}
#children .swiper-button-next:before {
  content: "";
  display: block;
  border: 0.04rem solid #728e59;
}
#children .swiper-button-prev:before {
  content: "";
  display: block;
  border: 0.05rem solid #728e59;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(-45deg) translateX(25%);
          transform: rotate(-45deg) translateX(25%);
}
#children .swiper-button-next:before {
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg) translateX(-25%);
          transform: rotate(45deg) translateX(-25%);
}
#children .swiper-container {
  display: block;
  overflow: visible;
  margin: 0 auto;
  position: relative;
}
#children .thumb img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#children .story {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#children .subj {
  letter-spacing: -0.01em;
  font-weight: 700;
  color: var(--tit);
}
#children .details {
  letter-spacing: -0.025em;
  font-weight: 400;
  color: #666;
}
#children .subj .snap {
  font-weight: 900;
  color: #6d1e9c;
}
#children .subj .snap.fr {
  color: #1E1E1E;
}
#children .subj .snap i:before, #children .subj .snap i:after {
  border-color: #c2a0d8;
}
#children .story .btn {
  background: var(--theme);
}
#children.section-03 {
  position: relative;
  padding: 2rem 0;
  background-image: url(../img/new/children-bg-new.jpg);
  background-position: center top;
}
#children.section-03 .msg-title {
  margin: 0 auto 1.31rem;
  max-width: 11.74rem;
  width: 100%;
}
#children.section-03 .msg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem 0;
}
#children.section-03 .msg-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#children.section-03 .msg-list-box__profile {
  width: 2.56rem;
}
#children.section-03 .msg-list-box__bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 9.52rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100%;
}
#children.section-03 .msg-list-box__bubble p {
  color: #1e1e1e;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.4rem;
  letter-spacing: -0.01rem;
}
#children.section-03 .msg-list-box__bubble p + p {
  padding-top: 0.08rem;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.32rem;
}
#children.section-03 .msg-list-box__bubble.left {
  padding-left: 0.88rem;
  margin-right: -0.15rem;
  background-image: url("../img/new/img_bubble_left.png");
}
#children.section-03 .msg-list-box__bubble.right {
  padding-right: 0.88rem;
  background-image: url("../img/new/img_bubble_right.png");
}
#children.section-03 .slide-content {
  padding-top: 1.5rem;
}
#children.section-03 .slide-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.15rem;
  line-height: 1.15rem;
}
#children.section-03 .slide-content .btn span {
  padding: 0;
}

#process {
  background-size: max(19.2rem, 100%) auto;
  background-position: right bottom;
  background-image: url(../img/process-bg.png);
  z-index: 2;
}
#process .container {
  width: 100%;
  max-width: 100%;
}
#process .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(175, 181, 203, 0)), color-stop(10%, rgba(175, 181, 203, 0.3)), color-stop(80%, rgb(255, 255, 255)));
  background: linear-gradient(to top, rgba(175, 181, 203, 0) 0%, rgba(175, 181, 203, 0.3) 10%, rgb(255, 255, 255) 80%);
}
#process .envelope {
  position: relative;
  margin: 0 auto;
}
#process .envelope .bg {
  display: block;
  pointer-events: none;
}
#process .envelope > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#process .envelope .head {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
#process .envelope .pic {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(75%);
          transform: translateX(-50%) translateY(75%);
  opacity: 0;
}
#process .envelope.shown .pic {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s 0s var(--easing);
  transition: -webkit-transform 0.5s 0s var(--easing);
  transition: transform 0.5s 0s var(--easing);
  transition: transform 0.5s 0s var(--easing), -webkit-transform 0.5s 0s var(--easing);
}
#process .envelope.shown .pic.p01 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#process .envelope.shown .pic.p02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#process .envelope.shown .pic.p03 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#process .envelope .body {
  bottom: 0;
}
#process .envelope .body .bg {
  top: auto;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 0;
}
#process .title {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#process .envelope.shown .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s var(--easing);
  transition: all 0.4s var(--easing);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#process .subj, #process .steps {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
#process .subj > span {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  text-align: center;
  color: var(--theme_t);
  font-weight: 900;
  letter-spacing: 0;
}
#process .steps {
  display: block;
  margin: 0 auto;
}
#process .steps li {
  position: relative;
}
#process .steps li + li:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--snap);
}
#process .steps .icon {
  border-radius: 100%;
  overflow: hidden;
  display: block;
}
#process .steps .name {
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
  background: var(--snap);
}
#process .steps p {
  display: block;
  color: var(--desc);
  letter-spacing: -0.025em;
  font-weight: 400;
}
#process .steps p strong {
  font-weight: 700;
}
#process .notice {
  margin: 0 auto;
}
#process .notice p {
  text-align: left;
  color: #6d1f9c;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

#flower {
  background-repeat: repeat;
  background-size: auto;
  background-image: url(../img/flower-bg.jpg);
}
#flower .content {
  position: relative;
  z-index: 3;
}
#flower .dc small i {
  color: var(--accent);
}
#flower .subj {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
}
#flower .details {
  color: var(--text);
  font-weight: 300;
  letter-spacing: -0.025em;
  text-align: center;
}
#flower .btn {
  display: block;
  margin: 0 auto;
  background-color: var(--accent);
}
#flower .swiper-container {
  margin: 0 auto;
}
#flower .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0.08rem;
}
#flower .swiper-slide .thumb {
  width: 100%;
  background: var(--black);
  opacity: 0;
}
#flower .swiper-slide.swiper-slide-active, #flower .swiper-slide.swiper-slide-prev, #flower .swiper-slide.swiper-slide-next {
  background: var(--white);
}
#flower .swiper-slide.swiper-slide-active .thumb, #flower .swiper-slide.swiper-slide-prev .thumb, #flower .swiper-slide.swiper-slide-next .thumb {
  opacity: 1;
  pointer-events: auto;
}
#flower .swiper-slide .thumb img {
  opacity: 0.4;
  -webkit-transition: opacity 0.35s var(--easing);
  transition: opacity 0.35s var(--easing);
}
#flower .swiper-slide.swiper-slide-active .thumb img {
  opacity: 1;
}
#flower .swiper-slide.swiper-slide-active {
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15), -0.03rem 0.09rem 0.4rem rgba(0, 0, 0, 0.15);
}
#flower .swiper-button-next, #flower .swiper-button-prev {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#flower .swiper-button-next {
  right: 0;
  width: auto;
  height: auto;
}
#flower .swiper-button-prev {
  left: 0;
  width: auto;
  height: auto;
}
#flower .swiper-button-next:after, #flower .swiper-button-prev:after {
  display: none;
}
#flower .swiper-button-next:before {
  content: "";
  display: block;
  border: 0.04rem solid var(--accent);
}
#flower .swiper-button-prev:before {
  content: "";
  display: block;
  border: 0.05rem solid var(--accent);
  -webkit-transform-origin: 75% 50%;
          transform-origin: 75% 50%;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(-45deg) translateX(25%);
          transform: rotate(-45deg) translateX(25%);
}
#flower .swiper-button-next:before {
  -webkit-transform-origin: 25% 50%;
          transform-origin: 25% 50%;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg) translateX(-25%);
          transform: rotate(45deg) translateX(-25%);
}
#flower.section-04 {
  background-image: url(../img/new/flower-bg-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#flower.section-04 .content__title {
  max-width: 11.72rem;
  width: 100%;
  margin: 0 auto;
}
#flower.section-04 .content__title img {
  position: relative;
  left: 0.37rem;
}
#flower.section-04 .content-box .dc {
  font-size: 0.3rem;
  line-height: 0.48rem;
  font-weight: 400;
}
#flower.section-04 .content-box__supporter {
  padding: 1.4rem 0 0.8rem;
}
#flower.section-04 .content-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.4rem;
  height: 1.4rem;
  padding: 0 0.7rem;
  line-height: 1.4rem;
  border-radius: 0.7rem;
}
#flower.section-04 .content-box .btn span {
  padding: 0;
  font-size: 0.48rem;
}

#certification {
  z-index: 2;
}
#certification .certificate {
  position: relative;
}
#certification .certificate > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#certification .certificate > span > img {
  width: auto;
}
#certification .certificate > span.thank {
  right: 50%;
}
#certification .certificate > span.you {
  left: 50%;
}
#certification .certificate .document {
  position: absolute;
  left: 50%;
  top: 50%;
}

#event {
  z-index: 1;
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center bottom;
  background-image: url(../img/event-bg.jpg);
}
#event .content {
  z-index: 1;
}
#event .dc {
  color: var(--black);
}

.event-notice {
  margin: 0 auto;
}
.event-notice > li > .item span {
  display: inline-block;
  color: #e8dcf0;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: var(--accent);
}
.event-notice > li > .item span.rev {
  color: var(--accent);
  background-color: var(--white);
}
.event-notice > li > .details p {
  display: block;
  color: var(--text);
  font-weight: 300;
  letter-spacing: -0.01em;
}
.event-notice > li > .details p.bu {
  text-indent: 0;
  position: relative;
  padding-left: 1.4em;
}
.event-notice p.bu i {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 200;
  font-size: 1.4em;
}
.event-notice > li > .details p strong {
  font-weight: 700;
}
.event-notice > li > .details p small {
  font-size: 0.875em;
  display: block;
  padding-left: 1.5em;
  padding-top: 0.25em;
}

#oxfam .title {
  color: var(--theme_t);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
}
#oxfam .artc {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: url(../img/oxfam-pic.jpg) no-repeat right bottom;
}
#oxfam .artc:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#oxfam .description p {
  color: #256dd0;
  letter-spacing: -0.01em;
  font-weight: 400;
}
#oxfam .description strong {
  font-weight: 600;
}
#oxfam .description .emph {
  font-weight: 600;
}
#oxfam .description .emph strong {
  display: inline-block;
  color: var(--white);
  position: relative;
}
#oxfam .description .emph strong:before {
  content: "";
  display: block;
  position: absolute;
  background: #276ece;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
#oxfam .btn {
  margin: 0 auto;
  background-color: #44841a;
}
#oxfam .btn > span {
  font-weight: 400;
}
#oxfam .btn i {
  display: inline-block;
  vertical-align: middle;
}
#oxfam.section-05 {
  padding: 1.4rem 0;
}
#oxfam.section-05 .content__title {
  max-width: 10.81rem;
  width: 100%;
  margin: 0 auto;
}
#oxfam.section-05 .content-box {
  position: relative;
  margin: 0.84rem auto 1rem;
}
#oxfam.section-05 .content-box.artc {
  background: transparent;
}
#oxfam.section-05 .content-box.artc::after, #oxfam.section-05 .content-box.artc::before {
  display: none;
}
#oxfam.section-05 .content-dr {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
#oxfam.section-05 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.4rem;
  padding: 0 0.7rem;
  line-height: 1.4rem;
}
#oxfam.section-05 .btn span {
  padding: 0;
  font-weight: 400;
  font-size: 0.48rem;
}

#faq {
  background: #657f55;
}

.faq-list > li {
  width: 100%;
  position: relative;
}
.faq-list .question {
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #d9f3c3;
  position: relative;
}
.faq-list .question:before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4em;
}
.faq-list .answer p {
  display: block;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin-right: -0.5rem;
  color: var(--white);
  position: relative;
}
.faq-list .answer p:before {
  content: "·";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font: inherit;
}
.faq-list .answer p small {
  display: block;
  color: #243a17;
}
.faq-list .answer p.eng {
  color: #c2e4ad;
}

footer {
  width: 100%;
}
footer .wrap {
  position: relative;
  margin: 0 auto;
}
footer .bi {
  display: block;
}
footer .info {
  text-align: left;
}
footer p {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
}
footer a {
  display: block;
  font-weight: 900;
  letter-spacing: 0;
}
footer strong {
  font-weight: 900;
}

@media screen and (min-width: 1001px) {
  .narrow {
    display: none !important;
  }
  .container {
    width: 12rem;
    max-width: calc(100% - 2.4rem);
  }
  .title > span > img {
    height: 0.6rem;
  }
  .title > span + span {
    margin-left: 0.13rem;
  }
  .scene.section-01 {
    background: #F1FFE6;
  }
  .scene.section-01 .container {
    max-width: 1920px;
    position: relative;
    background: url(../img/new/main-bg-new.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .scene .title + .dc {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  header .bi {
    padding: 0.4rem;
    width: 2.4rem;
  }
  .banner {
    width: 2.8rem;
    right: 0.8rem;
    bottom: 0.44rem;
  }
  #main .container {
    width: 100%;
    height: 10.8rem;
  }
  #main .pic {
    top: 0;
    width: auto;
    height: 100%;
  }
  #main .pic.p01 {
    width: 10.05rem;
    right: calc(50% + 0.3rem);
  }
  #main .pic.p01:after {
    right: -0.69rem;
    top: -0.73rem;
    background-image: url(../img/main-tape01.png);
    width: 1.56rem;
    height: 1.57rem;
  }
  #main .pic.p02 {
    width: 5.7rem;
    left: calc(50% + 6.06rem);
  }
  #main .pic.p02:after {
    left: 1.1rem;
    bottom: -0.29rem;
    background-image: url(../img/main-tape02.png);
    width: 1.85rem;
    height: 0.57rem;
  }
  #main .pic.p03 {
    width: 5.7rem;
    right: calc(50% + 10.78rem);
  }
  #main .pic.p03:after {
    right: 0.4rem;
    top: -0.25rem;
    background-image: url(../img/main-tape02.png);
    width: 1.85rem;
    height: 0.57rem;
  }
  #main .pic.p04 {
    width: 10.05rem;
    left: calc(50% + 12.25rem);
  }
  #main .campaign {
    width: 6.32rem;
    padding: 0.52rem 0 0.24rem;
    position: relative;
    left: 2.9rem;
  }
  #main .campaign .title {
    width: 4.88rem;
    margin-bottom: 0.26rem;
  }
  #main .campaign .dc {
    width: 4.6rem;
  }
  #film {
    margin-top: -1.3rem;
  }
  #film .container {
    height: 12.1rem;
  }
  #film .content {
    margin-top: 0.5rem;
  }
  #film .content:before, #film .content:after {
    height: 0.39rem;
  }
  #film .swiper-container {
    width: 12rem;
  }
  #film .swiper-container .title {
    left: -0.09rem;
    width: 4.22rem;
  }
  #film .swiper-slide, #film .swiper-container .title > img {
    width: 4rem;
  }
  #film .swiper-container .title > img {
    width: 4.22rem;
  }
  #film .swiper-slide .thumb {
    width: 3.82rem;
    border-radius: 0.16rem;
  }
  #paragraph {
    margin-top: -2.4rem;
  }
  #paragraph .container {
    height: 4.8rem;
  }
  #paragraph p {
    font-size: 0.46rem;
    line-height: 0.8rem;
  }
  #paragraph .snap {
    padding: 0 0.2rem;
  }
  #paragraph .snap i {
    width: 0.2rem;
  }
  #paragraph .snap i:before, #paragraph .snap i:after {
    height: 0.2rem;
    border-width: 0.04rem;
  }
  #children .container {
    height: 10.8rem;
    max-width: 100%;
  }
  #children .content {
    padding-top: 0.58rem;
  }
  #children .title {
    width: 8rem;
    padding-bottom: 0.18rem;
  }
  #children .dc {
    font-size: 0.3rem;
    line-height: 0.46rem;
    padding-bottom: 0.66rem;
  }
  #children .swiper-container {
    width: 100%;
  }
  #children .swiper-pagination {
    display: none;
  }
  #children .swiper-button-prev {
    left: -1.4rem;
  }
  #children .swiper-button-next {
    right: -1.4rem;
  }
  #children .swiper-button-next:before {
    width: 0.52rem;
    height: 0.52rem;
  }
  #children .swiper-button-prev:before {
    width: 0.52rem;
    height: 0.52rem;
  }
  #children .swiper-slide .slide-item {
    gap: 0.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #children .swiper-slide .slide-item.slide-item-se .story {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #children .thumb {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #children .swiper-slide .thumb {
    width: 5.06rem;
    height: 5.32rem;
    border-radius: 0.4rem;
  }
  #children .swiper-slide .story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #children .swiper-slide .subj {
    font-size: 0.42rem;
    line-height: 0.72rem;
    text-align: left;
  }
  #children .swiper-slide .details {
    font-size: 0.27rem;
    line-height: 0.42rem;
    padding-top: 0.16rem;
    padding-bottom: 0.6rem;
    text-align: left;
  }
  #children .subj .snap {
    font-size: 0.52rem;
    line-height: 0.8rem;
  }
  #children .subj .snap i {
    width: 0.22rem;
  }
  #children .subj .snap i:before, #children .subj .snap i:after {
    height: 0.22rem;
    border-width: 0.04rem;
  }
  #children .story .btn {
    width: 6.14rem;
  }
  #children .story .btn > span {
    font-size: 0.36rem;
  }
  #children.section-03 .msg-list-box:nth-child(odd) .msg-list-box__profile {
    position: relative;
    left: -0.05rem;
  }
  #children.section-03 .msg-list-box:nth-child(odd) .msg-list-box__bubble {
    position: relative;
    right: -0.05rem;
  }
  #children.section-03 .msg-list-box:nth-child(even) .msg-list-box__profile {
    position: relative;
    right: -0.09rem;
  }
  #children.section-03 .msg-list-box:nth-child(even) .msg-list-box__bubble {
    position: relative;
    left: -0.1rem;
  }
  #process .container {
    padding-top: 0.4rem;
    padding-bottom: 3.75rem;
    margin-bottom: -0.9rem;
  }
  #process .container:before {
    bottom: 7.2rem;
  }
  #process .envelope {
    width: 12rem;
  }
  #process .envelope .pic.p01 {
    width: 81.67%;
    left: 45.58%;
    bottom: -78.2%;
  }
  #process .envelope .pic.p02 {
    width: 81.08%;
    left: 56.42%;
    bottom: -72.68%;
  }
  #process .envelope .pic.p03 {
    width: 79.08%;
    left: 50.58%;
    bottom: -29.1%;
  }
  #process .envelope .bg {
    width: 13.17rem;
    margin-left: -0.58rem;
  }
  #process .envelope .head {
    width: 12rem;
    height: 5.6rem;
  }
  #process .envelope .body {
    top: 5.6rem;
  }
  #process .title {
    top: 62.68%;
  }
  #process .title img {
    height: 0.48rem;
  }
  #process .subj {
    width: 5.3rem;
    margin-top: 0.35rem;
  }
  #process .subj > span {
    font-size: 0.42rem;
    line-height: 0.48rem;
  }
  #process .steps {
    text-align: center;
  }
  #process .steps li {
    width: 3.6rem;
    display: inline-block;
    vertical-align: top;
  }
  #process .steps li + li:before {
    width: 0.82rem;
    height: 0.03rem;
    left: 0;
    top: 1.35rem;
  }
  #process .steps .icon {
    width: 2rem;
    height: 2rem;
    margin: 0.3rem auto;
  }
  #process .steps .name {
    margin: 0 auto;
    font-size: 0.3rem;
    line-height: 0.36rem;
    width: 1.36rem;
  }
  #process .steps p {
    font-size: 0.3rem;
    line-height: 0.38rem;
    padding: 0.15rem 0;
    text-align: center;
  }
  #process .notice {
    width: 11.8rem;
    margin-top: -0.35rem;
  }
  #process .notice p {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  #flower .content {
    padding: 1.78rem 0 2rem;
  }
  #flower .dc {
    padding: 0.24rem 0 0.48rem;
  }
  #flower .subj {
    font-size: 0.33rem;
    line-height: 0.55rem;
    padding: 0.48rem 0 0;
  }
  #flower .details {
    font-size: 0.27rem;
    line-height: 0.42rem;
    padding: 0.18rem 0 0.5rem;
  }
  #flower .swiper-container {
    width: 9rem;
  }
  #flower .swiper-container .swiper-slide.swiper-slide-active:before {
    border-width: 0.11rem;
  }
  #flower .thumb {
    border-radius: 0.08rem;
  }
  #flower .title .deco {
    position: relative;
    width: 0.66rem;
    top: -0.2rem;
    left: 0.1rem;
  }
  #flower .swiper-pagination {
    display: none;
  }
  #flower .swiper-button-prev, #flower .swiper-button-next {
    width: 0.8rem;
    height: 1.16rem;
    background: var(--white);
    border-radius: 0.05rem;
  }
  #flower .swiper-button-prev {
    left: -0.4rem;
  }
  #flower .swiper-button-next {
    right: -0.4rem;
  }
  #flower .swiper-button-next:before {
    width: 0.52rem;
    height: 0.52rem;
  }
  #flower .swiper-button-prev:before {
    width: 0.52rem;
    height: 0.52rem;
  }
  #flower.section-04 .container {
    width: 14.8rem;
  }
  #certification {
    margin-top: -2.6rem;
    margin-bottom: -1.4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(2.6rem, rgb(255, 255, 255)), color-stop(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 2.6rem, rgb(255, 255, 255) calc(100% - 1.4rem), rgba(255, 255, 255, 0) 100%);
  }
  #certification .title .deco {
    position: absolute;
    left: -0.5rem;
    width: 0.69rem;
    bottom: 88%;
  }
  #certification .container {
    padding: 2.6rem 0 0;
  }
  #certification .dc {
    padding-top: 0.26rem;
  }
  #certification .certificate {
    height: 6rem;
    padding: 0.64rem 0;
  }
  #certification .certificate > span > img {
    height: 2.07rem;
  }
  #certification .certificate > span.thank {
    margin-right: 2.05rem;
  }
  #certification .certificate > span.you {
    margin-left: 2.05rem;
  }
  #certification .certificate .document {
    -webkit-transform: scale(0.489) translate(-50%, -50%);
            transform: scale(0.489) translate(-50%, -50%);
  }
  .certificate .thank img {
    opacity: 0;
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
  .certificate .you img {
    opacity: 0;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  .certificate.shown .thank img, .certificate.shown .you img {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.35s var(--easing), -webkit-transform 0.8s var(--easing);
    transition: opacity 0.35s var(--easing), -webkit-transform 0.8s var(--easing);
    transition: transform 0.8s var(--easing), opacity 0.35s var(--easing);
    transition: transform 0.8s var(--easing), opacity 0.35s var(--easing), -webkit-transform 0.8s var(--easing);
    -webkit-transition-delay: 0.5s, 0.3s;
            transition-delay: 0.5s, 0.3s;
  }
  #event .container {
    padding: 2.5rem 0 1.7rem;
  }
  #event .dc {
    padding: 0.3rem 0 0.6rem;
  }
  .event-notice {
    width: 5.8rem;
  }
  .event-notice > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 0.28rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .event-notice > li > .item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1.12rem;
  }
  .event-notice > li > .details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .event-notice > li:last-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .event-notice > li + li {
    margin-top: 0.25rem;
  }
  .event-notice > li .item span {
    font-size: 0.24rem;
    line-height: 0.3rem;
    width: 100%;
  }
  .event-notice > li .details p {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .event-notice > li .details p + p {
    margin-top: 0.09rem;
  }
  .event-notice > li .details .sns-btn {
    display: inline-block;
    width: 0.6rem;
  }
  .event-notice > li .details .sns-btn + .sns-btn {
    margin-left: 0.33rem;
  }
  #oxfam .container {
    width: 100%;
    max-width: 100%;
  }
  #oxfam .title {
    font-size: 0.45rem;
    line-height: 0.6rem;
    padding: 1.48rem 0 0.66rem;
  }
  #oxfam .artc {
    max-width: 16rem;
    background-size: auto 100%;
  }
  #oxfam .description {
    width: 12rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #oxfam .description * {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #oxfam .description p {
    font-size: 0.33rem;
    line-height: 0.52rem;
    text-align: left;
    position: relative;
    z-index: 1;
    padding-left: 0.1rem;
  }
  #oxfam .description p + p {
    margin-top: 0.4rem;
  }
  #oxfam .description .emph {
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
  #oxfam .description .emph strong {
    margin-right: 0.1rem;
  }
  #oxfam .description .emph strong:before {
    left: -0.06rem;
    right: -0.06rem;
    height: 0.48rem;
  }
  #oxfam .dc {
    font-size: 0.39rem;
    line-height: 0.54rem;
    padding: 0.65rem 0 0.8rem;
  }
  #oxfam .btn {
    width: 6.4rem;
    height: 1.4rem;
    border-radius: 0.7rem;
  }
  #oxfam .btn > span {
    font-size: 0.51rem;
    line-height: 0.62rem;
    padding: 0.39rem 0;
  }
  .faq-list {
    padding: 0.56rem 0 0.68rem;
  }
  .faq-list > li {
    padding: 0.44rem 0 0.52rem;
  }
  .faq-list > li + li:before {
    content: "";
    display: block;
    height: 0.025rem;
    position: absolute;
    top: -0.015rem;
    background: #a4b699;
    left: -0.2rem;
    right: -0.2rem;
  }
  .faq-list .question {
    font-size: 0.3rem;
    line-height: 0.44rem;
    padding-left: 0.52rem;
  }
  .faq-list .answer {
    padding: 0.2rem 0 0;
  }
  .faq-list .answer p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding-left: 0.14rem;
  }
  .faq-list .answer small {
    padding-left: 0.05rem;
  }
  footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.65rem;
    width: 90%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 17rem;
  }
  footer .bi {
    width: 1.92rem;
    padding-left: 0.24rem;
    padding-right: 0.54rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  footer .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    text-align: left;
    padding: 0.14rem;
    padding-left: 0.62rem;
  }
  footer .info:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0.02rem;
    top: 0;
    left: -0.01rem;
    background: var(--footer_t);
  }
  footer .info p {
    font-size: 0.18rem;
    line-height: 0.27rem;
    overflow: hidden;
  }
  footer .info p span {
    position: relative;
    display: inline-block;
    padding-right: 0.4rem;
  }
  footer .info p span + span {
    padding-left: 0.4rem;
    text-indent: -0.4rem;
  }
  footer .info p span + span:before {
    content: "";
    display: block;
    position: absolute;
    height: 0.17rem;
    width: 0.02rem;
    top: 0.05rem;
    left: -0.22rem;
    background: var(--footer_t);
  }
  footer .info p span + span:last-child {
    padding-right: 0;
  }
  footer .copyrights {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: right;
  }
  footer .copyrights p, footer .copyrights a {
    font-size: 0.18rem;
    line-height: 0.35rem;
  }
}
@media screen and (max-width: 1000px) {
  .wide {
    display: none !important;
  }
  .container {
    width: calc(100% - 0.88rem);
  }
  .scene .title > span {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .scene .title > span + span {
    display: inline-block;
    padding: 0.12rem 0 0;
  }
  .scene .title span img {
    height: 0.56rem;
  }
  .scene .title + .dc {
    font-size: 0.34rem;
    line-height: 0.5rem;
  }
  header .bi {
    padding: 0.27rem;
    width: 2rem;
  }
  .banner {
    width: 2rem;
    right: 0.38rem;
    bottom: 0.26rem;
  }
  .banner .floating-banner img {
    width: 2rem;
  }
  .btn > span .arrow_icon {
    display: inline-block;
    vertical-align: middle;
    width: 0.48rem;
    height: 0.48rem;
  }
  .circle-banner {
    width: 2rem;
    height: 2rem;
  }
  .circle-banner:after {
    width: 1.8rem;
    height: 1.8rem;
    border-width: 2px;
  }
  .circle-banner img {
    width: auto;
  }
  #main .campaign {
    padding: 0.94rem 0 5.65rem;
    position: relative;
  }
  #main .campaign .title {
    width: 3.96rem;
    margin-bottom: 0.2rem;
  }
  #main .campaign .dc {
    width: 3.7rem;
  }
  #main .pic {
    height: 3.5rem;
  }
  #main .pic.p01 {
    width: 4.34rem;
    bottom: 1.54rem;
    right: calc(50% - 0.4rem);
  }
  #main .pic.p01:after {
    right: -0.45rem;
    top: -0.45rem;
    background-image: url(../img/main-tape01.png);
    width: 1rem;
    height: 1rem;
  }
  #main .pic.p02 {
    width: 3.12rem;
    bottom: 1.1rem;
    left: calc(50% + 0.94rem);
  }
  #main .pic.p02:after {
    left: -0.24rem;
    bottom: -0.21rem;
    background-image: url(../img/main-tape02.png);
    width: 1.4rem;
    height: 0.42rem;
  }
  #main .pic.p03, #main .pic.p04 {
    display: none;
  }
  #main.section-01 .content {
    left: 0;
    top: 1.25rem;
    width: 100%;
  }
  #main.section-01 .content-inner {
    width: 100%;
    text-align: center;
  }
  #main.section-01 .content__title {
    position: relative;
    left: -0.1rem;
    font-size: 0.36rem;
  }
  #main.section-01 .content__stitle {
    padding: 0.42rem 0 0.33rem;
    font-size: 0.8rem;
    line-height: 0.96rem;
  }
  #main.section-01 .content__stitle img {
    width: 4.84rem;
    margin: auto;
  }
  #main.section-01 .content__scontent {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  #film {
    margin-top: -1.55rem;
  }
  #film .container {
    height: auto;
  }
  #film .content:before, #film .content:after {
    height: 0.3rem;
  }
  #film .swiper-container {
    width: 100%;
    margin: 0;
  }
  #film .swiper-container .title {
    left: -0.12rem;
    width: 3.24rem;
  }
  #film .swiper-container .title > img {
    width: 3.3rem;
  }
  #film .swiper-slide {
    width: 3.1rem;
  }
  #film .swiper-slide .thumb {
    width: 2.96rem;
    border-radius: 0.19rem;
  }
  #film.section-02 {
    margin: 0.3rem 0;
  }
  #paragraph {
    margin-top: -1.55rem;
  }
  #paragraph .container {
    height: 3.6rem;
  }
  #paragraph p {
    font-size: 0.35rem;
    line-height: 0.6rem;
  }
  #paragraph .snap {
    padding: 0 0.16rem;
  }
  #paragraph .snap i {
    width: 0.16rem;
  }
  #paragraph .snap i:before, #paragraph .snap i:after {
    height: 0.16rem;
    border-width: 0.04rem;
  }
  #children .container {
    height: auto;
    max-width: 100%;
  }
  #children .content {
    padding: 1.2rem 0;
  }
  #children .title {
    width: 6.28rem;
    padding-bottom: 0.32rem;
  }
  #children .dc {
    padding-bottom: 0.55rem;
  }
  #children .swiper-container {
    width: 100%;
  }
  #children .swiper-pagination {
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    pointer-events: none;
  }
  #children .swiper-pagination:before {
    content: "";
    display: block;
    padding-top: 76.13%;
  }
  #children .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.08rem;
    opacity: 1;
    background: var(--white);
    pointer-events: fill;
  }
  #children .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--snap);
  }
  #children .swiper-button-prev, #children .swiper-button-next {
    display: none;
  }
  #children .swiper-slide .thumb {
    width: 98%;
    margin: 0 auto;
    height: auto;
    border-radius: 0.45rem;
  }
  #children .swiper-slide .thumb:before {
    content: "";
    display: block;
    padding-top: 85%;
  }
  #children .swiper-slide .story {
    text-align: center;
    padding-top: 0.85rem;
  }
  #children .swiper-slide .subj {
    font-size: 0.39rem;
    line-height: 0.66rem;
  }
  #children .swiper-slide .details {
    font-size: 0.27rem;
    line-height: 0.42rem;
    padding-top: 0.2rem;
    padding-bottom: 1.04rem;
  }
  #children .subj .snap {
    font-size: 0.48rem;
    line-height: 0.76rem;
  }
  #children .subj .snap i {
    width: 0.2rem;
  }
  #children .subj .snap i:before, #children .subj .snap i:after {
    height: 0.2rem;
    border-width: 0.04rem;
  }
  #children .story .btn {
    width: 5.94rem;
    margin: 0 auto;
  }
  #children .story .btn > span {
    font-size: 0.48rem;
  }
  #children.section-03 {
    padding: 1.43rem 0 2.08rem;
  }
  #children.section-03 .msg-title {
    margin: 0 auto 0.85rem;
    max-width: 6.24rem;
    width: 100%;
  }
  #children.section-03 .msg-list {
    margin: 0 -0.44rem 0 -0.44rem;
    gap: 0.2rem;
  }
  #children.section-03 .msg-list-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #children.section-03 .msg-list-box:nth-child(1) {
    gap: 0.25rem;
  }
  #children.section-03 .msg-list-box:nth-child(1) .msg-list-box__profile {
    right: -0.37rem;
  }
  #children.section-03 .msg-list-box:nth-child(2) .msg-list-box__profile {
    left: -0.2rem;
  }
  #children.section-03 .msg-list-box:nth-child(3) {
    gap: 0.3rem;
    margin-top: -0.03rem;
  }
  #children.section-03 .msg-list-box:nth-child(3) .msg-list-box__profile {
    right: -0.4rem;
  }
  #children.section-03 .msg-list-box:nth-child(4) {
    margin-top: -0.1rem;
  }
  #children.section-03 .msg-list-box:nth-child(4) .msg-list-box__profile {
    left: -0.2rem;
  }
  #children.section-03 .msg-list-box__profile {
    position: relative;
    width: unset;
    padding-bottom: 0.26rem;
  }
  #children.section-03 .msg-list-box__profile .picture {
    width: 1.78rem;
  }
  #children.section-03 .msg-list-box__bubble {
    width: 5.34rem;
    height: 3.84rem;
    background-size: cover !important;
  }
  #children.section-03 .msg-list-box__bubble p {
    font-size: 0.28rem;
  }
  #children.section-03 .msg-list-box__bubble p + p {
    padding-top: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  #children.section-03 .msg-list-box__bubble.left {
    padding-left: 0.36rem;
    margin-right: 0;
    background: url("../img/new/img_bubble_left_m.png") center left no-repeat;
    background-position: left center;
  }
  #children.section-03 .msg-list-box__bubble.right {
    padding-right: 0.36rem;
  }
  #children.section-03 .msg-list-box:nth-child(2) .msg-list-box__bubble.right {
    height: 3.44rem;
    background-image: url("../img/new/img_bubble_right2_m.png");
  }
  #children.section-03 .msg-list-box:nth-child(3) .msg-list-box__bubble.left {
    height: 3.04rem;
    background: url("../img/new/img_bubble_left2_m.png") center right no-repeat;
  }
  #children.section-03 .msg-list-box:nth-child(4) .msg-list-box__bubble.right {
    height: 3.04rem;
    background: url("../img/new/img_bubble_right3_m.png") center left no-repeat;
  }
  #children.section-03 .slide-content {
    padding-bottom: 0;
    padding-top: 1.2rem;
  }
  #children.section-03 .slide-content .btn {
    line-height: 1.15rem;
  }
  #children.section-03 .slide-content .btn span {
    padding: 0;
  }
  #children.section-03 .slide-content .btn img {
    width: 3.8rem;
  }
  #process {
    background-size: 135% auto;
  }
  #process .container {
    padding-top: 0.4rem;
    padding-bottom: 2.5rem;
    margin-bottom: -0.6rem;
  }
  #process .container:before {
    bottom: 7.2rem;
  }
  #process .envelope {
    width: 100%;
    margin: 0 auto;
  }
  #process .envelope .pic {
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
  }
  #process .envelope .pic.p01 {
    width: 6.25rem;
    left: 45.14%;
    bottom: -54.23%;
  }
  #process .envelope .pic.p02 {
    width: 6.25rem;
    left: 56.53%;
    bottom: -46.67%;
  }
  #process .envelope .pic.p03 {
    width: 6.15rem;
    left: 50.83%;
    bottom: -12.89%;
  }
  #process .envelope .bg {
    position: absolute;
    top: 0;
    width: 10.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #process .envelope .body .bg {
    display: none;
  }
  #process .envelope .head, #process .envelope .body {
    position: relative;
    left: auto;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  #process .envelope .head {
    height: 4.5rem;
  }
  #process .envelope .body {
    height: auto;
  }
  #process .envelope .body:before {
    content: "";
    display: block;
    position: absolute;
    width: 9.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../img/envelope-front-top.png);
    pointer-events: none;
    background-position: center top;
    top: -1.65rem;
    bottom: 0;
    border-bottom: 0.055rem solid rgba(80, 110, 85, 0.15);
    border-radius: 0 0 0.08rem 0.08rem;
  }
  #process .title {
    top: 56.67%;
  }
  #process .title img {
    height: 0.46rem;
  }
  #process .subj {
    width: 4.1rem;
    margin-top: 0.38rem;
  }
  #process .subj > span {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  #process .steps {
    width: 5rem;
    padding: 0.44rem 0 0.72rem;
    margin: 0 auto;
  }
  #process .steps li {
    padding-left: 2.1rem;
    padding-top: 0.2rem;
    height: 1.72rem;
  }
  #process .steps li + li {
    margin-top: 0.6rem;
  }
  #process .steps li + li:before {
    width: 0.02rem;
    height: 0.6rem;
    left: 50%;
    top: -0.44rem;
  }
  #process .steps .icon {
    width: 1.72rem;
    height: 1.72rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  #process .steps .name {
    display: block;
    font-size: 0.23rem;
    line-height: 0.28rem;
    padding-top: 0.02rem;
    width: 1.04rem;
  }
  #process .steps p {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.16rem 0;
    text-align: left;
  }
  #process .notice {
    width: auto;
    padding: 0.4rem 0.5rem 0;
    display: block;
    max-width: 9.6rem;
  }
  #process .notice p {
    font-size: 0.27rem;
    line-height: 0.44rem;
  }
  #flower .content {
    padding: 1.65rem 0 1.5rem;
  }
  #flower .deco {
    position: absolute;
    width: 0.52rem;
    bottom: 88%;
    left: 50%;
    margin-left: 2.92rem;
  }
  #flower .dc {
    padding: 0.79rem 0 0.89rem;
  }
  #flower .dc small {
    font-size: 0.25rem;
    padding-top: 0.15rem;
  }
  #flower .subj {
    font-size: 0.4rem;
    line-height: 0.55rem;
    padding: 0.6rem 0 0;
  }
  #flower .details {
    font-size: 0.28rem;
    line-height: 0.48rem;
    padding: 0.22rem 0 0.6rem;
  }
  #flower .swiper-container {
    position: relative;
    left: -0.04rem;
    width: 91%;
  }
  #flower .swiper-container .swiper-slide.swiper-slide-active:before {
    border-width: 0.12rem;
  }
  #flower .thumb {
    border-radius: 0.08rem;
  }
  #flower .swiper-container .swiper-slide.swiper-slide-active .thumb {
    background: var(--white);
  }
  #flower .swiper-pagination {
    display: block;
    position: absolute;
    bottom: -0.88rem;
    margin: 0;
    pointer-events: none;
  }
  #flower .swiper-pagination:before {
    content: "";
    display: block;
  }
  #flower .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.08rem;
    opacity: 1;
    background: var(--white);
    pointer-events: fill;
  }
  #flower .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--snap);
  }
  #flower .swiper-button-prev, #flower .swiper-button-next {
    display: none;
  }
  #flower.section-04 {
    background-image: url(../img/new/flower-bg-m-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #flower.section-04 .container {
    width: calc(100% - 0.64rem);
  }
  #flower.section-04 .se-04 {
    position: absolute;
    left: 0;
    top: 0;
  }
  #flower.section-04 .content {
    padding: 1.36rem 0;
  }
  #flower.section-04 .content__title {
    width: 100%;
  }
  #flower.section-04 .content__title img {
    left: 0.34rem;
    width: 6.2rem;
    margin: 0 auto;
  }
  #flower.section-04 .content-box .dc {
    font-size: 0.34rem;
    line-height: 0.48rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
  }
  #flower.section-04 .content-box__supporter {
    padding: 2.55rem 0 1.36rem;
    max-width: 6.9rem;
    margin: 0 auto;
  }
  #flower.section-04 .content-box .btn {
    width: 100%;
    padding: 0;
  }
  #flower.section-04 .content-box .btn img {
    width: 4.94rem;
  }
  #certification {
    margin-top: -3.5rem;
    margin-bottom: -1.4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(2.6rem, rgb(255, 255, 255)), color-stop(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 2.6rem, rgb(255, 255, 255) calc(100% - 1.4rem), rgba(255, 255, 255, 0) 100%);
  }
  #certification .container {
    padding: 3.5rem 0 0;
  }
  #certification .title {
    padding-top: 0.75rem;
  }
  #certification .title span {
    display: inline-block;
  }
  #certification .title .deco {
    position: absolute;
    left: -0.25rem;
    bottom: 100%;
    margin-bottom: 0.05rem;
    width: 0.78rem;
  }
  #certification .dc {
    padding-top: 0.4rem;
  }
  #certification .certificate {
    height: 7.7rem;
    padding: 0;
    margin: 0.7rem 0 1.5rem;
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  #certification .certificate.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.8s var(--easing);
    transition: all 0.8s var(--easing);
  }
  #certification .certificate > span {
    width: 8.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #certification .certificate > span > img {
    display: none;
  }
  #certification .certificate > span.thank {
    right: auto;
    top: 0;
    height: 100%;
    background: url(../img/certification-thanku.png) no-repeat center/contain;
  }
  #certification .certificate > span.you {
    display: none;
  }
  #certification .certificate .document {
    -webkit-transform: scale(0.52) translate(-50%, -53%);
            transform: scale(0.52) translate(-50%, -53%);
  }
  #event {
    background-size: auto 9.6rem;
  }
  #event .container {
    padding: 2.5rem 0 1.6rem;
  }
  #event .dc {
    padding: 0.44rem 0 0.74rem;
  }
  .event-notice {
    width: 5.8rem;
  }
  .event-notice > li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .event-notice > li > .item {
    width: 1.12rem;
    display: block;
    margin: 0 auto;
  }
  .event-notice > li > .details {
    text-align: center;
    padding-top: 0.1rem;
  }
  .event-notice > li:last-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .event-notice > li + li {
    margin-top: 0.45rem;
  }
  .event-notice > li .item span {
    font-size: 0.25rem;
    line-height: 0.31rem;
    padding-top: 0.01rem;
    width: 100%;
  }
  .event-notice > li .details p {
    font-size: 0.28rem;
    line-height: 0.49rem;
  }
  .event-notice > li .details .sns-btn {
    display: inline-block;
    width: 0.88rem;
    margin-top: 0.3rem;
  }
  .event-notice > li .details .sns-btn + .sns-btn {
    margin-left: 0.5rem;
  }
  .event-notice > li > .details p.bu {
    padding: 0;
    text-indent: -1.4em;
  }
  .event-notice > li > .details p.bu i {
    position: relative;
    vertical-align: top;
  }
  #oxfam .title {
    font-size: 0.44rem;
    line-height: 0.6rem;
    padding: 1.35rem 0 0.55rem;
  }
  #oxfam .artc {
    width: 100%;
    padding: 0.8rem 0;
    background-size: 104% auto;
  }
  #oxfam .artc:before {
    width: 100%;
    height: 7.5rem;
    background: url(../img/new/oxfam-wave_new.png) no-repeat 0 0/auto 100%;
    background-size: cover;
  }
  #oxfam .artc:after {
    content: "";
    display: block;
    padding-top: 50%;
  }
  #oxfam .description {
    height: auto;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #oxfam .description p {
    font-size: 0.39rem;
    line-height: 0.56rem;
  }
  #oxfam .description p + p {
    margin-top: 0.48rem;
  }
  #oxfam .description .emph {
    font-size: 0.4rem;
    line-height: 0.64rem;
  }
  #oxfam .description .emph strong {
    margin-right: 0.1rem;
  }
  #oxfam .description .emph strong:before {
    left: -0.06rem;
    right: -0.06rem;
    height: 0.48rem;
  }
  #oxfam .dc {
    font-size: 0.44rem;
    line-height: 0.6rem;
    padding: 0.65rem 0 0.65rem;
  }
  #oxfam .dc strong {
    display: inline-block;
    margin-top: 0.5em;
  }
  #oxfam .btn {
    width: 100%;
    max-width: 5.2rem;
    height: 1.84rem;
    border-radius: 0.92rem;
    margin-bottom: 2.35rem;
  }
  #oxfam .btn > span {
    font-size: 0.42rem;
    line-height: 0.57rem;
    padding: 0.36rem 0 0.34rem;
  }
  #oxfam .btn > span i {
    width: 0.47rem;
    height: 0.47rem;
    position: relative;
    left: 0.1rem;
    margin-right: -0.25rem;
    margin-top: 0.05rem;
  }
  #oxfam.section-05 {
    padding: 1.44rem 0;
  }
  #oxfam.section-05 .container {
    width: calc(100% - 0.64rem);
  }
  #oxfam.section-05 .content__title {
    width: auto;
    max-width: 100%;
  }
  #oxfam.section-05 .content__title img {
    width: 5.17rem;
    margin: 0 auto;
  }
  #oxfam.section-05 .content-box {
    padding: 0;
    margin: 1.04rem 0 0.96rem;
  }
  #oxfam.section-05 .content-box .picture {
    max-width: 6.6rem;
    width: 100%;
    margin: 0 auto;
  }
  #oxfam.section-05 .content-dr {
    top: 0.8rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #oxfam.section-05 .btn {
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  #oxfam.section-05 .btn span {
    font-size: 0.42rem;
  }
  #oxfam.section-05 .btn img {
    width: 4.18rem;
  }
  .faq-list {
    padding: 0.88rem 0 0.13rem;
  }
  .faq-list > li {
    padding: 0 0.1rem 0.75rem;
  }
  .faq-list .question {
    font-size: 0.36rem;
    line-height: 0.58rem;
    padding-left: 0.6rem;
    padding-bottom: 0.32rem;
    position: relative;
  }
  .faq-list .question:after {
    content: "";
    display: block;
    height: 0.02rem;
    position: absolute;
    bottom: -0.015rem;
    background: #a4b699;
    left: -0.1rem;
    right: -0.1rem;
  }
  .faq-list .answer {
    padding: 0.3rem 0.05rem 0 0;
  }
  .faq-list .answer p {
    font-size: 0.28rem;
    line-height: 0.48rem;
    padding-left: 0.14rem;
    margin-right: 0;
  }
  .faq-list .answer small {
    font-size: 0.25rem;
    padding-left: 0.05rem;
  }
  footer .wrap {
    width: calc(100% - 0.8rem);
    padding: 0.65rem 0 1.1rem;
  }
  footer .bi {
    width: 3rem;
  }
  footer .info {
    padding: 0.52rem 0 0.44rem;
  }
  footer .info p {
    font-size: 0.29rem;
    line-height: 0.5rem;
  }
  footer .info p span {
    display: block;
  }
  footer .copyrights {
    display: block;
  }
  footer .copyrights p, footer .copyrights a {
    font-size: 0.23rem;
    line-height: 0.42rem;
  }
}/*# sourceMappingURL=oxfam-campaign.v1_new.css.map */