@charset "UTF-8";
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO !important";
}

body {
  font-size: 1.6rem;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  transition: ease-in-out 0.3s;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ul {
  list-style: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
ul,
ol {
  list-style: none;
}

@keyframes textanimation_sp {
  0% {
    transform: translateY(2.6666666667vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes textanimation_pc {
  0% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(0);
  }
}
.rotate-message {
  display: none;
}

body.crops {
  overflow-y: hidden;
  position: relative;
}
body.crops .load {
  z-index: 99999;
  position: fixed;
  inset: 0px;
  opacity: 0.8;
  background: #000000;
  overflow-x: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: right;
  height: 100vh;
  padding: 1.3333333333vw;
}
body.crops .load p {
  transform: translateY(1px);
  animation: textanimation_sp 1.5s infinite;
  color: #ffffff;
  font-size: 5.3333333333vw;
  letter-spacing: 1px;
}
body.crops .load p:nth-child(1) {
  animation-delay: 0.2s;
}
body.crops .load p:nth-child(2) {
  animation-delay: 0.4s;
}
body.crops .load p:nth-child(3) {
  animation-delay: 0.6s;
}
body.crops .load p:nth-child(4) {
  animation-delay: 0.8s;
}
body.crops .load p:nth-child(5) {
  animation-delay: 1s;
}
body.crops .load p:nth-child(6) {
  animation-delay: 1.2s;
}
body.crops .load p:nth-child(7) {
  animation-delay: 1.4s;
}
body.crops .load p:nth-child(8) {
  animation-delay: 1.6s;
}
body.crops .load p:nth-child(9) {
  animation-delay: 1.8s;
}
body.crops .load p:nth-child(10) {
  animation-delay: 2s;
}
body.crops .load p:nth-child(11) {
  animation-delay: 2.2s;
}
body.crops .load p:nth-child(12) {
  animation-delay: 2.4s;
}
body.crops .load p:nth-child(13) {
  animation-delay: 2.6s;
}
body.crops .load p:nth-child(14) {
  animation-delay: 2.8s;
}
body.crops a {
  transition: all 0.3s;
}
body.crops a:hover {
  cursor: pointer;
  filter: brightness(1.2);
}
body.crops .content-wrapper .content-inner {
  background: url("../../assets/img/crops/bg.png") no-repeat;
  background-size: cover;
  position: relative;
  width: 100vw;
  height: 100vh;
}
body.crops .content-wrapper .content-inner .cropsArea1 {
  background: url("../../assets/img/crops/crops.png") no-repeat;
  background-size: cover;
  width: 100vw;
  height: 43.3333333333vw;
  position: absolute;
  top: 40vw;
}
body.crops .content-wrapper .content-inner .rank {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
  width: 320px;
}
body.crops .content-wrapper .content-inner .rank .rankNumber {
  font-size: 24px;
  color: #f9ce85;
  position: absolute;
  left: 18px;
  top: 14px;
}
body.crops .content-wrapper .content-inner .rank .cropsNumber {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 102px;
  width: 17px;
  height: 52px;
  display: flex;
  flex-flow: row wrap;
  justify-content: right;
  align-items: center;
}
body.crops .content-wrapper .content-inner .rank .growthNumber {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 218px;
  width: 45px;
  height: 52px;
  display: flex;
  flex-flow: row wrap;
  justify-content: right;
  align-items: center;
}
body.crops .content-wrapper .content-inner .mr {
  position: absolute;
  top: 3.0666666667vw;
  left: 2.6666666667vw;
  width: 73.6vw;
  z-index: 99;
}
body.crops .content-wrapper .content-inner .mr .btn-dl {
  position: absolute;
  top: 11.7333333333vw;
  right: 4vw;
  width: 6.6666666667vw;
  height: auto;
}
body.crops .content-wrapper .content-inner .mr .btn-rotate {
  position: absolute;
  top: 2.8vw;
  right: 4vw;
  width: 6.6666666667vw;
  height: auto;
}
body.crops .content-wrapper .content-inner .mr .speed {
  position: absolute;
  top: 4.8vw;
  color: #fff;
  font-size: 4.8vw;
  left: 11.0666666667vw;
  line-height: 0;
  height: 3.3333333333vw;
  width: 34.1333333333vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: right;
  align-items: center;
}
body.crops .content-wrapper .content-inner .mr .amount {
  position: absolute;
  top: 13.8666666667vw;
  color: #fff;
  font-size: 4.8vw;
  left: 11.0666666667vw;
  line-height: 0;
  height: 3.3333333333vw;
  width: 34.1333333333vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: right;
  align-items: center;
}
body.crops .content-wrapper .content-inner .menu {
  position: absolute;
  top: 6.1333333333vw;
  right: 5.3333333333vw;
  z-index: 99;
  width: 14.9333333333vw;
}
body.crops .content-wrapper .content-inner .crops {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 180px;
  z-index: 99;
}
body.crops .content-wrapper .content-inner .item {
  width: 24vw;
  line-height: 0;
}
body.crops .content-wrapper .content-inner .item img {
  width: 100%;
}
body.crops .content-wrapper .content-inner .top .progBar {
  height: 2.9333333333vw;
  background-color: #251e16;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 20vw;
  margin: auto;
  border: 0.2666666667vw solid #251e16;
}
body.crops .content-wrapper .content-inner .top .progBar .bar {
  position: absolute;
  height: 100%;
  background-color: #96e31d;
}
body.crops .content-wrapper .content-inner .top .parts1 {
  position: absolute;
  top: 40vw;
  left: 4.6666666667vw;
}
body.crops .content-wrapper .content-inner .top .parts2 {
  position: absolute;
  top: 40vw;
  left: 38.6666666667vw;
}
body.crops .content-wrapper .content-inner .top .parts3 {
  position: absolute;
  top: 40vw;
  left: 71.3333333333vw;
}
body.crops .content-wrapper .content-inner .second .cropsArea2 {
  background: url("../../assets/img/crops/crops.png") no-repeat;
  background-size: cover;
  width: 100vw;
  height: 43.3333333333vw;
  position: absolute;
  top: 80vw;
}
body.crops .content-wrapper .content-inner .second .progBar {
  height: 2.9333333333vw;
  background-color: #251e16;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 20vw;
  margin: auto;
  border: 0.2666666667vw solid #251e16;
}
body.crops .content-wrapper .content-inner .second .progBar .bar {
  position: absolute;
  height: 100%;
  background-color: #96e31d;
}
body.crops .content-wrapper .content-inner .second .parts6 {
  position: absolute;
  top: 80vw;
  left: 4.6666666667vw;
}
body.crops .content-wrapper .content-inner .second .parts7 {
  position: absolute;
  top: 80vw;
  left: 38vw;
}
body.crops .content-wrapper .content-inner .second .parts8 {
  position: absolute;
  top: 80vw;
  left: 71.3333333333vw;
}
body.crops .content-wrapper .content-inner .second .parts9 {
  position: absolute;
  top: 213px;
  left: 392px;
}
body.crops .content-wrapper .content-inner .second .parts10 {
  position: absolute;
  top: 213px;
  left: 500px;
}
body.crops .content-wrapper .content-inner .basket {
  position: fixed;
  width: 28.2666666667vw;
  bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}
body.crops .content-wrapper .content-inner .basket .quantity {
  background: #fa1f24;
  border-radius: 1000px;
  padding: 1.3333333333vw;
  color: #fff;
  text-align: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  line-height: 1;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  top: 0;
  right: 0;
  font-size: 4vw;
}
body.crops .content-wrapper .content-inner .bottomArea {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: fixed;
  bottom: 0vw;
  padding: 0 2.6666666667vw;
}
body.crops .content-wrapper .content-inner .bottomArea .aboutStaking {
  width: 50%;
  padding: 1.3333333333vw;
}
body.crops .content-wrapper .content-inner .bottomArea .harvest {
  width: 50%;
  padding: 1.3333333333vw;
}
body.crops .modaal-content-container {
  padding: 0;
  background: rgba(0, 0, 0, 0.96);
  padding-top: 13.3333333333vw;
  margin-top: -13.3333333333vw;
}
body.crops .popupBase {
  position: relative;
  background-image: linear-gradient(180deg, #6b5b41, #54442a);
  border-radius: 10px;
  padding: 6.6666666667vw 2.6666666667vw;
  outline: 2px solid #54462f;
  outline-offset: -6px;
  width: 100%;
  margin: auto;
}
body.crops .popupBase h2 {
  background: #1b150a;
  top: 0;
  width: 90%;
  text-align: center;
  color: #fff;
  border-radius: 1.3333333333vw;
  border: 0.5333333333vw solid #6b5b41;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 4.8vw;
  padding: 1.6vw;
}
body.crops .popupBase p {
  color: #fff;
  text-align: left;
  font-size: 3.7333333333vw;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
body.crops .popupBase a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  background-image: linear-gradient(180deg, #c5dd7a, #accf41);
  width: 66.6666666667vw;
  margin: 4vw auto 0;
  border-radius: 1.3333333333vw;
  border: 0.2666666667vw solid #453d2a;
  padding: 2.6666666667vw;
  font-size: 4.8vw;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
body.crops .popupBase a span {
  font-size: 3.7333333333vw;
}
body.crops .popupBase a.polygonLink {
  background: none;
  border: none;
  display: inline;
  text-decoration: underline;
  font-size: 4vw;
}
body.crops .popupBase.popup10 {
  padding: 50px 20px;
}
body.crops .popupBase.popup10 .note h3 {
  color: #fff;
  padding-top: 4vw;
  font-size: 4.2666666667vw;
}
body.crops .popupBase.popup10 .note ul {
  padding: 1.3333333333vw 2.6666666667vw 4vw;
  border-bottom: 1px solid #fff;
}
body.crops .popupBase.popup10 .note ul li {
  text-align: left;
  color: #fff;
  text-indent: -3.7333333333vw;
  padding-top: 1.3333333333vw;
  font-size: 3.7333333333vw;
}
body.crops .popupBase.popup10 .note ul li .fieldMemo {
  padding-left: 4vw;
}
body.crops .popupBase.popup10 .note ul li .fieldMemo p {
  text-align: left;
  text-shadow: none;
}
body.crops .popup2 .clime_amount {
  font-size: 4.8vw;
}
body.crops .popup2 .note {
  margin-top: 20px;
}
body.crops .popup2 .note p {
  font-size: 4.2666666667vw;
  text-align: left;
}
body.crops .popup3 .transaction {
  background-image: linear-gradient(180deg, #2a0e5f, #1f1864);
  border-radius: 10px;
  padding: 20px;
}
body.crops .popup3 .transaction .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
body.crops .popup3 .transaction .top p {
  font-weight: bold;
}
body.crops .popup3 .transaction .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
body.crops .popup3 .transaction .bottom .process {
  color: #ffa200;
}
body.crops .popup3 .note {
  margin-top: 10px;
}
body.crops .popup4 .transactionNumber {
  background-image: linear-gradient(180deg, #352d20, #383122);
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
body.crops .popup4 .note a {
  background-image: linear-gradient(180deg, #e1bd7d, #daac5d);
}
body.crops .popup4 .getItemList {
  background-image: linear-gradient(180deg, #352d20, #383122);
  padding: 10px 20px 20px;
  border-radius: 10px;
  margin-top: 10px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
body.crops .popup4 .getItemList .item-detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
body.crops .popup4 .getItemList .item-detail .itemName {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
}
body.crops .popup4 .getItemList .item-detail .itemName .itemImg {
  width: 60px;
  height: 60px;
  padding-right: 10px;
}
body.crops .popup5 .note a {
  background-image: linear-gradient(180deg, #e1bd7d, #daac5d);
}
body.crops .popup5 .getItemList {
  background-image: linear-gradient(180deg, #352d20, #383122);
  padding: 1.3333333333vw 2.6666666667vw 2.6666666667vw;
  border-radius: 1.3333333333vw;
  margin-top: 1.3333333333vw;
  height: 80vw;
  overflow-y: scroll;
  overflow-x: hidden;
}
body.crops .popup5 .getItemList .item-detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.3333333333vw;
}
body.crops .popup5 .getItemList .item-detail .itemName {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
}
body.crops .popup5 .getItemList .item-detail .itemName .itemImg {
  width: 8vw;
  height: 8vw;
  padding-right: 1.3333333333vw;
}
body.crops .popup6 {
  background-image: linear-gradient(180deg, #6f5e44, #6f5f44);
  padding: 4vw;
}
body.crops .popup6 .walletAdd {
  background-image: linear-gradient(180deg, #352d20, #383122);
  padding: 1.3333333333vw;
  font-size: 3.7333333333vw;
}
body.crops .popup6 .walletAdd i {
  padding: 0.8vw 2.1333333333vw;
  font-size: 9.6vw;
}
body.crops .popup6 .stakingArea {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
body.crops .popup6 .stakingArea .allStakingAmount {
  width: 100%;
  margin-top: 1.3333333333vw;
}
body.crops .popup6 .stakingArea .allStakingAmount .text {
  color: #ffd288;
  background: #463e2b;
  padding: 1.3333333333vw;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  font-size: 4.2666666667vw;
  text-align: center;
}
body.crops .popup6 .stakingArea .allStakingAmount .amount {
  color: #fff;
  background-color: #564934;
  padding: 1.3333333333vw;
  border-radius: 0 0 10px 10px;
  font-size: 4.2666666667vw;
  text-align: center;
}
body.crops .popup6 .stakingArea .allStakingAmount .amount .totalSupply {
  color: #fff;
  font-size: 5.3333333333vw;
}
body.crops .popup6 .stakingArea .allStakingAmount .amount span {
  color: #ffd288;
  padding-left: 1.3333333333vw;
}
body.crops .popup6 .stakingArea .yourStakingAmount {
  margin-top: 1.3333333333vw;
  width: 100%;
}
body.crops .popup6 .stakingArea .yourStakingAmount .text {
  color: #ffd288;
  background: #463e2b;
  padding: 1.3333333333vw;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  font-size: 4.2666666667vw;
  text-align: center;
}
body.crops .popup6 .stakingArea .yourStakingAmount .amount {
  color: #fff;
  background-color: #564934;
  padding: 1.3333333333vw;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  font-size: 4.2666666667vw;
  text-align: center;
}
body.crops .popup6 .stakingArea .yourStakingAmount .amount i {
  padding-right: 1.3333333333vw;
  font-size: 5.3333333333vw;
}
body.crops .popup6 .stakingArea .yourStakingAmount .amount .stakeAmount {
  color: #fff;
  font-size: 5.3333333333vw;
}
body.crops .popup6 .stakingArea .yourStakingAmount .amount span {
  color: #ffd288;
  padding-left: 1.3333333333vw;
}
body.crops .popup6 .close a {
  background-image: linear-gradient(180deg, #e1bd7d, #daac5d);
}
body.crops .mvArea {
  background: #373022;
  padding: 1.3333333333vw;
  margin-top: 2.6666666667vw;
}
body.crops .mvArea .note {
  font-size: 3.7333333333vw;
  padding-top: 1.3333333333vw;
}
body.crops .mvArea .walletMV {
  border-bottom: 1px solid #fff;
  padding: 0 2.6666666667vw;
}
body.crops .mvArea .walletMV .text {
  color: #ffd288;
  text-align: center;
  font-size: 4.2666666667vw;
}
body.crops .mvArea .walletMV .text span {
  color: #ffd288;
  padding-left: 10px;
}
body.crops .mvArea .volume {
  text-align: center;
  padding: 1.3333333333vw;
  font-size: 5.3333333333vw;
}
body.crops .mvArea .possessionArea {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
body.crops .mvArea .possessionArea .possession {
  background: #1b150a;
  padding: 2vw 4vw;
  border-radius: 1.3333333333vw;
  width: 66.6666666667vw;
}
body.crops .mvArea .possessionArea .possession input {
  color: #fff;
  background-color: #373022;
  padding: 0.6666666667vw;
}
body.crops .mvArea .possessionArea .possession span {
  color: #ffd288;
  padding-left: 1.3333333333vw;
}
body.crops .mvArea .possessionArea a {
  background-image: linear-gradient(180deg, #c5dd7a, #accf41);
  width: 53.3333333333vw;
  font-size: 4.8vw;
  margin: 4vw 0;
  padding: 1.3333333333vw;
}
body.crops .popup7 {
  padding: 5.3333333333vw;
}
body.crops .popup7 .note {
  padding: 0 2.6666666667vw;
}
body.crops .popup7 .note ul li {
  color: #fff;
  text-indent: -4.2666666667vw;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
body.crops .popup7 .rankWrap {
  background: #352d20;
  padding: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  margin: 2.6666666667vw 0;
}
body.crops .popup7 .rankWrap .growthSpeed {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.3333333333vw;
}
body.crops .popup7 .rankWrap .growthSpeed h3 {
  color: #ffd288;
  width: 20vw;
  text-align: center;
  font-size: 4.8vw;
}
body.crops .popup7 .rankWrap .growthSpeed p {
  background-color: #352d20;
  color: #fff;
  padding: 1.3333333333vw;
}
body.crops .popup7 .rankWrap .growthSpeed p span {
  color: #fff;
  padding-right: 0;
}
body.crops .popup7 .rankWrap .growthSpeed .growthArea {
  background-color: #695739;
  border: 0.5333333333vw solid #221c16;
  border-radius: 13.3333333333vw;
  font-size: 4.8vw;
  padding: 0.6666666667vw 4vw;
  width: 42.6666666667vw;
  text-align: right;
}
body.crops .popup7 .rankWrap .growthSpeed .growthArea span {
  color: #ffd288;
}
body.crops .popup7 .rankWrap .growthSpeed .rankPoint {
  background-color: #292319;
  border: 0.5333333333vw solid #221c16;
  border-radius: 13.3333333333vw;
  font-size: 4.8vw;
  padding: 0.6666666667vw 4vw;
  width: 42.6666666667vw;
  text-align: right;
}
body.crops .popup7 .rankWrap .rank {
  position: relative;
}
body.crops .popup7 .rankWrap .rank .rankNumber {
  position: absolute;
  top: 25px;
  left: 30px;
  font-size: 28px;
  color: #f9ce85;
}
body.crops .popup7 .rankWrap .rank .cropsNumber {
  position: absolute;
  top: 28px;
  left: 169px;
  font-size: 18px;
  color: #fff;
}
body.crops .popup7 .rankWrap .rank .growthNumber {
  position: absolute;
  top: 28px;
  left: 368px;
  font-size: 18px;
  color: #fff;
}
body.crops .popup7 .btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
body.crops .popup7 .btns a {
  display: block;
  width: 49%;
  padding: 2.6666666667vw;
}
body.crops .popup7 .btns a.cancel {
  background-image: linear-gradient(180deg, #cc7d75, #bf5d53);
}
body.crops .popup7 .btns a.cancellation {
  background-image: linear-gradient(180deg, #c5dd7a, #accf41);
}
body.crops .popup8 .cropsContainer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
body.crops .popup8 .cropsContainer .points {
  background: #1b150a;
  border-radius: 10px;
  padding: 2.6666666667vw;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
body.crops .popup8 .cropsContainer .points .points-detail {
  width: 50%;
}
body.crops .popup8 .cropsContainer .points .points-detail .pt {
  color: #ffd288;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
}
body.crops .popup8 .cropsContainer .points .points-detail .havePoint {
  font-size: 4.2666666667vw;
  text-align: center;
  color: #fff;
}
body.crops .popup8 .cropsContainer .points .points-detail .allPoint {
  color: #a98b5a;
  text-align: right;
}
body.crops .popup8 .cropsContainer .points .cropsInner {
  width: 50%;
}
body.crops .popup8 .cropsContainer .progBar {
  height: 4vw;
  background-color: #251e16;
  position: relative;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  width: 26.6666666667vw;
  margin: -6.6666666667vw auto 0;
  border: 0.5333333333vw solid #251e16;
}
body.crops .popup8 .cropsContainer .progBar .bar {
  position: absolute;
  height: 100%;
  background-color: #96e31d;
  width: 80%;
}
body.crops .popup8 .nftlist {
  width: 100%;
  background: #363021;
  padding: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  height: 89.0666666667vw;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 2.6666666667vw;
}
body.crops .popup8 .nftlist h3 {
  color: #ffd288;
  background: #1b150a;
  border-radius: 0.6666666667vw;
  text-align: center;
  padding: 1.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
body.crops .popup8 .nftlist .item-detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
body.crops .popup8 .nftlist .item-detail p {
  font-size: 12px;
}
body.crops .popup8 .nftlist .item-detail .itemName {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
body.crops .popup8 .nftlist .item-detail .itemName p {
  font-size: 3.4666666667vw;
  padding-left: 1.3333333333vw;
}
body.crops .popup8 .nftlist .item-detail .itemName .itemImg {
  width: 8vw;
  height: 8vw;
  padding-left: 0;
}
body.crops .popup8 .close {
  background-image: linear-gradient(180deg, #e1bd7d, #daac5d);
}
body.crops .popup9 ul li .logout {
  background-image: linear-gradient(180deg, #e1bd7d, #daac5d);
}
body.crops .receiving {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  background: #2b241b;
  padding: 5px;
  border-radius: 5px;
}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  display: none;
}
.loading.on {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.item {
  position: relative;
}

@media screen and (min-width: 769px) {
  body.crops {
    overflow-y: scroll;
    align-items: start;
    background: #bed0c0;
  }
  body.crops .load {
    padding: 20px;
    width: 100%;
  }
  body.crops .load p {
    transform: translateY(1px);
    animation: textanimation_pc 1.5s infinite;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 1px;
  }
  body.crops .content-wrapper .content-inner {
    width: 750px;
    height: 960px;
    margin: auto;
  }
  body.crops .content-wrapper .content-inner .item {
    width: 200px;
  }
  body.crops .content-wrapper .content-inner .cropsArea1 {
    width: 100%;
    height: 320px;
    position: relative;
    top: 200px;
  }
  body.crops .content-wrapper .content-inner .top .progBar {
    height: 15px;
    border-radius: 20px;
    overflow: hidden;
    width: 130px;
    margin: auto;
    border: 2px solid #251e16;
  }
  body.crops .content-wrapper .content-inner .top .progBar .bar {
    position: absolute;
    height: 100%;
    background-color: #96e31d;
  }
  body.crops .content-wrapper .content-inner .top .parts1 {
    position: absolute;
    top: 170px;
    left: 28px;
  }
  body.crops .content-wrapper .content-inner .top .parts2 {
    position: absolute;
    top: 170px;
    left: 280px;
  }
  body.crops .content-wrapper .content-inner .top .parts3 {
    position: absolute;
    top: 170px;
    left: 520px;
  }
  body.crops .content-wrapper .content-inner .mr {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 500px;
    z-index: 99;
  }
  body.crops .content-wrapper .content-inner .mr .btn-dl {
    position: absolute;
    top: 83px;
    right: 24px;
    width: 43px;
    height: auto;
  }
  body.crops .content-wrapper .content-inner .mr .btn-rotate {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 43px;
    height: auto;
  }
  body.crops .content-wrapper .content-inner .mr .speed {
    top: 33px;
    font-size: 36px;
    left: 10px;
    height: 25px;
    width: 300px;
  }
  body.crops .content-wrapper .content-inner .mr .amount {
    top: 93px;
    font-size: 36px;
    left: 10px;
    height: 25px;
    width: 300px;
  }
  body.crops .content-wrapper .content-inner .menu {
    position: absolute;
    top: 24px;
    right: 40px;
    z-index: 99;
    width: 112px;
  }
  body.crops .content-wrapper .content-inner .basket {
    position: absolute;
    width: 142px;
    bottom: 40px;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all 0.3s;
  }
  body.crops .content-wrapper .content-inner .basket:hover {
    cursor: pointer;
    filter: brightness(1.2);
  }
  body.crops .content-wrapper .content-inner .basket .quantity {
    padding: 10px;
    width: 65px;
    height: 65px;
    top: 0px;
    right: -20px;
    font-size: 22px;
  }
  body.crops .content-wrapper .content-inner .second .cropsArea2 {
    width: 100%;
    height: 320px;
    position: absolute;
    top: 450px;
  }
  body.crops .content-wrapper .content-inner .second .progBar {
    height: 15px;
    border-radius: 20px;
    overflow: hidden;
    width: 130px;
    margin: auto;
    border: 2px solid #251e16;
  }
  body.crops .content-wrapper .content-inner .second .progBar .bar {
    position: absolute;
    height: 100%;
    background-color: #96e31d;
  }
  body.crops .content-wrapper .content-inner .second .parts6 {
    position: absolute;
    top: 420px;
    left: 28px;
  }
  body.crops .content-wrapper .content-inner .second .parts7 {
    position: absolute;
    top: 420px;
    left: 280px;
  }
  body.crops .content-wrapper .content-inner .second .parts8 {
    position: absolute;
    top: 420px;
    left: 530px;
  }
  body.crops .content-wrapper .content-inner .second .parts9 {
    position: absolute;
    top: 213px;
    left: 392px;
  }
  body.crops .content-wrapper .content-inner .second .parts10 {
    position: absolute;
    top: 213px;
    left: 500px;
  }
  body.crops .content-wrapper .content-inner .bottomArea {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    padding: 0;
    width: 600px;
  }
  body.crops .content-wrapper .content-inner .bottomArea .aboutStaking {
    width: 50%;
    padding: 10px 20px;
  }
  body.crops .content-wrapper .content-inner .bottomArea .harvest {
    width: 50%;
    padding: 10px 20px;
  }
  body.crops .modaal-container {
    max-width: 710px;
  }
  body.crops .popupBase {
    position: relative;
    background-image: linear-gradient(180deg, #6b5b41, #54442a);
    border-radius: 10px;
    padding: 50px 20px;
    outline: 2px solid #54462f;
    outline-offset: -6px;
    width: 100%;
    margin: auto;
  }
  body.crops .popupBase h2 {
    font-size: 32px;
    padding: 10px;
    top: 0;
    width: 90%;
    border-radius: 15px;
    border: 6px solid #6b5b41;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    padding: 12px;
  }
  body.crops .popupBase p {
    font-size: 22px;
    text-align: center;
  }
  body.crops .popupBase a {
    font-size: 24px;
    padding: 20px;
    margin-top: 20px;
    width: 500px;
    border-radius: 10px;
  }
  body.crops .popupBase a span {
    font-size: 16px;
  }
  body.crops .popupBase .note p {
    font-size: 16px;
  }
  body.crops .popupBase .walletAdd {
    font-size: 20px;
    align-items: center;
  }
  body.crops .popupBase .walletAdd i {
    font-size: 24px;
    padding-right: 10px;
  }
  body.crops .popupBase .possessionArea {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
  body.crops .popupBase .possessionArea .possession {
    background: #1b150a;
    padding: 10px 20px;
    border-radius: 10px;
    width: 300px;
  }
  body.crops .popupBase .possessionArea .possession input {
    color: #fff;
    background-color: #373022;
    padding: 5px;
  }
  body.crops .popupBase .possessionArea .possession span {
    color: #ffd288;
    padding-left: 10px;
  }
  body.crops .popupBase .possessionArea a {
    width: 300px;
    font-size: 24px;
    margin: 0;
    padding: 10px;
  }
  body.crops .popupBase .mvArea {
    background: #373022;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
  }
  body.crops .popupBase .mvArea .walletMV {
    border-bottom: 2px solid #847261;
    padding-bottom: 5px;
  }
  body.crops .popupBase .mvArea .walletMV .text {
    font-size: 24px;
  }
  body.crops .popupBase .mvArea .note {
    font-size: 18px;
  }
  body.crops .popupBase .mvArea .volume {
    font-size: 32px;
  }
  body.crops .popupBase .btns a {
    padding: 10px;
  }
  body.crops .popupBase .note ul li {
    text-indent: -17px;
  }
  body.crops .popupBase .getItemList {
    height: 450px;
  }
  body.crops .popupBase .getItemList .item-detail {
    margin-top: 15px;
  }
  body.crops .popupBase .getItemList .item-detail p {
    font-size: 20px;
  }
  body.crops .popupBase .getItemList .item-detail .itemName p {
    font-size: 20px;
  }
  body.crops .popupBase .getItemList .item-detail .itemName .itemImg {
    width: 70px;
    height: 70px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
  }
  body.crops .popupBase .clime_amount {
    font-size: 24px;
  }
  body.crops .popupBase.popup6 .stakingArea .allStakingAmount .text {
    font-size: 24px;
    border-radius: 10px 10px 0 0;
    padding: 10px;
  }
  body.crops .popupBase.popup6 .stakingArea .allStakingAmount .amount {
    font-size: 24px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
  }
  body.crops .popupBase.popup6 .stakingArea .allStakingAmount .amount .totalSupply {
    font-size: 32px;
  }
  body.crops .popupBase.popup6 .stakingArea .allStakingAmount .amount i {
    font-size: 24px;
  }
  body.crops .popupBase.popup6 .stakingArea .allStakingAmount .amount span {
    padding-left: 10px;
  }
  body.crops .popupBase.popup6 .stakingArea .yourStakingAmount {
    margin-top: 20px;
  }
  body.crops .popupBase.popup6 .stakingArea .yourStakingAmount .text {
    font-size: 24px;
    border-radius: 10px 10px 0 0;
    padding: 10px;
  }
  body.crops .popupBase.popup6 .stakingArea .yourStakingAmount .amount {
    font-size: 24px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
  body.crops .popupBase.popup6 .stakingArea .yourStakingAmount .amount .stakeAmount {
    font-size: 32px;
  }
  body.crops .popupBase.popup6 .stakingArea .yourStakingAmount .amount i {
    font-size: 32px;
  }
  body.crops .popupBase.popup6 .walletAdd {
    padding: 10px;
    font-size: 20px;
  }
  body.crops .popupBase.popup6 .walletAdd i {
    padding: 6px 12px;
    font-size: 32px;
  }
  body.crops .popupBase.popup8 .nftlist {
    padding: 20px;
    border-radius: 10px;
    height: 450px;
    margin-top: 20px;
  }
  body.crops .popupBase.popup8 .nftlist .item-detail p {
    font-size: 24px;
  }
  body.crops .popupBase.popup8 .nftlist .item-detail .itemName p {
    font-size: 24px;
  }
  body.crops .popupBase.popup8 .nftlist .item-detail .itemName .itemImg {
    width: 60px;
    height: 60px;
  }
  body.crops .popupBase.popup8 .cropsContainer .points .points-detail .pt {
    font-size: 32px;
  }
  body.crops .popupBase.popup8 .cropsContainer .points .points-detail .havePoint {
    font-size: 28px;
  }
  body.crops .popupBase.popup8 .cropsContainer .points .points-detail .allPoint {
    font-size: 28px;
  }
  body.crops .popupBase.popup8 .progBar {
    height: 20px;
    border-radius: 20px;
    width: 200px;
    margin: -50px auto 0;
    border: 4px solid #251e16;
  }
  body.crops .popupBase.popup8 .progBar .bar {
    position: absolute;
    height: 100%;
    background-color: #96e31d;
    width: 80%;
  }
  body.crops .popupBase.popup10 {
    padding: 50px 20px;
  }
  body.crops .popupBase.popup10 .note h3 {
    color: #fff;
    padding-top: 20px;
    font-size: 22px;
  }
  body.crops .popupBase.popup10 .note ul {
    padding: 5px 20px 20px;
  }
  body.crops .popupBase.popup10 .note ul li {
    text-align: left;
    color: #fff;
    text-indent: -16px;
    padding-top: 10px;
    font-size: 16px;
  }
  body.crops .popupBase.popup10 .note ul li .fieldMemo {
    padding-left: 20px;
  }
  body.crops .popupBase.popup10 .note ul li .fieldMemo p {
    text-align: left;
    text-shadow: none;
  }
  body.crops .popupBase a.polygonLink {
    background: none;
    border: none;
    display: inline;
    text-decoration: underline;
    font-size: 22px;
  }
  body.crops .popupBase a.polygonLink:hover {
    opacity: 0.7;
  }
  body.crops .popupBase a.polygonLink::after {
    font-family: "Font Awesome 6 Free";
    content: "\f0c1";
    font-size: 22px;
    font-weight: 900;
    margin-left: 6px;
  }
  body.crops .popup7 .rankWrap {
    background: #352d20;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
  }
  body.crops .popup7 .rankWrap .growthSpeed {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }
  body.crops .popup7 .rankWrap .growthSpeed h3 {
    color: #ffd288;
    width: 150px;
    text-align: center;
    font-size: 24px;
  }
  body.crops .popup7 .rankWrap .growthSpeed p {
    background-color: #352d20;
    color: #fff;
    padding: 10px;
  }
  body.crops .popup7 .rankWrap .growthSpeed p span {
    color: #fff;
    padding-right: 10px;
  }
  body.crops .popup7 .rankWrap .growthSpeed .growthArea {
    background-color: #695739;
    border: 2px solid #221c16;
    border-radius: 100px;
    font-size: 24px;
    padding: 10px;
    width: 320px;
  }
  body.crops .popup7 .rankWrap .growthSpeed .growthArea span {
    color: #ffd288;
  }
  body.crops .popup7 .rankWrap .growthSpeed .rankPoint {
    background-color: #292319;
    border: 2px solid #221c16;
    border-radius: 100px;
    font-size: 24px;
    padding: 10px;
    width: 320px;
  }
  body.crops .popup7 .cropsContainer .points {
    background: #1b150a;
    border-radius: 10px;
    padding: 40px 30px 80px;
    width: 100%;
  }
  body.crops .popup7 .cropsContainer .points .cropsInner {
    width: 50%;
  }
  body.crops .popup7 .cropsContainer .points .cropsInner .progBar {
    height: 20px;
    border-radius: 50px;
    width: 200px;
    margin: -60px auto 0;
    border: 2px solid #251e16;
  }
  body.crops .popup7 .cropsContainer .points .points-detail .pt {
    font-size: 32px;
  }
  body.crops .popup7 .cropsContainer .points .points-detail .havePoint {
    font-size: 32px;
  }
  body.crops .popup7 .cropsContainer .nftlist {
    width: 100%;
    background: #363021;
    padding: 10px;
    border-radius: 10px;
    height: 450px;
    margin-top: 20px;
  }
  body.crops .popup7 .cropsContainer .nftlist h3 {
    border-radius: 10px;
    padding: 10px;
    font-size: 32px;
  }
  body.crops .popup7 .cropsContainer .nftlist .item-detail p {
    font-size: 20px;
  }
  body.crops .popup7 .cropsContainer .nftlist .item-detail .itemName p {
    font-size: 20px;
  }
  body.crops .popup7 .cropsContainer .nftlist .item-detail .itemName .itemImg {
    width: 70px;
    height: 70px;
    padding-left: 0;
  }
}/*# sourceMappingURL=crops.css.map */