@charset "utf-8";@charset "UTF-8";

/* ==========================================================================
   1. 不要パーツの非表示 & 基本リセット
   ========================================================================== */
#header,
.keyword-box,
.crumbsList,
.footer, 
#header .header__nav,
#header .header__inner,
#header .header__nav--bottom {
    display: none;
}

/* Layout Container */
.brand-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* ==========================================================================
   TOP: Video Area (3:4 Ratio Container )
   ========================================================================== */
.video-container {
    position: relative;
    width: 100%;
    padding-top: 133.33%; 
    margin-bottom: 60px;
    overflow: hidden; 
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
    transform: scale(1.35);
    transform-origin: center center; 
}

/* ==========================================================================
   MIDDLE: Brand Information Layout
   ========================================================================== */
.brand-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}

.brand-logo {
    flex: 0 0 30%;
}

.brand-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.brand-text {
    flex: 1;
}

.brand-title {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 18px 0;
    letter-spacing: 0.06em;
    text-align: left;
}

.brand-desc {
    font-size: 14px;
    color: #444444;
    margin: 0;
    text-align: left;
    line-height: 1.6;
}

/* ==========================================================================
   BOTTOM 1: Look Feature Section
   ========================================================================== */
.look-feature-section {
    padding-top: 60px;
    text-align: center;
    margin-bottom: 80px;
}

.look-image-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px auto;
    padding-top: calc(600px * 1.3333); 
    background-color: #f7f7f7;
    overflow: hidden;
}

.look-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.look-caption-wrap {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.look-accent-line {
    flex: 1;
    height: 1px;
    background-color: #cccccc;
}

.look-text-box {
    text-align: right;
    flex: 0 0 auto;
}

.look-text-row {
    font-size: 17px;
    color: #444444;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin: 0;
    white-space: nowrap;
}

/* ==========================================================================
   BOTTOM 2以降: Look Detail Section (#1〜#4)
   ========================================================================== */
.look-detail-section {
    padding-top: 60px;
}

/* Main Visual with Overlapping Text */
.look-main-visual {
    position: relative;
    max-width: 500px; 
    margin: 0 auto 40px auto;
}

.look-number-mark {
    position: absolute;
    top: -40px;
    left: -60px;
    font-size: 100px;
    color: #111111;
    line-height: 1;
    z-index: 10;
    letter-spacing: -0.05em;
    pointer-events: none;
    font-family: "caflisch-script-pro", "Bradley Hand", "Apple Chancery", "Segoe Script", "Lucida Handwriting", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
    font-weight: 300;
    font-style: normal;
}

/* 3:4 画像ラッパー */
.look-image-container-centered {
    position: relative;
    width: 100%;
    padding-top: 133.33%; 
    background-color: #f0f0f0;
    overflow: hidden;
}

.look-image-container-centered img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Detail Text (商品説明エリア) */
.look-detail-text {
    max-width: 500px;
    margin: 0 auto 50px auto;
    text-align: left; 
}

.detail-title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0 0 15px 0;
    letter-spacing: 0.1em;
    text-align: left;
}

.detail-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.05em;
    text-align: left;
}

/* 2-Column Sub Images */
.look-sub-images {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.sub-image-col {
    flex: 1;
}

.image-responsive-3-4 {
    position: relative;
    width: 100%;
    padding-top: 133.33%;
    background-color: #f7f7f7;
    overflow: hidden;
}

.image-responsive-3-4 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product List (右寄せ配置) */
.look-product-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    gap: 12px;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-name {
    font-size: 12px;
    color: #777777;
    letter-spacing: 0.05em;
}

.buy-btn, .buy-btn:visited {
    display: inline-block;
    background-color: #111111;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 7px;
    letter-spacing: 0.1em;
    transition: opacity 0.3s ease;
}

.buy-btn:hover,
.buy-btn:active {
    color: #ffffff !important;
    opacity: 0.7;
}

/* ==========================================================================
   FINAL IMAGE
   ========================================================================== */
.final-image-section {
    margin-top: 80px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.final-image-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   FOOTER NAVIGATION & LOGO
   ========================================================================== */
.bottom-nav {
    padding-top: 100px; 
    text-align: center;
}

.nav-links {
    display: flex;
    flex-direction: column; 
    gap: 30px;
    margin-bottom: 100px;
}

.nav-links__item {
    text-decoration: none;
    color: #333;
    font-size: 26px; 
    letter-spacing: 0.15em;
    transition: opacity 0.3s ease;
    font-family: "collier", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.nav-links__item:hover {
    opacity: 0.5;
}

.bottom-logo-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.bottom-logo {
    max-width: 120px;
    height: auto;
}

.bottom-brand-name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bottom-copyright {
    font-size: 10px;
    color: #999;
    letter-spacing: 0.05em;
    font-family: Arial, sans-serif;
}

/* ==========================================================================
   Responsive Styles (スマートフォン最適化)
   ========================================================================== */
@media screen and (max-width: 768px) {
  .brand-desc {
    font-size: 13px;
}
}
@media screen and (max-width: 640px) {
    .brand-container {
        padding: 40px 15px;
    }
    
    .video-container {
        margin-top: -40px;
        margin-bottom: 40px;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        margin-top:-15px;
    }
    
    .brand-info-wrap {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 50px;
    }
    
    .brand-logo {
        width: 45%;
        margin: 0 auto;
    }
    
    .brand-title {
        text-align: left;
    }


    /* Feature Look */
    .look-image-container {
        max-width: 100%;
        padding-top: 133.33%;
        margin-bottom: 25px;
    }
    
    .look-caption-wrap {
        gap: 15px;
        padding: 0 5px;
    }
    
    .look-text-row {
        font-size: 17px;
    }
    
    /* Look Detail #1〜#4共通 */
    .look-main-visual { 
        max-width: none; 
        width: calc(100% + 30px); 
        margin: 0 -15px 30px -15px; 
    }
    
    .look-number-mark {
        font-size: 90px;
        top: -25px;
        left: 15px;
    }
    
    .detail-title {
        font-size: 17px;
        line-height: 1.5;
        text-align: left;
    }
    
    .detail-desc {
        font-size: 14px;
        text-align: left;
    } 
    
    .look-sub-images {
        flex-direction: column;
        gap: 15px;
        padding: 0 10px;
    } 
    
    .look-product-list {
        padding: 0 10px;
    }

    /* FOOTER NAVIGATION (スマホ用最適化) */
    .bottom-nav {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    
    .nav-divider {
        margin-bottom: 60px;
    }
    
    .nav-links {
        gap: 20px;
        margin-bottom: 60px;
    }
    
    .nav-links__item {
        font-size: 18px; 
    }
    
    .bottom-logo {
        max-width: 100px;
    }
}

@media screen and (max-width: 430px) {
  .brand-desc {
    font-size: 14px;
}
}

/* ==========================================================================
   JS Animation Styles 
   ========================================================================== */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), 
                transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-up.is-active {
    opacity: 1;
    transform: translateY(0);
}

.look-sub-images .sub-image-col:nth-child(1) {
    transition-delay: 0s;
}
.look-sub-images .sub-image-col:nth-child(2) {
    transition-delay: 0.15s; 
}

@media screen and (max-width: 640px) {
    .look-sub-images .sub-image-col:nth-child(2) {
        transition-delay: 0s;
    }
}