@media print,
screen and (max-width:767.98px) {
    .pc-only {
        display: none
    }

    .no-tablet-pc-only {
        display: none
    }
}

@media print,
screen and (min-width:768px) {
    .sp-only {
        display: none
    }

    .no-tablet-pc-only {
        display: none
    }
}

.cp-pet {
    --content-max-width-pc: 1200px;
    --content-max-width-sp: 500px;
    --content-variable-width: calc(100% - 40px);
    --content-width: min(var(--content-max-width-pc), var(--content-variable-width));
    --font-size-xxl: 32px;
    --font-size-xl: 26px;
    --font-size-lg: 22px;
    --font-size-md: 20px;
    --font-size-sm: 18px;
    --font-size-xs: 16px;
    --font-size-xxs: 14px;
    --line-height-md: 1.75;
    --line-height-sm: 1.5;
    --letter-spacing-md: .05em;
    --color-primary: #e06900;
    --color-secondary: #FAB357;
    --color-white: #fff;
    --color-brown: #431115;
    --color-yellow: #FFEEB4;
    --color-red: #D90B32;
    --color-cream: #fbf4e2;
    --color-cream2: #fcf8ed;
    --color-cream3: #FAF3E2;
    --color-dark-cream: #efe7d3;
    --color-pink: #FFEDED;
    --transition-primary: var(--transition-duration) var(--transition-timing-function);
    --transition-duration: 0.3s;
    --transition-timing-function: ease;
    font-family: "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", sans-serif;
    font-size: 16px;
    line-height: var(--line-height-md);
    letter-spacing: var(--letter-spacing-md);
    color: var(--color-brown);
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    overflow-x: clip
}

.cp-pet * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.cp-pet ul,
.cp-pet ol {
    list-style: none
}

.cp-pet :where(a) {
    color: #000;
    text-decoration: none
}

.cp-pet img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

.card-heading {
    font-size: var(--font-size-lg);
    font-weight: 700;
    line-height: var(--line-height-sm);
    color: var(--color-primary)
}

@media print,
screen and (min-width:768px) {
    .card-heading {
        font-size: var(--font-size-xl)
    }
}

