@charset "UTF-8";

/* topmain */
.topmain-kv {
    transform: scale(1.2);
    animation: kvZoomIn 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform-origin: center;
    will-change: transform;
}

@keyframes kvZoomIn {
    to {
        transform: scale(1);
    }
}

/* message */

.top-message-container {
    background: url(/assets/img/top/message/message-bg-light.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.top-message-container::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(182, 151, 0) 20%, rgba(151, 108, 1, 1) 40%, rgb(182, 151, 0) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
}

.top-message-text-container {
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid transparent;
    border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%) 1;
    padding: 40px 40px 20px;
    width: fit-content;
    margin: 0 auto;
}

.top-message-logo {
    text-align: center;
    width: 300px;
    margin: 0 auto 20px;
}

.top-message-text {
    max-width: 700px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
    color: #000;
}

.top-message-sp {
    display: none;
}

.top-message-chara1,
.top-message-chara2,
.top-message-chara3,
.top-message-chara4 {
    position: relative;
    z-index: 1;
}

.top-message-chara1::before {
    position: absolute;
    content: "";
    background: url(../img/top/message/chara1.webp);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    left: -100px;
    top: 150px;
    z-index: 2;
    left: -100px;
}

.top-message-chara2::before {
    position: absolute;
    content: "";
    background: url(../img/top/message/chara2.webp);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 360px;
    height: 340px;
    right: -160px;
    top: 80px;
    height: 340px;
}

.top-message-chara3::before {
    position: absolute;
    content: "";
    background: url(../img/top/message/chara3.webp);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 240px;
    height: 340px;
    left: -100px;
    bottom: 0;
    height: 340px;
    left: -100px;
    bottom: 0;
}

.top-message-chara4::before {
    position: absolute;
    content: "";
    background: url(../img/top/message/chara4.webp);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 230px;
    height: 500px;
    right: -50px;
    bottom: -100px;
}

@media (max-width: 1200px) {
    .top-message-text-container {
        width: 80%;
    }

    .top-message-chara1::before {
        width: 23%;
        height: 30vw;
        left: -2%;
        top: 3vw;
        z-index: 2;
    }

    .top-message-chara2::before {
        width: 23%;
        height: 30vw;
        right: -4vw;
        top: 3vw;
    }

    .top-message-chara3::before {
        position: absolute;
        content: "";
        background: url(../img/top/message/chara3.webp);
        background-size: contain;
        background-position: bottom left;
        background-repeat: no-repeat;
        width: 23%;
        height: 30vw;
        left: -6vw;
        bottom: 50px;
    }

    .top-message-chara4::before {
        position: absolute;
        content: "";
        background: url(../img/top/message/chara4.webp);
        background-size: contain;
        background-position: bottom left;
        background-repeat: no-repeat;
        width: 23%;
        height: 500px;
        right: -4vw;
        bottom: -100px;
    }
}

@media (max-width: 600px) {

    .top-message-container {
        background: url(/assets/img/top/message/message-bg-light-sp.webp);
        background-size: cover;
    }

    .top-message-container {
        padding: 60px 0 60px;
    }

    .top-message-container .inner {
        margin-bottom: 30vw;
    }

    .top-message-text-container {
        width: 100%;
        padding: 20px 10px 0;
    }

    .top-message-text {
        width: 100%;
    }

    .top-message-sp {
        display: block;
        position: absolute;
        bottom: 2px;
        z-index: 50;
    }

    .top-message-chara1,
    .top-message-chara2,
    .top-message-chara3,
    .top-message-chara4 {
        display: none;
    }
}

@media (max-width: 500px) {}

.top-message-loop {
    width: 100%;
    height: 50px;
    background: url(../img/top/message/loop-text.svg), linear-gradient(rgba(5, 10, 26, 0), rgba(0, 1, 3, 0.75));
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 855px 50px;
    animation: loop-x 20s linear infinite;
    position: absolute;
    bottom: 0;
    opacity: 0.7;
    background-blend-mode: overlay;
}

.top-message-loop svg {
    fill: rgba(255, 2, 2, 0.35);
}

@keyframes loop-x {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -855px 0;
    }
}

