@charset "UTF-8";

*,
*:before,
*:after {
    box-sizing: border-box
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizeSpeed;
    padding: 0
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit
}

button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

body {
    font-family: Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Yu Gothic, YuGothic, Meiryo, sans-serif;
    color: #000
}

.pc-none {
    display: none !important
}

@media(max-width:896px) {
    .sp-none {
        display: none !important
    }

    .pc-none {
        display: block !important
    }
}

#contest2026 {
    background-image: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/bg.jpg);
    background-repeat: repeat
}

@media(max-width:896px) {
    #contest2026 {
        overflow: hidden
    }
}

#contest2026 a {
    transition: all .3s
}

#contest2026 a:hover {
    opacity: .8
}

#contest2026 header {
    padding: 10px 10px 10px 50px;
    margin: 0 auto
}

@media(max-width:768px) {
    #contest2026 header {
        padding-left: 20px
    }
}

#contest2026 header h1.logo {
    max-width: 670px
}

@media(max-width:768px) {
    #contest2026 header h1.logo {
        width: 63%;
        max-width: 476px
    }
}

#contest2026 main {
    margin: auto
}

#contest2026 section.mv {
    position: relative;
    padding: 30px 60px
}

@media(max-width:896px) {
    #contest2026 section.mv {
        padding: 80px 20px 30px
    }
}

#contest2026 section.mv img {
    width: 100%
}

#contest2026 section.mv .mv__visual {
    position: relative;
    z-index: 1
}

#contest2026 section.mv .mv__frame {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0
}

#contest2026 section.read_btn {
    margin: 20px auto 50px;
    display: flex;
    justify-content: center
}

@media(max-width:896px) {
    #contest2026 section.read_btn {
        flex-direction: column;
        align-items: center;
        margin: 0 auto 25px
    }
}

#contest2026 section.read_btn a {
    display: block;
    margin: 0 10px;
    max-width: 650px
}

@media(max-width:896px) {
    #contest2026 section.read_btn a {
        width: 86%;
        margin: 0 auto
    }
}

#contest2026 section.read {
    padding: 0 20px 30px;
    max-width: 1140px;
    margin: 0 auto
}

@media(max-width:896px) {
    #contest2026 section.read {
        padding: 0 20px
    }
}

#contest2026 section.read img {
    margin: 0 auto 100px
}

@media(max-width:896px) {
    #contest2026 section.read img {
        margin-bottom: 50px
    }
}

#contest2026 section.read img.hakase {
    max-width: 826px
}

@media(max-width:896px) {
    #contest2026 section.read img.hakase {
        width: 80%;
        max-width: 530px
    }
}

#contest2026 section.contest {
    position: relative;
    max-width: 1140px;
    margin: 0 auto 60px;
    padding: 80px 20px
}

@media(max-width:896px) {
    #contest2026 section.contest {
        margin: 0 20px;
        padding: 30px 20px
    }
}

#contest2026 section.contest:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/frame_contest.png) no-repeat center;
    background-size: 100% 100%;
    pointer-events: none
}

@media(max-width:896px) {
    #contest2026 section.contest:before {
        background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/sp_frame_contest.png) no-repeat center;
        background-size: 100% 100%
    }
}

#contest2026 section.contest>* {
    position: relative;
    z-index: 1
}

#contest2026 section.contest h2.corner-title {
    margin-bottom: 50px
}

@media(max-width:896px) {
    #contest2026 section.contest h2.corner-title {
        margin-bottom: 20px
    }
}

#contest2026 section.contest h2.corner-title img {
    max-width: 910px;
    margin: 0 auto
}

@media(max-width:896px) {
    #contest2026 section.contest h2.corner-title img {
        width: 100%
    }
}

#contest2026 section.contest h3.sub-title img {
    max-width: 545px;
    margin: 0 auto 40px
}