.link-button {
    opacity: 1;
    -webkit-transition: opacity var(--transition-primary);
    transition: opacity var(--transition-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    font-size: var(--font-size-xs);
    color: var(--color-white) !important;
    font-weight: 700;
    text-align: center;
    background-color: var(--color-primary) !important;
    border-radius: 100vmax;
    padding: 12px 26px
}

@media(any-hover:hover) {
    .link-button:hover {
        opacity: .7
    }
}

.link-button:focus-visible {
    opacity: .7
}

@media print,
screen and (min-width:768px) {
    .link-button {
        font-size: var(--font-size-sm);
        padding: 10px 28px
    }
}

.link-button::after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background-image: url(../images/icon_arrow_right_white.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.link-text {
    color: var(--color-primary) !important;
    text-decoration: underline !important;
    text-decoration-color: var(--color-primary) !important;
    text-underline-offset: 1px
}

@media(any-hover:hover) {
    .link-text:hover {
        text-decoration-color: rgba(0, 0, 0, 0) !important
    }
}

.link-text:focus-visible {
    text-decoration-color: rgba(0, 0, 0, 0) !important
}

.borderedItem {
    border: solid var(--color-dark-cream);
    border-width: 2px 0;
    padding: 14px 0
}

@media print,
screen and (min-width:768px) {
    .borderedItem {
        border-width: 2px;
        border-radius: 20px;
        padding: 32px 4px 34px
    }
}

.borderedItem b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

@media print,
screen and (min-width:768px) {
    .borderedItem b {
        font-size: var(--font-size-md);
        line-height: var(--line-height-sm)
    }
}

.borderedItem p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: var(--font-size-sm);
    font-weight: 700;
    color: var(--color-primary);
    margin-top: 6px
}

@media print,
screen and (min-width:768px) {
    .borderedItem p {
        font-size: var(--font-size-md);
        line-height: var(--line-height-sm);
        margin-top: 6px
    }
}

.borderedItem p .large {
    font-size: var(--font-size-md)
}

@media print,
screen and (min-width:768px) {
    .borderedItem p .large {
        font-size: var(--font-size-xl)
    }
}

.borderedItem .link {
    margin-top: 4px
}

@media print,
screen and (min-width:768px) {
    .borderedItem .link {
        margin-top: 10px
    }
}

.borderedItem .link>span {
    display: block;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .borderedItem .link>span {
        font-size: var(--font-size-sm)
    }
}

.filledItem {
    background-color: var(--color-cream2);
    border-radius: 20px;
    padding: 24px 16px
}

@media print,
screen and (min-width:768px) {
    .filledItem {
        padding: 39px 16px 32px
    }
}

.filledItem b {
    display: block;
    font-size: var(--font-size-sm);
    font-weight: 700;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .filledItem b {
        font-size: var(--font-size-md);
        line-height: var(--line-height-sm)
    }
}

.filledItem p {
    margin-top: 6px
}

@media print,
screen and (min-width:768px) {
    .filledItem p {
        font-size: var(--font-size-sm);
        text-align: center
    }
}

section .inner {
    width: var(--content-variable-width);
    padding: 34px 0 40px;
    margin-inline: auto
}

@media print,
screen and (min-width:768px) {
    section .inner {
        width: var(--content-width);
        padding: 56px 0
    }
}

section .section-heading {
    display: block;
    font-size: var(--font-size-xl);
    font-weight: 700;
    line-height: var(--line-height-sm);
    text-align: center;
    margin-bottom: 14px
}

@media print,
screen and (min-width:768px) {
    section .section-heading {
        font-size: var(--font-size-xxl);
        margin-bottom: 24px
    }
}

section .warning-title {
    display: block;
    font-size: var(--font-size-xl);
    font-weight: 700;
    line-height: var(--line-height-sm);
    color: var(--color-red);
    text-align: center;
    margin-bottom: 14px
}

@media print,
screen and (min-width:768px) {
    section .warning-title {
        font-size: var(--font-size-xxl);
        margin-bottom: 24px
    }
}

section .section-description+.section-heading {
    margin-top: 24px
}

@media print,
screen and (min-width:768px) {
    section .section-description+.section-heading {
        margin-top: 47px
    }
}

section .section-description {
    font-size: var(--font-size-sm)
}

@media print,
screen and (min-width:768px) {
    section .section-description {
        font-size: var(--font-size-md);
        text-align: center
    }
}

section .section-heading+.section-description {
    margin-top: -8px;
    margin-bottom: 14px
}

@media print,
screen and (min-width:768px) {
    section .section-heading+.section-description {
        margin-bottom: 25px
    }
}

@media print,
screen and (max-width:767.98px) {
    .content-container {
        max-width: var(--content-max-width-sp);
        margin-inline: auto
    }
}

.mv {
    background-color: var(--color-yellow)
}

@media print,
screen and (max-width:767.98px) {
    .mv {
        padding-bottom: 20px
    }
}

.mv picture {
    display: block;
    margin-inline: auto
}

@media print,
screen and (min-width:768px) {
    .mv picture {
        max-width: 1104px
    }
}

.mv picture img {
    width: 100%
}

.page-nav {
    background-color: var(--color-secondary);
    padding: 20px 20px
}

@media print,
screen and (min-width:768px) {
    .page-nav {
        padding: 16px 0
    }
}

.page-nav ul {
    display: grid;
    grid-template: auto auto/1fr 1fr;
    gap: 12px 8px;
    margin-inline: auto
}

@media print,
screen and (min-width:768px) {
    .page-nav ul {
        grid-template: none/repeat(4, 1fr);
        gap: 12px 4px;
        width: var(--content-width)
    }
}

@media print,
screen and (min-width:992px) {
    .page-nav ul {
        gap: 12px 8px
    }

    .no-tablet-pc-only {
        display: block
    }
}

.page-nav a {
    opacity: 1;
    -webkit-transition: opacity var(--transition-primary);
    transition: opacity var(--transition-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: var(--color-brown) !important;
    background-color: var(--color-white) !important;
    border-radius: 100vmax;
    padding: 14px 12px 10px
}

@media(any-hover:hover) {
    .page-nav a:hover {
        opacity: .7
    }
}

.page-nav a:focus-visible {
    opacity: .7
}

@media print,
screen and (min-width:768px) {
    .page-nav a {
        font-size: var(--font-size-sm)
    }
}

#announce {
    background-color: var(--color-cream)
}

@media print,
screen and (min-width:768px) {
    #announce {
        background-color: var(--color-cream3)
    }
}

