body{
    padding-top: 70px;
    margin: 0 auto;
}
.width{
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1300px) {
    .width{
        max-width: 100%;
        padding:  50px ;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .width{
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    body{
        padding-top: 50px;
    }
}

/* よく使うタイトルのcss */
#titlebox .main{
    font-family: Cormorant Garamond,sans-serif;
    font-size: 62px;
    font-style: italic;
    margin: 0;
    line-height: initial;
    font-weight: 500;
}
#titlebox .sub{
    font-family: Noto Serif JP, YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #titlebox .main{
        font-size: 45px;
    }
    #titlebox .sub{
        font-size: 14px;
    }
}
/* よく使うタイトルのcss */

/* cross_talk ここから */
#stories{
    padding-top: 0px;
}
#stories #titlebox{
    text-align: left;
}
#stories #titlebox > .main{
    color: #77aad9;
}

@media screen and (max-width: 768px) {
    #stories {
        padding-top: 0px;
    }
    #stories #titlebox{
        padding-left: 20px;
    }
}



#stories .top_text{
   padding-top: 50px;
}
#stories .top_text .text{
    display: inline-block;
    background: linear-gradient(180deg, #77a9d8 0%, #0065e3 72%, #0059ea 100%);
    background: -webkit-linear-gradient(-90deg, #77a9d8 0%, #0065e3 72%, #0059ea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto;
    font-family: Noto Serif JP, YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
    #stories .top_text{
        padding-top: 30px;
    }
    #stories .top_text .text{
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 1px;
    }

}

#stories .links{
    width: 100%;
    margin-top: 100px;
}
#stories .links li{
    padding-bottom: 150px;
}
#stories .links li a img{
    width: 100%;
}
@media screen and (max-width: 768px) {
    #stories .links{
        width: 100%;
        margin-top: 50px;
    }
    #stories .links li{
        padding-bottom: 50px;
    }
    #stories .links li a img{
        width: 100%;
    }
}