.c-live-event {
    margin-top: 50px;
}
.c-live-event__title {
    font-size: 36px;
    font-weight: bold;
    color: #FFBB66;
    font-family: 'Square721 Ex BT';
    text-align: center;
    opacity: 0.35;
}
.c-live-event__subtitle-1 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #FFBB66;
    margin-top: 10px;
}
.c-live-event__desc {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.c-live-event__items-1 {
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
    background-color: #FFFFFF;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px 0 20px 0;
    position: relative;
}
.c-live-event__item-1 {
    display: flex;
}
.c-live-event__image-1 {
    width: 335px;
    height: 160px;
}
.c-live-event__title-1 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
.c-live-event__title-2 {
    font-size: 22px;
    font-weight: bold;
    color: #77D088;
    text-align: left;
}
.c-live-event__text-wrap-1 {
    padding: 20px;
}
.c-live-event__text-1 {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}
.c-live-event__item-2 {
    display: flex;
    padding: 30px;
    > div:first-child {
        margin-right: 40px;
    }
}
.c-live-event__item-label {
    background-color: #EEAA77;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    width: 450px;
    line-height: 2.5;
}
.c-live-event__photo {
    width: 140px;
    height: 101px;
}
.c-live-event__item-wrap-1 {
    margin-top: 20px;
    display: flex;
}
.c-live-event__item-text {
    width: 285px;
    margin-left: 20px;
    font-size: 14px;
    text-align: left;
}
.arrow {
    margin-top: 10px;
    margin-bottom: 10px;
}
.c-live-event__item-subtitle {
    font-size: 14px;
    font-weight: bold;
}
.c-live-event__icons{
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    width: 450px;
    height: auto;
    margin-top: 20px;
}
.c-live-event__items-2 {
    background-color: #DDDDDD;
    width: 1000px;
    height: auto;
    border-radius: 20px 0 20px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
}
.c-live-event__items-2-label {
    font-size: 16px;
    font-weight: bold;
}
.c-live-event__item-2-wrap {
    display: flex;
    width: 460px;
    background-color: #FFFFFF;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.c-live-event__item-2-wrap-1 {
    display: flex;
    width: 460px;
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.c-live-event__item-2-wrap-text {
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
    width: 400px;
    text-align: left;
}
.c-live-event__items-2-container {
    padding: 20px 30px;
    display: flex;
}
.c-live-event__item-2-wrap-icon {
    width: 20px;
}
.c-live-event__desc-small {
    font-size: small;
    color: #666666;
    text-align: left;
    margin-top: 20px;
}
.c-live-event__arrow-right {
    margin-top: 280px;
    transform: scale(1.5);
}
.c-live-event__arrow-under {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transform: scale(1.25);
    margin-top: 80px;
    margin-bottom: 30px;
}
.c-live-event__debut-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #66CCFF;
}
.c-live-event__button {
    background-color: #ffffff;
    width: 160px;
    height: 30px;
    border-radius: 20px;
    position: absolute;
    bottom: 90px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    left: 370px;
}
