@charset "utf-8";

header .header_gnavi .nav_in .nav_about .about__nav.brand {
    border-bottom: 2px solid #fff;
}

/*--------------------------------
    About BRANCHERA
---------------------------------*/
section#inner {
    /* font-family: 'Kozuka Mincho Pro R', '小塚明朝 Pro R', serif; */
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.075em;
}
main.about_branchera {
    width: 100%;
    max-height: 400px;
    height: 40vw;
    background: url(../img/about/main.jpg) center no-repeat;
    background-size: cover;
    display: block;
}
main.about_branchera .main_inner {
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
}
main.about_branchera .main_inner h2 {
    font-family: 'Times New Roman', serif;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-shadow: 0 0 10px #31251b;
}
main.about_branchera .main_inner h2 span {
    font-family: 'trajan-pro-3', serif;
}
main.about_branchera .main_inner .txt {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 10px #31251b;
}
@media screen and (max-width: 991px) {
    main.about_branchera {
        height: 60vw;
    }
    main.about_branchera .main_inner {
        padding: 100px 0 ;
    }    
}
@media screen and (max-width: 768px) {
    main.about_branchera {
        height: 50vw;
        max-height: 472px;
    }
    main.about_branchera .main_inner {
        padding: 10% 0 ;
    }    
    main.about_branchera .main_inner .txt {
        text-align: center;
    }
}
@media screen and (max-width: 650px) {
    main.about_branchera {
        background: url(../img/about/main_sp.jpg) center no-repeat;
        background-size: cover;    
        height: 65vw;
    }
    main.about_branchera .main_inner {
        padding: 11% 0;
    }    
    main.about_branchera .main_inner h2 {
        font-size: 2.5em;
    }
    main.about_branchera .main_inner .txt {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 438px) {
    main.about_branchera {
        height: 70vw;
    }
    main.about_branchera .main_inner {
        padding: 12% 0;
    }    
}


section.lead {
    background: #fff;
    padding: 70px 0 110px;
    margin-top: -100px;
    text-align: center;
}
.lead .imgBox.title {
    width: 25%;
}
.lead h3 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 30px auto;
}
.lead .txt {
    color: #000;
    font-size: 16px;
    margin: 0 auto 60px;
}
.lead .imgBox.photo {
    width: 66%;
}
@media screen and (max-width: 991px) {
    section.lead {
        margin-top: -50px;
    }
}
@media screen and (max-width: 768px) {
    section.lead {
        padding: 70px 0 80px;
    }    
    .lead .imgBox.title {
        width: 60%;
    }
    .lead h3 {
        font-size: 5.5vw;
    }
    .lead .txt {
        font-size: 2.8vw;
        margin: 0 auto 40px;
    }
    .lead .imgBox.photo {
        width: 100%;
    }    
}
@media screen and (max-width: 438px) {
    section.lead {
        margin-top: -40px;
    }
}
@media screen and (max-width: 375px) {
    section.lead {
        margin-top: -20px;
    }
}


.movie {
    margin: 0 auto;
    text-align: center;
}
.movie .movieBox {
    margin: 0 auto;
    width: calc(100% + 300px);
    margin: 0 -150px 40px;
}
.movie .movieBox video {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1440px){
    .movie .movieBox {
        width: 100%;
        margin: 0 auto 40px;
    }  
}
@media screen and (max-width: 768px) {
    .movie .movieBox {
        width: 100%;
        margin: 0 auto;
    }  
}


.name {
    padding: 120px 0 140px;
}
@media screen and (max-width: 768px) {
    .name {
        padding: 60px 0 80px;
    }    
    .name ul li:nth-child(1) {
        margin-bottom: 30px;
    }
}