@media print,
screen and (min-width:768px) {
    #announce .inner {
        background-image: url(../images/dog_footprint.svg);
        background-size: 150px 148px;
        background-repeat: no-repeat;
        background-position: 0 60px;
        padding-top: 80px
    }
}

.winner-category-list>li {
    background-color: var(--color-white);
    border-radius: 20px;
    padding: 30px 16px 32px
}

@media print,
screen and (min-width:768px) {
    .winner-category-list>li {
        padding: 43px 40px 40px
    }
}

.winner-category-list>li:not(:first-of-type) {
    margin-top: 48px
}

.winner-category-list .card-heading {
    text-align: center;
    margin-bottom: 12px
}

.winner-category-list+.section-description {
    margin-top: 24px
}

.winner-list {
    display: grid;
    row-gap: 32px;
    max-width: var(--content-max-width-sp);
    margin-inline: auto
}

@media print,
screen and (min-width:768px) {
    .winner-list {
        max-width: none
    }
}

@media print,
screen and (min-width:768px) {
    .winner-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px
    }
}

.winner-list figure {
    aspect-ratio: 196/131;
    background-color: #e6e6e6;
    margin-bottom: 12px
}

.winner-list figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.winner-list strong {
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: var(--font-size-sm);
    color: var(--color-primary);
    margin-bottom: 2px
}

.winner-list a:not(.name) {
    opacity: 1;
    -webkit-transition: opacity var(--transition-primary);
    transition: opacity var(--transition-primary)
}

@media(any-hover:hover) {
    .winner-list a:not(.name):hover {
        opacity: .7
    }
}

.winner-list a:not(.name):focus-visible {
    opacity: .7
}

.winner-list .name {
    text-decoration: underline !important;
    text-decoration-color: rgba(0, 0, 0, 0) !important;
    text-underline-offset: .1em;
    display: block;
    font-weight: 700;
    text-align: center
}

@media(any-hover:hover) {
    .winner-list .name:hover {
        text-decoration-color: currentColor !important
    }
}

.winner-list .name:focus-visible {
    text-decoration-color: currentColor !important
}

.category-list {
    display: grid;
    gap: 20px
}

@media print,
screen and (min-width:768px) {
    .category-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px
    }
}

.category-item {
    overflow: hidden;
    border-radius: 20px
}

@media print,
screen and (min-width:768px) {
    .category-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.category-item .title {
    display: block;
    font-size: var(--font-size-lg);
    font-weight: 700;
    line-height: var(--line-height-sm);
    color: var(--color-white);
    text-align: center;
    background-color: var(--color-brown);
    padding: 10px
}

@media print,
screen and (min-width:768px) {
    .category-item .title {
        font-size: var(--font-size-xl)
    }
}

.category-item img {
    width: 100%
}

.category-item .content {
    background-color: var(--color-white);
    padding: 10px 10px 14px
}

@media print,
screen and (min-width:768px) {
    .category-item .content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px
    }
}

.category-item .link-button {
    max-width: 303px;
    margin-top: 8px;
    margin-inline: auto
}

@media print,
screen and (min-width:768px) {
    .category-item .link-button {
        max-width: 260px;
        width: 100%
    }
}

.apply-hash {
    display: block;
    font-weight: 700;
    text-align: center
}

.apply-hash span {
    display: block;
    font-size: var(--font-size-sm);
    color: var(--color-primary);
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
    margin-top: -5px
}

.hash-description {
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .hash-description {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.hash-description br:first-of-type {
    display: none
}

@media(min-width:768px)and (max-width:1200px) {
    .hash-description br:first-of-type {
        display: block
    }
}

.hash-description .tag {
    font-weight: 700;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

#present {
    background-color: var(--color-cream)
}

.present-list {
    display: grid;
    gap: 20px
}

@media print,
screen and (min-width:768px) {
    .present-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px
    }
}

.present-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--color-white);
    border-radius: 20px;
    padding: 26px 16px 32px
}

