@charset "UTF-8";
@media (max-width: 1400px) and (min-width: 768px) {
  html, body {
    font-size: 0.7142857143vw;
  }
}

.main-area {
  overflow: clip;
}

#em250310adidas {
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
}
#em250310adidas img {
  width: 100%;
  height: auto;
}
#em250310adidas picture {
  display: block;
}
#em250310adidas .itc {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}
#em250310adidas .pra {
  font-family: "pragmatica", sans-serif;
}
#em250310adidas .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #em250310adidas .pc {
    display: none;
  }
}
#em250310adidas .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sp {
    display: block;
  }
}
#em250310adidas .js_fade {
  opacity: 0;
  transition: all 1.5s ease;
}
#em250310adidas .js_fade.-in.on {
  opacity: 1;
}
#em250310adidas .js_fade.-up {
  transform: translateY(10rem);
}
#em250310adidas .js_fade.-up.on {
  opacity: 1;
  transform: translateY(0);
}
#em250310adidas .js_fade.-toleft {
  transform: translateX(10rem);
}
#em250310adidas .js_fade.-toleft.on {
  opacity: 1;
  transform: translateX(0);
}
#em250310adidas .credit .link.nolink {
  pointer-events: none;
}
#em250310adidas .mv {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
#em250310adidas .mv .lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .mv .lead {
    font-size: calc(24 * 0.1333333333vw);
    margin-top: calc(85 * 0.1333333333vw);
  }
}
#em250310adidas .sec01 {
  position: relative;
  background: rgba(197, 199, 211, 0.28);
  margin-top: 10.3rem;
  padding-bottom: 6.1rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01 {
    margin-top: calc(128 * 0.1333333333vw);
    padding-bottom: calc(84 * 0.1333333333vw);
  }
}
#em250310adidas .sec01::before, #em250310adidas .sec01::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: rgba(197, 199, 211, 0.28);
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01::before, #em250310adidas .sec01::after {
    height: calc(12 * 0.1333333333vw);
  }
}
#em250310adidas .sec01::before {
  top: -1.1rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01::before {
    top: calc(-20 * 0.1333333333vw);
  }
}
#em250310adidas .sec01::after {
  bottom: -1.1rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01::after {
    bottom: calc(-20 * 0.1333333333vw);
  }
}
#em250310adidas .sec01 .inner {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}
#em250310adidas .sec01 .inner .list {
  display: grid;
  grid-template-columns: 18rem 18rem;
  justify-content: center;
  gap: 0 3.9rem;
  padding-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01 .inner .list {
    grid-template-columns: calc(270 * 0.1333333333vw) calc(270 * 0.1333333333vw);
    gap: 0 calc(30 * 0.1333333333vw);
    padding-top: calc(80 * 0.1333333333vw);
  }
}
#em250310adidas .sec01 .inner .list .blk {
  position: relative;
}
#em250310adidas .sec01 .inner .list .blk .icon {
  width: 100%;
  max-width: 4.8rem;
  position: absolute;
  top: -1.4rem;
  right: -5rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01 .inner .list .blk .icon {
    max-width: calc(80 * 0.1333333333vw);
    right: calc(-56 * 0.1333333333vw);
    top: calc(-41 * 0.1333333333vw);
  }
}
#em250310adidas .sec01 .inner .itembox {
  width: 100%;
  max-width: 18rem;
  margin: 5.3rem auto 0;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01 .inner .itembox {
    max-width: calc(280 * 0.1333333333vw);
    margin-top: calc(70 * 0.1333333333vw);
  }
}
#em250310adidas .sec01 .inner .itembox .name {
  margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01 .inner .itembox .name {
    margin-top: calc(-4 * 0.1333333333vw);
  }
}
#em250310adidas .sec01 .inner .itembox + .lead {
  line-height: 1.98;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01 .inner .itembox + .lead {
    line-height: 1.96;
    margin-top: calc(54 * 0.1333333333vw);
  }
}
#em250310adidas .sec01 .inner .name {
  font-size: 3rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01 .inner .name {
    font-size: calc(49 * 0.1333333333vw);
    margin-top: calc(36 * 0.1333333333vw);
  }
}
#em250310adidas .sec01 .inner .price {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: underline;
  margin-top: 0.9rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01 .inner .price {
    font-size: calc(24 * 0.1333333333vw);
    margin-top: calc(18 * 0.1333333333vw);
  }
}
#em250310adidas .sec01 .inner .lead {
  font-size: 1.4rem;
  letter-spacing: 0.045em;
  line-height: 1.95;
  text-align: center;
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec01 .inner .lead {
    font-size: calc(24 * 0.1333333333vw);
    margin-top: calc(54 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 {
  margin-top: 11.1rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 {
    margin-top: calc(120 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}
#em250310adidas .sec02 .inner .item__wrap._01 {
  display: grid;
  grid-template-columns: 46.5rem 36rem;
  gap: 0 15rem;
  padding-left: 19.5rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._01 {
    display: block;
    padding-left: 0;
  }
}
#em250310adidas .sec02 .inner .item__wrap._01 .item__blk .img {
  position: relative;
}
#em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(1) {
  grid-row: 1;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(1) {
    width: calc(540 * 0.1333333333vw);
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
  }
}
#em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(1) .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #6ea8db;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(1) .img::after {
    width: calc(8 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(1) .credit {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.1rem 0;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(1) .credit {
    display: none;
  }
}
#em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(1) .credit .link {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(1) .credit .link {
    font-size: calc(22 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(2) {
  grid-row: 1;
  grid-column: 1;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(2) {
    width: calc(690 * 0.1333333333vw);
    margin-top: calc(-60 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(2) .link {
  position: relative;
}
#em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(2) .link .txt {
  font-size: 5rem;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 46.5rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(2) .link .txt {
    font-size: calc(94 * 0.1333333333vw);
    white-space: nowrap;
    transform: rotate(-90deg);
    top: calc(419 * 0.1333333333vw);
    right: auto;
    left: calc(-292 * 0.1333333333vw);
    margin: 0;
  }
}
#em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(2) .credit {
  display: none;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(2) .credit {
    margin-top: calc(42 * 0.1333333333vw);
    display: flex;
    flex-wrap: wrap;
    gap: calc(18 * 0.1333333333vw) 0;
    padding-left: calc(39 * 0.1333333333vw);
  }
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(2) .credit .link {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-right: calc(18 * 0.1333333333vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._01 .item__blk:nth-of-type(2) .credit .link {
    font-size: calc(22 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._02 {
  display: grid;
  grid-template-columns: 33rem 85.2rem;
  gap: 0 21.8rem;
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 {
    display: block;
    margin-top: calc(112 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(1) {
  margin-top: 26.4rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(1) .link {
    display: block;
    width: calc(510 * 0.1333333333vw);
    margin: 1.0666666664vw auto 0;
  }
}
#em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(1) .link .img {
  position: relative;
}
#em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(1) .link .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #6ea8db;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(1) .link .img::after {
    width: calc(8 * 0.1333333333vw);
  }
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(1) .txt {
    font-size: calc(72 * 0.1333333333vw);
    letter-spacing: 0.035em;
    text-align: center;
    color: #6ea8db;
  }
}
#em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) {
  position: relative;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) {
    margin-top: calc(80 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .txt {
  position: absolute;
  top: 25.9rem;
  left: -22.9rem;
  font-size: 5rem;
  letter-spacing: 0.04em;
  color: #6ea8db;
  transform: rotate(-90deg);
}
#em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .item__slide {
  position: relative;
}
#em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .item__slide .link {
  display: block;
  width: 42.6rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .item__slide .link {
    width: calc(600 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .credit {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .credit {
    margin-top: calc(42 * 0.1333333333vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(18 * 0.1333333333vw) calc(16 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .credit .link {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-right: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .credit .link {
    font-size: calc(22 * 0.1333333333vw);
  }
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .credit .link {
    margin-right: 0;
  }
}
#em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .credit .link:nth-of-type(n+3) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._02 .item__blk:nth-of-type(2) .credit .link:nth-of-type(n+3) {
    margin-top: 0;
  }
}
#em250310adidas .sec02 .inner .item__wrap._03 {
  display: flex;
  margin-top: 16rem;
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 {
    padding-left: 0;
    margin-top: calc(138 * 0.1333333333vw);
    display: block;
  }
}
#em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(1) {
  width: 100%;
  margin-top: 34rem;
  margin-left: -6rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 0 2.9rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(1) {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
}
#em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(1) .link .img {
  position: relative;
  width: 100%;
  max-width: 42rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(1) .link .img {
    max-width: calc(630 * 0.1333333333vw);
    margin: 0 0 0 auto;
  }
}
#em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(1) .link .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #6ea8db;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(1) .link .img::after {
    width: calc(8 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(2) {
  width: 100%;
  max-width: 45rem;
  order: -1;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(2) {
    max-width: calc(675 * 0.1333333333vw);
    margin-top: calc(-40 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(3) {
  position: absolute;
  top: 8rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(3) {
    position: relative;
    top: 0;
    margin-top: calc(100 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(3) .link {
  display: block;
  width: 100%;
  max-width: 32.1rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(3) .link {
    max-width: calc(496 * 0.1333333333vw);
    margin: 0 auto;
  }
}
#em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(3) .txt {
  font-size: 5rem;
  letter-spacing: 0.025em;
  color: #6ea8db;
  transform: rotate(-90deg);
  position: absolute;
  top: 7.1rem;
  right: 25.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(3) .txt {
    font-size: calc(88 * 0.1333333333vw);
    top: calc(132 * 0.1333333333vw);
    right: calc(-102 * 0.1333333333vw);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(3) .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(18 * 0.1333333333vw) calc(16 * 0.1333333333vw);
    margin-top: calc(42 * 0.1333333333vw);
  }
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk:nth-of-type(3) .credit .link {
    width: auto;
    max-width: none;
    margin: 0;
  }
}
#em250310adidas .sec02 .inner .item__wrap._03 .item__blk .credit .link {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk .credit .link {
    font-size: calc(22 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .item__wrap._03 .item__blk .credit .link:not(:last-of-type) {
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .item__wrap._03 .item__blk .credit .link:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#em250310adidas .sec02 .inner .btn {
  width: 100%;
  max-width: 30rem;
  margin: 13rem auto 0;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .btn {
    max-width: calc(480 * 0.1333333333vw);
    margin-top: calc(128 * 0.1333333333vw);
  }
}
#em250310adidas .sec02 .inner .banner {
  width: 100%;
  max-width: 48rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  #em250310adidas .sec02 .inner .banner {
    max-width: 100%;
    margin-top: calc(140 * 0.1333333333vw);
  }
}/*# sourceMappingURL=style.css.map */