@media(max-width:896px) {
    #contest2026 section.contest h3.sub-title img {
        width: 100%;
        margin-bottom: 20px
    }
}

#contest2026 section.contest .slogan-box {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 80px
}

@media(max-width:896px) {
    #contest2026 section.contest .slogan-box {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin-bottom: 40px
    }
}

#contest2026 section.contest .slogan-box .item {
    max-width: 446px
}

@media(max-width:896px) {
    #contest2026 section.contest .slogan-box .item {
        width: 80%
    }
}

#contest2026 section.contest .slogan-box .item img {
    margin-bottom: 20px
}

#contest2026 section.contest .slogan-box .item p {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    width: max-content;
    max-width: none;
    white-space: nowrap
}

@media(max-width:896px) {
    #contest2026 section.contest .slogan-box .item p {
        font-size: 14px
    }
}

#contest2026 section.contest .poster-box {
    display: flex;
    gap: 90px;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 80px
}

@media(max-width:896px) {
    #contest2026 section.contest .poster-box {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin-bottom: 25px
    }
}

#contest2026 section.contest .poster-box .item:first-of-type {
    width: 350px
}

@media(max-width:896px) {
    #contest2026 section.contest .poster-box .item:first-of-type {
        width: 70%
    }
}

#contest2026 section.contest .poster-box .item:last-of-type {
    width: 410px
}

@media(max-width:896px) {
    #contest2026 section.contest .poster-box .item:last-of-type {
        width: 80%
    }
}

#contest2026 section.contest .poster-box .item img {
    margin-bottom: 20px
}

#contest2026 section.contest .poster-box p {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    width: max-content;
    max-width: none;
    white-space: nowrap
}

@media(max-width:896px) {
    #contest2026 section.contest .poster-box p {
        font-size: 14px
    }
}

#contest2026 section.contest a.btn_contest {
    display: block;
    width: 761px;
    max-width: 100%;
    margin: 0 auto
}

#contest2026 section.contest a.btn_contest img {
    width: 100%
}

#contest2026 section.recycletown {
    position: relative;
    max-width: 1140px;
    margin: 0 auto 60px;
    padding: 80px 20px
}

@media(max-width:896px) {
    #contest2026 section.recycletown {
        padding: 40px 20px;
        margin: 0 20px
    }
}

#contest2026 section.recycletown:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/frame_recycletown.png) no-repeat center;
    background-size: 100% 100%;
    pointer-events: none
}

@media(max-width:896px) {
    #contest2026 section.recycletown:before {
        background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/sp_frame_recycletown.png) no-repeat center;
        background-size: 100% 100%
    }
}

#contest2026 section.recycletown>* {
    position: relative;
    z-index: 1
}

#contest2026 section.recycletown h2.corner-title {
    margin-bottom: 50px
}

@media(max-width:896px) {
    #contest2026 section.recycletown h2.corner-title {
        margin-bottom: 20px
    }
}

#contest2026 section.recycletown h2.corner-title img {
    max-width: 910px;
    margin: 0 auto
}

@media(max-width:896px) {
    #contest2026 section.recycletown h2.corner-title img {
        width: 100%
    }
}

#contest2026 section.recycletown p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px
}

@media(max-width:896px) {
    #contest2026 section.recycletown p {
        font-size: 14px
    }
}

#contest2026 section.recycletown a.btn_recycletown {
    display: block;
    width: 761px;
    max-width: 100%;
    margin: 0 auto
}

#contest2026 section.recycletown a.btn_recycletown img {
    width: 100%
}

#contest2026 section.content {
    margin: 0 auto 100px;
    padding: 100px 80px;
    position: relative;
    max-width: 1100px
}

@media(max-width:896px) {
    #contest2026 section.content {
        padding: 25px 40px 50px;
        margin: 0 20px 40px;
        background-position: right 50px bottom 0;
        background-size: 30px auto
    }
}

