* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  /* background: #fffdf8; */
  background: #ffe4b5;
  background-image:
    radial-gradient(#ffffff 1px, transparent 1px),
    radial-gradient(#ffd6e7 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
  color: #222;
  line-height: 1.7;
}

a {
  color: #222;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 20px 48px;
  text-align: center;
}

.hero {
  margin-bottom: 40px;
}

.hero-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}

.site-title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-style: italic;
  font-weight: 700;
  color: #111;
}

.news {
  margin-bottom: 40px;
  padding: 24px;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}

.section-title {
  margin: 0 0 16px;
  font-size: 1.5rem;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.news-list li+li {
  margin-top: 8px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  margin-bottom: 40px;
}

.nav a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #d2a679;
  color: #000;
  border: 2px solid #000;
  font-weight: 700;
}

.nav a:hover {
  transform: translateY(2px);
  box-shadow: 1px 1px 0 #000;
}

.nav a:active {
  transform: translateY(4px);
  box-shadow: 0 0 0 #000;
}

.footer {
  font-size: 0.9rem;
  color: #666;
}

.profile-box {
  width: 86%;
  margin: 0 auto 30px;
  padding: 20px;
  border: 3px solid #000000;
  background: #fff3d1;
}

.profile-image {
  display: block;
  width: 400px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border: 4px solid #000000;
  background: #ffffff;
}

.profile-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  line-break: strict;
}

.back-home {
  margin: 30px 0;
  text-align: center;
}

.back-home a {
  display: inline-block;
  padding: 8px 16px;
  font-weight: bold;
  border: 2px solid #000000;
  border-radius: 999px;
  background: #fff3d1;
}

.back-home a:hover {
  transform: translateY(2px);
  box-shadow: 1px 1px 0 #000;
}

.back-home a:active {
  transform: translateY(4px);
  box-shadow: 0 0 0 #000;
}

.shop-box {
  width: 86%;
  margin: 0 auto 30px;
  padding: 16px;
  border: 3px solid #000000;
  background: #fff3d1;
}

.shop-list a {
  display: inline-block;
  margin: 4px 6px;
}

.shop-list .no-link {
  color: #999999;
  text-decoration: none;
  cursor: default;
}

.shop-list a:not(.no-link):hover {
  color: #ff3300;
  background-color: #ffff99;
}


.disc-box {
  width: 86%;
  margin: 0 auto;
}

.disc-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 16px;
  border: 3px solid #000000;
  background: #fff3d1;
}

.disc-left {
  width: 250px;
  text-align: center;
  flex-shrink: 0;
}

.disc-left img {
  width: 128px;
  height: 128px;
  border: 3px solid #000000;
  display: block;
  margin: 0 auto 8px;
  background: #fff3d1;
  ;
}

.disc-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.disc-right {
  flex: 1;
  text-align: left;
}

.price {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}

.sold {
  color: red;
}

.disc-right ol {
  margin: 0;
  padding-left: 20px;
}

.live-box {
  width: 86%;
  margin: 0 auto;
}

.live-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 16px;
  border: 3px solid #000000;
  background: #fff3d1;
  ;
}

.live-left {
  width: 250px;
  text-align: center;
  flex-shrink: 0;
}

.live-left img {
  width: 128px;
  height: 128px;
  border: 3px solid #000000;
  display: block;
  margin: 0 auto 8px;
}

.live-title {
  font-weight: bold;
}

.live-right {
  text-align: left;
  flex: 1;
}

.live-right p {
  margin: 4px 0;
}

.live-right ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.goods-box {
  width: 86%;
  margin: 0 auto;
}

.goods-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 16px;
  border: 3px solid #000000;
  background: #fff3d1;
}

.goods-left {
  width: 250px;
  text-align: center;
  flex-shrink: 0;
}

.goods-left img {
  width: 128px;
  height: 128px;
  border: 3px solid #000000;
  display: block;
  margin: 0 auto 8px;
  background: #fff3d1;
  ;
}

.goods-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.goods-right {
  flex: 1;
  text-align: left;
}

.goods-text {
  margin: 0 0 12px;
}

.goods-right .price {
  margin: 0;
}

.new {
  color: red;
  font-weight: bold;
}

.profile-name {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: bold;
}


.history-item:last-child {
  border-bottom: none;
}

.history-content p {
  margin: 0 0 6px;
}

.history-content p:last-child {
  margin-bottom: 0;
}

.history-box {
  width: 86%;
  margin: 0 auto 28px;
  padding: 16px 20px;
  border: 3px solid #000000;
  background: #fff3d1;
  ;
  text-align: center;
}

.history-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px dashed #999999;
  justify-content: center;
}

.history-date {
  width: 130px;
  font-weight: bold;
  color: #ff3399;
  text-align: right;
}

.history-content {
  width: 500px;
  text-align: left;
}

.no-break {
  white-space: nowrap;
}

.cta-button {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 22px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  background: #d2a679;
  border: 2px solid #000;
  border-radius: 999px;
  text-decoration: none;
  /* box-shadow: 3px 3px 0 #000; */
  transition: all 0.2s ease;
}

.cta-button:hover {
  transform: translateY(2px);
  box-shadow: 1px 1px 0 #000;
}

.cta-button:active {
  transform: translateY(4px);
  box-shadow: 0 0 0 #000;
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }

  .container {
    padding: 20px 12px 32px;
  }

  .hero {
    margin-bottom: 28px;
  }

  .hero-image {
    max-width: 320px;
    margin: 0 auto 16px;
  }

  .site-title {
    font-size: clamp(1.4rem, 5vw, 3rem);
    white-space: nowrap;
  }

  .welcome-text {
    line-height: 1.5;
    margin: 0 0 8px;
    white-space: nowrap;
    font-size: clamp(12px, 4vw, 24px);
  }

  .sub-title {
    font-size: 0.95rem;
  }

  .news {
    margin-bottom: 28px;
    padding: 16px 12px;
  }

  .section-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .news-list {
    font-size: 1rem;
  }

  .nav {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
  }

  .nav a {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 12px 16px;
  }

  .profile-box,
  .shop-box,
  .disc-box,
  .live-box,
  .goods-box,
  .history-box {
    width: 100%;
  }

  .profile-box,
  .shop-box,
  .history-box {
    padding: 14px 12px;
  }

  .profile-image {
    width: 100%;
    max-width: 280px;
  }

  .profile-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .profile-name {
    font-size: 22px;
  }

  .disc-item,
  .live-item,
  .goods-item,
  .history-item {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
  }

  .disc-left,
  .live-left,
  .goods-left,
  .history-date,
  .history-content {
    width: 100%;
    text-align: center;
  }

  .disc-left img,
  .live-left img,
  .goods-left img {
    width: 120px;
    height: 120px;
  }

  .disc-right,
  .live-right,
  .goods-right,
  .history-content {
    text-align: left;
  }

  .disc-right ol,
  .live-right ul {
    padding-left: 18px;
  }

  .price {
    font-size: 16px;
  }

  .history-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .history-date {
    text-align: left;
    margin-bottom: 4px;
  }

  .back-home a {
    width: 100%;
    max-width: 280px;
  }

  .cta-button {
    width: 100%;
    max-width: 320px;
    text-align: center;
    font-size: 15px;
    padding: 16px;
  }

}