@media print,
screen and (min-width:768px) {
    .present-card {
        padding: 33px 24px 32px
    }
}

.present-card .card-heading {
    display: block;
    text-align: center
}

.present-card p {
    margin-top: 9px
}

@media print,
screen and (min-width:768px) {
    .present-card p {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: var(--font-size-sm);
        text-align: center
    }
}

.present-card small {
    font-size: var(--font-size-xxs);
    margin-top: 8px
}

@media print,
screen and (min-width:768px) {
    .present-card small {
        text-align: center;
        margin-top: 14px
    }
}

.present-card img+small {
    margin-top: 12px
}

@media print,
screen and (min-width:768px) {
    .present-card img+small {
        margin-top: 21px
    }
}

.present-card [aria-hidden] {
    opacity: 0;
    pointer-events: none
}

@media print,
screen and (max-width:767.98px) {
    .present-card [aria-hidden] {
        display: none
    }
}

.present-card img {
    width: 100%;
    margin-top: 16px
}

@media print,
screen and (max-width:767.98px) {
    .present-card img {
        max-width: var(--content-max-width-sp);
        margin-inline: auto
    }
}

#apply {
    background-color: var(--color-cream)
}

@media print,
screen and (min-width:768px) {
    #apply {
        background-color: var(--color-cream3)
    }
}

#apply .section-heading+.section-description {
    margin-bottom: 30px
}

@media print,
screen and (min-width:768px) {
    #apply .section-heading+.section-description {
        margin-bottom: 44px
    }
}

.way-list {
    display: grid;
    gap: 38px
}

@media print,
screen and (min-width:768px) {
    .way-list {
        gap: 49px
    }
}

.way-list>li {
    background-color: var(--color-white);
    border-radius: 20px;
    position: relative;
    padding: 30px 16px 32px
}

@media print,
screen and (min-width:768px) {
    .way-list>li {
        padding: 43px 40px 40px
    }
}

.way-list>li .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 132px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-white);
    background-color: var(--color-primary);
    border-radius: 100vmax;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 8px
}

@media print,
screen and (min-width:768px) {
    .way-list>li .label {
        width: 144px;
        font-size: var(--font-size-sm);
        padding: 8px 24px
    }
}

.way-list>li .card-heading {
    display: block;
    text-align: center;
    margin-bottom: 8px
}

.way-list>li .card-heading+p {
    font-size: var(--font-size-xs);
    margin-bottom: 14px
}

@media print,
screen and (min-width:768px) {
    .way-list>li .card-heading+p {
        font-size: var(--font-size-md);
        text-align: center;
        margin-bottom: 18px
    }
}

.way-list>li .gold-spoon {
    display: block;
    max-width: 393px;
    width: 100%;
    margin-inline: auto
}

.way-list>li .hash-list {
    margin-top: 36px
}

@media print,
screen and (min-width:768px) {
    .way-list>li .hash-list {
        margin-top: 24px
    }
}

.way-list>li .borderedItem {
    margin-top: 42px
}

@media print,
screen and (min-width:768px) {
    .way-list>li .borderedItem {
        margin-top: 32px
    }
}

.way-list>li .filledItem {
    margin-top: 20px
}

