:root {
  --font-color: #111111;
  --primary-color: #166e54;
  --secondary-color: #808080;
  --tertiary-color: #edebf3;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  touch-action: manipulation;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0;
  font-weight: normal;
  color: var(--font-color);
  font-kerning: auto;
}
*::before, *::after {
  display: block;
}

picture,
img {
  display: block;
  width: auto;
  height: auto;
}

iframe {
  aspect-ratio: 16/9;
  background-color: #ccc;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
}

a:has(picture), a:has(img) {
  display: block;
}

details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}

table {
  border-collapse: collapse;
}

:target {
  scroll-margin-top: 100px;
}

#earth-color {
  overflow-x: clip;
}
#earth-color .container {
  width: min(1100px, 100%);
  padding: 0 20px;
  margin: 0 auto;
}
#earth-color .mv {
  width: 100%;
  max-width: 100%;
}
#earth-color .mv img {
  width: 100%;
}
#earth-color .lead h1 {
  text-align: center;
}
#earth-color .color-one {
  position: relative;
}
#earth-color .color-one hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#earth-color .color-one hgroup img {
  width: auto;
}
#earth-color .bland {
  width: auto;
}
#earth-color .lululemon__style-one.first .color-one__main-img {
  position: relative;
}
#earth-color .lululemon__style-one.first .color-one__main-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to bottom, #97c4ea 0% 50%, #94634f 50% 100%);
}
#earth-color .columbia__style-one.first .color-one__main-img {
  position: relative;
}
#earth-color .columbia__style-one.first .color-one__main-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to bottom, #ffd79f 0% 50%, #ff976a 50% 100%);
}
#earth-color .new-balance hgroup {
  position: relative;
}
#earth-color .new-balance hgroup .new-balance__round {
  background-color: #faedf1;
}
#earth-color .new-balance__style-one {
  position: relative;
}
#earth-color .new-balance__style-one.first .new-balance__round {
  background-color: #3d4b7a;
}
#earth-color .new-balance__style-one.second .new-balance__round {
  background-color: #faedf1;
}
#earth-color .new-balance__round {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  position: absolute;
}
#earth-color .note a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  #earth-color .lead {
    margin-top: 72px;
  }
  #earth-color .lead h1 {
    font-size: 3rem;
  }
  #earth-color .lead p {
    text-align: center;
    line-height: 190%;
    font-size: 1.6rem;
    margin-top: 16px;
  }
  #earth-color .show_pc {
    display: block;
  }
  #earth-color .show_sp {
    display: none;
  }
  #earth-color .color-one hgroup {
    gap: 40px;
  }
  #earth-color .color-one hgroup img {
    height: 124px;
  }
  #earth-color .color-one hgroup h2 {
    font-size: 2.4rem;
  }
  #earth-color .color-one__style-one p {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  #earth-color .lululemon .bland,
  #earth-color .columbia .bland {
    position: relative;
    bottom: -40px;
    z-index: 2;
  }
  #earth-color .lululemon {
    margin-top: 140px;
  }
  #earth-color .lululemon .bland {
    height: 180px;
  }
  #earth-color .lululemon .color-one__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #earth-color .lululemon__style-one.first,
  #earth-color .columbia__style-one.first {
    width: 52.08%;
    margin-left: 5%;
  }
  #earth-color .lululemon__style-one.first .color-one__main-img::before,
  #earth-color .columbia__style-one.first .color-one__main-img::before {
    width: 25px;
    left: -25px;
  }
  #earth-color .lululemon__style-one.second,
  #earth-color .columbia__style-one.second {
    width: 36.45%;
  }
  #earth-color .lululemon__style-one.second p,
  #earth-color .columbia__style-one.second p {
    margin-right: 20px;
  }
  #earth-color .new-balance .bland,
  #earth-color .nike .bland {
    position: absolute;
    top: 320px;
  }
  #earth-color .new-balance .color-one__box,
  #earth-color .nike .color-one__box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 80px;
  }
  #earth-color .new-balance {
    margin-top: 160px;
  }
  #earth-color .new-balance hgroup .new-balance__round {
    width: 250px;
    height: 250px;
    left: -7vw;
    top: 0;
  }
  #earth-color .new-balance .bland {
    height: 414px;
  }
  #earth-color .new-balance__style-one.first .new-balance__round {
    width: 324px;
    height: 324px;
    right: -4.68vw;
    top: -157px;
    z-index: -1;
  }
  #earth-color .new-balance__style-one.second .new-balance__round {
    width: 172px;
    height: 172px;
    right: -3.8vw;
    top: 36vw;
  }
  #earth-color .new-balance__style-one.first,
  #earth-color .nike__style-one.first {
    width: 52.08%;
    margin-right: 4.68%;
  }
  #earth-color .new-balance__style-one.second,
  #earth-color .nike__style-one.second {
    width: 36.45%;
    margin-top: 750px;
  }
  #earth-color .new-balance__style-one.second p,
  #earth-color .nike__style-one.second p {
    margin-left: 20px;
  }
  #earth-color .cotopaxi {
    margin-top: 160px;
  }
  #earth-color .cotopaxi .bland {
    height: 180px;
    margin-left: auto;
    position: relative;
    bottom: -240px;
  }
  #earth-color .cotopaxi .color-one__box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }
  #earth-color .cotopaxi__style-one.first {
    width: 47.39%;
    margin-left: 11.61%;
  }
  #earth-color .cotopaxi__style-one.first .color-one__main-img {
    box-shadow: -20px -20px 0 #889b9e;
  }
  #earth-color .cotopaxi__style-one.first p {
    margin-right: 60px;
  }
  #earth-color .cotopaxi__style-one.second {
    width: 29.68%;
    position: relative;
    left: -2%;
    margin-bottom: 100px;
  }
  #earth-color .cotopaxi__style-one.second .color-one__main-img {
    box-shadow: 20px 20px 0 #767cb4;
  }
  #earth-color .cotopaxi__style-one.third {
    width: 41.56%;
    margin-left: 16.14%;
    margin-top: 140px;
  }
  #earth-color .cotopaxi__style-one.third .color-one__main-img {
    box-shadow: 20px -20px 0 #889b9e;
  }
  #earth-color .columbia {
    margin-top: 160px;
  }
  #earth-color .columbia .bland {
    height: 180px;
  }
  #earth-color .columbia .color-one__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #earth-color .nike {
    margin-top: 160px;
  }
  #earth-color .nike .bland {
    height: 180px;
  }
  #earth-color .nike__style-one.first .color-one__main-img {
    box-shadow: 20px -20px 0 #889b9e;
  }
  #earth-color .nike__style-one.second .color-one__main-img {
    box-shadow: -20px -20px 0 #999999;
  }
  #earth-color .note {
    margin-top: 200px;
    padding-bottom: 100px;
  }
  #earth-color .note h2 {
    font-size: 2.4rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    white-space: pre;
    gap: 16px;
  }
  #earth-color .note h2::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--font-color);
  }
  #earth-color .note p, #earth-color .note a {
    font-size: 1.4rem;
  }
  #earth-color .note p + p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  #earth-color .lead {
    margin-top: 8vw;
    margin-bottom: 16vw;
  }
  #earth-color .lead h1 {
    font-size: min(5.5vw, 20px);
  }
  #earth-color .lead p {
    font-size: min(15px, 4vw);
    margin-top: 6vw;
  }
  #earth-color .color-one hgroup {
    gap: 2vw;
  }
  #earth-color .color-one hgroup img {
    height: 10vw;
  }
  #earth-color .color-one hgroup h2 {
    font-size: min(6vw, 18px);
  }
  #earth-color .color-one + .color-one {
    margin-top: 12vw;
  }
  #earth-color .bland {
    height: 14vw;
    position: relative;
    z-index: 2;
    margin-bottom: -20px;
  }
  #earth-color .bland.has-2-line {
    height: 22vw;
  }
  #earth-color .color-one__box {
    display: flex;
    flex-direction: column;
    gap: 6vw;
  }
  #earth-color .color-one__style-one p {
    margin-top: 20px;
    padding: 0 20px;
    font-size: min(15px, 4vw);
  }
  #earth-color .lululemon__style-one.first .color-one__main-img::before,
  #earth-color .columbia__style-one.first .color-one__main-img::before {
    width: 20px;
    left: 0;
  }
  #earth-color .note {
    margin-top: 14vw;
    padding-bottom: 10vw;
  }
  #earth-color .note h2 {
    font-size: min(20px, 5vw);
    margin-bottom: 3vw;
  }
  #earth-color .note p, #earth-color .note a {
    font-size: min(15px, 4vw);
    line-height: 140%;
  }
  #earth-color .note p + p {
    margin-top: 2vw;
  }
  #earth-color .show_sp {
    display: block;
  }
  #earth-color .show_pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */