@charset "UTF-8";

.contents__inner {
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(0.938rem, 0.863rem + 0.28vw, 1.031rem);
}

.event_detail {
    display: flex;
    margin-bottom: 25px;
}

.event_detail:last-of-type {
    margin-bottom: 0;
}

.event_detail dt {
    margin-top: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    line-height: 1.4;
    width: 120px;
    position: relative;
}

.event_detail dt i{
    color: #8b8b8b;
    font-style: normal;
    margin-right: 2px;
    font-size: 75%;
}

.event_detail dd {
    line-height: 1.4;
}

.message {
    font-size: clamp(1rem, 0.921rem + 0.34vw, 1.125rem);
}
.content-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
    align-items: flex-start;
}

.content-wrapper figure {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

.content-wrapper figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 49, 146, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.content-wrapper figure:hover:before {
    opacity: 1;
}

.content-wrapper figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
    opacity: 0;
    text-align: center;
}

.content-wrapper figure:hover figcaption {
    opacity: 1;
}

.content-wrapper .overview {
    background-color:#f9fdf7;
    padding: 30px 15px 30px clamp(0.938rem, 0.338rem + 2.23vw, 1.688rem);
}

@media screen and (min-width: 967px) {
    .content-wrapper .overview-wrapper {
        flex-basis: 65%;
    }
}

.text-center {
    text-align: center;
}

.text-underline {
    text-decoration: underline;
}

.margin-block {
    margin-block: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.emphasis {
    font-weight: bold;
    color: #e90d41;
}

.emphasis.emphasis--summer {
    color:#2e3192;
}

em {
    color:#7b7dd1;
    font-size:clamp(1.5rem, 1.101rem + 1.48vw, 2rem);
    letter-spacing:0.15em;
    font-family: "Noto Serif JP", serif;
}

em span {
    letter-spacing: -10px;
}

.label {
  display: inline-block;
}

.label--2 {
  letter-spacing: 2em;
}

.label--3 {
  letter-spacing: 0.5em;
}

h3 {
    margin-bottom: 0.8em;
}

@media only screen and (min-width: 970px) {
    h3 {
        margin-left: -13.2px;
    }    
}


@media only screen and (max-width: 969.9px) {
    em span {
        letter-spacing: -35px;
    }
}

@media only screen and (max-width: 640.9px) {
    .content-wrapper  {
        flex-direction: column-reverse;
    }

    .content-wrapper figure {
        margin-bottom: 20px;
        max-width: 640px;
    }
}

.notes {
    font-size: 98%;
}

.notes2 {
    font-size: 93%;
}