.apply-list {
    --post-column-gap: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media print,
screen and (max-width:767.98px) {
    .apply-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print,
screen and (min-width:768px) {
    .apply-list {
        gap: var(--post-column-gap)
    }
}

@media print,
screen and (min-width:992px) {
    .apply-list {
        --new-post-width: 63.95%
    }
}

@media(min-width:1100px) {
    .apply-list {
        --new-post-width: 64.28%
    }
}

.apply-list>li {
    background-color: var(--color-cream2);
    padding: 29px 16px
}

@media print,
screen and (max-width:767.98px) {
    .apply-list>li {
        padding: 29px 16px
    }
}

@media print,
screen and (min-width:768px) {
    .apply-list>li {
        width: calc((100% - 16px)/2);
        border-radius: 20px;
        padding: 35px 24px 40px
    }
}

.apply-list>li .heading {
    display: block;
    font-size: var(--font-size-sm);
    font-weight: 700;
    line-height: var(--line-height-sm);
    text-align: center;
    border-bottom: 1px solid var(--color-dark-cream);
    padding-bottom: 2px;
    margin-bottom: 20px !important
}

@media print,
screen and (min-width:768px) {
    .apply-list>li .heading {
        font-size: var(--font-size-md);
        padding-bottom: 7px;
        margin-bottom: 28px !important
    }
}

.apply-list>li .heading span {
    color: var(--color-primary)
}

.apply-list>li img {
    width: 100%
}

.apply-list>li .link-button {
    max-width: 271px;
    margin-top: 16px;
    margin-inline: auto
}

@media print,
screen and (min-width:768px) {
    .apply-list>li .link-button {
        max-width: 336px;
        width: 100%;
        margin-top: 24px
    }
}

@media(min-width:768px)and (max-width:1140px) {
    .apply-list>li .link-button {
        max-width: 293px
    }
}

.apply-list>li .br {
    display: none
}

@media(min-width:768px)and (max-width:1140px) {
    .apply-list>li .br {
        display: block
    }
}

@media print,
screen and (min-width:992px) {
    .apply-list>li:nth-of-type(1) {
        width: calc(var(--new-post-width) - var(--post-column-gap)/2);
        padding: 35px 24px 40px
    }
}

@media print,
screen and (min-width:768px) {
    .apply-list>li:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print,
screen and (min-width:992px) {
    .apply-list>li:nth-of-type(2) {
        display: block;
        width: calc(100% - var(--new-post-width) - var(--post-column-gap)/2);
        padding: 35px 32px 40px
    }
}

@media print,
screen and (max-width:767.98px) {
    .apply-list>li:nth-of-type(2) img {
        display: block;
        max-width: var(--content-max-width-sp);
        width: 100%;
        margin-inline: auto
    }
}

@media print,
screen and (min-width:768px) {
    .apply-list>li:nth-of-type(2) img {
        display: block;
        margin-inline: auto
    }
}

@media print,
screen and (min-width:992px) {
    .apply-list>li:nth-of-type(2) img {
        max-width: 320px
    }
}

@media print,
screen and (min-width:768px) {
    .apply-list>li:nth-of-type(2) .link-button {
        margin-top: auto
    }
}

@media print,
screen and (min-width:992px) {
    .apply-list>li:nth-of-type(2) .link-button {
        margin-top: 24px;
        width: calc(100% + 16px);
        margin-inline: -8px
    }
}

.step-images {
    display: grid;
    gap: 20px
}

@media print,
screen and (min-width:992px) {
    .step-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }
}

@media print,
screen and (max-width:767.98px) {
    .step-images img {
        display: block;
        max-width: var(--content-max-width-sp);
        width: 100%;
        margin-inline: auto
    }
}

.hash-list .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--font-size-sm);
    font-weight: 700
}

@media print,
screen and (min-width:768px) {
    .hash-list .description {
        font-size: var(--font-size-md)
    }
}

.hash-list ul {
    display: grid;
    gap: 36px;
    margin-top: 30px
}

@media print,
screen and (min-width:768px) {
    .hash-list ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-top: 34px
    }
}

.hash-list ul li {
    background-color: var(--color-cream2);
    border-radius: 20px;
    position: relative;
    padding: 28px 16px 6px
}

.hash-list ul span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    color: var(--color-white);
    white-space: nowrap;
    background-color: var(--color-brown);
    border-radius: 100vmax;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2px 24px
}

@media print,
screen and (min-width:768px) {
    .hash-list ul span {
        font-size: var(--font-size-sm)
    }
}

.hash-list ul b {
    display: block;
    font-size: var(--font-size-sm);
    font-weight: 700;
    text-align: center;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

@media print,
screen and (min-width:768px) {
    .hash-list ul b {
        font-size: var(--font-size-md)
    }
}

#bravo {
    background-color: var(--color-pink)
}

#bravo .category-item .content {
    padding: 10px 10px 16px
}

#bravo .all-category {
    max-width: 500px;
    margin-inline: auto;
    margin-top: 20px
}

@media print,
screen and (min-width:768px) {
    #bravo .all-category {
        margin-top: 32px
    }
}

#benefits {
    background-color: var(--color-pink);
    position: relative
}

#benefits .inner {
    padding-bottom: 20px
}

@media print,
screen and (min-width:768px) {
    #benefits .inner {
        padding-bottom: 32px
    }
}

#benefits .card {
    background-color: var(--color-white);
    border-radius: 20px;
    padding: 26px 16px 26px
}

@media print,
screen and (min-width:768px) {
    #benefits .card {
        max-width: 880px;
        padding: 30px 40px;
        margin-inline: auto
    }
}

#benefits .card .heading:not(:first-child) {
    margin-top: 27px
}

@media print,
screen and (min-width:768px) {
    #benefits .card .heading:not(:first-child) {
        margin-top: 31px
    }
}

#benefits .card .heading {
    font-size: var(--font-size-lg);
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid var(--color-dark-cream);
    padding-bottom: 2px;
    margin-bottom: 16px
}

@media print,
screen and (min-width:768px) {
    #benefits .card .heading {
        font-size: var(--font-size-xl);
        border-width: 1px;
        margin-bottom: 27px
    }
}

#benefits .card b {
    display: block;
    font-size: var(--font-size-md);
    font-weight: 700;
    line-height: var(--line-height-sm);
    margin-top: 22px;
    margin-bottom: 8px
}

@media print,
screen and (min-width:768px) {
    #benefits .card b {
        font-size: var(--font-size-md);
        margin-bottom: 5px
    }
}

#benefits .card .heading+b {
    margin-top: 0
}

@media print,
screen and (min-width:768px) {
    #benefits .card p {
        font-size: var(--font-size-sm)
    }
}

#benefits .card .tag {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

#benefits .card small {
    display: block;
    font-size: var(--font-size-xxs);
    margin-top: 10px
}

@media print,
screen and (min-width:768px) {
    #benefits .card small {
        margin-top: 3px
    }
}

#benefits .animal-illust {
    width: 80%;
    margin-inline: auto
}

@media print,
screen and (min-width:768px) {
    #benefits .animal-illust {
        width: 650px
    }
}

#benefits .animal-illust img {
    width: 100%
}

#trick {
    background-color: var(--color-white)
}

#trick .banner-link {
    opacity: 1;
    -webkit-transition: opacity var(--transition-primary);
    transition: opacity var(--transition-primary);
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto
}

@media(any-hover:hover) {
    #trick .banner-link:hover {
        opacity: .7
    }
}

#trick .banner-link:focus-visible {
    opacity: .7
}

@media print,
screen and (min-width:768px) {
    #trick .banner-link {
        max-width: 765px
    }
}

@media print,
screen and (min-width:768px) {
    #trick .banner-link img {
        width: 100%
    }
}

.banner-list {
    display: grid;
    gap: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto
}

@media print,
screen and (min-width:768px) {
    .banner-list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.banner-list a {
    opacity: 1;
    -webkit-transition: opacity var(--transition-primary);
    transition: opacity var(--transition-primary)
}

@media(any-hover:hover) {
    .banner-list a:hover {
        opacity: .7
    }
}

.banner-list a:focus-visible {
    opacity: .7
}

#winner-comment {
    background-color: var(--color-pink)
}

#winner-comment .winner-list-wrapper {
    padding-bottom: 32px;
    border-bottom: solid 1px var(--color-dark-cream)
}

#winner-comment .winner-list-wrapper:last-child {
    border-bottom: none
}

#winner-comment .plaque .winner-list-wrapper {
    padding-bottom: 0;
    border-bottom: none
}


/* .balloon-wrapper {
    display: flex;
    resize: horizontal
} */

.balloon-box {
    margin: 0;
    font-size: var(--font-size-md);
    font-weight: 600;
    line-height: var(--line-height-sm);
    color: var(--color-brown);
    font-family: "Klee One", cursive;
    font-style: normal;
    font-feature-settings: "palt";
    padding: 16px
}

.balloon-float {
    float: right;
    height: 100%;
    margin-left: 15px;
    margin-bottom: 15px;
    /* display: flex;
    align-items: flex-end;
    shape-outside: inset(calc(100% - 61px) 0 0) */
}

.balloon_p {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: .4em .8em;
    border-radius: 20px;
    color: #333;
    font-size: .9em;
    background-color: var(--color-dark-cream);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.avatar-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover
}

