@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;700&display=swap");
/* reset
------------------------------------------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

picture {
  display: inline-block;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
}
@media (max-width: 850px) {
  body {
    overflow-x: hidden;
  }
}

.wrapper {
  overflow-x: hidden;
}

p {
  line-height: 1.8;
}

ol, ul, menu, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=reset],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  display: block;
}

button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

button, a, span, div, li {
  -webkit-tap-highlight-color: transparent;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.sp {
  display: none !important;
}

@media (max-width: 850px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 0 0 10px 0;
  z-index: 110;
  width: 120px;
  padding: 20px;
}
@media (max-width: 850px) {
  .header_logo {
    width: 90px;
    padding: 15px;
  }
}

img {
  width: 100%;
}

.fv {
  background: #1e4fab;
  position: relative;
}
.fv .fv_logo {
  width: 60%;
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 0 40px;
}
@media screen and (max-width: 1000px) {
  .fv .fv_logo {
    width: 40%;
  }
}
@media (max-width: 850px) {
  .fv .fv_logo {
    width: 54%;
    margin: 0 auto;
    padding: 12% 0 4%;
  }
}
.fv .fv_btn_01 {
  width: 60%;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 0 105px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .fv .fv_btn_01 {
    width: 40%;
  }
}
@media (max-width: 850px) {
  .fv .fv_btn_01 {
    padding: 0 0 15%;
    width: 58%;
  }
}
.fv .fv_btn_02 {
  position: absolute;
  bottom: 12%;
  right: 3%;
  width: 325px;
}
@media screen and (max-width: 1250px) {
  .fv .fv_btn_02 {
    width: 250px;
    right: 2%;
  }
}
@media (max-width: 850px) {
  .fv .fv_btn_02 {
    bottom: 23%;
    width: 29%;
    right: 0;
  }
}
.fv .fv_illust_cloud_01 {
  position: absolute;
  top: 285px;
  left: 8%;
  width: 222px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1150px) {
  .fv .fv_illust_cloud_01 {
    width: 150px;
    left: 5%;
  }
}
@media (max-width: 850px) {
  .fv .fv_illust_cloud_01 {
    top: 40%;
    left: 2%;
    width: 16%;
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
.fv .fv_illust_cloud_02 {
  position: absolute;
  top: 115px;
  right: 8%;
  width: 243px;
  animation: floating-y2 2.3s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1150px) {
  .fv .fv_illust_cloud_02 {
    width: 150px;
    right: 5%;
  }
}
@media (max-width: 850px) {
  .fv .fv_illust_cloud_02 {
    top: 25%;
    right: 2%;
    width: 16%;
  }
}
@-webkit-keyframes floating-y2 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes floating-y2 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.fv .fv_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 165px;
  overflow: hidden;
}
.fv .fv_bg .fv_bg_ground_01 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: #71b633;
}
@media (max-width: 850px) {
  .fv .fv_bg .fv_bg_ground_01 {
    height: 8px;
  }
}
.fv .fv_bg .fv_bg_ground_03 {
  position: absolute;
  bottom: 0;
  left: 1440px;
  width: 50%;
  height: 20px;
  background: #f5b22d;
}
.fv .fv_bg .fv_bg_inner {
  width: 1440px;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 850px) {
  .fv .fv_bg .fv_bg_inner {
    -webkit-transform: translateX(-50%) scale(0.4);
            transform: translateX(-50%) scale(0.4);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.fv .fv_bg .fv_bg_ground_02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 900px;
  height: 20px;
  background: #f5b22d;
}
.fv .fv_bg .fv_bg_ground_04 {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 400px;
  height: 10px;
  background: #ffe1aa;
}
.fv .fv_bg .fv_illust_fence {
  position: absolute;
  bottom: 5px;
  right: 35px;
  width: 845px;
}
.fv .fv_bg .fv_illust_tree_01 {
  position: absolute;
  bottom: 20px;
  right: -30px;
  width: 65px;
}
.fv .fv_bg .fv_illust_tree_02 {
  position: absolute;
  bottom: 20px;
  left: 230px;
  width: 85px;
}
.fv .fv_bg .fv_illust_tree_03 {
  position: absolute;
  bottom: 20px;
  left: 145px;
  width: 65px;
}
.fv .fv_bg .fv_illust_goal_01 {
  position: absolute;
  bottom: 20px;
  right: 320px;
  width: 65px;
}
.fv .fv_bg .fv_illust_horse_01 {
  position: absolute;
  bottom: 20px;
  right: 45px;
  width: 52px;
  -webkit-animation: run-01 5.1s linear infinite;
          animation: run-01 5.1s linear infinite;
}
@-webkit-keyframes run-01 {
  0% {
    right: 45px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  49% {
    right: 800px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    right: 800px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  99% {
    right: 50px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    right: 45px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes run-01 {
  0% {
    right: 45px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  49% {
    right: 800px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    right: 800px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  99% {
    right: 50px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    right: 45px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.fv .fv_bg .fv_illust_horse_02 {
  position: absolute;
  bottom: 20px;
  right: 150px;
  width: 52px;
  -webkit-animation: run-02 5.7s linear infinite;
          animation: run-02 5.7s linear infinite;
}
@-webkit-keyframes run-02 {
  0% {
    right: 150px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    right: 800px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  41% {
    right: 800px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  90% {
    right: 50px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  91% {
    right: 50px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    right: 150px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes run-02 {
  0% {
    right: 150px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    right: 800px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  41% {
    right: 800px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  90% {
    right: 50px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  91% {
    right: 50px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    right: 150px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.fv .fv_bg .fv_illust_horse_03 {
  position: absolute;
  bottom: 20px;
  right: 255px;
  width: 52px;
  -webkit-animation: run-03 5.3s linear infinite;
          animation: run-03 5.3s linear infinite;
}
@-webkit-keyframes run-03 {
  0% {
    right: 400px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    right: 800px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  26% {
    right: 800px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  75% {
    right: 50px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  76% {
    right: 50px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    right: 400px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes run-03 {
  0% {
    right: 400px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    right: 800px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  26% {
    right: 800px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  75% {
    right: 50px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  76% {
    right: 50px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    right: 400px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.fv .fv_bg .fv_illust_stand {
  position: absolute;
  bottom: 20px;
  left: 360px;
  width: 135px;
}
.fv .fv_bg .fv_illust_flower_01 {
  position: absolute;
  bottom: 20px;
  left: 340px;
  width: 65px;
  line-height: 0;
}
.fv .fv_bg .fv_illust_flower_02 {
  position: absolute;
  bottom: 20px;
  left: 220px;
  width: 65px;
  line-height: 0;
}
.fv .fv_bg .fv_illust_flower_03 {
  position: absolute;
  bottom: 20px;
  left: 100px;
  width: 65px;
  line-height: 0;
}
.fv .fv_bg .fv_illust_human_01 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  width: 16px;
  line-height: 0;
  -webkit-animation: jumpLoop 2.5s infinite;
          animation: jumpLoop 2.5s infinite;
}
@-webkit-keyframes jumpLoop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  8% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  16% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  24% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jumpLoop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  8% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  16% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  24% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fv .fv_bg .fv_illust_human_02 {
  position: absolute;
  bottom: 20px;
  left: 305px;
  width: 16px;
  line-height: 0;
  -webkit-animation: walk-01 5.1s linear infinite;
          animation: walk-01 5.1s linear infinite;
}
@-webkit-keyframes walk-01 {
  0% {
    left: 305px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  49% {
    left: 255px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    left: 255px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  99% {
    left: 305px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    left: 305px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes walk-01 {
  0% {
    left: 305px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  49% {
    left: 255px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    left: 255px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  99% {
    left: 305px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    left: 305px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.fv .fv_bg .fv_illust_human_03 {
  position: absolute;
  bottom: 20px;
  left: 510px;
  width: 16px;
  line-height: 0;
  -webkit-animation: jumpLoop 2.5s 0.3s infinite;
          animation: jumpLoop 2.5s 0.3s infinite;
}
.fv .fv_bg .fv_illust_human_04 {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 16px;
  line-height: 0;
  -webkit-animation: jumpLoop 2.5s 0.6s infinite;
          animation: jumpLoop 2.5s 0.6s infinite;
}

.readme {
  position: relative;
  background: #784516;
}
.readme .readme_inner {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 95px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 850px) {
  .readme .readme_inner {
    padding: 35px 0 0;
  }
}
.readme .step {
  background: #fff;
  border-radius: 40px;
  padding: 60px 70px;
}
@media (max-width: 850px) {
  .readme .step {
    border-radius: 20px;
    padding: 35px 20px;
  }
}
.readme .step .step_ttl {
  width: 340px;
  margin: 0 auto;
  padding: 0 0 60px;
}
@media (max-width: 850px) {
  .readme .step .step_ttl {
    width: 175px;
    padding: 0 0 30px;
  }
}
.readme .step .step_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 850px) {
  .readme .step .step_inner {
    display: block;
  }
}
.readme .step .step_inner .step_img {
  width: 50%;
}
@media (max-width: 850px) {
  .readme .step .step_inner .step_img {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.readme .step .step_inner .step_txt {
  width: 50%;
  padding: 0 0 0 40px;
}
@media (max-width: 850px) {
  .readme .step .step_inner .step_txt {
    width: 100%;
    padding: 0;
  }
}
.readme .step .step_inner .step_txt .step_txt_ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.readme .step .step_inner .step_txt .step_txt_list li {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 10px;
}
.readme .step .step_inner.step_inner_01 {
  padding: 0 0 60px;
}
@media (max-width: 850px) {
  .readme .step .step_inner.step_inner_01 {
    padding: 0 0 30px;
  }
}
.readme .step .step_inner.step_inner_01 .step_txt_ttl {
  width: 80%;
}
.readme .step .step_inner.step_inner_02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 0 60px;
}
@media (max-width: 850px) {
  .readme .step .step_inner.step_inner_02 {
    padding: 0 0 30px;
  }
}
.readme .step .step_inner.step_inner_02 .step_txt_ttl {
  width: 67%;
}
.readme .step .step_inner.step_inner_03 .step_txt_ttl {
  width: 92%;
}
.readme .campaign {
  margin: 45px auto 0;
}
.readme .campaign .campaign_ttl {
  width: 50%;
  max-width: 550px;
  margin: 0 auto -7%;
}
@media (max-width: 850px) {
  .readme .campaign .campaign_ttl {
    width: 80%;
    margin: 0 auto -13%;
  }
}
.readme .campaign .campaign_banner {
  border: 10px solid #fd3a1a;
  background: #fff;
  border-radius: 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 850px) {
  .readme .campaign .campaign_banner {
    border: 5px solid #fd3a1a;
    border-radius: 20px;
  }
}
.readme .campaign .campaign_banner .campaign_img {
  line-height: 0;
  padding: 30px 50px 0;
}
@media (max-width: 850px) {
  .readme .campaign .campaign_banner .campaign_img {
    padding: 30px 40px;
  }
}
.readme .campaign .campaign_banner .campaign_txt {
  background: #fd3a1a;
  color: #fff;
  text-align: center;
  padding: 20px 0 10px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 850px) {
  .readme .campaign .campaign_banner .campaign_txt {
    padding: 14px 0 10px;
    font-size: 13px;
  }
}
.readme .terms {
  margin: 45px auto 0;
  background: #331f0b;
  padding: 30px;
  height: 500px;
  overflow-y: scroll;
  scrollbar-width: auto;
  scrollbar-color: #fff #2e2e2e;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 850px) {
  .readme .terms {
    height: 50vh;
    padding: 10px;
    font-size: calc(var(--vh, 1vh) * 1.5);
  }
}
.readme .terms ::-webkit-scrollbar {
  width: 11px;
}
.readme .terms ::-webkit-scrollbar-track {
  background-color: #2e2e2e;
}
.readme .terms ::-webkit-scrollbar-thumb {
  background-color: #bba54e;
}
.readme .terms .terms_txt_01 {
  font-size: calc(var(--vh, 1vh) * 1.8);
  font-weight: bold;
  margin: 0 0 17px;
  color: #bba54e;
}
.readme .terms dl + dl {
  margin-top: 20px;
}
.readme .terms dl {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.readme .terms dl dt {
  font-weight: bold;
  color: #bba54e;
}
.readme .terms dl dd ul {
  width: calc(100% - 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: inside;
  list-style-type: disc;
  text-indent: -15px;
  margin-left: 15px;
}
.readme .terms dl dd ul ul {
  list-style-type: dash;
}
.readme .terms dl dd ol {
  width: calc(100% - 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: inside;
  list-style-type: circled-decimal;
  text-indent: -15px;
  margin-left: 15px;
}
.readme .terms dl dd div ul, .readme .terms dl dd div ol {
  width: calc(100% - 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}
.readme .terms dl dd a {
  color: #ff7800;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.readme .terms dl dd a:hover {
  opacity: 0.75;
}
.readme .pagetop_wrap {
  padding: 75px 0;
}
.readme .pagetop_btn {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #f23d07;
  border: 5px solid #fff;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.readme .pagetop_btn .pagetop_btn_img_01 {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.readme .pagetop_btn:hover {
  background-color: #ff7800;
}
.readme .pagetop_btn:hover .start_btn_01_arrow {
  margin: 5% auto 3% !important;
}
.readme .pagetop_btn:hover .pagetop_btn_img_01 {
  -webkit-transform: translate(0, -10%);
          transform: translate(0, -10%);
}
@media (max-width: 850px) {
  .readme .pagetop_btn {
    width: 140px;
    height: 140px;
  }
}
.readme .pagetop_btn img {
  width: 100%;
}
.readme .pagetop_btn .pagetop_btn_img_01 {
  width: 23px;
  margin: 0 auto;
  padding: 46px 0 15px;
}
@media (max-width: 850px) {
  .readme .pagetop_btn .pagetop_btn_img_01 {
    padding: 32px 0 15px;
  }
}
.readme .pagetop_btn .pagetop_btn_img_02 {
  width: 105px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .readme .pagetop_btn .pagetop_btn_img_02 {
    width: 85px;
  }
}
.readme .copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin: 80px 0 0;
}
@media (max-width: 850px) {
  .readme .copyright {
    font-size: 10px;
    margin: 50px 0 0;
  }
}
.readme .readme_bg {
  background: #673a0f;
  position: absolute;
  top: 40%;
  width: 100%;
  height: 60%;
}
.readme .readme_bg_02 {
  background: #482708;
  position: absolute;
  top: 60%;
  width: 100%;
  height: 40%;
}
/*# sourceMappingURL=styles.css.map */