/* About Page Styles */
@font-face {
    font-family: 'GenSekiGothic2TC-R';
    src: url('font/GenSekiGothic2TC-R.ttf') format('truetype');
    font-family: 'GenSekiGothic2TC-M';
    src: url('font/GenSekiGothic2TC-M.ttf') format('truetype');
    font-family: 'GenSekiGothic2TC-B';
    src: url('font/GenSekiGothic2TC-B.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'GenSekiGothic2TC-R';
    background-color: #000;
}
.about-container {
    color: #333;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.hero-section {
    text-align: center;
    height: 798px;
    background-image: url('../img/about/About1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
}

.hero-content {
    margin-top: 100px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-content img {
    width: 120%;
    height: auto;
    padding: 0 20px;
}

.brand-slogan {
    font-family: 'GenSekiGothic2TC-R';
    font-size: 28px;
    font-weight: 300;
    color: var(--Color2);
    margin-bottom: 0;
    letter-spacing: 0.12em;
    transform: scaleY(0.95);
    transform-origin: top;
    padding: 0 20px;
}

.brand-slogan-en {
    font-family: "Montserrat";
    margin-top: 5px;
    font-size: 17px;
    font-weight: 300;
    color: var(--Color2);
    letter-spacing: 0.03em;
    padding: 0 20px;
}

@media (max-width: 768.97px) {
    .hero-content img {
        width: 90vw;
        height: auto;
    }
    .brand-slogan{
        font-size: 24px;
    }
    .brand-slogan-en{
        font-size: 14px;
    }
    
}

.about-text{
    font-family: 'GenSekiGothic2TC-R';
    font-size: 19.5px;
    color: var(--Color2);
    letter-spacing: 0.1em;
    transform: scaleY(0.95);
    transform-origin: top;
    line-height: 34.06pt;
    margin: 85px 0 400px;
}

.story-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.line {
    flex: 1;
    height: 1px; 
    background-color: var(--Color2); 
    margin: 0 82px 0 0; 
}
.line2 {
    flex: 1;
    height: 1px; 
    background-color: var(--Color2); 
    margin: 0 0 0 82px; 
}
.main-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 24px;
    font-weight: 300;
}

.memory-section,
.invitation-section {
    margin-bottom: 290px;
}
.divider-line {
    border: none; 
    height: 1px; 
    background-color: var(--Color2); 
    margin: 0 0 30px 0; 
    position: relative; 
    width: 130%; 
}
.divider-line::after {
            content: "";
            position: absolute;
            width: 9px; 
            height: 9px;
            background-color: var(--Color2);
            border-radius: 50%;
            right: -4.5px; 
            top: -4.5px; 
        }
.divider-line2 {
    border: none; 
    height: 1px; 
    background-color: var(--Color2); 
    margin: 0 0 30px 0; 
    position: relative; 
    right: 30%;
    width: 135%; 
}
.divider-line2::before {
            content: "";
            position: absolute;
            width: 9px; 
            height: 9px;
            background-color: var(--Color2);
            border-radius: 50%;
            left: -4.5px; 
            top: -4.5px; 
        }
.content-wrapper {
    margin: 0 auto;
    text-align: center;
}

.section-title {
    padding: 0 20px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 78pt;
    color: var(--Color2);
    font-weight: 400;
    letter-spacing: 0.05em;
}

.section-subtitle {
    padding: 0 20px;
    text-align: center;
    font-size: 25px;
    color: var(--Color2);
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.story-content {
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
}

.story-content p {
    margin-bottom: 15px;
    font-size: 18px;
}

.english-text {
    font-family: 'Montserrat'!important;
    color: var(--Color2);
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 0.005em;
}




.memory-content {
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
    margin-bottom: 60px;
    align-items: center;
    padding: 0 20px;
}
.memory-content2 {
    max-width: 1380px;
    margin: -250px auto 0;
    display: flex;
    gap: 100px;
    margin-bottom: 60px;
    align-items: center;
    padding: 0 20px;
}

.text-block {
    display: inline-block;
    align-items: center;
    flex: 1;
    text-align: left;
}

.text-block2 {
    margin-top: 320px;
    display: inline-block;
    align-items: center;
    flex: 1;
    text-align: left;
}
.text-block2.top {
    flex: 1.2;
}
.image-block {
    display: inline-block;
    flex: 1;
}
.image-block.top {
    flex: 1.2;
}

.memory-title {
    font-family: 'GenSekiGothic2TC-B';
    font-size: 47px;
    color: var(--Color2);
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.3;
}

.memory-subtitle {
    font-family: 'Montserrat';
    font-size: 21px;
    color: var(--Color2);
    margin: 0 0 25px;
    letter-spacing: 0.005em;
    text-align: center;
}

.memory-image {
    width: 100%;
    margin: 330px 0 0;
}
.memory-image2 {
    width: 100%;
    margin: 0;
}



.placeholder-1 {
    background-image:url('../img/about/About2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 6.92 / 9;
    width: 100%;
}

.placeholder-2 {
    background-image:url('../img/about/About3.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 0.8 / 1;
    width: auto;
}

.image-grid {
    display: grid;
    gap: 20px;
    margin: 30px 0;
}

.invitation-content {
    margin-top: 80px;
    text-align: center;
}

.story-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.story-content p {
    font-family: 'GenSekiGothic2TC-R';
    line-height: 24pt;
    font-size: 20.5px;
    letter-spacing: 0.045em;
    margin-bottom: 15px;
    color: var(--Color2);
}
/* Award */
.award {
    background-color: var(--Color1);
    padding: 0 0 180px;
}
/* cashew */
.cashew-content {
    width: 100%;
    height: auto;
    position: relative;
}
.cashew1 {
    background-image:url('../img/about/1/a1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 0.9857;
    max-width: 838.08px;
    width: 100%;
    position: absolute;
    top: 165px;
    left: -400px;
}
.cashew2 {
    background-image:url('../img/about/1/a2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 0.9301;
    max-width: 343.44px;
    width: 100%;
    position: absolute;
    top: 145px;
    left: 286px;
}
.cashew3 {
    background-image:url('../img/about/1/a3.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1.0013;
    max-width: 365.04px;
    width: 100%;
    position: absolute;
    top: 365px;
    right: 412px;
}
.cashew4 {
    background-image:url('../img/about/1/a4.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1.0119;
    max-width: 849.12px;
    width: 100%;
    position: absolute;
    top: -410px;
    right: -400px;
}
/* award-content */
.award-content {
    padding: 0 0 200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: left;
}
.award-title {
    padding: 280px 20px 0;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 48px;
    color: var(--Color2);
    letter-spacing: 0.085em;
    margin: 0;
    line-height: 1.2;
}
.award-subtitle {
    font-family: 'Montserrat';
    font-size: 26px;
    color: var(--Color2);
    letter-spacing: 0.03em;
    padding: 0 20px;
    text-align: center;
    
}
.awardicon-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 180px auto 70px;
    gap: 30px;
}
.awardicon-item {
    flex: 1;
    align-items: center; 
}
.awardicon-content img {
    max-width: 230px;
    width: 100%;
    aspect-ratio: 1 / 0.8598;
    height: auto;
}
.award-text-section {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    gap: 20px;
}

.award-decoration {
    width: 100px; 
    height: auto; 
}

.award-text-container {
    flex: 1;
}
.award-text-container {
    text-align: center;
    padding: 40px 20px 0;
    color: var(--Color2);
}

.award-title2 {
    font-family: 'GenSekiGothic2TC-B';
    font-size: 42px;
    margin: 0;
    letter-spacing: 0.12em;
    line-height: 1.2;
}

.award-description {
    font-size: 23px;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.09em;
}

.award-description-en {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.005em;
}
/* material-content */
.material-content {
    max-width: 1380px;
    margin: 0 auto 200px;
    display: flex;
    gap: 70px;
    padding: 0 20px;
}
.material-content2 {
    max-width: 1380px;
    margin: -500px auto 0;
    display: flex;
    gap: 70px;
    padding: 0 20px;
}

.material-content .text-block, .material-content2 .text-block {
    margin-top: 20px;
    text-align: left;
}
.material-content .text-block{
    flex: 1.0473!important;
}
.material-content2 .text-block {
    margin-top: 350px;
}
.divider-line2.btn{
    right: 25%!important;
    width: 126%!important;
}
.material-content.spec3{
    margin: -60px auto 200px;

}
.material-content .image-block,{
    flex: 1;
}
.material-content2 .image-block{
    flex: 1.0473!important;
}
.material-content  .memory-title, .material-content2 .memory-title {
    font-family: 'GenSekiGothic2TC-B';
    font-size: 42px;
    color: var(--Color2);
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 39px;
}

.material-content  .memory-subtitle, .material-content2 .memory-subtitle {
    font-size: 21px;
    margin: 0 0 25px;
    text-align: left;
    padding-left: 39px;
}

.material-content .story-content, .material-content2 .story-content {
    text-align: left;
    line-height: 1.5;
    padding-left: 39px;
}

.material-content .story-content p, .material-content2 .story-content p {
    font-size: 20.5px;
}

.material-content .english-text, .material-content2 .english-text {
    font-size: 13px!important;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}

.material-content .memory-image, .material-content2 .memory-image {
    width: 100%;
    margin: 0;
}

.text-block.spec3 {
    margin-top: 150px;
}
.material-content .placeholder-1 {
    background-image:url('../img/about/About4.png');
    aspect-ratio: 1 / 1.3926;
}
.material-content .placeholder-2 {
    background-image:url('../img/about/About6.png');
    aspect-ratio: 1 / 1.4604;
}
.material-content2 .placeholder-1 {
    background-image:url('../img/about/About5.png');
    aspect-ratio: 1 / 1.3327;
}
.material-content2.spec4 {
    margin: -320px auto 0;
}
.material-content2 .placeholder-2 {
    background-image:url('../img/about/About7.png');
    aspect-ratio: 1 / 1.467;
}
.material-content2 .text-block.spec4 {
    margin-top: 230px!important;
}
.text-block.spec4 span{
    font-size: 37px;
}
.memory-subtitle span{
    font-size: 17px!important;
}
/* brand */
.brand{
    background-color: var(--Color3);
}
.brand-content{
    margin: 280px auto;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.brand-title p{
    font-family: 'GenSekiGothic2TC-M';
    font-size: 48px;
    color: var(--Color2);
    letter-spacing: 0.085em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.brand-detail{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-top: 190px;
}
.brand-logo{
    width: 100%;
    max-width: 153px;
    height: auto;
}
.brand-text{
    font-family: 'GenSekiGothic2TC-R';
    font-size: 25px;
    color: var(--Color2);
    letter-spacing: 0.065em;
    line-height: 1.6;
    margin-top: 70px;
}

.brand-text-en{
    font-family: 'Montserrat';
    font-size: 21px;
    color: var(--Color2);
    letter-spacing: 0.005em;
    line-height: 1.6;
}

.brand-logo2{
    margin-top: 70px;
    width: 100%;
    max-width: 315.5px;
    height: auto;
}
.brand-text2{
    font-family: 'GenSekiGothic2TC-R';
    color: var(--Color2);
    letter-spacing: 0.065em;
    line-height: 1.7;
    margin: 60px 0 0;
    font-size: 20px;

}
.brand-text-en.s{
    font-size: 16px!important;
}
.memory-title.brand{
    margin: 350px 0 0;
}
.memory-subtitle.brand{
    margin: 10px 0 70px;
}
.placeholder-brand {
    background-image:url('../img/about/About8.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 0.4557;
    width: 100%;
    max-width: 1381px;
}
.end-section{
    height: 1080px;
    background-image: url('../img/about/About9.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: left;
    justify-content: left;
}
.end-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
}

.end-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    top: 440px;
    left: 165px;
}

.end-text p{
    font-family: 'GenSekiGothic2TC-R';
    font-size: 25px;
    color: var(--Color2);
    letter-spacing: 0.065em;
    line-height: 1.65;
    margin: 0;
}
.end-text-en {
    font-family: 'Montserrat';
    font-size: 16px;
    color: var(--Color2);
    letter-spacing: 0.005em;
    line-height: 1.6;
}
.end-btn {
    margin-top: 20px;
    width: 120px;
    height: 40px; 
    background-color: transparent; 
    border: 1px solid var(--Color2); 
    color: var(--Color2); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    letter-spacing: 0.005em; 
    cursor: pointer; 
    font-family: 'Montserrat';
    font-size: 21px; 
    border-radius: 32px; 
    transition: all 0.3s linear; 
}
.end-btn:hover{
    background-color: var(--Color2);
    color: var(--Color3);
}



@media (max-width: 1219.98px) {
    
    .memory-content, .material-content, .material-content2 {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        gap: 90px;
    }
    .material-content{
        margin: 0 auto 90px;
    }
    .material-content2{
        margin: 0 auto 90px;
    }
    .memory-content2 {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        gap: 70px;
    }
    .material-content.spec {
        display: flex;
        flex-direction: column;
    }
    .material-content.spec3{
        margin: 0 auto 90px;
    }
    .material-content2.spec4{
        margin: 0 auto 90px;
    }
    .text-block{
        margin-top: 300px;
    }
    .material-content .text-block{
        margin-top: 0;
    }
    .material-content2 .text-block{
        order: 1;
        margin-top: 0;
    }
    .text-block2{
        margin-top: 0;
    }
    .text-block, .text-block2, .image-block{
        order: 2;
        width: 100%;
    }
    .material-content2 .text-block.spec4{
        margin-top: 0!important;
    }
    .divider-line {
        border: none; 
        height: 1px; 
        background-color: var(--Color2); 
        margin: 0 auto; 
        position: relative; 
        width: 80%; 
    }
    .divider-line::after {
        display: none;
    }
    .divider-line2 {
        border: none; 
        height: 1px; 
        background-color: var(--Color2); 
        margin: 0 auto; 
        position: relative; 
        right: auto;
        width: 80%; 
    }
    .divider-line2::before {
        display: none;
    }
    .memory-image{
        margin: 0;
    }
    .placeholder-1{
        width: 100%;
    }
        /* Memory Text */
    .memory-title, .material-content .memory-title, .material-content2 .memory-title{
        text-align: center;
        padding-left: 0;
        padding-bottom: 10px;
        margin:0;
    }
    .memory-subtitle, .material-content .memory-subtitle, .material-content2 .memory-subtitle{
        text-align: center;
        padding-left: 0;
    }
    .story-content p, .material-content .story-content, .material-content2 .story-content{
        text-align: center;
        padding-left: 0;
    }
    .material-content .english-text, .material-content2 .english-text {
        text-align: center;
        padding-left: 0;
    }


@media (max-width: 768.97px) {
    .text-block {
        margin-top: 200px;
    }
    .awardicon-content img {
        max-width: 150px;
    }
    .line{
        margin: 0 10px 0 0; 
        }
        .line2{
            margin: 0 0 0 10px; 
        }   
    /* About Text */
    .about-text {
        font-size: 16px;
        padding: 0 20px;
        margin: 85px 0 300px;
    }
    .section-title {
        padding: 0 20px;
        font-size: 50px;
    }
    .section-subtitle{
        font-size: 16px;
    }
    /* Memory Text */
    .memory-title, .material-content .memory-title, .material-content2 .memory-title{
        font-size: 25px;
    }
    .memory-subtitle, .material-content .memory-subtitle, .material-content2 .memory-subtitle{
        font-size: 16px;
        line-height: 1.3;
    }
    .text-block.spec4 span{
        font-size: 21px;
    }
    .story-content p, .material-content .story-content p, .material-content2 .story-content p{
        font-size: 12px;
        line-height: 1.7;
    }
    .material-content .english-text, .material-content2 .english-text {
        font-size: 10px!important;
    }
    /* Award Text */
    .award-subtitle{
        font-size: 16px;
    }
    .award-text-section svg{
        display: none;
    }
    .award-title, .award-title2{
        font-size: 25px;
    }
    .award-description{
        font-size: 12px;
    }
    .award-description-en{
        font-size: 10px;
    }
    /* Brand */
    .brand-title p{
        font-size: 25px;
    }
    .brand-text{
        font-size: 16px;
    }
    .brand-text-en{
        font-size: 12px;
    }
    .brand-text2{
        font-size: 12px;
    }
    .brand-text-en.s {
        font-size: 12px !important;
    }
    .brand-logo2{
        margin-top: 200px;
    }
    .end-section{
        justify-content: center;
        padding: 0 20px;
    }
    .end-content{
        align-items: center;
        justify-content: center;
        top: 0px;
        left: 0px;
    }
    .end-text{
        text-align: center;
    }
    .end-text-en{
        text-align: center;
    }
}


/*---20250418更新-------------------------*/
.hero-content img {
    width: 240px;
}
.section-title {
    margin: 0;
}
