    /* =========================================================
       ▼ Sticky ▼ 
       ========================================================= */

@media (min-width: 769px) {
        .page, #special-article {
            overflow: visible !important;
            clip-path: none !important;
        }
    }

    .vermeer-content, 
    .vermeer-content * {
        box-sizing: border-box;
    }
@media screen and (max-width: 767px) {
    .breadcrumb {
        background: none;
        padding: 10px 0;
        margin: 0 auto;
        width: 100%;
    }
}
    .vermeer-content {
        font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
        background-color: #132535;
        color: #333;
        line-height: 1.8;
        padding-top: 20px;
        padding-bottom: 40px;
        width: 100%;
        display: block !important;
    }

    .vermeer-content a {
        text-decoration: none;
        color: inherit;
    }
    
    .vermeer-content img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
@media (max-width: 768px) {
        .vermeer-content, .vermeer-wrapper {
            overflow-x: hidden;
            width: 100%;
        }
    }

    /* spfirst */
    .vermeer-wrapper {
        display: flex !important;
        justify-content: center; 
        align-items: flex-start;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
    }
    
    /* sp__only centersection */
    .vermeer-side-left, 
    .vermeer-side-right {
        display: none;
    }

    .vermeer-main {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100%;
        max-width: 600px;
        background-color: #ffffff;
        padding: 50px 20px;
        border-radius: 4px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        flex-shrink: 0; 
        margin: 0 auto;
    }

    /* header */
    .vermeer-header {
        text-align: center;
        margin-bottom: 50px;
        display: block !important;
    }
    .vermeer-title {
        font-size: 32px;
        color: #0f2350;
        margin-bottom: 20px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: bold;
    }
    .vermeer-lead {
        font-size: 19px;
        color: #666;
    }

section.related-special-area.op_view {
    display: none;
}
* {
    margin: 0;
    padding: 0;
}
#footer {
    background-color: #fff;
}

   /* =========================================================
       ▼ catch_style ▼ 
       ========================================================= */
    .vermeer-item-header {
        text-align: center;
        margin-bottom: 30px;     }


    .vermeer-item-badge {
        position: relative;
        width: 120px;
        height: 80px; 
        margin: 0 auto 10px;
    }


    .vermeer-item-pearl {
        position: absolute;
        top: 35px;
         left: 50%;
        transform: translateX(-50%);
        width: 25px; 
        height: auto;
    }


    .vermeer-circular-text {
        width: 100%;
        height: 120px; 
        position: absolute;
        top: 0;
        left: 0;
        overflow: visible;
    }
    .vermeer-circular-text path {
        fill: transparent;
    }
    .vermeer-circular-text text {
        font-family: 'Times New Roman', serif; 
        font-size: 12px;
        fill: #0f2350; 
    }

 
    .vermeer-item-title-en {
        font-family: 'Times New Roman', serif;
        font-size: 32px;
        font-style: italic;
        color: #0f2350;
        margin: 0 0 5px 0;
        font-weight: normal;
        line-height: 1;
    }

    
    .vermeer-item-title-ja {
        font-size: 16px;
        color: #333;
        margin: 0;
        letter-spacing: 0.1em;
    }


  
    .vermeer-item {
        margin-bottom: 70px;
        display: block !important;
    }
    .vermeer-item-visual {
        position: relative;
        margin-bottom: 20px;
    }
    
    .vermeer-catch-group {
        position: absolute;
        top: -15px;
        left: -10px;
        width: max-content;
        z-index: 100 !important;
        display: flex;
        flex-direction: row-reverse;
        gap: 8px;
    }
    .vermeer-catch-box {
        writing-mode: vertical-rl;
        background-color: #0f2350; 
        color: #fff;
        padding: 20px 8px;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.15em;
        box-shadow: 2px 4px 10px rgba(0,0,0,0.15);
    }
    .vermeer-catch-box:nth-child(2) {
        margin-top: 30px; 
    }
    .vermeer-catch-box .num {
  text-combine-upright: all; 
}
   
    .vermeer-item-images {
        position: relative;
        width: 100%;
        aspect-ratio: 3/4;
        border-radius: 12px; 
        overflow: hidden;
        background-color: #f0f0f0;
        border: 1px solid #e0e0e0;
    }
    .vermeer-item-images img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .vermeer-item-images img:nth-child(2) {
        animation: vermeerFadeSwitch 6s infinite;
    }
    @keyframes vermeerFadeSwitch {
        0%, 40% { opacity: 0; }
        50%, 90% { opacity: 1; }
        100% { opacity: 0; }
    }

  
    .vermeer-item-info p{
    margin-top: 20px;
    margin-bottom: 6%;
    }
    .vermeer-item-name {
        font-size: 18px;
        color: #0f2350;
        margin-bottom: 8px;
        font-weight: bold;
    }
    .vermeer-item-price {
        font-size: 16px;
        color: #cca15e;
        font-weight: bold;
text-align:right;
    }
