@charset "UTF-8";
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.show.current {
  opacity: 0;
  animation: slideUp 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}

#flow {
  color: #444;
  font-size: 16px;
  text-align: left;
  padding: 90px 0 0;
}
@media screen and (max-width: 899px) {
  #flow {
    font-size: 4vw;
  }
}
#flow img {
  width: 100%;
}
#flow .top h2 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  background: linear-gradient(90deg, rgb(233, 143, 173) 0%, rgb(255, 166, 196) 3.63%, rgb(255, 49, 87) 100%);
  background: -webkitlinear-gradient(90deg, rgb(233, 143, 173) 0%, rgb(255, 166, 196) 3.63%, rgb(255, 49, 87) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
@media screen and (max-width: 899px) {
  #flow .top h2 {
    font-size: 8.5vw;
    width: 10em;
    margin: 0 auto 8vw;
  }
}
#flow .top > .text {
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 899px) {
  #flow .top > .text {
    width: 21em;
    margin: 0 auto 8vw;
  }
  #flow .top > .text span {
    display: block;
  }
}
#flow .top > .catch {
  color: #000;
  font-size: 18px;
  width: 550px;
  background-image: linear-gradient(90deg, rgb(255, 166, 196) 0%, rgb(255, 166, 196) 3.63%, rgb(255, 49, 87) 100%);
  margin: 0 auto 100px;
  border-radius: 50vh;
  padding: 1px;
}
@media screen and (max-width: 899px) {
  #flow .top > .catch {
    font-size: 4vw;
    width: 77.5vw;
    margin: 0 auto 17.5vw;
  }
}
#flow .top > .catch .inner {
  text-align: center;
  padding: 10px 0;
  background: #FFF;
  border-radius: 50vh;
}
@media screen and (max-width: 899px) {
  #flow .top > .catch .inner {
    font-size: 4vw;
    padding: 2.5vw 0;
  }
  #flow .top > .catch .inner span {
    margin: 0 auto;
    display: block;
  }
}
#flow .top .content {
  background-image: linear-gradient(300deg, rgb(236, 250, 255), rgb(232, 251, 232));
  padding: 75px 0 100px;
}
@media screen and (max-width: 899px) {
  #flow .top .content {
    padding: 15vw 0 4vw;
  }
}
#flow .top .content .cont {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  column-gap: 75px;
  row-gap: 45px;
  opacity: 0;
  animation: slideUp 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont {
    width: 85vw;
    display: block;
  }
}
#flow .top .content .cont .main picture {
  width: 360px;
  display: block;
  margin: 0 0 10px;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont .main picture {
    width: 100%;
    margin: 0 0 8vw;
  }
}
#flow .top .content .cont .main > .text span {
  color: #000;
  font-weight: 700;
}
#flow .top .content .cont .pic {
  width: 350px;
  display: block;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont .pic {
    transform: translateX(5vw);
    z-index: 2;
    position: relative;
    width: 50.5vw;
  }
}
#flow .top .content .cont .pic img {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
#flow .top .content .cont .detail {
  background-image: linear-gradient(90deg, rgba(38, 201, 203, 0.2), rgba(98, 198, 105, 0.2));
  border-radius: 10px;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont .detail {
    padding: 25vw 6.2vw 13vw;
  }
}
#flow .top .content .cont .detail::after {
  position: absolute;
  content: "";
}
#flow .top .content .cont .detail .text {
  font-size: 15px;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont .detail .text {
    font-size: 3.75vw;
  }
}
#flow .top .content .cont.cont01 {
  grid-template-rows: 126px 360px;
  grid-template-columns: 350px 575px;
  margin: 0 auto 95px;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont01 {
    margin: 0 auto 3vw;
    display: block;
  }
}
#flow .top .content .cont.cont01 .main {
  grid-area: 1/2/3/3;
}
#flow .top .content .cont.cont01 .main .text {
  margin: 0 0 40px;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont01 .main .text {
    margin: 0 0 10vw;
  }
}
#flow .top .content .cont.cont01 .pic {
  grid-area: 1/1/1/2;
  transform: translateY(-135px);
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont01 .pic {
    transform: translateX(5vw);
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 899px) and (max-width: 899px) {
  #flow .top .content .cont.cont01 .pic::after {
    position: absolute;
    content: "";
    background: url(../../images/aboutaa/flow_i01.svg) no-repeat center center/100% 100%;
    width: 29.2vw;
    height: 44vw;
    bottom: -6vw;
    right: -25vw;
  }
}
#flow .top .content .cont.cont01 .detail {
  grid-area: 2/3/2/2;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont01 .detail {
    transform: translateY(-14vw);
    z-index: 1;
  }
}
#flow .top .content .cont.cont01 .detail::after {
  bottom: -20px;
  right: 50px;
  width: 135px;
  height: 204px;
  background: url(../../images/aboutaa/flow_i01.svg) no-repeat center center/100% 100%;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont01 .detail::after {
    content: none;
  }
}
#flow .top .content .cont.cont01 .detail .block01 picture,
#flow .top .content .cont.cont01 .detail .block02 picture {
  width: 215px;
  display: block;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont01 .detail .block01 picture,
