@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@1,700&display=swap";
.top-page section.column .carousel .columns .column .content .title,
.top-page section.column .carousel .columns .column .content .summary,
.top-page section.news .news-list .news .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.top-page section.news .news-list .news .title {
    -webkit-line-clamp: 1;
}
.top-page section.column .carousel .columns .column .content .title,
.top-page section.column .carousel .columns .column .content .summary {
    -webkit-line-clamp: 2;
}
.top-page section.pet .section-title,
.top-page section.column .section-title,
.top-page section.news .section-title,
.top-page section.productions .trial .section-title-trial,
.top-page section.productions .section-title {
    font-size: calc(28 / 390 * 100vw);
    font-weight: bold;
    text-align: center;
}
@media (min-width: 768px) {
    .top-page section.pet .section-title,
    .top-page section.column .section-title,
    .top-page section.news .section-title,
    .top-page section.productions .trial .section-title-trial,
    .top-page section.productions .section-title {
        font-size: calc(36 / 1440 * 100vw);
    }
}
.top-page main {
    position: relative;
}
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 111;
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
    .scroll-top {
        width: 40px;
        height: 40px;
        bottom: 16px;
        right: 16px;
    }
}
.scroll-top::before {
    position: absolute;
    inset: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    aspect-ratio: 10/6;
    content: "";
    background-image: url("/sakanano/new-img/footer/arrow-top-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .scroll-top::before {
        width: 16px;
    }
}
.top-page section.key {
    position: relative;
}
.top-page section.key .key-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.top-page section.key .key-top .picture {
    width: 33.3333333333%;
    aspect-ratio: 130/210;
}
@media (min-width: 768px) {
    .top-page section.key .key-top .picture {
        aspect-ratio: 480/325;
    }
}
.top-page section.key .key-top .picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.top-page section.key .about-link {
    position: absolute;
    bottom: 0;
    left: 50.5%;
    width: calc(300 / 390 * 100vw);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    filter: drop-shadow(0 0 11px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) {
    .top-page section.key .about-link {
        width: calc(600 / 1440 * 100vw);
        left: calc(542 / 1440 * 100vw);
    }
}
.top-page section.key .key-bottom {
    position: relative;
    padding: calc(30 / 390 * 100vw) calc(30 / 390 * 100vw) calc(40 / 390 * 100vw);
    background-color: #00367d;
}
@media (min-width: 768px) {
    .top-page section.key .key-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 calc(80 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(100 / 1440 * 100vw);
    }
}
.top-page section.key .key-bottom .section-title {
    width: 100%;
    margin-top: calc(-60 / 390 * 100vw);
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}
@media (min-width: 768px) {
    .top-page section.key .key-bottom .section-title {
        width: calc(590 / 1440 * 100vw);
        margin-top: calc(-100 / 1440 * 100vw);
        margin-left: calc(50 / 1440 * 100vw);
    }
}
.top-page section.key .key-bottom .productions {
    position: relative;
    width: 100%;
    margin-top: calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.key .key-bottom .productions {
        width: calc(420 / 1440 * 100vw);
        margin-top: calc(-20 / 1440 * 100vw);
    }
}
.top-page section.key .key-bottom .productions .btn-round {
    position: absolute;
    top: calc(-13 / 390 * 100vw);
    right: 0;
}
@media (min-width: 768px) {
    .top-page section.key .key-bottom .productions .btn-round {
        top: calc(50 / 1440 * 100vw);
        right: unset;
        left: calc(-115 / 1440 * 100vw);
    }
}
.top-page section.key .key-bottom .productions .btn-round .link {
    display: inline;
    padding: 10px;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 700;
    color: #00367d;
    background-color: #fff;
    border-radius: calc(18 / 390 * 100vw);
    -webkit-box-shadow: 0 0 calc(12 / 390 * 100vw) 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(12 / 390 * 100vw) 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
    .top-page section.key .key-bottom .productions .btn-round .link {
        padding: calc(15 / 1440 * 100vw) calc(18 / 1440 * 100vw);
        font-size: calc(16 / 1440 * 100vw);
        border-radius: calc(25 / 1440 * 100vw);
        -webkit-box-shadow: 0 0 calc(12 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 calc(12 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.25);
    }
}
.top-page section.key .key-bottom .btn-square {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(220 / 390 * 100vw);
    margin: calc(15 / 390 * 100vw) auto 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
@media (min-width: 768px) {
    .top-page section.key .key-bottom .btn-square {
        width: calc(360 / 1440 * 100vw);
        margin: 0 auto;
    }
}
.top-page section.key .key-bottom .btn-square .link {
    position: relative;
    padding: calc(17 / 390 * 100vw) calc(25 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    color: #00367d;
    background-color: #fff;
    border-radius: calc(8 / 390 * 100vw);
    -webkit-box-shadow: 0 0 calc(12 / 390 * 100vw) 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(12 / 390 * 100vw) 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
    .top-page section.key .key-bottom .btn-square .link {
        padding: calc(24 / 1440 * 100vw) calc(46 / 1440 * 100vw);
        font-size: calc(24 / 1440 * 100vw);
        border-radius: calc(12 / 1440 * 100vw);
        -webkit-box-shadow: 0 0 calc(20 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 calc(20 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.25);
    }
}
.top-page section.key .key-bottom .btn-square .link::after {
    position: absolute;
    top: 50%;
    right: calc(25 / 390 * 100vw);
    aspect-ratio: 8/10;
    content: "";
    border-top: calc(5 / 390 * 100vw) solid rgba(0, 0, 0, 0);
    border-bottom: calc(5 / 390 * 100vw) solid rgba(0, 0, 0, 0);
    border-left: calc(8 / 390 * 100vw) solid #00367d;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .top-page section.key .key-bottom .btn-square .link::after {
        right: calc(46 / 1440 * 100vw);
        border-top: calc(9 / 1440 * 100vw) solid rgba(0, 0, 0, 0);
        border-bottom: calc(9 / 1440 * 100vw) solid rgba(0, 0, 0, 0);
        border-left: calc(15 / 1440 * 100vw) solid #00367d;
    }
}
.top-page section.key .key-bottom .btn-square .link:hover {
    color: #fff;
    background-color: #0062e0;
    opacity: 1;
}
.top-page section.key .key-bottom .btn-square .link:hover::after {
    border-left: calc(8 / 1440 * 100vw) solid #fff;
}
@media (min-width: 768px) {
    .top-page section.key .key-bottom .btn-square .link:hover::after {
        border-left: calc(15 / 1440 * 100vw) solid #fff;
    }
}
.top-page section.key .key-bottom .btn-square .link span {
    font-size: calc(14 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.key .key-bottom .btn-square .link span {
        font-size: calc(24 / 1440 * 100vw);
    }
}
.top-page section.productions {
    padding: calc(57 / 390 * 100vw) 0 0;
}
@media (min-width: 768px) {
    .top-page section.productions {
        padding: calc(130 / 1440 * 100vw) 0 0;
    }
}
.top-page section.productions .section-title-copy {
    font-size: calc(18 / 390 * 100vw);
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
@media (min-width: 768px) {
    .top-page section.productions .section-title-copy {
        font-size: calc(24 / 1440 * 100vw);
    }
}
.top-page section.productions .section-title {
    width: calc(215 / 390 * 100vw);
    margin: calc(10 / 390 * 100vw) auto 0;
    margin-top: calc(20 / 390 * 100vw);
    font-size: calc(32 / 390 * 100vw);
    line-height: 1.25;
    color: #00367d;
}
@media (min-width: 768px) {
    .top-page section.productions .section-title {
        width: 100%;
        margin-top: calc(20 / 1440 * 100vw);
        font-size: calc(60 / 1440 * 100vw);
    }
}
.top-page section.productions .productions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(24 / 390 * 100vw);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .productions {
        gap: calc(80 / 1440 * 100vw);
        margin-top: calc(80 / 1440 * 100vw);
    }
}
.top-page section.productions .productions .production {
    width: calc(90 / 390 * 100vw);
    text-align: center;
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production {
        width: calc(140 / 1440 * 100vw);
    }
}
.top-page section.productions .productions .production .img-wrap {
    width: calc(70 / 390 * 100vw);
    margin: 0 auto;
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production .img-wrap {
        width: auto;
        height: calc(240 / 1440 * 100vw);
    }
}
.top-page section.productions .productions .production .img-wrap img {
    width: auto;
}
.top-page section.productions .productions .production .name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: calc(10 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    font-weight: bold;
    line-height: 1.3;
    color: #00367d;
    text-align: center;
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production .name {
        margin-top: calc(20 / 1440 * 100vw);
        font-size: calc(24 / 1440 * 100vw);
    }
}
.top-page section.productions .productions .production .name .small {
    font-size: calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production .name .small {
        font-size: calc(20 / 1440 * 100vw);
    }
}
.top-page section.productions .productions .production .name .underline {
    border-bottom: 1px solid #00367d;
}
.top-page section.productions .productions .production .description {
    margin-top: calc(10 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production .description {
        margin-top: calc(20 / 1440 * 100vw);
        font-size: calc(14 / 1440 * 100vw);
    }
}
.top-page section.productions .productions .production .description .emphasis {
    font-size: calc(14 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production .description .emphasis {
        font-size: calc(18 / 1440 * 100vw);
    }
}
.top-page section.productions .productions .production.powder {
    margin-right: calc(16 / 390 * 100vw);
    margin-left: calc(5 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production.powder {
        margin: 0;
    }
}
.top-page section.productions .productions .production.athlete .description {
    font-size: calc(11 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production.athlete .description {
        font-size: calc(18 / 1440 * 100vw);
    }
}
.top-page section.productions .productions .production.emergency {
    width: calc(108 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production.emergency {
        width: calc(134 / 1440 * 100vw);
    }
}
.top-page section.productions .productions .production.emergency .img-wrap {
    width: calc(74 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production.emergency .img-wrap {
        width: auto;
    }
}
.top-page section.productions .productions .production.emergency .name {
    margin-top: calc(5 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .productions .production.emergency .name {
        margin-top: calc(20 / 1440 * 100vw);
    }
}
.top-page section.productions .trial {
    margin-top: calc(60 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .trial {
        margin-top: calc(100 / 1440 * 100vw);
    }
}
.top-page section.productions .trial .section-title-trial {
    line-height: 1.4;
}
.top-page section.productions .trial .banners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(20 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .trial .banners {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: calc(20 / 1440 * 100vw);
        margin-top: calc(40 / 1440 * 100vw);
    }
}
.section-title-trial:has(+ .banners.two) {
    margin-top: calc(60 / 1440 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.productions .trial .banners.two {
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-page section.productions .trial .banners.two .img-wrap {
        width: 33%;
    }
}
.top-page section.news {
    padding: calc(40 / 390 * 100vw) 0 calc(35 / 390 * 100vw);
    line-height: 1.2;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#00449d), to(#002b65));
    background: -webkit-linear-gradient(top, #00449d 0%, #002b65 100%);
    background: linear-gradient(180deg, #00449d 0%, #002b65 100%);
}
@media (min-width: 768px) {
    .top-page section.news {
        padding: calc(40 / 1440 * 100vw) 0 calc(60 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    .top-page section.news .common-inner {
        width: calc(790 / 1440 * 100vw);
    }
}
.top-page section.news .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(20 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.news .news-list {
        gap: calc(40 / 1440 * 100vw);
        margin-top: calc(80 / 1440 * 100vw);
    }
}
.top-page section.news .news-list .news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.news .news-list .news {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: calc(40 / 1440 * 100vw);
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.top-page section.news .news-list .news .date {
    font-size: calc(12 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.news .news-list .news .date {
        font-size: calc(18 / 1440 * 100vw);
    }
}
.top-page section.news .news-list .news .title {
    font-size: calc(14 / 390 * 100vw);
    font-weight: bold;
    text-decoration: underline;
}
@media (min-width: 768px) {
    .top-page section.news .news-list .news .title {
        font-size: calc(24 / 1440 * 100vw);
    }
}
.top-page section.news .all-view {
    margin-top: calc(20 / 390 * 100vw);
    text-align: right;
}
@media (min-width: 768px) {
    .top-page section.news .all-view {
        margin-top: calc(40 / 1440 * 100vw);
    }
}
.top-page section.news .all-view .link {
    font-size: calc(12 / 390 * 100vw);
    text-decoration: underline;
}
@media (min-width: 768px) {
    .top-page section.news .all-view .link {
        font-size: calc(16 / 1440 * 100vw);
    }
}
.top-page section.column {
    padding: calc(50 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
    .top-page section.column {
        padding: calc(100 / 1440 * 100vw) 0;
    }
}
.top-page section.column .carousel .columns {
    position: relative;
    margin-top: calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.column .carousel .columns {
        gap: calc(20 / 1440 * 100vw);
        margin-top: calc(26 / 1440 * 100vw);
    }
}
.top-page section.column .carousel .columns .slick-prev,
.top-page section.column .carousel .columns .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: calc(20 / 390 * 100vw);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .top-page section.column .carousel .columns .slick-prev,
    .top-page section.column .carousel .columns .slick-next {
        width: calc(20 / 1440 * 100vw);
    }
}
.top-page section.column .carousel .columns .slick-prev {
    right: unset;
    left: calc(-15 / 390 * 100vw);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
    .top-page section.column .carousel .columns .slick-prev {
        left: calc(-40 / 1440 * 100vw);
        display: inline-block !important;
    }
}
.top-page section.column .carousel .columns .slick-next {
    right: calc(-15 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.column .carousel .columns .slick-next {
        right: calc(-40 / 1440 * 100vw);
    }
}
.top-page section.column .carousel .columns .column {
    width: calc(200 / 390 * 100vw);
    margin: 0 calc(10 / 390 * 100vw);
    overflow: hidden;
    border-radius: calc(8 / 390 * 100vw);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.top-page section.column .carousel .columns .column.slick-current {
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media (min-width: 768px) {
    .top-page section.column .carousel .columns .column {
        width: calc(420 / 1440 * 100vw);
        margin: 0 calc(10 / 1440 * 100vw);
        border-radius: calc(12 / 1440 * 100vw);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.top-page section.column .carousel .columns .column .img-wrap {
    width: 100%;
    aspect-ratio: 200/160;
}
@media (min-width: 768px) {
    .top-page section.column .carousel .columns .column .img-wrap {
        aspect-ratio: 420/240;
    }
}
.top-page section.column .carousel .columns .column .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.top-page section.column .carousel .columns .column .content {
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
    overflow: hidden;
    background-color: #e8ecf0;
    border-radius: calc(0 / 390 * 100vw) calc(0 / 390 * 100vw) calc(8 / 390 * 100vw) calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.column .carousel .columns .column .content {
        padding: calc(16 / 1440 * 100vw);
    }
}
.top-page section.column .carousel .columns .column .content .title {
    font-size: calc(14 / 390 * 100vw);
    font-weight: bold;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .top-page section.column .carousel .columns .column .content .title {
        font-size: calc(24 / 1440 * 100vw);
    }
}
.top-page section.column .carousel .columns .column .content .summary {
    margin-top: calc(10 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.3;
}
@media (min-width: 768px) {
    .top-page section.column .carousel .columns .column .content .summary {
        margin-top: calc(10 / 1440 * 100vw);
        font-size: calc(16 / 1440 * 100vw);
    }
}
.top-page section.column .btn-wrap {
    margin-top: calc(28 / 390 * 100vw);
    text-align: center;
}
@media (min-width: 768px) {
    .top-page section.column .btn-wrap {
        margin-top: calc(40 / 1440 * 100vw);
    }
}
.top-page section.column .btn-wrap .btn {
    width: 100%;
    padding: calc(12 / 390 * 100vw) 0;
    font-size: calc(16 / 390 * 100vw);
    color: #fff;
    background-color: #00367d;
    border-radius: calc(5 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.column .btn-wrap .btn {
        width: calc(480 / 1440 * 100vw);
        padding: calc(18 / 1440 * 100vw) 0;
        font-size: calc(16 / 1440 * 100vw);
        border-radius: calc(8 / 1440 * 100vw);
    }
}
.top-page section.pet {
    padding: calc(30 / 390 * 100vw) 0;
    margin: 0 0 calc(100 / 390 * 100vw);
    text-align: center;
    background: #f1f1f1;
}
@media (min-width: 768px) {
    .top-page section.pet {
        padding: calc(40 / 1440 * 100vw) 0 calc(60 / 1440 * 100vw);
        margin: 0;
    }
}
.top-page section.pet .section-title {
    font-size: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.pet .section-title {
        font-size: calc(24 / 1440 * 100vw);
    }
}
.top-page section.pet .banner-wrap {
    width: 100%;
    margin-top: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .top-page section.pet .banner-wrap {
        margin-top: calc(40 / 1440 * 100vw);
    }
}
