@charset "UTF-8";
.main {
    background-image: url(../images/lapraline_background_1.png);
    background-size: contain;
}
.article_header h2 {
    display: flex;
    padding: 100px 0;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    border-bottom: none;
}
.market {
    margin-bottom: 100px;
}
.market_topics, .history_topics {
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}
.market_topic, .history_topic {
    display: flex;
    width: 375px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.market_topic_ttl, .history_topic_ttl {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1.75px;
}
.market_topic_txt, .history_topic_txt {
    width: 250px;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 17px; /* 121.429% */
    letter-spacing: 0.98px;
}
.comingUp {
    display: flex;
    width: 375px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.market_comingUp {
    width: 355px;
    height: 203px;
    border-radius: 10px;
    background-color: var(--default_white, #FFF);

    /* cursor: default; */
    /* filter: grayscale(100%); */
    /* or  マーケット予定入れたら↑　「cursor〜(100%);」までの2行を選択し「⌘/」入力、
    ↓　に変更するため「cur〜pointer;」までの2行を選択し「⌘/」入力しコメントアウトを解除 */
    cursor: pointer;

    position: relative;
}
.market_comingUp a {
    content: '';
    display: inline-flex;
    width: 235px;
    height: 45px;
    padding: 10px 60px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--txt-color, #56452D);
    opacity: 0.9;
    background-color: var(--default_yellow, #FFFAE7);
    box-shadow: 5px 5px 5px 0 #FFF;
    position: absolute;

    /* pointer-events: none; */
    /* or  マーケット予定入れたら↑1行を選択し「⌘/」入力しコメントアウト解除 */

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--txt-color, #56452D);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1.05px;
}
.comingUp_desc {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.comingUp_desk_ttl {
    display: flex;
    justify-content: center;
}
.comingUp_desc p {
    display: flex;
    padding: 10px 0;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.9px;
    border-bottom: 1px solid var(--txt-color, #56452D);
}
.comingUp_desc span {
    display: flex;
    justify-content: center;
}
.lines {
    display: flex;
    width: 300px;
    margin: 100px auto 0;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.line-1 {
    width: 300px;
    height: 1px;
    background-color: var(--txt-color, #56452D);
}
.line-2 {
    width: 200px;
    height: 1px;
    background-color: var(--txt-color, #56452D);
}
.line-3 {
   width: 100px;
    height: 1px;
    background-color: var(--txt-color, #56452D);
}

.market_history {
    width: 100%;
    background-color: rgba(255, 250, 231, 0.6);
    display: flex;
    margin: 0 auto;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.histories {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.history {
    display: flex;
    width: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.market_name {
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid var(--txt-color, #56452D);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 2rem;
    font-weight: 400;
    line-height: 30px; /* 100% */
    letter-spacing: 1px;
}
.market_date {
    display: flex;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    border-bottom: 1px solid var(--txt-color, #56452D);
    font-family: "Playfair Display";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.9px;
}
.market_date span {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.9px;
}
