#th2025 {
  background: #a7cfd5;
}

#th2025 img {
  height: auto;
  margin: auto;
}

/* --- th-heading-img --- */
@media screen and (max-width: 767px) {
  #th2025 .th-heading-img {
    width: 90%;
    margin: auto;
  }
}
#th2025 .th-heading {
  padding: 2rem 0 0;
}

/* --- background --- */
#th2025 .th-header {
  background: url(/projects/2025_treasure_hunting/images/bg-heder-section.jpg) no-repeat top center;
  background-size: cover;
  padding: auto;
}

#th2025 .th-section {
  background: url(/projects/2025_treasure_hunting/images/bg-box-section.jpg) repeat top left;

}

/* --- footer --- */
#th2025 .th-footer {
  background: #003333;
  overflow: hidden;
  padding: 3rem 0;
}

#th2025 .th-footer li {
  margin: 0.25em 0;
}

/* --- th-section --- */
#th2025 .th-boxes {
  display: flex;
  padding-bottom: 2rem;
  flex-direction: column;
}

/* --- th-current-boxes --- */
#th2025 .th-current .th-boxes {
  gap: 2rem;
  margin-top: 1.5rem;
}

@media screen and (min-width:768px) {
  #th2025 .th-current .th-boxes {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  #th2025 .th-current .th-boxes {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}

/* --- diamond box --- */
#th2025 .th-box-header-sp {
  position: relative;
}

@media screen and (max-width: 767px) {
  #th2025 .th-box.is-sp {
    width: 100%;
    margin: 40 auto;
    grid-column: span 1;
    background: url(/projects/2025_treasure_hunting/images/box-body-diamond.jpg) no-repeat center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  #th2025 .th-box.is-sp {
    width: 100%;
    margin: 40 auto;
    grid-column: span 1;
    background: url(/projects/2025_treasure_hunting/images/box-body-diamond.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 580px) {
  #th2025 .th-box.is-sp .th-box-sp-figure {
    margin: auto;
    width: 60%;
    padding-top: 2rem;
  }
}

@media screen and (min-width:581px) {
  #th2025 .th-box.is-sp .th-box-sp-figure {
    margin: auto;
    width: 60%;
    padding-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #th2025 .th-box.is-sp .th-box-sp-figure {
    margin: auto;
    margin-left: 1rem;
    width: 70%;
    padding: auto;
  }
}

@media screen and (min-width: 1024px) {
  #th2025 .th-box.is-sp .th-box-sp-figure {
    margin: auto;
    margin-left: 1rem;
    width: 50%;
    padding-bottom: 2rem;
  }
}

#th2025 .th-box.is-sp .th-box-sp-info {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  gap: 1.25rem;
  /* padding: 0 1.25rem 2.5rem 0; */
  padding-bottom: 1rem;
  margin: 20px 0;
}

@media screen and (max-width: 580px) {
#th2025 .th-box.is-sp .th-box-sp-info {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding-bottom: 2rem;
 }
}

#th2025 .th-box.is-sp .th-box-sp-body {
  display: flex;
  margin: 1rem;
}

@media screen and (max-width: 768px) {
#th2025 .th-box.is-sp .th-box-sp-body {
  display: block;
 }
}

#th2025 .th-box .th-box-title-sp {
  display: block;
  margin-top: 1.5rem;
}

#th22025 .th-box.is-sp .th-box-sp-copy {
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #th2025 .th-box.is-sp .th-box-sp-copy {
    font-size: 20px;
  }
}

#th2025 .th-box.is-sp .th-box-detail-sp li {
  margin: 0.2rem;
  padding-left: 2rem;
  position: relative;
}

/* --- icons --- */
#th2025 .th-box.is-sp .th-box-detail-sp li {
  margin: 0.2rem;
  padding-left: 2.5rem;
  position: relative;
}

#th2025 .th-box.is-sp .th-box-detail-sp .icon-fuji::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-diamond-3.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#th2025 .th-box.is-sp .th-box-detail-sp .icon-mochi::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-diamond-2.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#th2025 .th-box.is-sp .th-box-detail-sp .icon-ema::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-diamond-1.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#th2025 .th-box.is-sp .th-box-detail-sp .icon-sensu::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-diamond-4.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#th2025 .th-box.is-sp .th-box-detail-sp .icon-hanetsuki::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-diamond-5.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

