#th2026 {
  background: url(/projects/2026_treasure_hunting/images/background2.png) repeat top left;
}
#th2026 .past {
  background: url(/projects/2026_treasure_hunting/images/background.jpg) repeat top left;
}
#th2026 img {
  height: auto;
  margin: auto;
}
/* --- background --- */
#th2026 .th-header {
  background: url(/projects/2026_treasure_hunting/images/bg-header-section.jpg) no-repeat top center;
  background-size: cover;
  padding: auto;
}
#th2026 .th-title {
  margin: auto;
  display: block;
  position: relative;
}
#th2026 .th-title img {
  max-height: 600px;
}
#th2026 .th-title .th-title-stamp {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
#th2026 .th-title .th-title-stamp:hover{
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4));
}
@media screen and (max-width:480px) {
  #th2026 .th-title .th-title-stamp {
  top: 50%;
  width: 70px;
  }
}
@media screen and (min-width:481px) {
  #th2026 .th-title .th-title-stamp {
    top: 50%;
    width: 88px;
  }
}
@media screen and (min-width:768px) {
  #th2026 .th-title .th-title-stamp {
    top: 50%;
    width: 140px;
  }
}
@media screen and (min-width:1024px) {
  #th2026 .th-title .th-title-stamp {
    top: 51%;
    width: 186px;
  }
}
@media screen and (min-width:1300px) {
  #th2026 .th-title .th-title-stamp {
    top: 51%;
    width: 235px;
  }
}

/* footer */
#th2026 .th-footer {
  background: #50341b;
  overflow: hidden;
  padding: 4rem 0;
}
#th2026 .th-footer li {
  margin: 0.25em 0;
}
/* heading h2 */
#th2026 .th-heading {
    display: block;
}
#th2026 .th-heading-img {
  max-width: 1309px;
  margin: auto;
}

/* th-boxes */
#th2026 .th-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #th2026 .th-boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  #th2026 .th-boxes {
    padding-bottom: 4rem;
  }
}
#th2026 .th-current .th-boxes {
  gap: 2rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #th2026 .th-current .th-boxes {
    gap: 2.5rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  #th2026 .th-current .th-boxes {
    gap: 2rem;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }
}
@media screen and (min-width: 1361px) {
  #th2026 .th-current .individual{
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  #th2026 .th-current .individual .th-box-body {
    display: grid !important;
  }
  #th2026 .th-current .individual .th-box-figure img {
    width: 100% !important;
  }
}
#th2026 img.lineup {
    padding: 2rem 0;
    width: 50rem;
}
#th2026 .price-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  flex-wrap: wrap;
}
#th2026 .price-filter__button {
  min-width: 72px;
  height: 38px;
  padding: 0 18px;
  border: 2px solid #8b5a24;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff0c8 0%, #dcae68 100%);
  color: #3a1d08;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 2px 0 rgba(90, 48, 15, 0.35);
  cursor: pointer;
}
#th2026 .price-filter__button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
#th2026 .price-filter__button.is-active {
  background: linear-gradient(180deg, #b91414 0%, #7e0909 100%);
  border-color: #f5d18a;
  color: #fff7d6;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 2px 0 rgba(70, 20, 10, 0.45);
}
#th2026 .is-hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  #th2026 .price-filter {
    display: none;
  }
}

#th2026 img.hr {
  min-width: 100%;
}
/* th-box */
#th2026 .th-box {
  /* background: #f6e9d8; */
  background: url(/projects/2026_treasure_hunting/images/box-body.jpg) no-repeat center;
  background-size: cover;
  color: #411101;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#th2026 .th-box .th-box-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight:900;
  line-height: 1;
  white-space:  nowrap;
  justify-content: center;
}
#th2026 .th-box .th-box-name .ten{
  font-size: 18px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  #th2026 .th-box .th-box-title-image {
    height: 150px;
    margin-top: -40px;
  }
}
#th2026 .th-box .th-box-copy {
  font-weight: bold;
}
#th2026 .th-box .th-box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  margin: 1rem;
}
@media screen and (min-width: 1024px) {
  #th2026 .th-box .th-box-body {
    display: flex;
  }
}
#th2026 .th-box .th-box-figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin:  auto;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  #th2026 .th-box .th-box-figure {
    width: 50%;
  }
  #th2026 .th-box .th-box-figure.diamond {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  #th2026 .th-box .th-box-figure {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #th2026 .th-box .th-box-figure img {
    width: 80%;
  }
}
@media screen and (min-width:1360px) {
  #th2026.th-box .th-box-figure img {
    width: 44%;
  }
}
#th2026 .th-box .th-box-price {
  text-align: center;
  display: flex;
  gap: 4px;
  margin-bottom: -1rem;
}
#th2026 .th-box .th-box-price .price-original {
  text-decoration: line-through;
  top:  -2px;
  top: 20;
  height: -20px;
  line-height: 46px;
  font-size: 14px;
}
#th2026 .th-box .th-box-price .price-sale {
  color: #CC0000;
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}
#th2026 .th-box .th-box-price .price-dollar{
  color: #CC0000;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 900;
  position: relative;
  top: -8px;
  line-height: -1;
}
#th2026 .th-box .th-box-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 1.25rem;
  padding: auto;
  margin:  2rem 2rem 2rem 0;
}
#th2026 .th-box .th-box-detail li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
}
#th2026 .th-box .th-box-detail li::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-platinum.svg") no-repeat;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