@media (max-width: 500px) {
    .top-message-loop {
        height: 30px;
        background-size: 600px 30px;
    }
}

/**/
/* NEWS */
/**/
.top-news-section.section-foil { position: relative; z-index: 10; }

.top-news-section.section-foil .bg-foil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;   /* -1 じゃなく 0 */
}

.top-news-section.section-foil .inner {
  position: relative;
  z-index: 1;   /* 中身だけ前へ */
}
.top-news-section {
    position: relative;
    background-color: #000;
}

.top-news-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(182, 151, 0) 20%, rgba(151, 108, 1, 1) 40%, rgb(182, 151, 0) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
    left: 0;
    z-index: 10;
}

.top-news-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.top-news-chara {
    margin-top: -60px;
    width: 400px;
    min-width: 300px;
    height: 500px;
    background: url(../img/top/news/chara5.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-right: 20px;
}

.top-news-container {
    width: 60%;
}

.top-news {
    height: 220px;
    overflow-y: auto;
}

.top-news-list {
    display: flex;
    font-size: clamp(15px, 1.1vw, 18px);
    letter-spacing: 0.1em;
    line-height: calc(28 / 16);
    border-bottom: 3px solid transparent;
    border-image: url("../img/common/line-dot-gold.svg") 50 repeat;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.top-news-list-day {
    width: 8em;
}

@media (max-width: 1000px) {
    .top-news-chara {
        margin-top: -60px;
        width: 260px;
        height: 450px;
        min-width: inherit;
        margin-left: -40px;
    }

    .top-news-container {
        width: 70%;
    }
}

@media (max-width: 800px) {
    .top-news-list {
        font-size: 15px;
    }

    .top-news-list-text {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .top-news-chara {
        position: absolute;
        width: 260px;
        height: 300px;
        top: 70px;
        right: -60px;
        z-index: -1;
        margin-top: 0;
        background-position: right center;
    }

    .top-news-container {
        width: 100%;
        padding: 50px 0;
    }
}

@media (max-width: 600px) {
    .top-news-list {
        font-size: 15px;
    }

    .top-news-list-text {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .top-news-chara {
        width: 32vw;
        height: 300px;
        top: 3vw;
        right: -17vw;
    }

    .top-news-container {
        width: 100%;
        padding: 30px 0 50px;
    }
}

/**/
/* about */
/**/
.top-about-deco-bunmei1 {
    position: absolute;
    background: url(../img/common/deco/icon-hikari.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    left: -100px;
    top: 36%;
    z-index: 2;
}

.top-about-deco-bunmei2 {
    position: absolute;
    background: url(../img/common/deco/icon-mizu.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 500px;
    height: 300px;
    right: -100px;
    top: 80%;
    z-index: 2;
}

@media (max-width: 800px) {
    .top-about-deco-bunmei1 {
        width: 30%;
    }

    .top-about-deco-bunmei2 {
        width: 40%;
    }

}

.top-about-section {
    padding: 60px 0 80px;
    background-size: 100% auto;
    background-repeat: repeat;
    position: relative;
}

.top-about-section::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url(../img/common/bg-yellow.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transform: translateZ(0);
}

.top-about-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(182, 151, 0) 20%, rgba(151, 108, 1, 1) 40%, rgb(182, 151, 0) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
}

.top-about-place-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: clamp(24px, 4vw, 40px);
}

.top-about-place-list {
    position: relative;
    width: 48%;
    margin-bottom: clamp(24px, 4vw, 40px);
    background: linear-gradient(to bottom,
            #000000 0%,
            #3e1213 100%);
    border: 2px solid transparent;
    border-image: linear-gradient(45deg,
            #B67B03 0%,
            #DAAF08 45%,
            #FEE9A0 70%,
            #DAAF08 85%,
            #B67B03 100%) 1;
}

.top-about-place-list::after {
    content: "";
    position: absolute;
    background: url(../img/common/frame-deco-bottom-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 50px;
    height: 20px;
    bottom: 0;
    right: -1px;
    z-index: 1;
}

.top-about-place-list.hyogo:hover {
    background: linear-gradient(to bottom,
            #2e0000 0%,
            rgba(137, 1, 3, 0.8) 100%);
}

.top-about-place-list-inner-top {
    position: relative;
    padding: 20px 0;
    border-bottom: 3px solid transparent;
    border-image: url("../img/common/dot-gold.svg") 50 repeat;
    margin-bottom: clamp(12px, 2vw, 20px);
}

.top-about-place-list-inner-top::before {
    content: "";
    position: absolute;
    background: url(../img/common/frame-deco-top-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 50px;
    height: 20px;
    top: 0;
    left: -1px;
    z-index: 1;
}

.top-about-place-list-inner-bottom {
    padding: 20px 20px 40px;
}

.top-about-place-list-heading {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.top-about-place-list.kanagawa .top-about-place-list-heading {
    width: 52%;
}

.top-about-place-list-data img {
    max-height: 160px;
}

.top-about-schedule-section {
    margin-top: clamp(30px, 6vw, 60px);
}

.top-about-schedule-text {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 2;
    letter-spacing: 0.08em;
    width: fit-content;
    margin: 0 auto;
}

.top-about-ticket-text {
    max-width: 600px;
    margin: clamp(5px, 1vw, 10px) auto;
}

.top-contents-lead {
    max-width: 850px;
    margin: -40px auto 0;
}

@media (max-width: 600px) {
    .top-contents-lead {
        width: 100%;
    }
}

.top-about-tokuten-text {
    max-width: 640px;
    margin: 0 auto 10px;
}

.top-goods-lead {
    max-width: 900px;
    margin: -40px auto 0;
}

.top-about-lists-container {
    margin-bottom: clamp(12px, 2vw, 20px);
}

@media (max-width: 800px) {
    .top-about-section {
        padding: 40px 0 60px;
    }

    .top-about-list-heading {
        font-size: 14px;
    }

    .top-about-list-data {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .top-goods-lead {
        width: 80%;
        margin: -10px auto 0;
    }

    .top-about-section {
        padding: 30px 0 50px;
    }

    .top-about-place-list-inner-top::before {
        width: 30px;
        height: 12px;
    }

    .top-about-place-list::after {
        width: 30px;
        height: 12px;
    }

    .top-about-place-list-inner-top {
        position: relative;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .top-about-place-list-inner-bottom {
        padding: 10px;
    }

}

/**/
/* contents */
/**/
.top-contents-deco-bunmei1 {
    position: absolute;
    background: url(../img/common/deco/icon-yami.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 700px;
    height: 400px;
    left: -200px;
    top: 20%;
    z-index: 2;
}

.top-contents-deco-bunmei2 {
    position: absolute;
    background: url(../img/common/deco/icon-hi.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 450px;
    height: 450px;
    right: -100px;
    top: 60%;
    z-index: 2;
}

@media (max-width: 800px) {
    .top-contents-deco-bunmei1 {
        width: 30%;
    }
}

.top-contents-chara {
    position: absolute;
    width: 400px;
    min-width: 300px;
    height: 500px;
    background: url(../img/top/contents/chara6.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-right: 20px;
    right: 0;
    top: 0;
}

.top-contents-section {
    padding: 60px 0 80px;
    background: url(/assets/img/common/bg-blue.jpg);
    background-size: 100% auto;
    background-repeat: repeat;
    position: relative;
    z-index: 10;
}

.top-contents-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(182, 151, 0) 20%, rgba(151, 108, 1, 1) 40%, rgb(182, 151, 0) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
}

.top-contents-sub-section {
    margin-bottom: 100px;
}

.top-contents-frame {
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, #3e1213 100%);
    border: 2px solid transparent;
    border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%) 1;
}

.top-main-stage-frame {
    background: linear-gradient(to bottom, rgba(0, 8, 35, 0.90) 0%, rgba(0, 27, 116, 0.90) 100%);
}

.top-sub-stage-frame {
    background: linear-gradient(to bottom, rgba(14, 0, 9, 0.9) 0%, rgba(100, 0, 95, 0.90) 100%);
}

.top-taisen-frame {
    background: linear-gradient(to bottom, rgba(0, 35, 30, 0.9) 0%, rgba(0, 63, 48, 0.90) 100%);
}

.top-ennichi-frame {
    background: linear-gradient(to bottom, rgba(35, 16, 0, 0.9) 0%, rgba(105, 21, 0, 0.90) 100%);
}

.top-food-frame {
    background: linear-gradient(to bottom, rgba(0, 24, 32, 0.9) 0%,
            rgba(0, 65, 82, 0.9) 100%);
}

.top-buyer-frame {
    background: linear-gradient(to bottom, rgba(10, 7, 0, 0.9) 0%,
            rgba(77, 63, 4, 0.9) 100%);
}

.top-other-frame {
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0.9) 0%, rgba(85, 85, 85, 0.90) 100%);
}

.top-contents-frame-inner-top {
    position: relative;
    padding: 20px 0;
    border-bottom: 3px solid transparent;
    border-image: url("../img/common/dot-gold.svg") 50 repeat;
    margin-bottom: clamp(12px, 2vw, 20px);
}

.top-contents-frame-inner-top::before {
    content: "";
    position: absolute;
    background: url(../img/common/frame-deco-top-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 50px;
    height: 20px;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-contents-frame-inner-bottom {
    padding: clamp(12px, 3vw, 20px) clamp(20px, 6vw, 40px) clamp(32px, 8vw, 60px);
}

.top-contents-frame-inner-bottom::before {
    content: "";
    position: absolute;
    background: url(../img/common/frame-deco-bottom-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 50px;
    height: 20px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.top-contents-sub-heading {
    font-size: clamp(24px, 2.5vw, 36px);
    text-align: center;
    font-family: "Ryumin Bold KL";
    text-shadow: 0px 0px 5px #fb9d2e, 0px 0px 10px #ecff68;
}

.top-contents-image {
    border: 1px solid transparent;
    border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%) 1;
}

.top-contents-lead {
    line-height: 1.4;
    font-size: clamp(15px, 1.2vw, 20px);
    text-align: center;
    margin: 0 auto clamp(18px, 3vw, 30px);
    letter-spacing: 0.08em;
}

.top-contents-lead .strong {
    font-family: "Ryumin Bold KL";
    font-size: clamp(18px, 1.5vw, 24px);
}

.top-contents-text-default {
    line-height: 1.4;
    font-size: clamp(14px, 0.9vw, 15px);
    width: 100%;
    text-align: justify;
}

.top-contents-text-default.mt10 {
    margin-top: 10px;
}

.top-contents-text-default.mb40 {
    margin-bottom: clamp(24px, 4vw, 40px);
}

.top-contents-text-small {
    line-height: 1.4;
    font-size: 13px;
    width: 100%;
    text-align: justify;
}

.top-contents-text-small.center {
    text-align: center;
}

.top-contents-detail-wrapper-2col {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.top-anniv-25-image-container {
    width: calc((100% - 40px) / 2);
    margin-bottom: clamp(12px, 2vw, 20px);
}

.top-stage-image-container {
    margin: 0 auto 60px;
    max-width: 800px;
}

.top-stage-image-container img {
    margin: 0 auto 10px;
}

.top-stage-schedule-container {
    margin-top: 40px;
}

.top-stage-guest-container {
    margin-bottom: 60px;
}

.top-stage-guest-heading {
    margin-bottom: clamp(24px, 4vw, 40px);
}

.top-stage-schedule-note {
    font-size: clamp(13px, 0.8vw, 14px);
    line-height: calc(21 / 14);
    text-align: right;
}

.top-taisen-image-container {
    width: calc((100% - 40px) / 2);
    margin-bottom: clamp(12px, 2vw, 20px);
}

.top-ennichi-image-container {
    width: calc((100% - 40px) / 2);
    margin-bottom: clamp(12px, 2vw, 20px);
}

.top-ennichi-btn {
    margin-bottom: clamp(12px, 2vw, 20px);
}

.top-ennichi-card-container {
    margin-top: 40px;
}

.top-ennichi-program-container {
    margin-top: 40px;
    margin-bottom: clamp(24px, 4vw, 40px);
}

.top-ennichi-note {
    font-size: clamp(13px, 0.8vw, 14px);
    line-height: calc(21 / 14);
    text-align: center;
}

.top-contents-other-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-contents-other-list {
    width: calc((100% - 40px) / 2);
    margin-bottom: clamp(24px, 4vw, 40px);
    background: #f6ffdc3d;
    padding: 20px;
}

.top-contents-other-list-heading {
    font-size: clamp(24px, 2.5vw, 26px);
    margin-bottom: 5px;
    text-align: center;
    font-family: "Ryumin Bold KL";
}

.top-contents-other-list-image {
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .top-contents-chara {
        right: -4vw;
        width: 24vw;
        min-width: inherit;
        height: 40vw;
    }
}

@media (max-width: 800px) {
    .top-contents-chara {
        position: absolute;
        width: 24vw;
        min-width: inherit;
        height: 49vw;
    }

    .top-contents-section {
        padding: 40px 0 60px;
    }

    .contents-list-heading {
        font-size: clamp(20px, 2.5vw, 24px);
    }

    .contents-list-data {
        font-size: clamp(12px, 1.2vw, 14px);
    }
}

@media (max-width: 600px) {
    .top-contents-sub-section {
        margin-bottom: 50px;
    }

    .top-contents-chara {
        position: absolute;
        width: 20vw;
    }

    .top-contents-section {
        padding: 40px 0 60px;
    }

    .contents-list-heading {
        font-size: 20px;
    }

    .contents-list-text {
        font-size: 14px;
    }

    .contents-list-inner-top {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .contents-list-inner-top::before {
        width: 30px;
        height: 12px;
    }

    .contents-list::after {
        width: 30px;
        height: 12px;
    }

    .contents-list-inner-bottom {
        padding: 10px 10px 20px;
    }

    .top-taisen-detail-note-container {
        margin-top: 40px;
    }
}

/**/
/* GOODS */
/**/
.top-goods-deco-bunmei1 {
    position: absolute;
    background: url(../img/common/deco/icon-shizen.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 550px;
    height: 350px;
    right: -100px;
    top: 30%;
    z-index: 2;
}

@media (max-width: 800px) {
    .top-goods-deco-bunmei1 {
        width: 35%;
        height: 350px;
        right: 0;
        top: 22vw;
    }
}

.top-goods-chara {
    position: absolute;
    width: 400px;
    height: 500px;
    background: url(../img/top/goods/chara7.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-right: 20px;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.top-goods-chara2 {
    position: absolute;
    width: 380px;
    height: 440px;
    background: url(../img/top/goods/chara8.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-right: 20px;
    right: 0;
    top: -200px;
    z-index: 3;
}

.top-goods-section {
    padding: 60px 0 80px;
    position: relative;
    z-index: 10;
}

.top-goods-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(151, 108, 1, 1), rgb(182, 151, 0) 20%, rgba(151, 108, 1, 1) 40%, rgb(182, 151, 0) 60%, rgba(151, 108, 1, 1) 80%, rgb(182, 151, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 10;
}

.top-goods-container {
    margin: 0 auto 40px;
}

.top-goods-list-btn {
    margin-bottom: clamp(24px, 4vw, 40px);
}

.top-goods-container {
    margin: 0 auto 40px;
}

.top-goods-list-container {
    margin: 40px auto 220px;
}

@media (max-width: 1200px) {
    .top-goods-chara {
        width: 24vw;
    }

    .top-goods-chara2 {
        width: 27vw;
        right: -2vw;
        top: -180px;
        background-position: bottom right;
    }

    .top-goods-list-container {
        margin: 40px auto 20vw;
    }
}

@media (max-width: 800px) {
    .top-goods-section {
        padding: 40px 0 60px;
    }

    .top-goods-chara {
        width: 30vw;
        min-width: inherit;
        height: 60vw;
        left: -4vw;
    }

    .top-goods-chara2 {
        width: 32vw;
        right: -4vw;
        top: -180px;
        background-position: bottom right;
    }

    .top-goods-list-btn {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .top-goods-section {
        padding: 30px 0 50px;
    }

    .top-goods-chara {
        width: 30vw;
        min-width: inherit;
        height: 60vw;
        left: -4vw;
    }

    .top-goods-chara2 {
        width: 32vw;
        right: -6vw;
        top: -24vw;
        background-position: top right;
    }
}