.series .seriesMenu li {
}
.series .seriesMenu li a {
    cursor: pointer;
    display: block;
    background: #fff;
    width: 100%;
    height: 160px;
    padding: 0 0 20px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    box-shadow: 0 0 10px rgba(17, 24, 44, 0.3);
}
.series .seriesMenu li:nth-child(1) img {
    width: 80%;
}
.series .seriesMenu li:nth-child(2) img {
    width: 75%;
}
.series .seriesMenu li:nth-child(3) img {
    width: 72%;
}
.series .seriesMenu li a::after {
    content: '';
    background: url(../img/about/series_menuArw.png) no-repeat;
    background-size: contain;
    width: 78px;
    height: 10px;
    position: absolute;
    bottom: 20px;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.series .seriesMenu li a:hover {
    box-shadow: none;
}
@media screen and (max-width: 768px) {
    .series .seriesMenu li {
        width: 32%;
    }
    .series .seriesMenu li a {
        height: 22vw;
    } 
    .series .seriesMenu li:nth-child(1) img {
        width: 85%;
    }
    .series .seriesMenu li:nth-child(2) img {
        width: 75%;
    }
    .series .seriesMenu li:nth-child(3) img {
        width: 75%;
    }     
    .series .seriesMenu li a::after {
        width: 58px;
        height: 7px;
        position: absolute;
        bottom: 10px;
    }      
}


.seriesWrap {
    width: 100%;
    margin: 70px 0;
    position: relative;
    z-index: 0;
    background-color: #fff;
}

@media screen and (max-width: 1300px) {
    .seriesWrap::before {
        top: 18%;
        height: 65%;
    }    
    .seriesWrap .textareaInner {
        /* margin-top: 16%; */
    }  
    .seriesWrap .textarea {
        padding: 30px 0;
    }
}
.seriesWrap .mainPhoto {
    height: 100%;
    text-align: right;
}
.seriesWrap .mainPhoto img {
    width: 100%;
}
.seriesWrap .mainPhoto01 {
    background: url(../img/about/series01_img01.jpg) center no-repeat;
    background-size: cover;
    width: 50vw;
    height: 40vw;
}
.seriesWrap .mainPhoto02 {
    background: url(../img/about/series02_img01.jpg) center no-repeat;
    background-size: cover;
    width: calc(100vw - (100vw - 100%) / 2);
    height: 40vw;
    margin: 0 calc(50% - 50vw);
}
.seriesWrap .mainPhoto03 {
    background: url(../img/about/series03_img01.jpg) center no-repeat;
    background-size: cover;
    width: 50vw;
    height: 40vw;
}
.seriesWrap ul.textarea li {
    text-align: center;
}
.seriesWrap ul.textarea li img {
    width: 50%;
}
@media screen and (max-width: 991px) {
    .seriesWrap {
        background: #fff;
        margin: 10% 0;
    }
    .seriesWrap::before {
        display: none;
    }    
    .seriesLead ul li {
        width: 100%;
    }
    .seriesWrap .textarea {
        padding: 0;
    }
    .seriesWrap .textareaInner {
        margin: 6% auto 8%;
    }    
    .seriesWrap .mainPhoto01 {
        background: url(../img/about/series01_img01_sptb.jpg) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 60vw;    
    }   
    .seriesWrap .mainPhoto02 {
        background: url(../img/about/series02_img01_sptb.jpg) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 60vw;   
        margin: 0 auto; 
    }   
    .seriesWrap .mainPhoto03 {
        background: url(../img/about/series03_img01_sptb.jpg) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 60vw;    
    }   
    .seriesWrap ul.textarea li img {
        width: 40%;
        margin-bottom: 10px;
    }     
}
@media screen and (max-width: 768px) {
    .seriesWrap ul.textarea li img {
        width: 60%;
        margin-bottom: 15px;
    }     
}


.sliderWrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.series-slider {
    margin: 80px auto 0;
    width: 85%;
}
.series-slider li {
    margin: 0 30px;
    cursor: pointer;
}
.series-slider .slide-arrow {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.series-slider .slide-prev {
    left: -50px;
    background: url(../img/about/slide_arw_prev.png) no-repeat;
    background-size: 40px;
    z-index: 100;
}
.series-slider .slide-next {
    right: -50px;
    background: url(../img/about/slide_arw_nxt.png) no-repeat;
    background-size: 40px;
    z-index: 100;
}
@media screen and (max-width: 991px) {
    .series-slider {
        width:96%;
    }
    .series-slider li {
        margin: 0 30px;
    }    
    .series-slider .slide-prev {
        left: 10px;
    }
    .series-slider .slide-next {
        right: 10px;
    }    
}
@media screen and (max-width: 768px) {
    .series-slider {
        width:96%;
    }
    .series-slider li {
        margin: 0 15px;
    }    
    .series-slider .slide-prev {
        left: 10px;
    }
    .series-slider .slide-next {
        right: 10px;
    }    
}

