@charset "utf-8";

@media (max-width: 1160px) {
    .brand-logo {
        margin: 100px auto 60px;
        max-width: 600px;
    }
}
@media (min-width: 1161px) {
    .brand-logo {
        margin: 20px auto;
        max-width: 600px;
    }
}
@media (min-width: 1161px) {
    .topAlbum {
        padding: 80px 0;
    }
}
.topAlbum .imageBox {
    overflow: auto;
    scrollbar-gutter: stable;
    text-align: center;
    font-size: 0;
}
.topAlbum .imageRow {
    display: inline-table;
}
.topAlbum .imageRow a {
    display: table-cell;
    padding: 0 2px;
}
.topAlbum .imageRow a img {
    display: block;
    width: 150px;
    height: 150px;
}
@media (min-width: 541px) {
    .topAlbum .imageRow a img {
        width: 200px;
        height: 200px;
    }
}
.topAlbum .imageRow:nth-child(n + 2) {
    margin-top: 4px;
}
.topCF2024 {
    display: flex;
    gap: min(3%, 25px);
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
    margin: 40px 10px 70px;
}
@media (min-width: 1161px) {
    .topCF2024 {
        margin: 0 0 70px;
    }
}
.topCF2024 > i {
    flex-shrink: 0;
    width: min(30%, 140px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-image: url(https://ztms.xsrv.jp/ydr.base/img/sako04-300x300.jpg);
    background-position: center 25%;
    background-size: 130%;
}
.topCF2024 .line {
    background-color: #ebead8;
    border-radius: 1.5em;
    padding: min(4%, 20px) min(5%, 30px);
    position: relative;
}
@media (any-hover: hover) {
    .topCF2024 .line:hover {
        filter: brightness(105%);
    }
}
.topCF2024 .line:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 15px solid #ebead8;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.topCF2024 .line .tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.topCF2024 .line .tag b {
    background-color: #eb2410;
    color: #fff;
    line-height: 1;
    font-size: 87%;
    padding: 2px 3px;
    border-radius: 2px;
}
.topCF2024 .line .body {
    margin-top: 0.5em;
    font-size: 14px;
}
.topCF2024 .line .body b {
    font-size: min(5vw, 26px);
    line-height: 1.4;
    white-space: nowrap;
    letter-spacing: 0.02em;
    display: block;
    margin: 0.1em 0;
}
@media (min-width: 783px) {
    .topCF2024 .line .body b br {
        display: none;
    }
}
.topCF2024 .line .body small {
    font-size: 70%;
}
.topCF2024 .line .body .campfire {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    color: #444;
    max-width: min(100%, 320px);
    margin: 0.75em auto;
    padding: 6px;
    box-sizing: border-box;
}
.topCF2024 .line .body .campfire .logo {
    height: min(3vw, 14px);
}
.topCF2024 .line .body .campfire .visual {
    max-width: 100%;
    margin: 0.5em 0;
}
.topCF2024 .line .body .campfire .title {
    font-size: min(4vw, 16px);
    font-weight: bold;
}
.topCF2024 .button {
    margin-top: 0.75em;
    text-align: center;
}
.topCF2024 .button b {
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    padding: 0.4em 1em 0.45em;
}
.shareButtons {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.shareButtons > div {
    margin: 4px;
}
.sectionTitle {
    font-family: 'Cookie', cursive;
    font-weight: normal;
    text-align: center;
    font-size: 80px;
}
.sectionTitle + p {
    margin: 20px auto 50px;
    padding: 0 20px;
    line-height: 2;
    font-size: 14px;
}
.topAbout {
    padding: 50px 0 90px;
    background-color: #f3f3f6;
}
.topAbout .sectionTitle + p {
    text-align: center;
    margin-top: 0;
}
.topAbout .intro img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
    aspect-ratio: 707 / 540;
    object-fit: cover;
}
.topAbout .intro p {
    margin: 10%;
    font-size: 14px;
}
.topAbout .intro p a:not(.button) {
    color: #1da1f2;
    position: relative;
}
.topAbout .intro p a:not(.button):after {
    content: '';
    width: 100%;
    border-top: 1px solid #1da1f2;
    position: absolute;
    top: 102%;
    left: 0;
}
.topAbout .intro p a.button {
    display: table;
    margin: auto;
    color: #fff;
    background-color: #000;
    padding: 0.5em 1em;
    font-size: 16px;
}
@media (any-hover: hover) {
    .topAbout .intro p a.button:hover {
        background-color: #1da1f2;
    }
}
@media (min-width: 800px) {
    .topAbout .intro {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        max-width: calc(1160px + 35px);
        margin: auto;
    }
    .topAbout .intro img {
        width: 33%;
    }
    .topAbout .intro p {
        flex: 1;
        margin: 0 35px;
    }
}
.topAdoption {
    padding: 50px 0 100px;
}
.topAdoption .sectionTitle + p {
    text-align: center;
    margin-top: 0;
}
.topAdoption .members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.topAdoption .member {
    width: 70%;
    max-width: 300px;
    position: relative;
}
.topAdoption .member img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}
.topAdoption .member .name {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topAdoption .more {
    display: table;
    margin: 60px auto 0;
    padding: 0.5em 1.5em;
    font-size: 16px;
    background-color: #000;
    color: #fff;
}
@media (any-hover: hover) {
    .topAdoption .member a:hover img {
        filter: brightness(1.2);
    }
    .topAdoption .member a:hover .name,
    .topAdoption .more:hover {
        background-color: #1da1f2;
    }
}
.topBlog {
    padding: 50px 0 100px;
    background-color: #f3f3f6;
}
.topBlog .sectionTitle + p {
    text-align: center;
}
.topBlog .posts {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1160px;
}
.topBlog .post {
    width: 90%;
    max-width: 300px;
}
.topBlog .post a {
    display: block;
    height: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 30px #0003;
    border-radius: 6px;
    overflow: hidden;
}
.topBlog .post a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d3efff;
    opacity: 0.2;
}
.topBlog .post .image {
    padding-top: 70%;
    position: relative;
}
.topBlog .post .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topBlog .post .date {
    display: block;
    color: #777;
    text-align: left;
    padding: 15px 0 0 20px;
}
.topBlog .post .title {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 18px 15px;
}
.topItems {
    padding: 60px 0;
}
@media (min-width: 1161px) {
    .topItems {
        padding: 80px 0 120px;
    }
}
.topItems .sectionTitle + p {
    margin: 20px auto 30px;
}
@media (max-width: 560px) {
    .topItems .sectionTitle + p br {
        display: none;
    }
}
@media (min-width: 561px) {
    .topItems .sectionTitle + p {
        text-align: center;
    }
}
.topItems .itemList {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1160px;
}
.topItems .item {
    box-sizing: border-box;
    text-align: center;
    width: 90%;
    max-width: 320px;
    margin: 20px 10px 40px;
}
@media (min-width: 1161px) {
    .topItems .item {
        margin: 20px 30px 40px;
    }
}
.topItems .item a {
    display: block;
    padding: 15px;
    position: relative;
}
.topItems .item a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d3efff;
    opacity: 0.2;
}
.topItems .item .itemImg {
    padding-top: 100%;
    position: relative;
}
.topItems .item .itemImg img.image-resize {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.topItems .item .itemTitle {
    margin: 20px 0 5px;
    text-align: center;
}
.topItems .item .itemTitle h2 {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.topItems .item .soldout_cover {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    zoom: 1;
}
.topItems .item .soldout_cover p {
    color: #dd3a3a;
    background-color: #fff;
    border: 2px solid #dd3a3a;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    box-shadow: 2px 2px 6px #0008;
    transform: rotate(-12deg);
}
.topItems .item .itemPrice {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}
.topItems .item .discountPrice {
    color: #e75c5c;
    margin: 0;
}
.topItems .item .discountPrice__ratio {
    border: 1px solid #e75c5c;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px;
}
.topItems .item .discountPrice__calcPrice {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8;
    white-space: nowrap;
}
.topItems .item .comingSoon {
    color: #11beae;
    font-size: 14px;
    margin-top: 8px;
}
.topItems .item .preOrder,
.topItems .item .lottery,
.topItems .item .takeout {
    border: 1px solid #252525;
    border-radius: 2px;
    color: #252525;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    margin-top: 6px;
}
.topSupport .sectionTitle + p {
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 520px) {
    .topSupport .sectionTitle + p {
        text-align: left;
    }
    .topSupport .sectionTitle + p br {
        display: none;
    }
}
.topSupport .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.topSupport .links .banner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    margin: 20px;
    width: 240px;
    height: 105px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.topSupport .links .banner.amazon {
    color: #666;
    background-image: url(https://ztms.xsrv.jp/ydr.base/img/Amazon-logo-RGB-300x90.png);
    background-size: 100px;
    background-position: center 20px;
    border: 1px solid #d3cbc1;
    background-color: #fffdf7;
}
.topSupport .links .banner.amazon:hover {
    background-color: #fffceb;
}
.topSupport .links .banner.amazon small {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}
.topSupport .links .banner.adaption_park_petgo {
    color: #666;
    background-image: url(https://ztms.xsrv.jp/ydr.base/img/adaption_park_gift_petgo-logo.png);
    background-size: 180px;
    background-position: center 17px;
    border: 1px solid #d3cbc1;
    background-color: #fff3ce;
    position: relative;
}
.topSupport .links .banner.adaption_park_petgo:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100px;
    height: 17px;
    background-image: url(https://ztms.xsrv.jp/ydr.base/img/petgo-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.topSupport .links .banner.adaption_park_petgo:hover {
    filter: brightness(1.02);
}
.topSupport .links .banner.pochitama {
    color: #666;
    background-image: url(https://ztms.xsrv.jp/ydr.base/img/pochitama-logo.webp);
    background-size: 165px;
    background-position: center 9px;
    border: 1px solid #d3cbc1;
    background-color: hsl(197 85% 99% / 1);
}
.topSupport .links .banner.pochitama:hover {
    background-color: hsl(197 85% 97% / 1);
}
.topSupport .links .banner.pochitama small {
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 2px;
}
.topSupport .pochitama-coupon {
    text-align: center;
    border-radius: 10px;
    padding: 0.5em 1.5em 0.75em;
    display: table;
    margin: -10px auto;
    background-color: #dbf4ff;
    color: #1f84ad;
    position: relative;
}
.topSupport .pochitama-coupon:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dbf4ff;
}
.topSupport .pochitama-coupon small {
    font-size: 85%;
}
.topSupport .pochitama-coupon-title {
    font-size: 107%;
    font-weight: bold;
}
.topSupport .pochitama-coupon-title b {
    font-size: 130%;
    vertical-align: -0.05em;
}
.topSupport .pochitama-coupon-number {
    color: #1f84ad;
    background-color: #fff;
    font-size: 170%;
    line-height: 1;
    display: table;
    margin: 0.1em auto;
    padding: 0.1em 0.5em 0.2em;
    letter-spacing: 0.1em;
    border-radius: 4px;
}
.topSupport .pochitama-coupon a {
    color: #fff;
    background-color: #2ba5d7;
    border-radius: 4px;
    padding: 0.1em 0.5em;
    margin-top: 0.1em;
    display: inline-block;
}