#flow .top .content .cont.cont01 .detail .block02 picture {
    width: 50.3vw;
  }
}
#flow .top .content .cont.cont01 .detail .block01 {
  margin: 0 0 30px;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont01 .detail .block01 {
    margin: 0 0 8vw;
  }
}
#flow .top .content .cont.cont02 {
  grid-template-rows: 126px 315px;
  grid-template-columns: 575px 350px;
}
#flow .top .content .cont.cont02 .main {
  grid-area: 1/1/1/1;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont02 .main {
    margin: 0 0 15vw;
  }
}
#flow .top .content .cont.cont02 .pic {
  transform: translateY(-30px);
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont02 .pic {
    transform: translateX(5vw);
    z-index: 2;
    position: relative;
  }
  #flow .top .content .cont.cont02 .pic::after {
    position: absolute;
    content: "";
    background: url(../../images/aboutaa/flow_i02.svg) no-repeat center center/100% 100%;
    width: 34.7vw;
    height: 41vw;
    bottom: -5vw;
    right: -25vw;
  }
}
#flow .top .content .cont.cont02 .detail {
  grid-area: 2/1/2/2;
  padding: 55px 60px 60px;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont02 .detail {
    padding: 30vw 6.2vw 15vw;
    transform: translateY(-15vw);
  }
}
#flow .top .content .cont.cont02 .detail::after {
  bottom: -30px;
  right: 5px;
  width: 171px;
  height: 202px;
  background: url(../../images/aboutaa/flow_i02.svg) no-repeat center center/100% 100%;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont02 .detail::after {
    content: none;
  }
}
#flow .top .content .cont.cont02 .detail .block01 .catch {
  color: #000;
  font-size: 19px;
  margin: 0 0 10px 20px;
  position: relative;
  width: 175px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont02 .detail .block01 .catch {
    font-size: 4.7vw;
    margin: 0 auto 2vw;
    width: 51vw;
  }
}
#flow .top .content .cont.cont02 .detail .block01 .catch::before, #flow .top .content .cont.cont02 .detail .block01 .catch::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
#flow .top .content .cont.cont02 .detail .block01 .catch::before {
  left: 0;
  transform: rotate(-40deg);
}
#flow .top .content .cont.cont02 .detail .block01 .catch::after {
  right: 0;
  transform: rotate(40deg);
}
#flow .top .content .cont.cont02 .detail .block01 picture {
  width: 230px;
  margin: 0 0 20px;
  display: block;
}
@media screen and (max-width: 899px) {
  #flow .top .content .cont.cont02 .detail .block01 picture {
    width: 57vw;
    margin: 0 auto 5vw;
  }
}
#flow .flow {
  padding: 125px 0 0;
}
@media screen and (max-width: 899px) {
  #flow .flow {
    padding: 20vw 0 0;
  }
}
#flow .flow h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 50px;
}
@media screen and (max-width: 899px) {
  #flow .flow h2 {
    font-size: 5.5vw;
    width: 14em;
    margin: 0 auto 11vw;
  }
}
#flow .flow h2 span {
  margin: 0 0 0 25px;
}
@media screen and (max-width: 899px) {
  #flow .flow h2 span {
    margin: 0;
  }
}
#flow .flow .content {
  width: 1000px;
  background-image: linear-gradient(300deg, rgb(252, 232, 223), rgb(252, 232, 238));
  border-radius: 15px;
  margin: 0 auto 80px;
  padding: 50px 50px 60px;
}
@media screen and (max-width: 899px) {
  #flow .flow .content {
    width: 100%;
    margin: 0 auto 15vw;
    padding: 10vw 8vw 20vw;
  }
}
#flow .flow .content .step {
  width: 610px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .step {
    width: 100%;
  }
}
#flow .flow .content .step .inner {
  column-gap: 20px;
  display: flex;
}
#flow .flow .content .step .inner .num {
  color: #e3007f;
  font-weight: bold;
  z-index: 1;
}
#flow .flow .content .step .inner .num span {
  color: #FFF;
  margin: 0 0 0 15px;
  align-items: center;
  position: relative;
}
#flow .flow .content .step .inner .num span::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -10px;
  background: #e3007f;
  border-radius: 50vh;
  width: 30px;
  height: 30px;
  z-index: -1;
}
#flow .flow .content .step .inner > .text span {
  color: #000;
  font-weight: 700;
}
#flow .flow .content .step .inner:first-child {
  margin: 0 0 20px;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .step .first {
    width: 14em;
  }
}
#flow .flow .content .picWrap {
  display: flex;
  justify-content: center;
  align-items: end;
  column-gap: 20px;
  margin: 0 0 55px;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .picWrap {
    display: block;
    margin: 0 0 15vw;
  }
}
@media screen and (max-width: 899px) {
  #flow .flow .content .picWrap .item {
    margin: 0 0 8vw;
  }
}
#flow .flow .content .picWrap .item picture {
  display: block;
}
#flow .flow .content .picWrap .item .text {
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0 12px;
  text-align: center;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .picWrap .item .text {
    font-size: 3vw;
    padding: 0 0 0 4vw;
  }
}
#flow .flow .content .picWrap .item .text::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  border: 5px solid transparent;
  border-bottom: 6px solid #444;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .picWrap .item .text::before {
    border: 1.3vw solid transparent;
    border-bottom: 1.5vw solid #444;
  }
}
#flow .flow .content .picWrap .item:first-child picture {
  width: 357px;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .picWrap .item:first-child picture {
    width: 68vw;
    margin: 0 auto;
  }
}
#flow .flow .content .picWrap .item:last-child picture {
  width: 490px;
  transform: translateY(-10px);
}
@media screen and (max-width: 899px) {
  #flow .flow .content .picWrap .item:last-child picture {
    width: 84vw;
    transform: none;
  }
}
#flow .flow .content .point {
  width: 750px;
  margin: 0 auto;
  text-align: center;
  background: #fff8d8;
  padding: 25px 0 20px 0;
  border: 1px solid #ff003c;
  position: relative;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .point {
    width: 85vw;
    margin: 0 auto;
    padding: 9vw 0;
  }
}
#flow .flow .content .point::before {
  position: absolute;
  content: "";
  top: -25px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: url(../../images/aboutaa/point_mark.svg) no-repeat center center/100% 100%;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .point::before {
    top: -8vw;
    left: -3vw;
    width: 15vw;
    height: 15vw;
  }
}
#flow .flow .content .point .main {
  color: #ff0000;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 10px;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .point .main {
    font-size: 5vw;
    margin: 0 0 3vw;
  }
  #flow .flow .content .point .main span {
    display: block;
  }
}
#flow .flow .content .point .case {
  text-align: left;
  width: fit-content;
  margin: 0 auto 10px;
  line-height: 2.5;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .point .case {
    text-align: left;
    width: 78vw;
    line-height: 2.3;
    margin: 0 auto 8vw;
  }
}
#flow .flow .content .point .case .date {
  background: #FFF;
  border: 1px solid #231815;
  padding: 3px 5px;
  margin: 0 5px;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .point .case .date {
    margin: 0 2vw;
    padding: 0 2vw;
    width: 9em;
    display: inline-block;
    line-height: 1.5;
  }
}
#flow .flow .content .point .case .date:last-child {
  margin: 0px 5px 0 53px;
}
@media screen and (max-width: 899px) {
  #flow .flow .content .point .case .date:last-child {
    margin: 0 2vw 0 14vw;
    display: inline-block;
    line-height: 1.5;
    width: 9em;
  }
}
@media screen and (max-width: 899px) {
  #flow .flow .content .point .case .sp {
    float: right;
  }
}
@media screen and (max-width: 899px) {
  #flow .flow .content .point .note {
    font-size: 3vw;
    width: 71vw;
    margin: 0 auto;
    line-height: 2;
  }
}
#flow .accor {
  width: 800px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 899px) {
  #flow .accor {
    font-size: 3.8vw;
    width: 85vw;
    margin: 0 auto 7vw;
  }
}
#flow .accor .title {
  padding: 20px 40px 15px 40px;
  border: 1px solid #c8c8c8;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  #flow .accor .title {
    padding: 5vw 5vw 4vw;
  }
  #flow .accor .title span {
    display: block;
  }
}
#flow .accor .title::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 1;
  transition: transform 0.3s, content 0.3s;
}
@media screen and (max-width: 899px) {
  #flow .accor .title::after {
    right: 5vw;
    font-size: 7vw;
  }
}
#flow .accor .title.open::after {
  content: "−";
}
#flow .accor .inner {
  padding: 0 40px 30px;
  border: 1px solid #c8c8c8;
  border-top: none;
  transform: translateY(-1px);
  z-index: 1;
  position: relative;
  background: #FFF;
}
@media screen and (max-width: 899px) {
  #flow .accor .inner {
    padding: 0 5vw 9vw;
    transform: translateY(-1vw);
  }
}
#flow .accor .inner .wrap {
  padding: 35px 0 0;
  border-top: dotted 1px #c8c8c8;
}
@media screen and (max-width: 899px) {
  #flow .accor .inner .wrap {
    padding: 6vw 0 0;
  }
}
#flow .accor .inner .wrap .text:first-child {
  margin: 0 0 30px;
}
@media screen and (max-width: 899px) {
  #flow .accor .inner .wrap .text:first-child {
    margin: 0 0 8vw;
  }
}
#flow .accor .inner .wrap .text .top {
  color: #000;
  font-weight: bold;
  margin: 0 0 15px;
}
@media screen and (max-width: 899px) {
  #flow .accor .inner .wrap .text .top {
    margin: 0 0 4vw;
  }
}
#flow .accor .inner .wrap .text > p span {
  color: #000;
  font-weight: bold;
}
#flow .accor .inner .wrap .text > p .red {
  color: #ff0000;
}
#flow .accor .inner .wrap .text .detail {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 899px) {
  #flow .accor .inner .wrap .text .detail {
    margin: 0;
  }
}
#flow .accor .inner .wrap .text .detail li {
  text-indent: -1rem;
  padding: 0 0 0 1rem;
}
#flow .accor .inner .wrap .text .detail li .material-icons {
  display: inline;
  margin: 0 0 0 5px;
  font-size: 16px;
}
@media screen and (max-width: 899px) {
  #flow .accor .inner .wrap .text .detail li .material-icons {
    margin: 0 0 0 1vw;
    font-size: 3.5vw;
  }
}
#flow .accor .inner .wrap .text:last-child .detail li:not(:last-child) {
  margin: 0 0 30px;
}
@media screen and (max-width: 899px) {
  #flow .accor .inner .wrap .text:last-child .detail li:not(:last-child) {
    margin: 0 0 6vw;
  }
}
#flow .accor .inner .wrap .text:last-child .detail li span {
  color: #000;
  font-weight: bold;
}
#flow .faq {
  padding: 100px 0 160px;
  position: relative;
}
@media screen and (max-width: 899px) {
  #flow .faq {
    margin: 0 0 5vw;
    padding: 27vw 0 80vw;
  }
}
#flow .faq::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  width: 268px;
  height: 123px;
  background: url(../../images/aboutaa/bg_text_pc.png) no-repeat center center/100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 899px) {
  #flow .faq::before {
    top: 6vw;
    left: 50%;
    width: 67vw;
    height: 30.7vw;
    background: url(../../images/aboutaa/bg_text_sp.png) no-repeat center center/100% 100%;
  }
}
#flow .faq::after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: calc(50% - 750px);
  width: 452px;
  height: 242px;
  background: url(../../images/aboutaa/qa_i01_pc.png) no-repeat center center/100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 899px) {
  #flow .faq::after {
    bottom: 0;
    right: 10vw;
    width: 93vw;
    height: 80.5vw;
    background: url(../../images/aboutaa/qa_i01_sp.png) no-repeat center center/100% 100%;
    transform: none;
  }
}
#flow .faq h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 50px;
}
@media screen and (max-width: 899px) {
  #flow .faq h2 {
    font-size: 5.5vw;
    margin: 0 0 17vw;
    width: 18rem;
    margin: 0 auto 17vw;
  }
}
#flow .faq ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 50px;
}
@media screen and (max-width: 899px) {
  #flow .faq ul {
    width: 85vw;
    margin: 0 auto;
    display: block;
  }
}
#flow .faq ul li {
  width: 470px;
}
@media screen and (max-width: 899px) {
  #flow .faq ul li {
    width: 100%;
    margin: 0 0 10vw;
  }
}
@media screen and (max-width: 899px) {
  #flow .faq ul li:nth-child(2) .textQ {
    height: 30vw;
  }
}
#flow .faq ul li .textQ {
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  background: #dcf0f0;
  padding: 20px 20px 15px 70px;
  height: 80px;
  margin: 0 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  #flow .faq ul li .textQ {
    font-size: 4.5vw;
    padding: 4vw 5vw 3vw 18vw;
    height: 20vw;
    margin: 0 0 5vw;
  }
}
#flow .faq ul li .textQ::before {
  content: "Q.";
  color: #26c9cb;
  font-size: 35px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  position: absolute;
  top: 48%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  #flow .faq ul li .textQ::before {
    font-size: 8vw;
    top: 45%;
    left: 6vw;
  }
}
#flow .faq ul li .textA span {
  color: #000;
  font-weight: bold;
}
#flow .cta {
  background: url(../../images/flow/cta_bg_01_pc.jpg) no-repeat center center;
  padding: 70px 0 40px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  #flow .cta {
    background: url(../../images/flow/cta_bg_01_sp.jpg) no-repeat center center/cover;
    padding: 10.2vw 12.8vw;
  }
}
#flow .cta .title {
  color: #ffffff;
  font-size: min(26px, 6.6vw);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  text-shadow: 0 2px 16px rgba(255, 30, 86, 0.25), 0 0 45px rgba(255, 30, 86, 0.7);
}
#flow .cta .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#flow .cta .buttons .button {
  font-size: 20px;
  background: #fff url(../../images/flow/s_arrow_02.svg) no-repeat calc(100% - 15px) center/35px auto;
  width: 320px;
  border-radius: 40px;
  box-shadow: 0px 4px 20px 0px rgba(255, 30, 86, 0.26);
  color: #ff1e56 !important;
  display: flex;
  font-weight: bold;
  padding: 15px 30px;
  text-decoration: none !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 899px) {
  #flow .cta .buttons .button {
    font-size: 5.1vw;
    width: 100%;
    background-size: 8.9vw auto;
  }
}

#btn {
  width: fit-content;
  -moz-width: fit-content;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 899px) {
  #btn {
    display: none;
    opacity: 1;
  }
}
#btn .party,
#btn .account {
  margin: 0 auto;
}
#btn .party a,
#btn .account a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 418px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 20px 60px;
  position: relative;
  display: block;
  box-sizing: border-box;
  border: solid 4px #d60000;
  background: linear-gradient(to bottom, rgb(226, 86, 86) 0%, rgb(219, 44, 44) 100%);
}
@media screen and (max-width: 899px) {
  #btn .party a,
#btn .account a {
    font-size: 4.5vw;
    width: 90vw;
    margin: 0 auto 4vw;
    padding: 4vw 0;
  }
}
#btn .party a::after,
#btn .account a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 20px;
}
#btn .party a {
  background: rgb(40, 187, 229);
  background: linear-gradient(to bottom, rgb(40, 187, 229) 0%, rgb(0, 173, 223) 100%);
  border: solid 4px #009fd7;
}
#btn.forpc {
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 899px) {
  #btn.forsp {
    display: block;
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */