@charset "utf-8";
/* CSS Document */

/* 基本設定 */
*, ::after, ::before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
color: #4D2500;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
text-align: center;
}
a {
color: inherit;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
iframe {
border: none;
display: block;
width: 100%;
}
ol,
li {
list-style: none;
}
header {
margin: 0 auto;
max-width: 640px;
}
h1 {
background-color: #F8E28F;
color: #4D2500;
font-size: 12px;
margin: 0;
padding: 4px 0;
width: 100%;
}
main {
margin: 0 auto;
max-width: 640px;
}

.title {
background-color: #FF7A4D;
color: #FFFFFF;
display: block;
font-size: 18px;
font-weight: 600;
margin: 0 auto;
padding: 8px 0;
}

/* 直前価格 */
.ogPrice::before {
content: "直前価格";
}
.ogPriceValue {
font-family: Arial, Helvetica, "sans-serif";
text-decoration-line: line-through;
}
/* 早割 */
.hayawari {
align-self: center;
background-color: #FDF77C;
border-radius: 4px;
color: #C70000;
font-size: 14px;
font-weight: 600;
margin-right: 4px;
padding: 0 4px;
}
/* 価格 */
.priceValue {
color: #C70000;
font-family: Arial, Helvetica, "sans-serif";
font-weight: 600;
}
/* 円 */
.priceSuffix {
color: #C70000;
font-size: min(3.8vw, 20px);
font-weight: 600;
padding-right: 4px;
}
/* 送料無料 */
.freeShipping {
color: #C70000;
font-size: min(3.8vw, 21px);
font-weight: 600;
}

/* 上部枠 */
.topContainer {
background-color: #FEFCEB;
margin: 0 auto;
padding: 16px;
}
.topContainer .itemContainer {
border-radius: 8px;
box-shadow: 0 3px 15px #0003;
margin-bottom: 16px;
overflow: hidden;
}
.topContainer .itemName {
background-color: #FF7A4D;
color: #FFFFFF;
font-size: min(3.8vw, 26px);
font-weight: 600;
padding: 8px 0;
}
.topContainer .item {
background-color: #FFFFFF;
padding: 16px;
}
.topContainer .itemDesc {
color: #696969;
font-size: 14px;
padding: 8px 0;
text-align: left;
}
.topContainer .itemInfo1 {
align-items: center;
display: grid;
grid-template-columns: 50% 49%;
padding: 8px 0;
}
.topContainer .tokutenIcon {
display: grid;
gap: 4px;
grid-template-columns: 1fr 1fr;
line-height: 1;
}
.topContainer .appealText {
font-size: min(3.8vw, 21px);
font-weight: 600;
letter-spacing: -0.05em;
text-align: right;
}
.topContainer .ogPrice {
font-size: 12px;
text-align: right;
}
.topContainer .ogPrice .ogPriceValue {
font-size: 14px;
}
.topContainer .itemInfo2 {
align-items: end;
display: grid;
gap: 8px;
grid-template-columns: 1fr 3fr;
}
.topContainer .itemPrice {
align-items: baseline;
display: flex;
justify-content: flex-end;
}
.topContainer .priceValue {
font-size: min(3.8vw, 30px);
}
.topContainer .itemRanking {
font-size: 20px;
font-weight: 600;
letter-spacing: 2px;
}
.topContainer .itemRankingName {
font-size: 14px;
margin: 8px 0;
}

/* ランキングフレーム枠 */
.spRanking ul {
display: flex;
flex-wrap: nowrap;
justify-content: unset;
overflow-x: auto;
}
.spRanking ul li {
margin-left: 1%;
max-width: 30%;
min-width: 30%;
text-align: left;
}
.spRanking .itemRanking {
letter-spacing: 2px;
text-align: center;
}
.spRanking .itemName {
font-size: 10px;
margin: 2px 0;
text-align: left;
}
.spRanking .itemPrice {
align-items: baseline;
display: flex;
justify-content: flex-end;
margin-bottom: 16px;
}
.spRanking .priceValue {
font-size: 16px;
}
.spRanking .freeShipping {
font-size: 10px;
}
.spRanking .link {
background-color: #FF7A4D;
border-radius: 4px;
box-shadow: 0 3px 15px #0003;
color: #FFFFFF;
display: inline-block;
font-size: 14px;
padding: 4px 32px;
}
