@charset "UTF-8";

/* ------------------------------

別ページ

------------------------------ */

/* ------------------------------

TOP

------------------------------ */
.main-visual-sp img {
    vertical-align: bottom;
}

.main-visual-pc {
    display: none;
}

/* ピックアップ */
.pick-up-inner {
    margin: 1rem;
}

/* 最新情報 */
.news-area-in {
    margin: auto;
    padding: 3rem 0;
}

.news-inner {
    margin: 1rem 0;
}

.news-box {
    width: auto;
    height: auto;
    /* << 10個以上超えたら height:"auto"から"485px"に変更 */
    padding: 20px;
    margin: 0 1rem;
    border: 2px solid #ff8800;
    border-radius: 15px 15px 0 0;
    background-color: rgba(255, 255, 204, 0.8);
    overflow: hidden;
    overflow-y: scroll;
}

.news-box::-webkit-scrollbar {
    display: none;
}

.news-box dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff8800;
    display: flex;
}

.news-box dt {
    width: 5em;
    margin-top: 3px;
    font-size: small;
    font-weight: bold;
    color: gray;
}

.news-box dd {
    margin-left: 0.5em;
    width: calc(100% - 2.5em);
}

.news-box dd a {
    font-weight: bold;
    text-decoration: underline;
    color: #ff8800
}

.news-bottom {
    width: auto;
    margin: 0 1rem;
    border-radius: 0 0 15px 15px;
    background-color: #ff8800;
}

.news-more-btn {
    text-align: right;
    padding: 0.5em;
}

.news-more-btn a {
    font-family: "Concert One", sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 1.2em;
    background-color: #ff8800;
    color: yellow;
    border-width: 2px;
    border-radius: 50px;
    padding: 0 15px;
}

/* フッターナビケーション(TOP限定) */
.footer-topnav {
    text-align: center;
    padding: 2rem 0;
    background-color: #FFFFCC;
}

.footer-topnav ul {
    list-style-type: none;
    padding: 0 1.5rem;
}

.footer-topnav-item {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
}

.footer-topnav-item:hover img {
    filter: brightness(1.05);
    transition: 0.3s;
}

/* ニュース詳細ページ */
.left {
    position: absolute;
    left: 0;
}

.right {
    position: absolute;
    right: 0;
}


/* ------------------------------

NEWS

------------------------------ */
.news-area {
    padding: 7.5rem 0 2.5rem;
}

/* 一覧ページ */
.news-box2 {
    padding: 20px;
    margin: 0 1rem;
}

.news-box2 dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff8800;
    display: flex;
}

.news-box2 dt {
    width: 5em;
    margin-top: 3px;
    font-size: small;
    font-weight: bold;
    color: gray;
}

.news-box2 dd {
    margin-left: 0.5em;
    width: calc(100% - 2.5em);
}

.news-box2 dd a {
    font-weight: bold;
    text-decoration: underline;
    color: #ff8800
}

/* ページ移動 */
.page-numbers {
    padding: rem;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background: #ff8800;
    color: #fff;
}

.page-numbers a {
    padding: 1rem;
    color: #fff;
}

.page-numbers a:hover {
    background: #E67A00;
    color: yellow;
    transition: .3s;
}

.page-ellipsis {
    display: flex;
    align-items: center;
    margin: 0 1rem;
}

.current {
    background: #E67A00;
    color: yellow;
}

.dots {
    background: none;
    color: brown;
}

/* 詳細ページ */
.post {
    margin: 0 0.75rem;
    margin-bottom: 3rem;
}

.post-line {
    background-color: #ff8800;
    height: 2px;
    width: 100%;
    margin-bottom: 0.5rem 0;
}

.post-title {
    font-weight: bold;
}

.post-date {
    font-size: .875rem;
    font-weight: bold;
    color: gray;
}

.post-thumbnail {
    margin-bottom: 1.5rem;
}

.post-detail {
    margin: 2rem 0;
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
    line-height: 2;
}

.post-detail a {
    font-weight: bold;
    text-decoration: underline;
    color: #ff8800;
}

/* ------------------------------

INTRODUCTION

------------------------------ */
.intro-area-top {
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
}

