@charset "UTF-8";

body {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    font-family: 'Noto Sans JP', sans-serif;
}

.aud_pc a {
    display: block;
    height: 100%;
}

.aud_pc {
    display: block;
}

.aud_pc img {
    width: 100%;
    vertical-align: top;
    max-width: 1000px;
    margin: auto;
    pointer-events: none;
}

.aud_pc a:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
}


.aud_entrybanner-pc,
.aud_entry_presentbanner-pc {
    padding: 100px 0 100px 0;
}

.aud_entrybanner-pc img {
    display: block;
    width: 65% !important;
    margin: 0 auto;
}

.aud_entry_presentbanner-pc {
    display: block;
    width: 65% !important;
    margin: 0 auto;
}


.sec14-1pc img {
    margin-bottom: 30px;
}

.aud_smp {
    display: none;
}

/* 改修（追加部分）23/08/13 */
.reviews-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.reviews-title {
    margin-bottom: -20px;
    padding-left: 4vw;
    padding-right: 4vw;
    background: linear-gradient(0deg, #DE5A24 0%, #E89D3B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

.reviews-title p {
    margin: 20px 0;
}

.reviews-cat {
    box-sizing: border-box;
    min-width: 250px;
    padding: 0 25px;
    margin-top: 20px;
    text-align: center;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: #39A24A;
    font-size: 24px;
    line-height: 58px;
    font-weight: medium;
    letter-spacing: 2px;
}

.reviews-cat p {
    margin: 0;
}

/* 背景色指定 */
.reviews-cat.reviews-cat--navy {
    background-color: #1B1464;
}

.reviews-cat.reviews-cat--orange {
    background-color: #DE5A24;
}

/* 背景色指定終わり */

.reviews-area {
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #F8E6C3;
    border-radius: 12px;
    width: 80%;
    max-width: 800px;
    padding: calc(3.125% * 0.55) calc(3.125% * 0.8) calc(3.125% * 0.8);
    font-weight: 400;
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 0.5px;
}

.reviews-area p {
    margin-top: 0;
    margin-bottom: 0;
}

.reviews-area .reviews-area__ttl {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}

.reviews-area .reviews-area__name {
    text-align: right;
    margin-bottom: 4px;
}

.reviews-area__li {
    line-height: 25px;
    margin: 20px 0;
    padding-inline-start: 20px;
}

.reviews-area__li li {
    margin: 15px auto;
}

/* 改修（追加部分）終わり 23/08/13 */

@media only screen and (max-width : 700px) {
    .aud_pc {
        display: none;
    }

    .aud_smp {
        display: block;
    }

    .aud_smp {
        display: block;
    }

    .aud_smp img {
        width: 100%;
        vertical-align: top;
        margin: auto;
        pointer-events: none;
        /* SPの長押し禁止 */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none;
        user-select: none;
    }

    .aud_smp a {
        display: block;
        height: 100%;
    }

    .aud_smp a:hover {
        cursor: pointer;
        opacity: 0.7;
        transition: 0.3s;
    }

    .aud_entrybanner-smp,
    .aud_entry_presentbanner-smp {
        padding: 50px 0 50px 0;
    }

    .aud_entrybanner-smp img {
        display: block;
        width: 90% !important;
        margin: 0 auto;
    }

    .aud_entry_presentbanner-smp img {
        display: block;
        width: 90% !important;
        margin: 0 auto;
    }

    .sec14-1smp img {
        margin-bottom: 20px;
    }

    /* 改修（追加部分）23/08/13 */
    .reviews-area {
        width: calc(100% - 4vw);
        background-color: #FFEDDD;
    }

    /* 改修（追加部分）終わり23/08/13 */
}
a.finish {
   position: relative;
   pointer-events: none;
}
a.finish:after {
   content: "受付終了";
   text-decoration: none;
   position: absolute;
   color: #000;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   font-weight: 800;
   font-size: 1.6rem;
   text-align: center;
   padding-top: 5%;
   background-color: rgba(255,255,255,.8);
}