/* --- general : 全般的な細かい設定 --- */


body, button, input, optgroup, select, textarea {
    font-family: area-normal, BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* --- .lp-* : ランディングページのこまかいコンポーネント --- */

.lp-section-head {
    text-align: center;
    margin-bottom: 1.8em;
}

.lp-title {
    text-align: center;
    font-weight: 700;
    font-size: 2.0em;
    margin-bottom: 0.8em;
    font-feature-settings: "pkna";
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.lp-subtitle {
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 2em;
}

.lp-emphasis {
    text-emphasis: '•';
}

.lp-hr {
    opacity: 0.6;
    border: 0;
    border-color: inherit;
    border-style: solid;
    border-bottom-width: 1px;
    width: 100%;
    padding-bottom: 15em;
}

/* --- .global-header : グローバルヘッダー --- */

.global-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.global-header-title {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    padding-left: 2%;
}

.global-header-sitename {
    font-size: 1.2em;
    font-feature-settings: "palt";
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.global-header-sitename a {
    color: #4a4a4a;
}

.global-header-subtitle {
    font-size: 0.9em;
    font-family: area-extended;
    font-weight: 600;
}

.global-header-menu {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    padding-right: 2%;
}

.global-header-menu .button {
    border-color: transparent;
    background-color: #F4C809;
    color: #333;
    font-weight: bold;
    height: 7em;
    width: 8.75em;
}

.global-header-menu .button:hover {
    background-color: #F4C80980;
}

@media screen and (max-width: 768px) {
    .global-header {
        padding-left: 3%;
        height: 5em;
    }

    .global-header-sitename {
        font-size: 1.5em;
    }
    
    .global-header-subtitle {
        font-size: 0.9em;
    }

    .global-header-menu {
        padding-right: 3%;
    }

    .global-header-menu .button {
        font-size: 0.8em;
        width: 16em;
        height: 4.5em;
    }
}

 /* --- .lp-intro : イントロダクション --- */

.lp-intro-wall {
    margin-bottom: 300px;
    background-image: url('/static/images/bg-metro-1.webp');
    background-size: cover;
    /* box-shadow: 0 0 30px #bbb; */
}

.lp-intro-texts  {
    padding-top: 150px;
    padding-bottom: 200px;
}

.lp-intro-section {
    line-height: 3.6em;
    margin-bottom: 4.8em;
}

.lp-intro-section span {
    font-size: 2.2em;
    padding: 0.2em 0 0.2em;
    background-color: #f4f4f455;
    color: #333;
    box-shadow: 0 1px 3px #ccc;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lp-intro-section-featured span {
    background-color: #f4f4f4;
}

.lp-intro-section strong {
    /* color: #083A7F; */
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.lp-intro-section small {
    font-size: 0.6em;
}

@media screen and (max-width: 768px) {
    .lp-intro-texts  {
        padding-top: 100px;
    }

    .lp-intro-section {
        line-height: 2.6em;
        margin-bottom: 3.6em;
    }
    
    .lp-intro-section span {
        font-size: 1.6em;
    }
}

/* --- .lp-signs : 例えば --- */

.lp-signs-title {
    margin-bottom: 3em;
}

.lp-signs-title h4 {
    font-style: italic;
    font-size: 1.1em;
    text-align: center;
}

.lp-signs-title h4::before,
.lp-signs-title h4::after {
    /* ref. https://stackoverflow.com/questions/38212963 */
    display: inline-block;
    content: "";
    border-top: 0.1rem solid #ccc;
    width: 6rem;
    margin: 0 0.6rem;
    transform: translateY(-0.4rem);
}

@media screen and (max-width: 768px) {
    .lp-signs-title h4::before,
    .lp-signs-title h4::after {
        width: 2.3rem;
    }    
}

.lp-signs figure img {
    border-radius: 0.5em;
}

.lp-signs figure figcaption {
    margin-top: 0.5em;
    font-size: 0.8em;
}

.lp-signs-seemore {
    text-align: center;
    margin-bottom: 10em;
}

.lp-signs-seemore .button {
    border-color: #eee;
    background-color: #F4C809;
    color: #333;
}

.lp-signs-seemore .button:hover {
    opacity: 0.8;
}

/* --- .lp-books : 野良サインの本 --- */

.lp-books-row {
    padding-bottom: 3px;
}

.lp-books-row .tile {
    padding-left: 8px;
    padding-right: 8px;
}

.lp-books-item {
    text-align: center;
    border-radius: 0.6em;
    width: 100%;
    margin: 0 0 12px;
    padding: 36px 24px 24px;
    background: #F5F9FB;
}

.lp-books-picture {
    text-align: center;
    height: 200px;
    display: flex;
    margin-bottom: 10px;
}

.lp-books-picture img {
    max-height: 200px;
    max-width: 160px;
    box-shadow: 0 0 5px #bbb;
    margin: auto auto 0;
}

.lp-books-title {
    font-weight: 700;
    font-feature-settings: "pkna";
}

.lp-books-subtitle {
    margin-bottom: 1em;
}

.lp-books-seemore {
    color: #eee;
    background-color: #083A7F;
    margin-bottom: 0.4em;
}

.lp-books-seemore:hover {
    color: #eee;
    opacity: 0.8;
}

/* --- .lp-media : メディアでの紹介 --- */

.lp-media-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
}

.lp-media-item {
    display: grid;
    grid-template-columns: 2fr 20fr 1fr 8fr 1fr;
    grid-template-rows: 1.5fr 16fr 1fr 3fr 1.5fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background: #F5F9FB;
    width: calc(50% - 1em);
    border-radius: 0.5em;
    margin: 0 0 1em 0;
    overflow-y: hidden;
}

.lp-media-item.is-book  {
    grid-template-columns: 2fr 16fr 1fr 12fr 1fr;
}

.lp-media-top-left {
    grid-area: 2 / 2 / 3 / 3;
}

.lp-media-top-right {
    grid-area: 2 / 4 / 3 / 5;
}

.lp-media-bottom {
    grid-area: 4 / 2 / 5 / 5;
}

.lp-media-picture {
    border-bottom: 0.09rem #9c9c9caa dashed;
    padding-left: 0.3em;
    padding-right: 0.3em;
}

.lp-media-picture img {
    vertical-align: bottom;
    border-left: 0.08rem #ddd solid;
    border-right: 0.08rem #ddd solid;
    border-top: 0.08rem #ddd solid;
    border-radius: 0.4rem 0.4rem 0 0;
    margin: auto auto 0.1rem;
}

.is-book .lp-media-picture {
    border-bottom: none;
}

.is-book .lp-media-picture img {
    border-radius: 0;
    border: 0.08rem #ddd solid;
}

.lp-media-title {
    font-weight: 700;
    font-feature-settings: "pkna";
    margin-top: 5px;
    margin-bottom: 10px;
}

.lp-media-subtitle {
    font-size: 0.85em;
    margin-bottom: 1em;
}

.lp-media-subtitle p {
    margin-bottom:0.5em;
}

.lp-media-subtitle a {
    color: #4a4a4a;
    text-decoration: underline;
}

.lp-media-subtitle a:hover {
    opacity: 0.8;
}

.lp-media-seemore {
    text-align: center;
}

.lp-media-seemore.button {
    margin-bottom: 0.4em;
}

.lp-media-seemore.button:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .lp-media-item {
        width: 400px;
    }
    .lp-media-container {
        justify-content: center;
    }
    .lp-media-title {
        font-size: 0.9em;
    }    
    .lp-media-subtitle {
        font-size: 0.8em;
    }
    .lp-media-seemore.button {
        font-size: 0.8em;
    }
}

/* --- .lp-footer : フッター --- */

.lp-footer-itemname {
    font-feature-settings: "pkna";
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.lp-footer .table {
    font-size: 0.9em;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lp-footer .table td {
    border: none;
}

.lp-footer a {
    color: #4a4a4a;
    text-decoration: underline;
}

/* --- .global-footer : グローバルフッター --- */

.global-footer {
    text-align: center;
    font-size: 0.9em;
}

.global-footer a {
    color: #4a4a4a;
}

/* --- .archive-case : アーカイブ室 事例一覧画面 --- */

.archive-case-gallery {
    margin: auto 0.2em;
}

.archive-case-card-thumbnail img {
    object-fit: cover;
}

.archive-case-card-meta {
    color: #bbb;
    font-weight: 700;
    font-size:0.7rem;
}

.archive-case-card-name {
    font-size: 0.90rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .archive-case-card-bottom {
        padding: 12px;
    }
    .archive-case-card-meta {
        font-size: 0.55rem;
    }
    .archive-case-card-name {
        font-size: 0.80rem;
    }
}

.archive-keyword-like-button {
    background-color: #f5f5f5;
    color: #000000b3;
    padding: 0.3em 0.4em;
    margin-left: 0.3em;
    margin-right: 0.3em;
    border-radius: 0.3em;
    font-weight: 200;
}