.intro-area {
    padding: 12rem 0;
}

.align-left {
    text-align: left;
}

.intro-inner {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.intro-text {
    margin-top: 0.35em;
    font-size: 0.85em;
}

.intro-t2 {
    display: inline-block;
    padding: 0 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: #96514D;
}

.intro-t3 {
    color: #fff;
    text-shadow: 1px 1px 5px black, -1px -1px 5px black,
        1px -1px 5px black, -1px 1px 5px black;
}

.intro-img {
    margin-top: 1rem;
    filter: drop-shadow(2px 2px 10px #7F7F7F);
}

.intro-img-pc {
    display: none;
}

.intro-head {
    position: relative;
    display: inline-block;
    font-size: 1.75em;
    font-weight: 500;
    padding: 0 1rem;
    margin: 0.25rem 0;
    color: #fff;
    z-index: 1;
}

.intro-head-bg1 {
    content: "";
    background: #ff8800;
    transform: skew(-15deg);
    z-index: -1;
}

.intro-head-bg2 {
    content: "";
    background: #96514D;
    transform: skew(-15deg);
    z-index: -1;
}

.bg-intro2 {
    background-image: url(../img/introduction/sgscintro_bg2_s.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-bgline-l {
    width: 100%;
    height: 50px;
    background-color: #96514D;
}

.intro-bgline-s {
    width: 100%;
    height: 3px;
    margin: 3px 0;
    background-color: #96514D;
}

.bg-intro3 {
    background-image: url(../img/introduction/sgscintro_bg3_s.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

/* ------------------------------

CHARACTER

------------------------------ */
/* 登場人物一覧 */
.chara-area {
    margin: auto;
    padding: 7.5rem 0 2.5rem;
}

.chara-grid {
    list-style-type: none;
    margin: 0.5rem;
    display: grid;
    gap: 0.5rem 0.8rem;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.chara-item {
    border-radius: 8px;
}

.chara-item:hover {
    transition: .5s;
    scale: 0.95;
}

/* 登場人物一覧ここまで */

/* ページ移動 */

.page-arrow {
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 14px;
    margin: 1rem auto;
    max-width: 450px;
}

.prev {
    position: absolute;
    left: 0;
}

.next {
    position: absolute;
    right: 0;
}

/* ------------------------------

COMIC

------------------------------ */
.comic-area {
    margin: 0 auto;
    padding: 7.5rem 0 2.5rem;
    text-align: center;
}

.comic-grid {
    list-style-type: none;
    margin: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.5rem;
    text-align: center;
}

.comic-item {
    padding: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #ff8800;
    background-color: #fff;
    height: 100%;
}

.comic-item p {
    font-size: small;
    color: black;
}

.comic-head_p {
    display: inline-block;
    padding: 0.15em 1rem;
    border-radius: 30px;
    font-weight: bold;
    background-color: orange;
}

.comic-item:hover img {
    opacity: 0.8;
    transition-duration: .3s;
}

/* ４コマページ */
.comic-img {
    margin: 0.5rem;
}

/* ページ移動 */

.page-arrow {
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 14px;
    margin: 1rem auto;
    max-width: 450px;
}

.next {
    position: absolute;
    right: 0;
}

.prev {
    position: absolute;
    left: 0;
}

.page-arrow-btn a {
    display: inline-block;
    font-weight: bold;
    background-color: #ff8800;
    color: white;
    border-radius: 30px;
    padding: 1em 1.55em;
    margin: 0 0.5rem;
    transition: .3s;
}

.page-arrow-btn a:hover {
    background-color: #E67A00;
    color: yellow;
}

/* ------------------------------

GALLERY

------------------------------ */
.gallery-area {
    padding: 1rem 0;
    margin: 0 auto;
}

.gallery-grid {
    list-style-type: none;
    margin: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.5rem;
    text-align: center;
}


.gallery-item img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 16px;
}

.gallery-item:hover img {
    filter: brightness(1.05);
    transition: 0.3s;
}

.nav-links {
    padding: 2em;
    display: flex;
    justify-content: center;
}

/* ------------------------------

SPECIAL

------------------------------ */
.special-area {
    margin: 0 auto;
    padding: 7.5rem 0 2.5rem;
    text-align: center;
}

.special-grid {
    list-style-type: none;
    margin: 0.5rem;
}

.special-item:hover a img {
    filter: brightness(1.05);
    transition: 0.3s;
}

.bg-sgsc-sp::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../img/bg/sgsc_bg01s_s.webp);
    background-size: cover;
}

/* COMIC-EXTRA/OLD */
.comic-sp-item {
    padding: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #00A5FF;
    background-color: #fff;
    height: 100%;
}

.comic-sp-item p {
    font-size: small;
    color: black;
}

.comic-sp-item:hover img {
    opacity: 0.8;
    transition-duration: .3s;
}

.comic-subtitle {
    color: #fff;
    background-color: #00A5FF;
    font-size: 1.02rem;
    padding: 0.3rem 0;
    max-width: 706px;
    margin: 0.5rem auto;
}

.page-arrow-btn-sp a {
    display: inline-block;
    font-weight: bold;
    background-color: #00A5FF;
    color: white;
    border-radius: 30px;
    padding: 1em 1.55em;
    margin: 0 0.5rem;
    transition: .3s;
}

.page-arrow-btn-sp a:hover {
    background-color: #0095E6;
    color: yellow;
}

/*------------------------------ 

デスクトップ版

------------------------------ */
@media (min-width: 821px) {

    /* -----------------------------
    
    TOP

    ------------------------------ */
    .main-visual-pc {
        display: block;
        object-fit: cover;
    }

    .main-visual-pc img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: bottom;
    }

    .main-visual-sp {
        display: none;
    }

    /* ピックアップ */
    .pick-up-item {
        margin: 0 1.2rem;
    }

    /* ニュース */
    .news-box {
        width: auto;
        height: auto;
        /* << 5個以上超えたら height:"auto"から"300px"に変更 */
        padding: 20px;
    }

    /* フッターナビケーション(TOPのみ) */
    .footer-topnav-inner {
        margin: auto;
    }

    .footer-topnav-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        list-style-type: none;
        object-fit: cover;
    }

    /* -----------------------------
    
    INTRODUCTION
    
    ------------------------------ */
    .intro-area {
        padding: 14rem 0;
    }

    .intro-inner {
        max-width: 1200px;
        width: 90vw;
    }

    .intro-flex1 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .intro-flex2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .intro-head-wrap {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .intro-text {
        font-size: 1.25em;
    }

    .intro-img img {
        max-width: 75%;
        height: auto;
    }

    .intro-img-pc {
        display: flex;
        max-width: 800px
    }

    .intro-head {
        font-size: 2.2em;
    }

    .bg-intro2 {
        background-image: url(../img/introduction/sgscintro_bg2_l.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .intro-bgline-l {
        width: 100%;
        height: 90px;
        background-color: #96514D;
    }

    .intro-bgline-s {
        width: 100%;
        height: 5px;
        margin: 5px 0;
        background-color: #96514D;
    }

    .bg-intro3 {
        background-image: url(../img/introduction/sgscintro_bg3_l.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* -----------------------------
    
    CHARACTER
    
    ------------------------------ */
    /* 登場人物一覧 */
    .chara-area {
        width: 90vw;
    }

    .chara-grid {
        gap: 1rem 1.5rem;
        grid-template-columns: repeat(7, 1fr);
        margin: 0.5rem 3rem;
    }

    /* -----------------------------
    
    COMIC
    
    ------------------------------ */
    .comic-area {
        width: 98vw;
    }

    .comic-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }

    .comic-item img {
        width: 100%;
    }

    .page-arrow {
        max-width: 450px;
        margin: 0.5rem auto;
    }

    .comic-img img {
        max-height: 1200px;
    }

    /* -----------------------------
    
    GALLERY
    
    ------------------------------- */
    .gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 1rem 1rem;
    }

    /* ------------------------------

    SPECIAL

    ------------------------------ */
    .special-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 1rem;
    }

    .bg-sgsc-sp {
        background-image: url(../img/bg/sgsc_bg01s_l.webp);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

}