body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}
ul,
li {
    margin: 0;
    padding: 0;
}
.home {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    line-height: 1.5;
    min-width: 300px;
    padding-top: clamp(35px, 10%, 56px);
}
.header {
    position: fixed;
    top: 0;
    color: #e40061;
    font-weight: 300;
    width: 100%;
    padding: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 5vw, 30px);
    background-color:#fff;
    max-width: 600px;
    margin: 0 auto;
    min-width: 300px;
    line-height: clamp(35px, 10%, 56px);
    z-index: 1;
}

.header img {
    position: absolute;
    left: 4%;
    width: 6%;
    height: auto;
    cursor: pointer;
}
.bottom-bg {
    width: 100%;
    background: linear-gradient(to bottom, #e40061, #ff69b4);
    flex-grow: 1;
    min-height: 0;
}
.home .imgList {
    display: flex;
    flex-direction: column;
}

.home .imgList img {
    width: 100%;
}

.home .container {
    padding: 20px 30px;
    background-color: #e40061;
}
.home .container ul {
    color: #e40061;
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.home .container ul li {
    height: clamp(0px, 8.2vw, 49px);
    line-height: clamp(0px, 8.2vw, 49px);
    font-size: clamp(0px, 3.6vw, 22px);
    font-weight: 600;
}
li {
    background-color: #fff;
    cursor: pointer;
}
a {
    text-decoration: none;
    color: #e40061;
}
.detailContainer {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    min-width: 300px;
    margin: 0 auto;
    font-size: clamp(0px, 2.9vw, 17.5px);
    line-height: 1.5;
}

.detailContainer .imgList {
    display: flex;
    flex-direction: column;
    padding-top:clamp(35px, 10%, 56px);
}
.imgList img {
    display: block;
}

#product, #point, #howto, #shop {
    padding-top: clamp(35px, 10%, 56px) !important;
    margin-top: max(-56px, -10%);
}

.detailContainer .shop {
    position: relative;
    background: url(../img/shop.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 393%;
    width: 100%;
    max-width: 600px;
}
.shop .container {
    box-sizing: border-box;
    position: absolute;
    top: 4.5%;
    left: 8%;
    width: 84%;
    background-color: #fff;
    padding: clamp(0px, 5.8vw, 34.8px);
    font-weight: 500;
}
.top .des {
    line-height: 1.5;
    text-align: center;
}
.top .payList {
    display: flex;
    justify-content: center;
    gap: clamp(0px, 4.6vw, 28px);
    align-items: center;
    margin: clamp(0px, 4.7vw, 28.2px) auto 0;
}
.payList img {
    width: clamp(0px, 12.8vw, 77.2px);
}
.payList img:last-child {
    width: clamp(0px, 15.4vw, 92.6px);
}
.container .name {
    box-sizing: border-box;
    background-color: #e40061;
    color: #fff;
    width: clamp(0px, 19.5vw, 117px);
    height: clamp(0px, 6.5vw, 39.3px);
    line-height: clamp(0px, 6.5vw, 39.3px);
    margin-top: clamp(0px, 4.6vw, 28px);
    margin-left: max(-34.8px, -5.8vw);
    padding-right: 2vw;
    text-align: right;
    font-size: clamp(10px, 4vw, 24px);
}
.shop .container ul {
    list-style-type: none;
}

.store-list .store-item .shopName {
    color: #e40061;
    font-weight: 600;
    margin-top: clamp(0px, 1.7vw, 10.5px);
    margin-bottom: clamp(0px, 0.4vw, 2.8px);
}
.store-item p {
    margin: 0;
}

.storeInfo {
    display: flex;
}

.storeInfo .text {
    white-space: nowrap;
}

.storeInfo p {
    margin: 0;
}
.storeInfo .map {
    border: 1px solid #e40061;
    color: #e40061;
    padding: 0 4px;
}
.storeInfo a {
    margin-left: 6px;
    white-space: nowrap;
}