/* --- th-box-stamp --- */
#th2026 .th-box .th-box-stamp {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #th2026 .th-box .th-box-stamp {
    height: auto;
    top: -1rem;
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  #th2026 .th-box .th-box-stamp {
    left: -1rem;
    top: 2rem;
    height: auto;
  }
}

/* th-box-secondary*/
#th2026 .th-box.is-secondary {
  background: url(/projects/2026_treasure_hunting/images/box-body.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 3px 5px 10px 2px rgba(0,0,0,0.2) ;
}
/* --- secondary-icon --- */
#th2026 .th-box.is-secondary .th-box-detail li {
  margin: 0.2rem;
  padding-left: 2.5rem;
  position: relative;
}
#th2026 .th-box.is-secondary .th-box-detail .icon-fuji::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-diamond-3.svg") no-repeat;
  background-size: contain;
}
#th2026 .th-box.is-secondary .th-box-detail .icon-mochi::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-diamond-2.svg") no-repeat;
  background-size: contain;
}
#th2026 .th-box.is-secondary .th-box-detail .icon-ema::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-diamond-1.svg") no-repeat;
  background-size: contain;
}
#th2026 .th-box.is-secondary .th-box-detail .icon-sensu::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-diamond-4.svg") no-repeat;
  background-size: contain;
}
#th2026 .th-box.is-secondary .th-box-detail .icon-hanetsuki::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-diamond-5.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #th2026 .th-box.is-secondary {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  #th2026 .th-box.is-secondary {
    display: block;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
#th2026 .th-box.is-secondary .th-box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  margin: 1rem;
}
@media screen and (min-width: 768px) {
  #th2026 .th-box.is-secondary .th-box-body {
    display: flex;
  }
}
#th2026 .th-box.is-secondary .th-box-figure {
  position: relative;
  width: 50%;
  margin: auto;
  margin-top: 3rem;
  z-index: 1;
}
@media screen and (min-width:768px) {
  #th2026 .th-box.is-secondary .th-box-figure {
    width: 50%;
    margin: 6rem 0 1rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #th2026 .th-box.is-secondary .th-box-figure {
    width: 30%;
    margin: 10rem 0 1rem 2rem;
  }
}
#th2026 .th-box.is-secondary .th-box-figure img {
  margin-bottom: -10%;
  margin-top: -20%;
}
.shadow {
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.22));
  z-index: 1;
}
#th2026 .th-box.is-secondary .diamond img {
  margin-bottom: -10%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #th2026 .th-box.is-secondary .th-box-figure img {
    margin-top: -35%;
  }
  #th2026 .th-box.is-secondary .diamond img {
    margin-top: -35%;
  }
}
#th2026 .th-box.is-secondary .th-box-copy {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #th2026 .th-box.is-secondary .th-box-copy {
    font-size: 20px;
  }
}
/* th-box-primary */
#th2026 .th-box.is-primary {
  box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  #th2026 .th-box.is-primary .th-box-title img {
    margin-right: auto;
  }
}
#th2026 .th-box.is-primary .th-box-copy {
  color: #fff;
  font-size: 1rem;
  left: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #th2026 .th-box.is-primary .th-box-copy {
    color: inherit;
    font-size: 18px;
    left: auto;
    margin: 1.5rem 0 1rem;
    position: relative;
    text-align: center;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
#th2026 .th-box.is-primary .th-box-detail li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
}
/* secondary-icons */
#th2026 .th-box.is-primary .th-box-detail li::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-platinum.svg") 0 0 no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
#th2026 .th-box.is-gold {
  box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.2);
}
#th2026 .th-box.is-gold .th-box-detail li::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-gold.svg") 0 0 no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
#th2026 .th-box.is-silver {
  box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.2);
}
#th2026 .th-box.is-silver .th-box-detail li::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-silver.svg") 0 0 no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
#th2026 .th-box.is-bronze {
  box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.2);
}
#th2026 .th-box.is-bronze .th-box-detail li::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-bronze.svg") 0 0 no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
/* --- th-past-section --- */
#th2026 .past {
  background-color: #50341b;
  padding-bottom: 5px;
}
#th2026 .th-past {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #th2026 .th-past {
    display: flex;
    margin-bottom: 1rem;
    /* padding-bottom: 2rem; */
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #th2026 .th-past {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 2rem;
  }
}
/* --- th-past-boxes --- */
#th2026 .th-current .th-past {
  gap: 2rem;
}
@media screen and (min-width:768px) {
  #th2026 .th-current .th-past {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  #th2026 .th-current .th-past {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
  }
}
#th2026 .th-past.is-secondary {
  display: flex;
}
@media screen and (min-width: 768px) {
  #th2026 .th-past.is-secondary .th-box-title img {
    margin-right: auto;
  }
}
#th2026 .th-past.is-secondary .th-past-body {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #th2026 .th-past.is-secondary .th-box-body {
    display: block;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #th2026 .th-past.is-secondary .th-box-body {
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #th2026 .th-past.is-secondary .th-past-info {
    padding: auto;
    align-content: center;
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #th2026 .th-past.is-secondary .th-past-info {
  padding: auto;
  align-content: center;
  margin: 2rem 0 0 0;
  }
}
#th2026 .th-past.is-secondary .th-past-cta {
  display: block;
  text-align: center;
  position: relative;
}
#th2026 .th-past.is-secondary .th-past-button {
  background: #f43d26;
  border: 1px solid #f43d26;
  bottom: -1.5rem;
  font-weight: bold;
  left: 50%;
  padding: 0 2rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}
#th2026 .th-past.is-secondary .th-past-button:hover {
  background: #fff;
  color: #f43d26;
}