.text-center {
    text-align: center
}

ul.winner-list.balloon {
    row-gap: 0
}

@media print,
screen and (max-width:767.98px) {
    #winner-comment .winner-list-wrapper:last-child {
        padding-bottom: 0
    }

    #winner-comment .winner-comment:last-child {
        margin-bottom: 0
    }

    #winner-comment .card-heading {
        margin-top: 20px
    }

    .balloon_p {
        width: 100%
    }

    #winner-comment .winner-category-list {
        margin-bottom: 32px
    }

    #winner-comment .winner-comment-box {
        margin-top: 32px
    }

    #winner-comment .plaque .winner-comment-box {
        margin-top: 0
    }
}

@media print,
screen and (min-width:768px) {
    .balloon_p::before {
        position: absolute;
        bottom: 10px;
        top: auto;
        width: 20px;
        height: 30px;
        content: ''
    }

    .balloon_p.left {
        background-color: var(--color-dark-cream);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
    }

    .balloon_p.left::before {
        left: -16px;
        border-radius: 0 0 0 15px;
        box-shadow: -3px -15px 0 -7px var(--color-dark-cream) inset
    }

    .balloon_p.right {
        background-color: var(--color-dark-cream);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        margin: 0 10px 0 auto
    }

    .balloon_p.right::before {
        right: -16px;
        border-radius: 0 0 15px 0;
        box-shadow: 3px -15px 0 -7px var(--color-dark-cream) inset
    }

    #winner-comment .celebration {
        display: flex;
        align-items: center;
        justify-content: center
    }

    #winner-comment .celebration::before,
    #winner-comment .celebration::after {
        content: "";
        display: inline-block;
        width: 150px;
        height: 150px;
        background-size: contain;
        background-repeat: no-repeat
    }

    #winner-comment .celebration::after {
        background-image: url(../images/h2-bg.png);
        margin-left: 24px
    }

    #winner-comment .celebration::before {
        background-image: url(../images/h2-bg.png);
        transform: scaleX(-1);
        margin-right: 24px
    }

    #winner-comment .celebration h2 {
        margin: 0;
        padding: 0
    }

    #winner-comment .winner-category-list {
        margin-bottom: 48px
    }

    #winner-comment .winner-list {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    #winner-comment .winner-comment-wrapper {
        width: 100%;
        display: flex
    }

    #winner-comment .winner-comment {
        width: 100%
    }

    #winner-comment .winner-category-list>li {
        max-width: 880px;
        padding: 30px 40px;
        margin-inline: auto
    }

    #winner-comment .winner-list figure {
        width: 50%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    #winner-comment .d-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 32px
    }

    #winner-comment .winner-list-wrapper:nth-child(even) .d-flex {
        flex-direction: row-reverse
    }

    #winner-comment .winner-list-wrapper h3 {
        text-align: center;
        width: 100%;
        margin: 0 auto
    }

    #winner-comment .winner-comment-box {
        flex: 1;
        max-width: 50%;
        margin-top: 0
    }

    .balloon_p {
        width: 50%
    }

    #winner-comment .winner-list-wrapper:nth-child(odd) .winner-comment::after {
        left: 0
    }

    #winner-comment .winner-list-wrapper:nth-child(even) .winner-comment::after {
        right: 0
    }

    #winner-comment .winner-list-wrapper {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 16px;
        padding-bottom: 32px;
        border-bottom: solid 1px var(--color-dark-cream);
        justify-content: center
    }

    #winner-comment .winner-list-wrapper:last-child {
        padding-bottom: 16px;
        border-bottom: none
    }

    #winner-comment .plaque .winner-list-wrapper {
        border-bottom: none
    }

    #winner-comment .plaque .winner-list-wrapper :last-child {
        padding-bottom: 0
    }

    #winner-comment figure {
        flex: 1;
        width: 50%;
        margin: 0
    }
}

@media(min-width:1100px) {

    #winner-comment .celebration::before,
    #winner-comment .celebration::after {
        width: 150px;
        height: 150px
    }

    #winner-comment .celebration::after {
        margin-left: 24px
    }

    #winner-comment .celebration::before {
        margin-right: 24px
    }

    .avatar-icon {
        width: 60px;
        height: 60px
    }
}