/*
Theme Name: Accessory Gallery
Description: A clean, minimal theme for displaying accessories with prices
Version: 1.0
Author: Custom Theme
*/

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  background-color: #ffffff;
  color: #333;
  line-height: 1.4;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
header {
  position: fixed;
  width: 100%;
  padding: 2rem;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}
header img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
main {
  padding: 120px 40px 40px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
ul.item-list li {
  padding: 0 0 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.item-list li:last-child {
  padding-bottom: 0;
}
ul.item-list li figure {
  width: 45%;
}
ul.item-list li div {
  width: 55%;
  text-align: right;
  padding: 0 0 0 20px;
}
ul.item-list li p {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 13px;
  display: inline-block;
  line-height: 1;
}
ul.item-list li p:before {
  content: "";
  position: absolute;
  background: url(./images/en.png) no-repeat top left;
  background-size: contain;
  width: 11px;
  height: 12px;
  bottom: 2px;
  left: 0;
}
