@media screen and (min-width: 1024px) {
html {
    scroll-behavior: smooth;/* ページ内のボタンを押したときにスクロール風の動きをする */
    font-size: 1vw;/* rem単位の基準値 */
    padding: 0;
}
body {
    /* 多分リンク違ったから入れ替えたけどぼかしとかするのかな？ */
    background-image: url("./_img/background_image_expanded_wider.webp");
    object-fit: fill;
    z-index: -150;
    fill: blur(3px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background{
    width: 90%;
    height: 100%;
    margin: 0 auto;

    background-color: rgba(0, 0, 0, 0.5);

    z-index: -100;
    
}
.content p {
    color: #fff;
    text-shadow: #fff 1px 0 7px;
    font-weight: bold;
}
.content a {
    color: #fff;
}
.original_header {
    width: 100%;
    height: 80px;
    display: flex;
    background-color: #181818; 
    margin-top: 92px;
    justify-content: space-between;
    font-weight: bold;
    letter-spacing: 0.07em;
}

.language_selection { 
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.header_item_original {
    height: 84px;
    display: flex;
    gap: 30px;
    text-align: center;
    align-items: center;
    text-decoration: none;
    padding: 0 20px;
}


.title {
    padding-top: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 1;
}

.suki {
    width: 50rem;
    height: auto;
}

.pazzle {
    margin: 0 auto;
}



.fee {
    font-size: 1.5rem;
    margin-top: 120px;
    text-align: center;
    letter-spacing: 0.12em;
}

.announcement {
    font-size: 1rem;
    margin-top: 100px;
    text-align: center;
    letter-spacing: 0.12em;
}
.introduction {
    font-size: 1rem;
    margin-top: 100px;
    text-align: center;
    letter-spacing: 0.12em;
}
.schedule {
    width: 100%;
    font-size: 2.2rem;
    margin-top: 100px;
    text-align: center;
    letter-spacing: 0.12em;
    font-weight: bolder;
    text-shadow: #fff 1px 0 10px;
}
.date {
    font-size: 1rem;
    margin-top: 60px;
    text-align: center;
    letter-spacing: 0.12em;
}
.scheduleText {
    font-size: 1rem;
    margin-top: 40px;
    margin-left: 35%;
    letter-spacing: 0.12em;
}
.location {
    width: 100%;
    font-size: 2.2rem;
    margin-top: 200px;
    text-align: center;
    letter-spacing: 0.12em;
    font-weight: bolder;
    text-shadow: #fff 1px 0 10px;
}
.locationText {
    font-size: 1rem;
    margin-top: 120px;
    text-align: center;
    letter-spacing: 0.12em;
}
.HowToParticipate {
    width: 100%;
    font-size: 2.2rem;
    margin-top: 220px;
    text-align: center;
    letter-spacing: 0.12em;
    font-weight: bolder;
    text-shadow: #fff 1px 0 10px;
}
.HowToParticipateText {
    font-size: 1.4rem;
    margin-top: 100px;
    padding-bottom: 150px;
    text-align: center;
    letter-spacing: 0.12em;
    display: block;
    text-shadow: #fff 1px 0 7px;
    font-weight: bold;
}

.HowToParticipateText:hover {
    text-decoration: underline;
}
}