.item__cap {
margin-bottom: 6%;
}
.item__catch {
text-align:center;
 font-size: 1.2em;
 font-weight:bold;
margin-bottom:2%;
}
   /* =========================================================
       ▼ CTA ▼ 
       ========================================================= */

.btn__style{
text-align: center;
width : 100%;
}


.cta-button02 {
width:80%;
  position: relative;
    display: inline-block;
    padding: 6px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #cca15e;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    margin-top: 24px;
}


.cta-button02:hover {
  transform: translateY(-3px); 
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}


.cta-button02::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; 
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  transform: skewX(-20deg); 
  transition: opacity 0.3s;
}


.cta-button02:hover::before {
  left: 100%; 
  transition: left 0.5s ease;
}

   
    .vermeer-campaign-frame {
        border: 2px solid #0f2350;
        padding: 40px 20px;
        text-align: center;
        background-color: #fff;
        margin-bottom: 60px;
        border-radius: 2px;
        display: block !important;
    }
    .vermeer-campaign-frame h2 {
        font-size: 20px;
        margin-bottom: 20px;
        color: #0f2350;
        letter-spacing: 0.1em;
    }
    .vermeer-campaign-frame p {
        font-size: 14px;
        color: #444;
    }

    
    .vermeer-related-features {
        text-align: center;
        border-top: 1px solid #ddd;
        padding-top: 40px;
        display: block !important;
    }
    .vermeer-related-features h5 {
        font-size: 18px;
        color: #0f2350;
        margin-bottom: 20px;
    }
    .vermeer-related-features ul {
        list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    }
    .vermeer-related-features li {
            margin: 15px;
    max-width: 215px;
    }
    .vermeer-related-features a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 2px;
    }
    .vermeer-related-features a:hover {
        color: #cca15e;
        border-color: #cca15e;
    }

    
    @media (min-width: 769px) {
        .vermeer-wrapper {
            justify-content: center;
        }
        .vermeer-side-left {
            display: block !important;
            flex: 0 0 290px;
            width: 280px;
            position: sticky !important;
            top: 40vh; 
        }
        .vermeer-side-left img {
            width: 100%;
            border-radius: 2px;
        }
        
        
        .vermeer-side-right {
        display: block !important;
        flex: 0 0 225px;
        width: 225px;
        position: sticky !important;
        top: 38vh; 
        }
        
        
        .vermeer-sticky-menu {
            background: #fff;
            padding: 20px;
            border-radius: 4px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            border: 1px solid #eaeaea;
        }
        .vermeer-sticky-menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .vermeer-sticky-menu li {
            margin-bottom: 15px;
        }
        .vermeer-sticky-menu a {
            font-size: 13px;
            color: #224261;
            transition: color 0.3s, border-color 0.3s;
            display: block;
            border-bottom: 1px solid transparent;
            padding-bottom: 5px;
        }
        .vermeer-sticky-menu a:hover {
            color: #0f2350;
            border-bottom: 1px solid #0f2350;
        }
        

        .vermeer-main {
            flex: 1 1 auto; 
            max-width: 700px;
            min-width: 300px;
            margin: 0 40px; 
            padding: 60px 40px;
            display: block !important;
        }
    }

        /* museum */
section.museum--introduction {
    margin: 0 auto;
    max-width: 1200px;
    border: solid 1px #96713F;
    height: auto;
    background-color: #fff;
    margin-top: 200px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.museum--introduction--title h3 {
    font-size: 23px;
    color: #ffffff;
    background-color: #96713F;
    padding: 30px 0;
    width: 100%;
}
.museum--introduction--title h4 {
     font-size: 22px;
    color: #96713F;
    padding: 40px 0 10px;
    margin: 0 auto;
    text-align: center;
}
.museum--intro__inner{
width:95%;
margin: 0 auto;
padding:5px;
}
.exhibition--period {
    font-size: 14px;
   margin: 20px 0 20px;
    background-color: #F3F3F3;
    padding: 20px;
}
.museum--btn {
    background-color: #96713F;
    color: #fff;
    text-align: center;
    margin: 0 auto;
        margin-top: 32px;
    border-radius: 30px;
}
.museum--btn p {
    font-size: 20px;
    padding: 10px;
}
}
.museum--btn p {
    font-size: 20px;
    padding: 10px;
}
.other--itemlist{
      font-family: selif;
   
}
.other--itemlist ul{
list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align:left;
}
.other--itemlist a{
border-bottom: 0;
text-align: center;
}
.product-itemlist .product-item {
    width: 45%;
    margin: 0 0 35px 0;
min-height: 0;
}
.product-itemlist {
    justify-content: space-around;
    margin-top: 30px;
}
.product-itemlist .product-item .item-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 2.5em;
}
.item-price {
    font-size: 14px;
    text-align: right;
}
.other--itemlist h3{
    font-size: 1.45rem;
}