@media screen and (max-width: 767px) {
  #th2025 .th-box .th-box-stamp {
    height: 120px;
    left: -1rem;
    top: -1rem;
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  #th2025 .th-box .th-box-stamp {
    height: 100px;
  }
}

/* --- th-box --- */
#th2025 .th-box {
  border-radius: 0.75rem;
  color: #411101;
  flex: 1;
  position: relative;
}

#th2025 .th-box .th-box-title {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 4px;
  /* margin-top: 2.5rem; */
  margin: auto;
}

#th2025 .th-box .th-box-title .title-name {
  color: #411;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px;
  font-weight:900;
  line-height: 1;
}
#th2025 .th-box .th-box-title .title-name .ten {
  font-size: 18px;
  position: relative;
  top:-5px;
}

@media screen and (min-width: 1024px) {
#th2025 .th-box .th-box-title .title-name {
  color: #411;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  }
}

#th2025 .th-box .th-box-title .title-point {
  color: #411;
  font-size: 6px;
  font-weight:300;
  padding-top: 6px;
}

#th2025 .th-box .th-box-titles {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 4px;
}

#th2025 .th-box .th-box-titles .titles-name {
  color: #411;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  line-height: 1;
}

#th2025 .th-box .th-box-titles .titles-point {
  color: #411;
  font-size: 6px;
  font-weight:300;
  padding-top: 6px;
}

#th2025 .th-box .th-box-titles .titles-name {
  color: #411;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight:900;
  line-height: 1;
}

#th2025 .th-box .th-box-titles .titles-name .ten {
    font-size: 18px;
    position: relative;
    top: -2px;
}
@media screen and (min-width: 1024px) {
  #th2025 .th-box .th-box-titles .titles-name {
  color: #411;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  #th2025 .th-box .th-box-titles .titles-name {
    color: #411;
    font-family: "Noto Sans JP" , sans-serif;
    font-size: 34PX;
  }
}

#th2025 .th-box .th-box-title-image {
  margin-top: -45px;
  margin-left: 10px;
  width: 100%;
  height: auto;
}

#th2025 .th-box .th-box-body {
  /* display: flex; */
}

#th2025 .th-box .th-box-figure {
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #th2025 .th-box .th-box-figure {
    display: block;
    margin: auto;
    width: 60%;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #th2025 .th-box .th-box-figure {
    display: block;
    margin: auto;
    width: 50%;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #th2025 .th-box .th-box-figure {
    display: block;
    margin: auto;
    width: 40%;
    padding-top: 2rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  #th2025 .th-box .th-box-figure {
    display: block;
    margin: auto;
    width: 40%;
    padding-top: 2rem;
  }
}

#th2025 .th-box .th-box-price {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 4px;
}

#th2025 .th-box .th-box-price .price-original {
  text-decoration: line-through;
  margin-right: 10px;
}

#th2025 .th-box .th-box-price .price-dollar {
  color: #CC0000;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight:900;
  line-height: 1;
}

#th2025 .th-box .th-box-price .price-sale {
  color: #CC0000;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

#th2025 .th-box .th-box-info {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem 1.25rem 0;
  padding-bottom: 2rem;
}

/* --- th-box-stamp --- */
#th2025 .th-box .th-box-stamp {
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #th2025 .th-box .th-box-stamp {
    height: auto;
    left: 0.rem;
    top: 1rem;
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  #th2025 .th-box .th-box-stamp {
    left: -1rem;
    top: 2rem;
    /* width: 100%; */
    height: auto;
  }
}

/* --- secondary gold --- */
#th2025 .th-box.is-secondary-gold {
  background: url(/projects/2025_treasure_hunting/images/bg-gold.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1024px) {
  #th2025 .th-box.is-secondary-gold .th-box-body {
    display: flex;
    /* margin-bottom: 1rem; */
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #th2025 .th-box.is-secondary-gold .th-box-info {
    padding: 1.5rem;
  }
}

#th2025 .th-box.is-secondary-gold .th-box-detail li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
}

