.event-purchase {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .event-purchase {
    margin: 0 0 80px;
  }
}
.event-purchase .main-img .img {
  margin: 0 0 12px;
}
.event-purchase .head-intro {
  margin: 0 0 80px;
}
.event-purchase .head-intro .title01 {
  margin: 0 0 16px;
  padding: 16px 8px;
  background: #E20314;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.event-purchase .head-intro .title02 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
}
.event-purchase .head-intro .text {
  margin: 0 0 16px;
  line-height: 2;
}
.event-purchase .head-intro .title03 {
  color: #E20314;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .event-purchase .head-intro {
    margin: 0 0 120px;
    padding: 24px 0 40px;
    background: #E20314;
  }
  .event-purchase .head-intro .main-img .img {
    margin: 0;
  }
  .event-purchase .head-intro .area-head {
    display: flex;
    background: #fff;
    border-radius: 12px;
  }
  .event-purchase .head-intro .area-head .head {
    width: 45%;
    padding: 16px 0 16px 16px;
  }
  .event-purchase .head-intro .area-head .main-img {
    width: 60%;
    padding: 16px;
  }
  .event-purchase .head-intro .title01 {
    margin: 0 0 32px;
    /*
        padding: 24px 16px;
        font-size: 24px;
         */
    padding: 16px 16px;
    font-size: 20px;
  }
  .event-purchase .head-intro .title02 {
    margin: 0 0 32px;
    font-size: 28px;
    text-align: center;
  }
  .event-purchase .head-intro .text {
    font-size: 14px;
    text-align: center;
  }
  .event-purchase .head-intro .text + .text {
    margin: 24px 0 0;
  }
  .event-purchase .head-intro .title03 {
    margin: 24px 0 0;
    padding: 8px;
    font-size: 28px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
  }
}
.event-purchase .flow {
  margin: 0 0 80px;
}
.event-purchase .flow .intro .title02 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.5;
}
.event-purchase .flow .intro .text {
  margin: 0 0 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .event-purchase .flow {
    margin: 0 0 96px;
  }
  .event-purchase .flow .intro .title02 {
    margin: 0 0 32px;
    font-size: 32px;
    text-align: center;
  }
  .event-purchase .flow .intro .text {
    margin: 0 0 24px;
    font-size: 16px;
    text-align: center;
  }
}
.event-purchase .achievements {
  margin: 0 0 80px;
}
.event-purchase .achievements .title01 {
  margin: 0 0 24px;
}
.event-purchase .achievements .text {
  margin: 0 0 24px;
}
.event-purchase .achievements .list .item + .item {
  margin: 24px 0 0;
}
.event-purchase .achievements .list .item .img {
  margin: 0 0 16px;
}
.event-purchase .achievements .list .item .title02 {
  margin: 0 0 12px;
  padding: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: solid 1px #1B1B1B;
}
.event-purchase .achievements .list .item .text {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .event-purchase .achievements {
    margin: 0 0 96px;
  }
  .event-purchase .achievements .title01 {
    margin: 0 0 32px;
  }
  .event-purchase .achievements .text {
    margin: 0 0 40px;
    text-align: center;
  }
  .event-purchase .achievements .list {
    display: flex;
    justify-content: space-between;
  }
  .event-purchase .achievements .list .item {
    width: 22.5%;
  }
  .event-purchase .achievements .list .item + .item {
    margin: 0;
  }
  .event-purchase .achievements .list .item .img {
    margin: 0 0 24px;
  }
  .event-purchase .achievements .list .item .title02 {
    font-size: 16px;
  }
  .event-purchase .achievements .list .item .text {
    margin: 0;
    font-size: 14px;
    text-align: left;
  }
  .event-purchase .achievements .list .item .text.tel {
    margin: 12px 0 0;
  }
}
.event-purchase .contact {
  margin: 0 0 80px;
}
.event-purchase .contact .title02 {
  font-size: 20px;
  margin: 0 0 24px;
}
.event-purchase .contact .tel-contact {
  margin: 0 0 32px;
}
.event-purchase .contact .tel-contact a {
  display: block;
  width: 100%;
}
.event-purchase .contact .tel-contact a .title01 {
  display: block;
  padding: 8px 0;
  text-align: center;
  background: #E20314;
  color: #fff;
  font-size: 20px;
  border-radius: 8px 8px 0 0;
}
.event-purchase .contact .tel-contact a .contact-detail {
  display: block;
  width: 100%;
  border: solid 2px #aaa;
  border-top: none;
}
.event-purchase .contact .tel-contact a .contact-detail .area-detail {
  display: block;
  padding: 12px;
}
.event-purchase .contact .tel-contact a .contact-detail .area-detail .tel {
  display: block;
  margin: 0 0 8px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.event-purchase .contact .tel-contact a .contact-detail .area-detail .area-text {
  display: block;
}
.event-purchase .contact .tel-contact a .contact-detail .area-detail .area-text .time {
  display: block;
  font-size: 14px;
}
.event-purchase .contact .tel-contact a .contact-detail .area-detail .area-text .time span {
  font-size: 12px;
}
.event-purchase .contact .tel-contact a .contact-detail .area-detail .area-text .text {
  display: block;
  font-size: 12px;
}
.event-purchase .contact .mail-contact a {
  display: block;
  width: 100%;
}
.event-purchase .contact .mail-contact a .title01 {
  display: block;
  padding: 8px 0;
  text-align: center;
  background: #E20314;
  color: #fff;
  font-size: 20px;
  border-radius: 8px 8px 0 0;
}
.event-purchase .contact .mail-contact a .contact-detail {
  display: block;
  width: 100%;
  border: solid 2px #aaa;
  border-top: none;
}
.event-purchase .contact .mail-contact a .contact-detail .area-detail {
  display: block;
  padding: 12px;
}
.event-purchase .contact .mail-contact a .contact-detail .area-detail .mail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 300px;
  margin: 0 auto;
  padding: 16px 8px;
  background: #B38E40;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}
.event-purchase .contact .mail-contact a .contact-detail .area-detail .mail:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 23px;
  background: url(../img/common/icon/mail.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .event-purchase .contact {
    margin: 0 0 96px;
  }
  .event-purchase .contact .title02 {
    font-size: 24px;
    margin: 0 0 40px;
    text-align: center;
  }
  .event-purchase .contact .tel-contact {
    margin: 0 0 40px;
  }
  .event-purchase .contact .tel-contact a {
    display: block;
    width: 100%;
  }
  .event-purchase .contact .tel-contact a .title01 {
    padding: 8px 0;
    font-size: 28px;
  }
  .event-purchase .contact .tel-contact a .contact-detail {
    display: block;
    width: 100%;
    border: solid 2px #aaa;
    border-top: none;
  }
  .event-purchase .contact .tel-contact a .contact-detail .area-detail {
    display: flex;
    align-items: center;
    padding: 24px;
  }
  .event-purchase .contact .tel-contact a .contact-detail .area-detail .tel {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 80px;
    text-align: center;
  }
  .event-purchase .contact .tel-contact a .contact-detail .area-detail .area-text {
    display: block;
  }
  .event-purchase .contact .tel-contact a .contact-detail .area-detail .area-text .time {
    display: block;
    font-size: 18px;
  }
  .event-purchase .contact .tel-contact a .contact-detail .area-detail .area-text .time span {
    font-size: 16px;
  }
  .event-purchase .contact .tel-contact a .contact-detail .area-detail .area-text .text {
    display: block;
    font-size: 16px;
  }
  .event-purchase .contact .mail-contact a {
    display: block;
    width: 100%;
  }
  .event-purchase .contact .mail-contact a .title01 {
    padding: 8px 0;
    font-size: 28px;
  }
  .event-purchase .contact .mail-contact a .contact-detail {
    display: block;
    width: 100%;
    border: solid 2px #aaa;
    border-top: none;
  }
  .event-purchase .contact .mail-contact a .contact-detail .area-detail {
    display: flex;
    padding: 24px;
  }
  .event-purchase .contact .mail-contact a .contact-detail .area-detail .mail {
    gap: 24px;
    width: 500px;
    padding: 32px 24px;
    font-size: 32px;
  }
  .event-purchase .contact .mail-contact a .contact-detail .area-detail .mail:before {
    width: 60px;
    height: 46px;
  }
}
.event-purchase .purchase-flow {
  margin: 0 0 80px;
}
.event-purchase .purchase-flow .title01 {
  margin: 0 0 24px;
}
.event-purchase .purchase-flow .text {
  margin: 0 0 24px;
}
.event-purchase .purchase-flow .list {
  margin: 0 0 40px;
}
.event-purchase .purchase-flow .list .item .area-text .text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .event-purchase .purchase-flow {
    margin: 0 0 96px;
  }
  .event-purchase .purchase-flow .title01 {
    margin: 0 0 32px;
  }
  .event-purchase .purchase-flow .text {
    margin: 0 0 40px;
    text-align: center;
  }
}
.event-purchase .voice {
  margin: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .event-purchase .voice {
    margin: 0 0 96px;
  }
}
.event-purchase .schedule {
  margin: 0 0 80px;
}
.event-purchase .schedule .text {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .event-purchase .schedule {
    margin: 0 0 96px;
  }
  .event-purchase .schedule .text {
    margin: 0 0 40px;
    text-align: center;
  }
}/*# sourceMappingURL=event-purchase.css.map */