@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-ccp {
  overflow: hidden;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#as20240821-ccp .inner {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #as20240821-ccp .inner {
    width: 100%;
  }
}
#as20240821-ccp img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}
#as20240821-ccp .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;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  #as20240821-ccp .btn__main {
    width: 71.2vw;
    height: 16vw;
    font-size: 5.8666666667vw;
    border-radius: 8vw;
  }
}
#as20240821-ccp .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-ccp .btn__main:before {
    width: 2.6666666667vw;
    height: 4vw;
    right: 4vw;
  }
}
#as20240821-ccp .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-ccp .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-ccp .btn__main span:before {
    border-radius: 8vw;
  }
}
#as20240821-ccp .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-ccp .btn__main span:after {
    border-radius: 8vw;
    top: 0.8vw;
    left: 0.8vw;
  }
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .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-ccp .btn__main:hover span {
    top: 0.2666666667vw;
    left: 0.2666666667vw;
  }
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .btn__main:hover span:before {
    top: 1px;
    left: 1px;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  #as20240821-ccp .btn__main:hover span:before {
    top: 0.2666666667vw;
    left: 0.2666666667vw;
  }
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .btn__main:hover span:after {
    top: 1px;
    left: 1px;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  #as20240821-ccp .btn__main:hover span:after {
    top: 0.2666666667vw;
    left: 0.2666666667vw;
  }
}
#as20240821-ccp .btn__main--pdf {
  font-size: 16px;
  height: 50px;
}
@media (max-width: 640px) {
  #as20240821-ccp .btn__main--pdf {
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
  }
}
#as20240821-ccp .btn__main--pdf span:before {
  background: #00B6D0;
}
#as20240821-ccp .btn__main--pdf span:after {
  display: none;
}
#as20240821-ccp .btn__main--pdf span i {
  display: inline-block;
  width: 34px;
  height: 16px;
  margin-left: 10px;
}
@media (max-width: 640px) {
  #as20240821-ccp .btn__main--pdf span i {
    width: 9.0666666667vw;
    height: 4.2666666667vw;
    margin-left: 2.6666666667vw;
  }
}
#as20240821-ccp .btn__main--pdf span i img {
  display: block;
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .btn__main--pdf:hover {
    opacity: 0.8;
  }
  #as20240821-ccp .btn__main--pdf:hover span {
    top: 0;
    left: 0;
  }
  #as20240821-ccp .btn__main--pdf:hover span:before {
    top: 0;
    left: 0;
  }
}
#as20240821-ccp .ttl__main {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 17px;
}
@media (max-width: 640px) {
  #as20240821-ccp .ttl__main {
    font-size: 6.4vw;
    padding-bottom: 4.5333333333vw;
  }
}
#as20240821-ccp .ttl__main:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background: #000;
  bottom: 0;
}
@media (max-width: 640px) {
  #as20240821-ccp .ttl__main:before {
    width: 6.4vw;
    height: 0.8vw;
  }
}
#as20240821-ccp .banner-end {
  text-align: center;
  background-color: #191919;
}
@media (min-width: 641px) {
  #as20240821-ccp .banner-end img {
    width: 1280px;
  }
}
#as20240821-ccp .kv {
  background: #FFF35B;
}
#as20240821-ccp .history__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  display: none;
}
@media (min-width: 641px) {
  #as20240821-ccp .history__overlay {
    display: none !important;
  }
}
#as20240821-ccp .history__box {
  position: fixed;
  bottom: 195px;
  right: 50px;
  background: #fff;
  width: 285px;
  border: 4px solid #DB1775;
  border-radius: 20px;
  z-index: 10;
  box-sizing: border-box;
  padding: 0 20px 20px;
  display: none;
}
@media (max-width: 640px) {
  #as20240821-ccp .history__box {
    width: 76vw;
    border-width: 1.0666666667vw;
    border-radius: 5.3333333333vw;
    padding: 0 5.3333333333vw 7.2vw;
    right: 50%;
    top: 47.3%;
    bottom: auto;
    transform: translate(50%, -50%);
  }
}
#as20240821-ccp .history__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  #as20240821-ccp .history__close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -14.6666666667vw;
    right: -1.3333333333vw;
  }
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .history__close:hover {
    transform: scale(1.1);
  }
}
#as20240821-ccp .history__ttl {
  width: 180px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #as20240821-ccp .history__ttl {
    width: 48vw;
  }
}
#as20240821-ccp .history__ttl img {
  margin-top: -20px;
}
@media (max-width: 640px) {
  #as20240821-ccp .history__ttl img {
    margin-top: -5.3333333333vw;
  }
}
#as20240821-ccp .history__list {
  padding-top: 20px;
}
@media (max-width: 640px) {
  #as20240821-ccp .history__list {
    padding-top: 7.2vw;
  }
}
#as20240821-ccp .history__list li {
  text-align: center;
}
#as20240821-ccp .history__list li a {
  text-decoration: underline;
  color: #0044CC;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  #as20240821-ccp .history__list li a {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .history__list li a:hover {
    text-decoration: none;
  }
}
#as20240821-ccp .history__note {
  text-align: center;
  font-size: 16px;
  padding-top: 20px;
}
@media (max-width: 640px) {
  #as20240821-ccp .history__note {
    font-size: 4.2666666667vw;
    padding-top: 6.1333333333vw;
  }
}
#as20240821-ccp .store {
  padding-top: 76px;
  padding-bottom: 55px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
#as20240821-ccp .store__ttl {
  text-align: center;
  width: 444px;
  margin: 0 auto 16px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__ttl {
    width: 67.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
#as20240821-ccp .store__box {
  width: 920px;
  margin: 0 auto;
  border: 4px solid #019C44;
  background: #F2F2F2;
  padding: 45px 101px 43px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__box {
    width: 100%;
    border-width: 1.0666666667vw;
    padding: 12vw 5.3333333333vw 12.2666666667vw;
  }
}
#as20240821-ccp .store__sttl {
  color: #019C44;
  margin-bottom: 22px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__sttl {
    margin-bottom: 5.8666666667vw;
  }
}
#as20240821-ccp .store__sttl:before {
  background: #019C44;
}
#as20240821-ccp .store__btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__btn {
    margin-bottom: 8.8vw;
  }
}
#as20240821-ccp .store__btn--item {
  width: 80px;
  height: 36px;
  border: 1px solid #019C44;
  color: #019c44;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__btn--item {
    width: 20.8vw;
    height: 9.6vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .store__btn--item:nth-child(n+5) {
    margin-top: 2.6666666667vw;
  }
}
#as20240821-ccp .store__btn--item.is-active {
  background: #019C44;
  color: #fff;
}
#as20240821-ccp .store__item .region {
  display: none;
}
#as20240821-ccp .store__item .region.is-show {
  display: block;
}
#as20240821-ccp .store__item .region + .region {
  margin-top: 32px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region + .region {
    margin-top: 9.0666666667vw;
  }
}
#as20240821-ccp .store__item .region__ttl {
  font-size: 28px;
  color: #019C44;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region__ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 5.6vw;
  }
}
#as20240821-ccp .store__item .region .area {
  background: #fff;
  border-radius: 5px;
  padding: 0 24px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area {
    padding: 0 4.2666666667vw;
  }
}
#as20240821-ccp .store__item .region .area + .area {
  margin-top: 10px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area + .area {
    margin-top: 2.6666666667vw;
  }
}
#as20240821-ccp .store__item .region .area__ttl {
  font-size: 20px;
  color: #019C44;
  line-height: 1;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__ttl {
    font-size: 5.3333333333vw;
    min-height: 16vw;
    padding-right: 17.3333333333vw;
    padding-left: 1.0666666667vw;
  }
}
#as20240821-ccp .store__item .region .area__ttl .area__ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__ttl .area__ico {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 1.0666666667vw;
  }
}
#as20240821-ccp .store__item .region .area__ttl .area__ico:before, #as20240821-ccp .store__item .region .area__ttl .area__ico:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #019C44;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__ttl .area__ico:before, #as20240821-ccp .store__item .region .area__ttl .area__ico:after {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }
}
#as20240821-ccp .store__item .region .area__ttl .area__ico:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
#as20240821-ccp .store__item .region .area__ttl.is-open .area__ico:after {
  transform: translate(-50%, -50%) rotate(0);
}
#as20240821-ccp .store__item .region .area__items {
  padding-top: 19px;
  padding-bottom: 32px;
  display: none;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__items {
    padding-top: 4.5333333333vw;
    padding-bottom: 8vw;
  }
}
#as20240821-ccp .store__item .region .area__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
#as20240821-ccp .store__item .region .area__item .shop {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
#as20240821-ccp .store__item .region .area__item .shop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #019C44;
  display: none;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop + .shop {
    margin-top: 5.0666666667vw;
    padding-top: 4.8vw;
  }
  #as20240821-ccp .store__item .region .area__item .shop + .shop:before {
    display: block;
  }
}
@media (min-width: 641px) {
  #as20240821-ccp .store__item .region .area__item .shop:nth-child(odd) {
    padding-right: 20px;
  }
}
@media (min-width: 641px) {
  #as20240821-ccp .store__item .region .area__item .shop:nth-child(even) {
    padding-left: 15px;
    padding-right: 5px;
  }
}
@media (min-width: 641px) {
  #as20240821-ccp .store__item .region .area__item .shop:nth-child(n+3) {
    margin-top: 24px;
    padding-top: 21px;
  }
  #as20240821-ccp .store__item .region .area__item .shop:nth-child(n+3):before {
    display: block;
  }
}
@media (min-width: 641px) {
  #as20240821-ccp .store__item .region .area__item .shop:nth-child(2n+3):before {
    display: block;
    right: -50vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop__name {
  font-size: 18px;
  line-height: 1.2222222222;
  margin-bottom: 6px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop__name {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop__content {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop__content {
    padding-right: 0.8vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop__image {
  width: 130px;
  height: 130px;
  position: relative;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop__image {
    width: 30.6666666667vw;
    height: 27.4666666667vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#as20240821-ccp .store__item .region .area__item .shop__text {
  margin-top: 20px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop__text {
    margin-top: 2.6666666667vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop__btn {
  margin-bottom: 19px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop__btn {
    margin-bottom: 2.6666666667vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop .btn__main {
  width: 160px;
  height: 50px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop .btn__main {
    width: 44.2666666667vw;
    height: 13.3333333333vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop .btn__main:before {
  right: 10px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop .btn__main:before {
    right: 3.4666666667vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop .btn__main span {
  font-size: 16px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop .btn__main span {
    font-size: 4.2666666667vw;
    padding-right: 1.0666666667vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop .btn__main02 {
  margin-left: -4px;
  pointer-events: none;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop .btn__main02 {
    margin-left: 0;
  }
}
#as20240821-ccp .store__item .region .area__item .shop .btn__main02 span {
  font-size: 14px;
  line-height: 1.5714285714;
  position: relative;
  padding-bottom: 3px;
  color: #000;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop .btn__main02 span {
    font-size: 3.7333333333vw;
    padding-bottom: 0.8vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop .btn__main02 span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #000;
}
#as20240821-ccp .store__item .region .area__item .shop .btn__main02 span:after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%) rotate(90deg);
  right: -15px;
  width: 12px;
  height: 8px;
  background: url("../img/ico_arrow_black.svg") center no-repeat;
  background-size: 100%;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region .area__item .shop .btn__main02 span:after {
    right: -4vw;
    width: 3.2vw;
    height: 2.1333333333vw;
  }
}
#as20240821-ccp .store__item .region .area__item .shop .btn__main02:hover {
  color: inherit;
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .store__item .region .area__item .shop .btn__main02:hover span:before {
    display: none;
  }
}
#as20240821-ccp .store__item .region__01 .area__ttl {
  padding-left: 110px;
  min-height: 80px;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region__01 .area__ttl {
    padding-left: 25.0666666667vw;
    min-height: 21.3333333333vw;
  }
}
#as20240821-ccp .store__item .region__01 .area__ttl:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 65px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 640px) {
  #as20240821-ccp .store__item .region__01 .area__ttl:before {
    width: 18.6666666667vw;
    height: 17.3333333333vw;
  }
}
#as20240821-ccp .store__item .region__01 .area__ttl--01:before {
  background: url("../img/store/ico_map01.svg") center no-repeat;
  background-size: 100%;
}
#as20240821-ccp .store__item .region__01 .area__ttl--02:before {
  background: url("../img/store/ico_map02.svg") center no-repeat;
  background-size: 100%;
}
#as20240821-ccp .store__item .region__01 .area__ttl--03:before {
  background: url("../img/store/ico_map03.svg") center no-repeat;
  background-size: 100%;
}
#as20240821-ccp .store__item .region__01 .area__ttl--04:before {
  background: url("../img/store/ico_map04.svg") center no-repeat;
  background-size: 100%;
}
#as20240821-ccp .store__item .region__01 .area__ttl--05:before {
  background: url("../img/store/ico_map05.svg") center no-repeat;
  background-size: 100%;
}
#as20240821-ccp .store__item .region__01 .area__ttl--06:before {
  background: url("../img/store/ico_map06.svg") center no-repeat;
  background-size: 100%;
}
#as20240821-ccp .store__item .region__01 .area__ttl--07:before {
  background: url("../img/store/ico_map07.svg") center no-repeat;
  background-size: 100%;
}
#as20240821-ccp .products {
  padding: 50px 0 101px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products {
    padding: 8.2666666667vw 0 14.9333333333vw;
  }
}
#as20240821-ccp .products__ttl {
  margin-bottom: 26px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__ttl {
    margin-bottom: 7.7333333333vw;
  }
}
#as20240821-ccp .products__ttl02 {
  width: 382px;
  margin: 0 auto 48px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__ttl02 {
    width: 64.5333333333vw;
    margin: 0 auto 8.8vw;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .products__content {
    padding-inline: 3.2vw;
  }
}
#as20240821-ccp .products__subttl {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  background: #DB1775;
  color: #fff;
  margin: 0 auto;
  border-radius: 20px;
  min-width: 114px;
  padding: 1px 20px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  box-sizing: border-box;
  margin-bottom: -4px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__subttl {
    font-size: 4.2666666667vw;
    border-radius: 5.3333333333vw;
    min-width: 30.4vw;
    padding: 0.2666666667vw 5.3333333333vw;
    top: -5.8666666667vw;
    margin-bottom: -1.0666666667vw;
  }
}
#as20240821-ccp .products__subttl span {
  font-size: 24px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__subttl span {
    font-size: 6.4vw;
  }
}
#as20240821-ccp .products__box {
  border: 4px solid #DB1775;
  border-radius: 30px;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 60px 24px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__box {
    width: 100%;
    border-radius: 8vw;
    padding: 0 0 8.8vw;
    border-width: 1.0666666667vw;
  }
}
#as20240821-ccp .products__box.--purple {
  border-color: #841085;
}
#as20240821-ccp .products__box.--purple .products__subttl {
  background: #841085;
}
#as20240821-ccp .products__box.--purple .products__item:nth-child(n+5) {
  margin-top: 23px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__box.--purple .products__item:nth-child(n+5) {
    margin-top: 3.7333333333vw;
  }
}
#as20240821-ccp .products__box.--03 {
  padding-inline: 130px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__box.--03 {
    padding-inline: 0;
  }
}
#as20240821-ccp .products__box.--03 .products__item:nth-child(n+5) {
  margin-top: 20px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__box.--03 .products__item:nth-child(n+5) {
    margin-top: 2.9333333333vw;
  }
}
#as20240821-ccp .products__box.--03 .products__txt {
  margin-top: 10px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__box.--03 .products__txt {
    margin-top: 4vw;
  }
}
@media (min-width: 641px) {
  #as20240821-ccp .products__box.--04 {
    padding-bottom: 26px;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .products__box.--04 .products__item {
    margin: 0 5.3333333333vw;
  }
}
#as20240821-ccp .products__box.--04 .products__txt {
  margin-top: 9px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__box.--04 .products__txt {
    margin-top: 4vw;
  }
}
#as20240821-ccp .products__box + .products__box {
  margin-top: 50px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__box + .products__box {
    margin-top: 13.3333333333vw;
  }
}
#as20240821-ccp .products__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#as20240821-ccp .products__item {
  text-align: center;
  margin: 0 15px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__item {
    margin: 0 1.3333333333vw;
  }
}
#as20240821-ccp .products__item .products__img {
  width: 64px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__item .products__img {
    width: 17.0666666667vw;
  }
}
#as20240821-ccp .products__item .products__img.--large {
  width: 70px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__item .products__img.--large {
    width: 18.6666666667vw;
  }
}
#as20240821-ccp .products__item .products__txt {
  font-size: 16px;
  line-height: 1.375;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__item .products__txt {
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
    margin-top: 1.3333333333vw;
  }
}
#as20240821-ccp .products__btn {
  margin: 33px 0 27px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__btn {
    margin: 8vw 0 7.2vw;
  }
}
#as20240821-ccp .products__btn .btn__main {
  width: 326px;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__btn .btn__main {
    width: 86.9333333333vw;
  }
}
#as20240821-ccp .products__note {
  text-align: center;
  font-size: 14px;
  line-height: 1.7142857143;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #808080;
}
@media (max-width: 640px) {
  #as20240821-ccp .products__note {
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    padding: 0 6.1333333333vw;
  }
}
#as20240821-ccp .step__content {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__content {
    width: 100%;
  }
}
#as20240821-ccp .step__ttl {
  margin-bottom: 31px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__ttl {
    margin-bottom: 8vw;
  }
}
#as20240821-ccp .step .tabs__head {
  display: flex;
  justify-content: center;
  padding: 0 90px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tabs__head {
    padding: 0 6.4vw;
  }
}
#as20240821-ccp .step .tabs__head--item {
  cursor: pointer;
  color: #fff;
  width: 50%;
  text-align: center;
  padding: 10px 10px 28px;
  position: relative;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tabs__head--item {
    padding: 2.4vw 2.6666666667vw 5.0666666667vw;
  }
}
#as20240821-ccp .step .tabs__head--item:before {
  content: "";
  position: absolute;
  background: url("../img/ico_arrow.svg") center no-repeat;
  width: 10px;
  height: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: 10px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tabs__head--item:before {
    width: 2.6666666667vw;
    height: 4vw;
    bottom: 0.8vw;
  }
}
#as20240821-ccp .step .tabs__head--item:nth-child(1) {
  background: #FDC435;
}
#as20240821-ccp .step .tabs__head--item:nth-child(2) {
  background: #F68E1D;
}
#as20240821-ccp .step .tabs__content--item {
  display: none;
  background: #F2F2F2;
  padding: 78px 86px 46px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tabs__content--item {
    padding: 21.0666666667vw 5.3333333333vw 11.7333333333vw;
  }
}
#as20240821-ccp .step .tabs__content--item:nth-child(1) {
  border: 4px solid #FDC435;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tabs__content--item:nth-child(1) {
    border-width: 1.0666666667vw;
  }
}
#as20240821-ccp .step .tabs__content--item:nth-child(2) {
  border: 4px solid #F68E1D;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tabs__content--item:nth-child(2) {
    border-width: 1.0666666667vw;
  }
}
#as20240821-ccp .step .tabs__content--item.is-active {
  display: block;
}
#as20240821-ccp .step__item {
  background: #fff;
  border-radius: 30px;
  padding: 0 30px 27px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item {
    border-radius: 8vw;
    padding: 0 6.4vw 7.2vw;
  }
}
#as20240821-ccp .step__item + .step__item {
  margin-top: 58px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item + .step__item {
    margin-top: 15.4666666667vw;
  }
}
#as20240821-ccp .step__item .step__num {
  width: 68px;
  height: 68px;
  margin: 0 auto -15px;
  position: relative;
  top: -34px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__num {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    top: -9.0666666667vw;
  }
}
#as20240821-ccp .step__item .step__subttl {
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: center;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__subttl {
    font-size: 4.8vw;
  }
}
#as20240821-ccp .step__item .step__dtime dl {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__dtime dl {
    font-size: 4.2666666667vw;
  }
}
#as20240821-ccp .step__item .step__dtime dl dt {
  background: #f7823f;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 7px;
  margin-bottom: 12px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__dtime dl dt {
    padding: 0.8vw 1.8666666667vw;
    margin-bottom: 3.2vw;
  }
}
#as20240821-ccp .step__item .step__box {
  background: #F2F2F2;
  border-radius: 20px;
  width: 560px;
  margin: 43px auto 0;
  padding: 0 40px 18px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__box {
    width: 76.5333333333vw;
    border-radius: 5.3333333333vw;
    margin: 11.4666666667vw -1.0666666667vw 0;
    padding: 0 5.3333333333vw 4.8vw;
  }
}
#as20240821-ccp .step__item .step__box--ico {
  text-align: center;
  position: relative;
  top: -16px;
  width: 36px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__box--ico {
    width: 9.6vw;
  }
}
#as20240821-ccp .step__item .step__box--txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #E53838;
  padding: 13px 0 11px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__box--txt {
    font-size: 3.7333333333vw;
    padding: 3.4666666667vw 0 2.9333333333vw;
  }
}
#as20240821-ccp .step__item .step__box--check {
  text-align: center;
}
#as20240821-ccp .step__item .step__box--check span {
  background: #E53838;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 4px 18px;
  border-radius: 36px;
  position: relative;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__box--check span {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 4.8vw;
    border-radius: 9.6vw;
  }
}
#as20240821-ccp .step__item .step__box--check span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #E53838;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__box--check span:before {
    border-left: 2.4vw solid transparent;
    border-right: 2.4vw solid transparent;
    border-top: 2.4vw solid #E53838;
  }
}
#as20240821-ccp .step__item .step__box--list {
  padding-top: 25px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__box--list {
    padding-top: 6.6666666667vw;
  }
}
#as20240821-ccp .step__item .step__box--list li {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__box--list li {
    font-size: 3.4666666667vw;
    line-height: calc(5.3333333333vw / 3.4666666667vw);
  }
}
#as20240821-ccp .step__item .step__box--list li + li {
  margin-top: 5px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__box--list li + li {
    margin-top: 1.3333333333vw;
  }
}
#as20240821-ccp .step__item .step__box--list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #E53838;
  border-radius: 50%;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__box--list li:before {
    top: 2.1333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
#as20240821-ccp .step__item .step__box--note {
  font-size: 13px;
  line-height: 1.6666666667;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item .step__box--note {
    font-size: 3.4666666667vw;
  }
}
#as20240821-ccp .step__item.--01 .step__btn {
  text-align: center;
  padding-top: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--01 .step__btn {
    padding-top: 4vw;
  }
}
#as20240821-ccp .step__item.--01 .step__btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 14px;
  position: relative;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--01 .step__btn a {
    font-size: 3.7333333333vw;
  }
}
#as20240821-ccp .step__item.--01 .step__btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 18px;
  border-bottom: 1px solid #000;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--01 .step__btn a:before {
    right: 4.8vw;
    bottom: 0.5333333333vw;
  }
}
#as20240821-ccp .step__item.--01 .step__btn a span {
  margin-left: 4px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--01 .step__btn a span {
    margin-left: 1.0666666667vw;
  }
}
#as20240821-ccp .step__item.--01 .step__btn a span img {
  display: block;
}
#as20240821-ccp .step__item.--01 .step__btn a:hover {
  color: #000;
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .step__item.--01 .step__btn a:hover {
    opacity: 0.8;
  }
  #as20240821-ccp .step__item.--01 .step__btn a:hover:before {
    display: none;
  }
}
#as20240821-ccp .step__item.--01 .step__img {
  width: 265px;
  margin: -11px auto 0;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--01 .step__img {
    width: 70.6666666667vw;
    margin: -2.9333333333vw auto 0;
  }
}
#as20240821-ccp .step__item.--01 .step__img img {
  margin-left: 10px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--01 .step__img img {
    margin-left: 2.6666666667vw;
  }
}
#as20240821-ccp .step__item.--01 .step__note {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #808080;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--01 .step__note {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
#as20240821-ccp .step__item.--02 {
  padding-bottom: 31px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--02 {
    padding-bottom: 8.2666666667vw;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--02 .step__subttl.--01 {
    margin-top: 1.8666666667vw;
  }
}
#as20240821-ccp .step__item.--02 .step__btn02 {
  padding-top: 30px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--02 .step__btn02 {
    padding-top: 5.3333333333vw;
  }
}
#as20240821-ccp .step__item.--02 .step__btn02 .btn__main {
  width: 362px;
  height: 76px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 50px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--02 .step__btn02 .btn__main {
    width: 74.4vw;
    height: 26.6666666667vw;
    border-radius: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#as20240821-ccp .step__item.--02 .step__btn02 .btn__main:before {
  right: 24px;
  transform: translateY(-50%) rotate(-90deg);
}
#as20240821-ccp .step__item.--02 .step__btn02 .btn__main span:before {
  background: #009C43;
  border-radius: 50px;
}
#as20240821-ccp .step__item.--02 .step__btn02 .btn__main span:after {
  display: none;
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .step__item.--02 .step__btn02 .btn__main:hover {
    opacity: 0.8;
  }
  #as20240821-ccp .step__item.--02 .step__btn02 .btn__main:hover span {
    top: 0;
    left: 0;
  }
  #as20240821-ccp .step__item.--02 .step__btn02 .btn__main:hover span:before {
    top: 0;
    left: 0;
  }
}
#as20240821-ccp .step__item.--03 {
  padding-bottom: 31px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--03 {
    padding-bottom: 8.2666666667vw;
  }
}
#as20240821-ccp .step__item.--03 .step__img02 {
  width: 270px;
  margin: 23px auto;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--03 .step__img02 {
    width: 60.8vw;
    margin: 5.3333333333vw auto 6.6666666667vw;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--03 .step__img02 img {
    margin-left: -1.3333333333vw;
  }
}
@media (min-width: 641px) {
  #as20240821-ccp .step__item.--03 .step__box.--01 {
    width: 505px;
    padding-bottom: 26px;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--03 .step__box.--01 {
    padding-bottom: 7.7333333333vw;
  }
}
@media (min-width: 641px) {
  #as20240821-ccp .step__item.--03 .step__box.--01 .step__box--txt {
    padding-top: 7px;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--03 .step__box.--01 .step__box--txt {
    padding-top: 0;
    margin-top: -1.0666666667vw;
    padding-bottom: 8px;
  }
}
#as20240821-ccp .step__item.--04 {
  margin-top: 59px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--04 {
    margin-top: 15.7333333333vw;
  }
}
#as20240821-ccp .step__item.--04 .step__subttl {
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step__item.--04 .step__subttl {
    margin-bottom: 6.4vw;
  }
}
#as20240821-ccp .step .tab__02 .step__item.--02 .step__btn02 {
  padding-top: 21px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--02 .step__btn02 {
    padding-top: 5.6vw;
  }
}
#as20240821-ccp .step .tab__02 .step__item.--02 .step__btn02 .btn__main {
  width: 270px;
  height: 50px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--02 .step__btn02 .btn__main {
    width: 72vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#as20240821-ccp .step .tab__02 .step__item.--02 .step__btn02 .btn__main:before {
  right: 20px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--02 .step__btn02 .btn__main:before {
    right: 5.3333333333vw;
  }
}
#as20240821-ccp .step .tab__02 .step__item.--02 .step__btn02 .btn__main i {
  margin-left: 8px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--02 .step__btn02 .btn__main i {
    margin-left: 2.1333333333vw;
  }
}
#as20240821-ccp .step .tab__02 .step__item.--02 .step__btn02 .btn__main i img {
  display: block;
}
#as20240821-ccp .step .tab__02 .step__item.--03 {
  position: relative;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--03 .step__subttl {
    padding-top: 6.1333333333vw;
  }
}
#as20240821-ccp .step .tab__02 .step__item.--03 .step__img03 {
  width: 445px;
  margin: 63px auto 24px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--03 .step__img03 {
    width: 78.6666666667vw;
    margin: 7.7333333333vw auto 9.6vw;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--03 .step__img03 img {
    margin-left: -1.0666666667vw;
  }
}
#as20240821-ccp .step .tab__02 .step__item.--03 .step__bub {
  width: 168px;
  position: absolute;
  top: -5px;
  right: -38px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--03 .step__bub {
    width: 29.3333333333vw;
    top: -8.5333333333vw;
    right: 0;
  }
}
@media (min-width: 641px) {
  #as20240821-ccp .step .tab__02 .step__item.--03 .step__box.--02 {
    width: 560px;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--03 .step__box.--02 .step__box--txt {
    margin-inline: -2.6666666667vw;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--03 .step__box.--02 .step__box--txt.--01 {
    padding-top: 0;
    margin-top: -0.5333333333vw;
  }
}
#as20240821-ccp .step .tab__02 .step__item.--03 .step__box.--02 .step__box--txt02 {
  font-size: 13px;
  line-height: 1.5384615385;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  border-bottom: 1px solid #E53838;
  padding-bottom: 20px;
  margin-bottom: 13px;
}
@media (max-width: 640px) {
  #as20240821-ccp .step .tab__02 .step__item.--03 .step__box.--02 .step__box--txt02 {
    font-size: 3.4666666667vw;
    line-height: calc(5.3333333333vw / 3.4666666667vw);
    padding-bottom: 10.1333333333vw;
    margin-bottom: 1.8666666667vw;
  }
}
#as20240821-ccp .terms {
  padding-top: 105px;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms {
    padding-top: 19.2vw;
  }
}
#as20240821-ccp .terms__content {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms__content {
    width: 100%;
    padding-inline: 3.2vw;
  }
}
#as20240821-ccp .terms__box {
  border: 4px solid #000;
  border-radius: 30px;
  padding: 24px 28px 21px;
  margin-top: 31px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms__box {
    border-width: 1.0666666667vw;
    border-radius: 8vw;
    padding: 6.4vw 6.4vw 6.9333333333vw;
    margin-top: 8.2666666667vw;
  }
}
#as20240821-ccp .terms .accordion {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8571428571;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms .accordion {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: calc(6.9333333333vw / 3.7333333333vw);
  }
}
#as20240821-ccp .terms .accordion__content {
  overflow: hidden;
  margin-top: 20px;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms .accordion__content {
    margin-top: 5.3333333333vw;
  }
}
#as20240821-ccp .terms .accordion__btn {
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms .accordion__btn {
    margin-top: 5.0666666667vw;
  }
}
#as20240821-ccp .terms .accordion__btn p {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 4px;
  position: relative;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms .accordion__btn p {
    font-size: 3.7333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}
#as20240821-ccp .terms .accordion__btn p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 24px;
  border-bottom: 1px solid #000;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms .accordion__btn p:before {
    right: 6.4vw;
  }
}
#as20240821-ccp .terms .accordion__btn p span {
  display: inline-block;
  margin-left: 8px;
  transform: rotate(180deg);
  width: 15px;
  height: 10px;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms .accordion__btn p span {
    margin-left: 2.1333333333vw;
    width: 4vw;
    height: 2.6666666667vw;
  }
}
#as20240821-ccp .terms .accordion__btn p span img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .terms .accordion__btn p:hover:before {
    display: none;
  }
}
#as20240821-ccp .terms .accordion__item p a {
  color: inherit;
  text-decoration: underline;
  overflow-wrap: break-word;
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .terms .accordion__item p a:hover {
    text-decoration: none;
  }
}
#as20240821-ccp .terms .accordion__item p small {
  font-size: 10px;
  position: relative;
  top: -2px;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms .accordion__item p small {
    font-size: 2.6666666667vw;
    top: -0.5333333333vw;
  }
}
#as20240821-ccp .terms .accordion__item p + p {
  margin-top: 20px;
}
@media (max-width: 640px) {
  #as20240821-ccp .terms .accordion__item p + p {
    margin-top: 5.3333333333vw;
  }
}
#as20240821-ccp .terms .accordion__item .for-close {
  display: none;
}
#as20240821-ccp .terms .accordion__item.is-open .accordion__title::after {
  transform: translateY(-50%) rotate(315deg);
}
#as20240821-ccp .terms .accordion__item.is-open .accordion__btn .for-close {
  display: inline-block;
}
#as20240821-ccp .terms .accordion__item.is-open .accordion__btn .for-open {
  display: none;
}
#as20240821-ccp .terms .accordion__item.is-open .accordion__btn p span {
  transform: rotate(0deg);
}
#as20240821-ccp .info {
  padding-top: 103px;
  padding-bottom: 121px;
}
@media (max-width: 640px) {
  #as20240821-ccp .info {
    padding-top: 23.2vw;
    padding-bottom: 23.4666666667vw;
  }
}
#as20240821-ccp .info__content {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  #as20240821-ccp .info__content {
    width: 100%;
    padding-inline: 3.2vw;
  }
}
#as20240821-ccp .info__items {
  margin-top: 50px;
}
@media (max-width: 640px) {
  #as20240821-ccp .info__items {
    margin-top: 13.3333333333vw;
  }
}
#as20240821-ccp .info__item {
  border: 3px solid #E53838;
  padding: 0 20px 25px;
  border-radius: 30px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #as20240821-ccp .info__item {
    border-width: 0.8vw;
    border-radius: 8vw;
    padding: 0 5.3333333333vw 6.6666666667vw;
  }
}
#as20240821-ccp .info__item + .info__item {
  margin-top: 43px;
}
@media (max-width: 640px) {
  #as20240821-ccp .info__item + .info__item {
    margin-top: 11.4666666667vw;
  }
}
#as20240821-ccp .info__subttl {
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  background: #E53838;
  color: #fff;
  margin: 0 auto;
  border-radius: 30px;
  min-width: 242px;
  padding: 5px 20px 6px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  box-sizing: border-box;
  margin-bottom: -3px;
}
@media (max-width: 640px) {
  #as20240821-ccp .info__subttl {
    font-size: 4.8vw;
    border-radius: 8vw;
    min-width: 64.5333333333vw;
    padding: 1.3333333333vw 5.3333333333vw 1.6vw;
    top: -5.8666666667vw;
    margin-bottom: -1.0666666667vw;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .info__subttl.--lg {
    min-width: 87.2vw;
    padding-inline: 2.6666666667vw;
    white-space: nowrap;
  }
}
#as20240821-ccp .info__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 640px) {
  #as20240821-ccp .info__txt {
    font-size: 4.2666666667vw;
  }
}
#as20240821-ccp .info__txt02 {
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media (max-width: 640px) {
  #as20240821-ccp .info__txt02 {
    font-size: 3.7333333333vw;
  }
}
#as20240821-ccp .info__tel, #as20240821-ccp .info__mail {
  text-align: center;
  font-size: 24px;
  line-height: 1.0833333333;
  padding: 4px 0 22px;
}
@media (max-width: 640px) {
  #as20240821-ccp .info__tel, #as20240821-ccp .info__mail {
    font-size: 6.4vw;
    padding: 1.0666666667vw 0 5.8666666667vw;
  }
}
#as20240821-ccp .info__tel a, #as20240821-ccp .info__mail a {
  color: #000;
}
#as20240821-ccp .info__tel a:hover, #as20240821-ccp .info__mail a:hover {
  color: inherit;
}
@media screen and (min-width: 641px) {
  #as20240821-ccp .info__tel a:hover, #as20240821-ccp .info__mail a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 640px) {
  #as20240821-ccp .info__mail {
    font-size: 5.3333333333vw;
    line-height: 1.3;
  }
}