#header-wrapper{
    background-color:rgba(255, 255,255, 0);
}

#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section6{
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
}

#section0{
    background-image: url(../images/whats/next/bg_01.jpg);
    position: relative;
}

.breadcrumbs{
    padding: 130px 0 0 200px;
}

#section0 h2 {
    font-size: 60.218px;
    font-family: "Teko";
    color: rgb(45, 157, 199);
    line-height: 1.2;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -168px;
    margin-top: -50px;
  }

#section0 h3 {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -185px;
    margin-top: 20px;
  }



  

#section1{
    background-image: url(../images/whats/next/bg_02.jpg);
}

.content-box{
    display: flex;
    width: 960px;
    margin: 0px auto 0;
    padding-top: 300px;
}

.content-box .txt-box{
    width: 600px;
    margin-right: 80px;
}

.content-box .txt-box .nottl{
    font-size: 28px;
    font-family: "Teko";
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

.content-box .txt-box .nottl::after{
    border-bottom: 2px solid #000;
    width: 100px;
    content: " ";
    height: 2px;
    display: block;
} 

.content-box .txt-box h2 {
    font-size: 36px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.444;
    text-align: left;
    padding: 20px 0;
  }
  
  .content-box .txt-box .txt {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: justifyLeft;
  }
  

.year{
 width: 260px;
 position: absolute;
 left: 0;
 top: 80px;    
}


#section2{
    background-image: url(../images/whats/next/bg_03.jpg);
}

#section3{
    background-image: url(../images/whats/next/bg_04.jpg);
}

#section4{
    background-image: url(../images/whats/next/bg_05.jpg);
}

#section5{
    background-image: url(../images/whats/next/bg_06.jpg);
}

#section6{
    background-image: url(../images/whats/next/bg_07.jpg);
}


.fp-controlArrow.fp-next{
    background-image: url(../images/whats/next/arrow_b_r.png);
    background-size: cover;
    height: 50px;
    width: 50px;
    border: none;
}

.fp-controlArrow.fp-prev{
    background-image: url(../images/whats/next/arrow_b_l.png);
    background-size: cover;
    height: 50px;
    width: 50px;
    border: none;
}

#section2 .fp-controlArrow.fp-next{
    background-image: url(../images/whats/next/arrow_y_r.png);
    background-size: cover;
    height: 50px;
    width: 50px;
    border: none;
}

#section2 .fp-controlArrow.fp-prev{
    background-image: url(../images/whats/next/arrow_y_l.png);
    background-size: cover;
    height: 50px;
    width: 50px;
    border: none;
}

.fp-slidesNav {
    width: 56px;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs {
        padding: 100px 0 0 20px;
    }

    .content-box {
        display: flex;
        width: 100%;
        margin: 0px auto 0;
        padding-top: 100px;
    }

    .content-box {
        display: block;
        width: 80%;
        margin: 0px auto 0;
        padding: 160px 10% 0;
    }
    .content-box .txt-box {
        width: 100%;
        margin-right: 0;
    }

    .content-box .img-box{
        margin: 20px auto;
        width: 60%;
        display: block;
    }

    .year {
        width: 130px;
        position: absolute;
        left: 0;
        top: 80px;
    }
    .content-box .txt-box h2 {
        font-size: 20px;
        font-family: "Noto Sans CJK JP";
        color: rgb(0, 0, 0);
        line-height: 1.444;
        text-align: left;
        padding: 20px 0;
    }

    .fp-controlArrow.fp-next {
        margin-top: 180px;
    }
    .fp-controlArrow.fp-prev {
        margin-top: 180px;
    }
}