@media (max-width: 640px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 641px) {
  .only-sp {
    display: none;
  }
}

.fnt-Hiragino-Kaku-W3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fnt-Hiragino-Kaku-W6 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#as20240821 {
  overflow: hidden;
}
#as20240821 .inner {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #as20240821 .inner {
    width: 100%;
  }
}
#as20240821 img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}
#as20240821 .banner-end {
  text-align: center;
  background-color: #191919;
}
@media (min-width: 641px) {
  #as20240821 .banner-end img {
    width: 1280px;
  }
}
#as20240821 .kv {
  background: rgb(255, 242, 79);
  background: linear-gradient(90deg, rgb(255, 242, 79) 50%, rgb(2, 173, 206) 50%, rgb(2, 173, 206) 100%);
}
#as20240821 .intro {
  background: #F2F2F2;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#as20240821 .intro .inner {
  padding-top: 100px;
  padding-bottom: 95px;
}
@media (max-width: 640px) {
  #as20240821 .intro .inner {
    padding: 8.5333333333vw 6.4vw 29.0666666667vw;
  }
}
#as20240821 .intro__items {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  #as20240821 .intro__items {
    display: block;
  }
}
#as20240821 .intro__item {
  width: 445px;
  border-radius: 30px;
  background: rgb(219, 23, 117);
  background: linear-gradient(180deg, rgb(219, 23, 117) 0%, rgb(219, 23, 117) 7%, rgb(255, 255, 255) 7%, rgb(255, 255, 255) 100%);
  margin: 0 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 640px) {
  #as20240821 .intro__item {
    width: 87.2vw;
    border-radius: 8vw;
    margin: auto;
  }
}
#as20240821 .intro__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #DB1775;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 640px) {
  #as20240821 .intro__item:before {
    border-width: 1.0666666667vw;
    border-radius: 8vw;
  }
}
#as20240821 .intro__ttl {
  background: #DB1775;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0;
  padding: 11px 20px 12px;
}
@media (max-width: 640px) {
  #as20240821 .intro__ttl {
    font-size: 4.8vw;
    padding: 3.4666666667vw 2.6666666667vw 3.2vw;
  }
}
#as20240821 .intro__ttl span {
  font-feature-settings: "palt" 1;
  margin-right: -10px;
}
@media (max-width: 640px) {
  #as20240821 .intro__ttl span {
    margin-right: -2.6666666667vw;
  }
}
#as20240821 .intro__img {
  margin-left: auto;
  margin-right: auto;
}
#as20240821 .intro__txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.5714285714;
  padding: 21px;
}
@media (max-width: 640px) {
  #as20240821 .intro__txt {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
#as20240821 .intro__btn .btn__main {
  display: block;
  margin: 0 auto;
  width: 267px;
  height: 60px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  #as20240821 .intro__btn .btn__main {
    width: 71.2vw;
    height: 16vw;
    font-size: 5.8666666667vw;
  }
}
#as20240821 .intro__btn .btn__main:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 15px;
  background: url("../img/ico_arrow.svg") center no-repeat;
  background-size: 100%;
  right: 15px;
}
@media (max-width: 640px) {
  #as20240821 .intro__btn .btn__main:before {
    width: 2.6666666667vw;
    height: 4vw;
    right: 4vw;
  }
}
#as20240821 .intro__btn .btn__main span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
#as20240821 .intro__btn .btn__main span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: #9A9A9A;
  z-index: -1;
}
@media (max-width: 640px) {
  #as20240821 .intro__btn .btn__main span:before {
    border-radius: 8vw;
  }
}
#as20240821 .intro__btn .btn__main span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3px;
  left: 3px;
  border-radius: 30px;
  background: #676767;
  z-index: -2;
}
@media (max-width: 640px) {
  #as20240821 .intro__btn .btn__main span:after {
    border-radius: 8vw;
    top: 0.8vw;
    left: 0.8vw;
  }
}
@media screen and (min-width: 641px) {
  #as20240821 .intro__btn .btn__main:hover span {
    transition: all 0.3s ease-in-out;
    top: 1px;
    left: 1px;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  #as20240821 .intro__btn .btn__main:hover span {
    top: 0.2666666667vw;
    left: 0.2666666667vw;
  }
}
@media screen and (min-width: 641px) {
  #as20240821 .intro__btn .btn__main:hover span:before {
    top: 1px;
    left: 1px;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  #as20240821 .intro__btn .btn__main:hover span:before {
    top: 0.2666666667vw;
    left: 0.2666666667vw;
  }
}
@media screen and (min-width: 641px) {
  #as20240821 .intro__btn .btn__main:hover span:after {
    top: 1px;
    left: 1px;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  #as20240821 .intro__btn .btn__main:hover span:after {
    top: 0.2666666667vw;
    left: 0.2666666667vw;
  }
}
#as20240821 .intro__note {
  font-size: 12px;
  color: #808080;
  line-height: 1.6666666667;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding: 14px 20px 28px;
}
@media (max-width: 640px) {
  #as20240821 .intro__note {
    font-size: 3.2vw;
    padding: 4vw 2.6666666667vw 7.7333333333vw;
  }
}
#as20240821 .intro .intro__item.--01 .intro__img {
  width: 355px;
  padding-top: 32px;
}
@media (max-width: 640px) {
  #as20240821 .intro .intro__item.--01 .intro__img {
    width: 72vw;
    padding-top: 8.5333333333vw;
  }
}
#as20240821 .intro .intro__item.--02 {
  background: rgb(132, 17, 132);
  background: linear-gradient(180deg, rgb(132, 17, 132) 0%, rgb(132, 17, 132) 7%, rgb(255, 255, 255) 7%, rgb(255, 255, 255) 100%);
}
#as20240821 .intro .intro__item.--02:before {
  border-color: #841184;
}
@media (max-width: 640px) {
  #as20240821 .intro .intro__item.--02 {
    margin-top: 8.5333333333vw;
  }
}
#as20240821 .intro .intro__item.--02 .intro__ttl {
  background: #841184;
}
#as20240821 .intro .intro__item.--02 .intro__img {
  width: 263px;
  padding-top: 26px;
}
@media (max-width: 640px) {
  #as20240821 .intro .intro__item.--02 .intro__img {
    width: 72vw;
    padding-top: 8.5333333333vw;
  }
}
#as20240821 .intro .intro__item.--02 .intro__txt {
  width: 105px;
  padding-right: 0;
  text-align: left;
  margin: 4px auto 7px;
}
@media (max-width: 640px) {
  #as20240821 .intro .intro__item.--02 .intro__txt {
    width: 30.9333333333vw;
    margin: 2.1333333333vw auto 1.8666666667vw;
  }
}
#as20240821 .intro .intro__item.--02 .intro__btn .btn__main span:before {
  background: #9A9A9A;
}
#as20240821 .intro .intro__item.--02 .intro__btn .btn__main span:after {
  background: #676767;
}
#as20240821 .intro .intro__item.--02 .intro__note {
  font-size: 14px;
  line-height: 1.5714285714;
  color: #E53838;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 640px) {
  #as20240821 .intro .intro__item.--02 .intro__note {
    font-size: 3.7333333333vw;
    padding-bottom: 6.9333333333vw;
  }
}