#contest2026 section.content:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/frame_content.png) no-repeat center;
    background-size: 100% 100%;
    pointer-events: none
}

@media(max-width:896px) {
    #contest2026 section.content:before {
        background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/sp_frame_content.png) no-repeat center;
        background-size: 100% 100%
    }
}

#contest2026 section.content>* {
    position: relative;
    z-index: 1
}

#contest2026 section.content h2.corner-title {
    width: 100%;
    margin-bottom: 40px
}

@media(max-width:896px) {
    #contest2026 section.content h2.corner-title {
        margin-bottom: 20px
    }
}

#contest2026 section.content h2.corner-title img {
    margin: 0 auto
}

#contest2026 section.content table {
    background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/bg_table.png) no-repeat center top;
    background-size: 100% auto
}

@media(max-width:896px) {
    #contest2026 section.content table {
        background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/sp_bg_table.png) no-repeat center top;
        background-size: contain
    }
}

#contest2026 section.content tr {
    background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/bg_table.png) no-repeat center bottom;
    background-size: 100% auto
}

@media(max-width:896px) {
    #contest2026 section.content tr {
        background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/sp_bg_table.png) no-repeat center top;
        background-size: contain
    }
}

#contest2026 section.content tr:first-child th,
#contest2026 section.content tr:first-child td {
    padding-top: 26px
}

@media(max-width:896px) {

    #contest2026 section.content tr:first-child th,
    #contest2026 section.content tr:first-child td {
        padding-top: 15px
    }
}

#contest2026 section.content tr:last-child {
    background: none
}

@media(max-width:896px) {
    #contest2026 section.content tr:last-child {
        background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/sp_bg_table.png) no-repeat center top;
        background-size: contain
    }
}

#contest2026 section.content th,
#contest2026 section.content td {
    padding: 25px 18px;
    text-align: left
}

@media(max-width:896px) {

    #contest2026 section.content th,
    #contest2026 section.content td {
        display: block;
        width: 100% !important
    }
}

@media(max-width:896px)and (max-width:896px) {

    #contest2026 section.content th,
    #contest2026 section.content td {
        padding: 15px 18px
    }
}

#contest2026 section.content th {
    font-weight: 700;
    width: 20%;
    vertical-align: top;
    position: relative
}

@media(max-width:896px) {
    #contest2026 section.content th {
        padding: 20px 6px 0
    }
}

#contest2026 section.content th .illust_hakase {
    position: absolute;
    bottom: 250px;
    left: 0;
    width: 120px
}

@media(max-width:896px) {
    #contest2026 section.content th .illust_hakase {
        display: none
    }
}

#contest2026 section.content td {
    width: 78%
}

@media(max-width:896px) {
    #contest2026 section.content td {
        padding: 20px 6px;
        text-align: left
    }
}

#contest2026 section.content img.entry_btn {
    width: calc(100% + 60px);
    max-width: none;
    margin-left: -30px
}

@media(max-width:896px) {
    #contest2026 section.content img.entry_btn {
        width: calc(100% + 40px);
        margin-left: -20px
    }
}

#contest2026 section.content img.entry_btn.entry_btn--hyogo {
    margin-top: 20px
}

#contest2026 section.content hr {
    margin: 30px 0;
    border: 1px solid #bbb
}

#contest2026 section.content span.dandai {
    color: red
}

#contest2026 section.content span.shou {
    color: #0069ac
}

@media(max-width:896px) {
    #contest2026 section.content span.shou {
        display: block
    }
}

#contest2026 section.content .flex_box {
    display: flex;
    margin-bottom: 20px
}

#contest2026 section.content .flex_box .text_box {
    margin-right: 10px
}

#contest2026 section.content .flex_box .text_box span.bold {
    font-size: 18px;
    color: #e37386;
    font-weight: 700
}

#contest2026 section.content .flex_box img {
    width: 300px;
    height: auto
}

