
/* ----------------
七夕コンテスト
------------------*/

.disp_pc {
    display: block;
}
.disp_sp {
    display: none;
}
@media screen and (max-width: 700px) {
    .disp_pc {
        display: none;
    }
    .disp_sp {
        display: block;
    }    
}


/* メインビジュアル */
.fv_sec {
    width: 100vw;
    margin-bottom: 40px;
}
.fv_img {
    display: block;
}
.fv_img_sp {
    display: none;
}
.fv_img img{
    width: 100vw;
}
@media screen and (max-width: 700px) {
    .fv_sec {
        margin-bottom: 0;
    }
    .fv_img {
        display: none;
    }
    .fv_img_sp {
        display: block;
    }
}


/* スケジュール */
.schedule_sec {
	width: 96%;
	max-width: 880px;
	height: 70px;
	background-color: #98F7F9;
	margin: 0 auto;
}
.schedule, .schedule_unit{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 2px;
}
.schedule_unit p {
    font-size: 15px;
    letter-spacing: 1.5px;
}
.schedule_unit {
	margin-top: -4px;
}
.schedule_unit_title {
    border: solid 1px #000000;
    padding: 5px 0 0 9.5px;
    height: 52px;
    width: 52px;
    margin-right: 14px;
    margin-bottom: -8px;
    line-height: 20px;
    font-size: 14px!important;
}
.schedule_unit span{
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 600;
}
.schedule_unit:last-child {
    margin-left: 20px;
}
@media screen and (max-width: 880px) {
    .schedule_sec {
        width: 100%;
    }
    .schedule, .schedule_unit{
        padding-top: 6px;
    }
    .schedule_unit p {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .schedule_unit_title {
        padding: 4px 7px;
        height: 50px;
        width: 46px;
        margin-right: 4px;
    }
    .schedule_unit span{
        font-size: 24px;
    }
    .schedule_unit:last-child {
        margin-left: 4px;
    }
}
@media screen and (max-width: 700px) {
    .schedule_sec {
        height: 160px;
        padding-top: 2px;
    }
    .schedule {
        flex-direction: column;
        font-size: 14px;
    }
    .schedule, .schedule_unit{
        padding: 8px 0;
    }
    .schedule_unit p {
        letter-spacing: 1.5px;
        text-align: right;
    }
    .schedule_unit_title {
        padding: 5px 9.5px;
        height: 52px;
        width: 52px;
        margin-right: 14px;
        margin-bottom: 10px;
    }
    .schedule_unit span{
        font-size: 28px;
        line-height: 30px;
    }
    .schedule_unit:last-child {
        margin-left: -10px;
    }
}


/* 前置き */
.introduction_sec {
    text-align: center;
    margin: 60px auto 100px auto;
}
.introduction_title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 32px;
    margin-bottom: 44px;
}
.introduction_en {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #D7794D;
    margin-bottom: 40px;
}
.introduction_note {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 40px;
}
.introduction_note_join {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2.2px;
    margin: 20px auto 40px auto;
}
.introduction_notice {
    border: solid 0.5px #000000;
    padding: 30px 40px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    background-color: #ffffff;
    width: auto;
    max-width: 600px;
    margin: 40px auto;
    box-shadow: 2px 2px 4px gray;
    text-align: center;
}
.introduction_notice p{
    font-size: 14px;
}
.introduction_notice_inner {
    font-weight: 400;
    text-align: left;
    padding: 10px 60px;
}
.introduction_notice_un {
    margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
    .introduction_notice {
        padding: 30px 0;
        width: 90%;
    }
    .introduction_notice_inner {
        font-weight: 400;
        text-align: left;
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
    }
}



/* ファイナリスト作品 */
.street_title {
    width: 100vw;
    height: 300px;
    background-image: url(./images/title_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.street_title_en {
    font-family: 'Manrope', sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 20px auto 10px auto;
    width: 96%;
    max-width: 880px;
}
.street_title_mae {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 0 auto;
    width: 96%;
    max-width: 880px;
}
@media screen and (max-width: 700px) {
    .street_title_en {
        font-size: 36px;
        margin: 0 auto;
        width: 86%;
    }
    .street_title_mae {
        font-size: 14px;
        line-height: 26px;
        width: 86%;
    }
}


.join {
    position: relative;
    top: -60px;
    background-color: #ffffff;
    width: 96%;
    max-width: 800px;
    margin: 0 auto -60px auto;
    padding: 30px 45px;
}
.join_title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-left: 16px;
}
.join_title span{
    font-size: 10px;
    font-weight: 500;
    padding-left: 16px;
}
.join_title::before{
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 5px;
    height: 25px;
    background-color: #D7794D;
}
.join_gr {
    display: flex;
    gap: 60px;
    padding: 20px 4px;
}
.join_gr_parts {
    text-decoration: underline;
}
.join_gr_parts a{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 36px;
    color: #000000;
}
.join_gr_parts a:visited {
    color: #000000;
}
@media screen and (max-width: 700px) {
    .join {
        width: 94%;
        padding: 30px 0 30px 16px;
    }
    .join_title {
        letter-spacing: 1px;
        padding-left: 15px;
    }
    .join_title span{
        font-size: 10px;
        padding-left: 0;
    }
    .join_gr {
        flex-direction: column;
        gap: 0;
        padding: 20px 0 0 12px;
    }
}


.finalist_parts {
    position: relative;
    background-color: #ffffff;
    width: 96%;
    max-width: 800px;
    margin: 40px auto;
    padding: 40px 40px;
}
.finalist_ribbon {
    position: absolute;
    top: 35px;
    left: 0;
    width: 240px;
}
.finalist_ribbon_result {
    position: absolute;
    top: -32px;
    left: -28px;
    width: 164px;
}
.finalist_shotengai {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.finalist_name {
    font-size: 27px;
    letter-spacing: 2px;
    text-align: center;
    padding: 18px 0 36px 0;
}
.finalist_img {
    width: 100%;
    margin-bottom: 20px;
}
.finalist_mov iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.form_btn {
    position: relative;
    width: 90%;
    max-width: 300px;
    margin: 40px auto;
    transition: all 0.5s ease 0s;
    border-radius: 40px;
}
.form_btn a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.form_btn:hover{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-2px);
}
.formrun-embed {
    padding: 100px 0;
    border-top: solid 1px #777777;
    border-bottom: solid 1px #777777;
    background-color: #ffffff;
}
.entry_dmap {
    max-width: 1140px;
    margin: 80px auto;
    padding: 0 25px;
}
.result_content_first {
    margin: -80px auto 80px auto;
}

@media screen and (max-width: 865px) {
    .finalist_ribbon_result {
        left: -22px;
    }
}
@media screen and (max-width: 760px) {
    .finalist_ribbon {
        width: 220px;
    }
}
@media screen and (max-width: 700px) {
    .finalist_parts {
        width: 94%;
        margin: 40px auto;
        padding: 40px 8px;
    }
    .finalist_ribbon_result {
        left: -16px;
        width: 140px;
    }
    .finalist_shotengai {
        margin-top: 44px;
    }
    .finalist_name {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 34px;
        padding: 8px 0 20px 0;
    }
    
    .result_content_first {
        margin: -120px auto 60px auto;
    }
}
@media screen and (max-width: 540px) {
    .finalist_ribbon_result {
        left: -12px;
        width: 120px;
    }
}