@charset "UTF-8";

/* ========================================
   @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {

/* event -------------------------------------*/
#event .system-contents {
    width: min(95%, 1000px);
}
.event-star-contents,
.event-circle-contents {
    margin-top: 80px;
}

.event-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 16px;
}

#event .system-pic {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
}

#event .system-pic img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* =========================
   ★ セット（見出しあり）
========================= */

.event-star-block {
    margin-bottom: 80px;
}

.event-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #131313;
}



}



/* ========================================
   @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {

/* event -------------------------------------*/
.event-star-contents,
.event-circle-contents {
    margin-top: 11.59vw;
}

.event-heading {
   font-size:4.831vw;
    font-weight: 700;
    margin-bottom: 5.80vw;
    padding-bottom: 2.90vw;
    border-bottom: 0.2vw solid #131313;
}

.event-title {
   font-size:3.865vw;
   font-weight: 700;
   line-height: 1.6;
   margin-bottom: 3.86vw;
}
}