#th2025 .th-box.is-secondary-gold .th-box-detail li::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-gold.svg") no-repeat;
  background-size: cover;
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  width: 24px;
}

/* --- secondary platinum --- */
#th2025 .th-box.is-secondary-platinum {
  background: url("/projects/2025_treasure_hunting/images/bg-platinum.jpg") no-repeat center;
  background-size: cover;
  /* display: flex; */
  box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1024px) {
  #th2025 .th-box.is-secondary-platinum .th-box-body {
    display: flex;
    /* margin-bottom: 1rem; */
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #th2025 .th-box.is-secondary-platinum .th-box-info {
    padding: 1.5rem;
  }
}
#th2025 .th-box.is-secondary-platinum .th-box-detail li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
}

#th2025 .th-box.is-secondary-platinum .th-box-detail li::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-platinum.svg") no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

/* --- secondary bronze --- */
#th2025 .th-box.is-secondary-bronze {
  background: url("/projects/2025_treasure_hunting/images/bg-bronze.jpg") no-repeat center;
  background-size: cover;
  box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  #th2025 .th-box.is-secondary-bronze .th-box-body {
    display: flex;
    margin: 1rem;
    /* margin-bottom: 1rem; */
    /* box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.2); */
  }
}
@media screen and (min-width: 768px) {
  #th2025 .th-box.is-secondary-bronze .th-box-info {
    padding: 1.5rem;
  }
}
#th2025 .th-box.is-secondary-bronze .th-box-detail li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
}

#th2025 .th-box.is-secondary-bronze .th-box-detail li::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-bronze.svg") no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

/* --- secondary silver --- */
#th2025 .th-box.is-secondary-silver {
  background: url("/projects/2025_treasure_hunting/images/bg-silver.jpg") no-repeat center;
  background-size: cover;
  box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  #th2025 .th-box.is-secondary-silver .th-box-body {
    display: flex;
    margin: 1rem;
    /* margin-bottom: 1rem; */
  }
}
@media screen and (min-width: 768px) {
  #th2025 .th-box.is-secondary-silver .th-box-info {
    padding: 1.5rem;
  }
}
#th2025 .th-box.is-secondary-silver .th-box-detail li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
}

#th2025 .th-box.is-secondary-silver .th-box-detail li::before {
  content: "";
  background: url("/projects/2025_treasure_hunting/images/icon-silver.svg") no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

/* --- th-section --- */
#th2025 .th-past {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  #th2025 .th-past {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 768px) {
  #th2025 .th-past {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 2rem;
  }
}
/* --- th-current-boxes --- */
#th2025 .th-current .th-past {
  gap: 2rem;
  /* display: flex; */
}

@media screen and (min-width:768px) {
  #th2025 .th-current .th-past {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  #th2025 .th-current .th-past {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    /* margin-bottom: 1rem; */
    margin-top: 2rem;
  }
}

#th2025 .th-past.is-secondary {
  display: flex;
  /* height: auto; */
  padding-bottom: 0.2rem;
}

@media screen and (min-width: 768px) {
  #th2025 .th-past.is-secondary .th-box-title img {
    margin-right: auto;
  }
}

#th2025 .th-past.is-secondary .th-past-body {
  display: block;
  /* margin-top: 2rem; */
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  #th2025 .th-past.is-secondary .th-box-body {
    display: block;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #th2025 .th-past.is-secondary .th-box-body {
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #th2025 .th-past.is-secondary .th-past-info {
    padding: auto;
    align-content: center;
    margin: 3rem 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  #th2025 .th-past.is-secondary .th-past-info {
  padding: auto;
  align-content: center;
  margin: 2rem 0 0 0;
  }
}

#th2025 .th-past.is-secondary .th-past-cta {
  display: block;
  text-align: center;
  position: relative;
}
#th2025 .th-past.is-secondary .th-past-button {
  background: #FF9800;
  border: 1px solid #FF9800;
  bottom: -1.5rem;
  font-weight: bold;
  left: 50%;
  padding: 0 2rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#th2025 .th-past.is-secondary .th-past-button:hover {
  background: #fff;
  color: #8f5a0b;
}
