.custmerch-hero {
  overflow: hidden;
  margin: 0 0 15px 0;
}

.custmerch-hero-logo {
  float: left;
  width: min(300px, 42vw);
  height: auto;
  margin: 0 18px 12px 0;
  display: block;
}

.custmerch-hero-copy p {
  margin: 0 0 12px 0;
}

.custmerch-hero-copy p:last-child {
  margin-bottom: 0;
}

.custmerch-pagenav {
  margin: 18px 0;
  text-align: center;
  line-height: 1.9;
  font-size: 32px;
}

.custmerch-pagenav a,
.custmerch-pagenav strong,
.custmerch-pagenav .custmerch-pagenav-label,
.custmerch-pagenav .custmerch-pagenav-sep {
  display: inline-block;
  margin: 0 4px;
}

.custmerch-pagenav-num {
  font-family: PrimaryExtraBoldFont2, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;       
  line-height: 1;
  letter-spacing: 0.10em; 
}

.custmerch {
  margin: 0;
}

.custmerch-grid {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.custmerch-grid-index {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.custmerch-grid-images {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.custmerch-grid-singleindex .custmerch-image {
  width: 100%;     
  height: auto;    
  max-width: 100%; 
  max-height: none;
}

.custmerch-card {
  border: 1px solid #c7d7e2;
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;          
  box-sizing: border-box;
}

.custmerch-index-link {
  display: flex;         
  flex-direction: column;
  height: 100%;          
  text-decoration: none;
  color: inherit;
}

.custmerch-imageframe {
  overflow: hidden;
  border-radius: 14px;
  margin: 0 auto 12px auto;
  background: transparent;
  display: flex;          
  align-items: center;    
  justify-content: center;  
}

.custmerch-index-imageframe {
  width: 100%;
  max-width: 300px;
  min-width: 140px;
  aspect-ratio: 1 / 1;
}

.custmerch-subpage-imageframe {
  width: 100%;
  aspect-ratio: auto; 
  display: block;     
}

.custmerch-index-img {
  width: auto;        
  height: auto;       
  max-width: 100%;    
  max-height: 100%;   
  display: block;
  margin: 0;
  border-radius: 14px;
}

.custmerch-image {
  width: auto;       
  height: auto;       
  max-width: 100%;    
  max-height: 100%;   
  display: block;
  margin: 0;
  border-radius: 14px;
}

.custmerch-card-title {
  text-align: center;
  font-weight: bold;
  margin: 0 0 8px 0;
  min-height: 2.8em;      
  display: flex;          
  align-items: center;    
  justify-content: center;
}

.custmerch-card-meta {
  text-align: center;
  min-height: 1.4em;
}

.custmerch-info-card p:last-child {
  margin-bottom: 0;
}

.custmerch-info-copy::after {
  content: "";
  display: block;
  clear: both;
}

.custmerch-info-thumb {
  float: left;
  width: 50%;            
  max-width: 180px;
  min-width: 110px;
  height: auto;
  margin: 0 25px 20px 0; 
  display: block;
}   

@media (max-width: 700px) {
  .custmerch-hero-logo {
    float: none;
    width: min(300px, 100%);
    margin: 0 auto 16px auto;
  }

  .custmerch-info-thumb {
    float: none;
    width: min(180px, 100%);
    margin: 0 auto 16px auto;
  }
}

.custmerch-hero-half {
  width: 60%;   
  max-width: 100%;
}

@media (max-width: 800px) {
  .custmerch-hero-half {
    width: 100%;
  }

  .custmerch-hero {
    margin-bottom: 30px;
  }
}
