@charset "UTF-8";
/*----------------------------------------------------------------------------*/
#t-spark_top {
    background-color: black;
}

img {
    width: 100%;
    height: auto;
}
#t-spark_top p {
    font-size: 18px;
}
#t-spark_top h3 {
    font-size: 25px;
    font-weight: bold;
}
/*TOP*/
#t-spark_top #brand_detail #top {
    margin-bottom: 7%;
    background-color: #252020;
}

#t-spark_top #brand_detail #top .icon {
    position: relative;
    z-index: 2;
}

#t-spark_top #brand_detail #top .lead {
    position: absolute;
    z-index: 2;
}

#top .flex {
    display: flex;
}

/* accordion */
.accordion_area {
    position: relative;
    height: auto;
    display: none;
}

.accordion .story .item1 {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 70px;
    align-items: flex-start;
}

.accordion .story .item1 img,.accordion .story .item1 p {
    width: 48%;
}

.accordion .story .item1 p {
    text-align: left;
}

img.accordion-header:hover {
    opacity: .5;
}

.accordion .story .item2 {
    display: flex;
    width: 90%;
    margin: 0 0 50px auto;
    justify-content: space-between;
    align-items: flex-start;
}

.accordion .story .item2 p {
    text-align: left;
    width: 100%;
    margin: 30px 0 10px;
}

.accordion .story .item2 .left {
    width: 45%;
}

.accordion .story .item2 .right {
    width: 53%;
}

#sec1 {
    background-image: url(../_image/sec1_bg.png);
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    margin: 150px 0 0;
}

#sec1 .sec1_text {
    width: 60%;
    margin: 50px auto 0;
}


#sec1 .accordion-header {
    width: 50%;
    margin: 0 auto 100px;
}

#sec1 .story .about {
    background-color: black;
    padding: 50px 0 0;
    text-align: left;
}

#sec1 .story .about .flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 50px;
    align-items: flex-start;
}

#sec1 .story .about .flex img {
    width: 40%;
    margin: auto 0;
}

#sec1 .story .about .flex .text {
    width: 60%;
    margin: auto 5%;
}

#sec1 .story .about .flex p.lead {
    font-size: 25px;
    margin: 0;
}

#sec1 .about p.caption{
    margin: 0;
}

#sec1 .story .about_2 .flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 100px;
}

#sec1 .story .about_2 .flex div {
    width: 48%;
}

#sec1 .story .about_2 {
    background-image: url(../_image/about2_img.png);
    background-size: cover;
    padding: 100px 0 0;
}

#sec1 .story .about_2 .flex  div img {
    width: 100%;
    margin-bottom: 20px;
}

#sec1 .character {
    background-image: url(../_image/character_img.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: black;
    padding: 120px 0;
}

#sec1 .character div.inner {
    margin: 0 0 0 auto;
    width: 45%;
}

#sec1 .character div.inner .name {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 20px;
}

#sec1 .character div.inner .name img {
    width: 70%;
    margin-bottom: 20px;
}

#sec1 .character div p {
    width: 90%;
    font-size: 15px;
}

#sec1 .character .character_image {
    display: none;
}

#brand_detail #copyright1 {
    width: 80%!important;
}

@media screen and (max-width: 1100px) {
    #sec1 .character {
        background-image: none;
        background-color: black;
        padding: 50px 0;
    }

    #sec1 .character .character_image {
        display: block;
    }

    #sec1 .character div.inner {
        width: 80%;
        margin: 20px auto;
    }

    #sec1 .character div p {
        width: 100%;
    }
}

@media screen and (max-width: 890px) {

    #brand_detail .brand_about {
        position: relative;
        z-index: 2; 
        background-color: #252020;
        width: 100%;
        padding-top: 4%;
        padding-bottom: 150px;
    }

    #sec1 {
        background-image: none;
        position: relative;
        z-index: 1;
        margin: 0;
    }

    #brand_detail .logo,
    #brand_detail dl,
    .accordion_area,
    #brand_detail .list3,
    #brand_detail .list4 {
        position: relative;
        z-index: 2; 
    }

    #sec1::before {
        position:fixed;
        top: -5%;
        left:0;
        z-index: -1;
        width:100vw;
        height: 105vh;
        background:url("../_image/sec1_bg.png") no-repeat center;
        background-size:180%;
        content:"";
    }

    .other_contents {
        position: relative;
        z-index: 2; 
        background-color: #252020;
        width: 100%;
        padding-top: 4%;
    }
}

/*SP*/    

@media screen and (max-width: 768px) {

    #t-spark_top p {
        font-size: 12px;
    }
    
    #sec1 .sec1_text {
        width: 80%;
    }

    #sec1 .accordion-header {
        width: 80%;
        margin: 0 auto 50px;
    }

    .accordion .story .item1 {
        flex-direction: column;
    }

    .accordion .story .item1 img, .accordion .story .item1 p {
        width: 100%;
    }

    .accordion .story .item2 {
        flex-direction: column;
        margin: 0 auto;
    }

    .accordion .story .item2 .left {
        width: 100%;
    }

    .accordion .story .item2 .right {
        width: 100%;
                margin-bottom: 30px;
    }


    #sec1 .story .about .flex {
        flex-direction: column;
    }

    #sec1 .story .about .flex img {
        width: 100%;
    }

    #sec1 .story .about .flex .text {
        width: 100%;
        margin: 0;
    }

    #sec1 .story .about_2 .flex {
            margin: 0 auto 50px;
    }

    #sec1 .story .about_2 .flex div{
        width: 100%;
    }

    #sec1 .story .about_2 .flex div:first-of-type {
        margin-bottom: 30px;
    }

    #sec1 .character div.inner .name img {
        width: 100%;
    }

    #sec1 .character div p {
        width: 100%;
        font-size: 12px;
    }

}
    
@media screen and (min-width: 1560px) {
    #sec1 .character {
        padding: 200px;
    }
}


