h1,
h2,
h3,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

li {
    list-style: none;
}

.ec-layoutRole__header .ec-headerNaviRole,
.ec-layoutRole__header .ec-categoryNaviRole-wrapper {
    background: #ffffff;
}

.ec-layoutRole__header {
    margin-bottom: 30px;
}

[id] {
    scroll-margin-top: 30px;
}

.ec-productCard {
    background: inherit;
}

main.ec-layoutRole__main .header-image-container {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    max-width: 100vw;
    overflow: hidden;
}

main.ec-layoutRole__main .header-image {
    display: block;
    width: 100%;
}

main.ec-layoutRole__main .header-image img {
    display: block;
    width: 100%;
    max-height: 473px;
    min-height: 400px;
    aspect-ratio: 2200 / 473;
    object-fit: cover;
    object-position: center;
}

.ec-blockTopBtn{
    z-index: 100;
}

.single-rayout {
    flex: inherit;
    width: auto;
    max-width: 800px;
}

.single-rayout .ec-productCard {
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.single-rayout .ec-productCard__actionButtons {
    margin-top: 0;
    margin-bottom: auto;
}

@media (max-width: 768px) {
    .single-rayout .ec-productCard {
        grid-template-columns: 1fr;
    }
}


main .pc-only { display: none; }
main .sp-only { display: block; }

@media screen and (min-width: 768px) {
    main .pc-only { display: block; }
    main .sp-only { display: none; }
  }

  @media screen and (max-width: 1000px) {
    main.ec-layoutRole__main .header-image img {
        aspect-ratio: auto;
        min-height: auto;
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    main.ec-layoutRole__main .header-image img {
        height: 240px;
    }
}

@media screen and (max-width: 480px) {
    main.ec-layoutRole__main .header-image img {
        height: 173px;
    }
}

@media screen and (max-width: 350px) {
    main.ec-layoutRole__main .header-image img {
        height: 150px;
    }
}