@charset "UTF-8";
/********************************************************************************

page-story.css　STORYcss

********************************************************************************/

/*============================================================
 ページヘッダー(メインビジュアル)
*============================================================*/
body#page-story #page-header {
    background-image: url(../images/story/mainvisual.jpg);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: top center;
}
body#page-story #page-header #mainvisual {
    height: 720px;
    padding: 184px 0 0 0;
    margin: 0 auto;
}
#page-story #page-header #mainvisual #page-title {
    display: block;
    margin-bottom: 120px;
}
#page-story #page-header #mainvisual .page-header-info {
    color: #fff;
}
#page-story #page-header #mainvisual .page-header-info .info-catch {
}
#page-story #page-header #mainvisual .page-header-info .info-lead {
    font-size: 12px;
    line-height: 200%;
}
/*============================================================
 common-custom
*============================================================*/
#page-story #page-content {
    padding-top: 0;
}

/*============================================================
 想い
*============================================================*/
#page-story #sec-thought {
    height: 1674px;
    padding: 276px 0 0 0;
    background-image: url(../images/story/thought-bg.jpg);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: top center;
}
#page-story #sec-thought .thought .lead {
    font-size: 12px;
    line-height: 200%;
}
#page-story #sec-thought .thought-tsunagu {
    margin: 0 0 412px 50%;
    color: #fff;
}
#page-story #sec-thought .thought-katati {
    margin-right: 60%;
}

#page-story #sec-page-nav .block-card-page {
    margin-bottom: 16px;
}

/*============================================================
 一握りの土に可能性を求めて
*============================================================*/
#page-story #sec-message {
    text-align: center;
}
#page-story #sec-message h2 {
    margin-bottom: 24px;
}
#page-story #sec-message .lead {
    margin-bottom: 48px;
    font-size: 12px;
    line-height: 200%;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     ページヘッダー(メインビジュアル)
    *============================================================*/
    body#page-story #page-header {
        background-image: url(../images/story/mainvisual-sp.jpg);
        background-size: 768px auto;
    }
    body#page-story #page-header #mainvisual {
        height: 666px;
        position: relative;
    }
    #page-story #page-header #mainvisual .page-header-info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 24px 16px 28px 16px;
        background-color: rgba(0, 0, 0, 0.4);
        margin-bottom: 0;
    }
    #page-story #page-header #mainvisual .page-header-info h2 {
        margin-bottom: 18px;
        text-align: left;
    }
    
    /*============================================================
     想い
    *============================================================*/
    #page-story #sec-thought {
        height: 1728px;
        padding: 0;
        background-image: url(../images/story/thought-bg-sp.jpg);
        background-size: 768px auto;
        position: relative;
    }
    #page-story #sec-thought h2 {
        margin-bottom: 18px;
        text-align: left;
    }
    #page-story #sec-thought .thought-tsunagu {
        margin: 0;
        position: absolute;
        top: 560px;
        left: 0;
        padding: 0 16px;
    }
    #page-story #sec-thought .thought-katati {
        margin: 0;
        position: absolute;
        top: 1380px;
        left: 0;
        padding: 0 16px;
    }
   
}