@media(max-width:896px) {
    #contest2026 section.content .flex_box {
        display: block;
        margin-bottom: 20px
    }

    #contest2026 section.content .flex_box .text_box {
        margin-right: 0;
        margin-bottom: 10px
    }

    #contest2026 section.content .flex_box img {
        width: 300px;
        height: auto;
        margin: 0 auto
    }
}

#contest2026 section.content ul.koen:not(:last-of-type) {
    margin-bottom: 20px
}

#contest2026 section.content ul.koen li {
    display: inline-block
}

#contest2026 section.content ul.koen li:not(:last-child):after {
    content: "・";
    margin: 0 .4em
}

@media(max-width:896px) {
    #contest2026 section.content ul.koen {
        list-style: disc !important;
        margin: 0;
        padding: 0 0 4px
    }

    #contest2026 section.content ul.koen li {
        display: block
    }

    #contest2026 section.content ul.koen li:not(:last-child):after {
        content: none;
        margin: 0 .4em
    }
}

#contest2026 section.content .text-block {
    margin-top: 40px
}

@media(max-width:896px) {
    #contest2026 section.content .text-block {
        margin-top: 0
    }
}

#contest2026 section.content .text-block:before,
#contest2026 section.content .text-block:after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/bg_line.png) no-repeat center;
    background-size: 100% 100%
}

@media(max-width:896px) {

    #contest2026 section.content .text-block:before,
    #contest2026 section.content .text-block:after {
        height: 14px
    }
}

#contest2026 section.content .text-block .inner {
    padding: 25px 0
}

#contest2026 section.content .text-block p.bold {
    font-weight: 700
}

#contest2026 section.content .text-block ul li {
    padding-left: 0;
    text-indent: 0
}

#contest2026 section.content .text-block ul li:before {
    content: "※";
    display: inline
}

#contest2026 section.content .text-block ul li.attn {
    color: #e60012;
    font-weight: 700
}

#contest2026 section.banner_area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 70px;
    align-items: start;
    max-width: 1140px;
    margin: 0 auto 30px;
    padding: 0 20px
}

@media(max-width:896px) {
    #contest2026 section.banner_area {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        margin-bottom: 0
    }
}

#contest2026 section.banner_area a {
    display: block;
    width: calc((100% - 70px)/2)
}

@media(max-width:896px) {
    #contest2026 section.banner_area a {
        width: 72%
    }

    #contest2026 section.banner_area a:last-child {
        margin-bottom: 0
    }
}

#contest2026 section.banner_area img {
    width: 100%
}

#contest2026 img.car_illust {
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 0
}

@media(max-width:896px) {
    #contest2026 img.car_illust {
        max-width: 500px;
        width: 66%
    }
}

#contest2026 footer {
    padding: 110px 0 230px;
    color: #000;
    text-align: center;
    position: relative
}

@media(max-width:896px) {
    #contest2026 footer {
        padding: 60px 0 150px
    }
}

#contest2026 footer:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 175.1106482687vw;
    background: url(/renewal/wp-content/themes/jarc/assets/contest/contest2026/img/frame_bottom.png) no-repeat center bottom;
    background-size: 100% auto;
    pointer-events: none
}

#contest2026 footer>* {
    position: relative;
    z-index: 1
}

#contest2026 footer a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    margin: 0 15px;
    text-decoration: underline
}

@media(max-width:896px) {
    #contest2026 footer a {
        margin: 0 6px;
        font-size: 12px
    }
}

#contest2026 footer .copy {
    margin-top: 10px
}

@media(max-width:896px) {
    #contest2026 footer .copy {
        font-size: 12px
    }
}

#contest2026 .go-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 200
}

#contest2026 .go-top img {
    width: 100px;
    height: auto
}

@media(max-width:896px) {
    #contest2026 .go-top {
        bottom: 30px;
        right: 30px
    }

    #contest2026 .go-top img {
        width: 80px;
        height: auto
    }
}