<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
    box-sizing: border-box;
}
html {
    height: 100%;
    margin-bottom: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.pc {
    display: block;
}
.sp {
    display: none;
}

/*override*/
#btn_menu {
    background: #06257a;
}

/*ヘッダー*/
header {
    width: 100%;
    position: relative;
    padding-top: 0;

}
header &gt; div.maintitles {
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    background:#40bef0;
    
}
header div.mainvisual {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    padding-right: 0;
    height: 360px;
    background-image: url(/shingaku/selfbrand/common/images/titlephoto_pc.png);
    background-repeat:no-repeat;
    background-size:auto;
    background-position: center;
}
header div.mainvisual h1 {
    display: block;
    width: 1000px;
    height: 360px;
    z-index: 1;
}

header div.mainvisual h1 img.title {
    width:100%;
}
header div.mainvisual h1 a {
    display: block;
    margin: 10px 0 0 0;
    width: 50%;
}
header div.mainvisual img.mainvisual {
    width: 100%;
}
header div.read {
    width: 100%;
    max-width: unset;
    padding: 0;
}
header div.read h3 {
    max-width: 1000px;
    margin: auto;
    display: block;
    padding: 35px 0 25px;
    position: relative;
}
header div.read h3 figure {
    margin: 0;
    background: #FFE100;
    width: 36%;
    padding: 0 2%;
    transform: rotate(-3deg);
    position: absolute;
    top: -10%;
    left: 10%;
}
header div.read h3 figure img {
    width: 100%;
}
header div.read h3 span, header div.read h3 b {
    display: block;
    width: 60%;
    margin: auto;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-feature-settings: 'palt';
}
header div.read h3 b {
    margin-top: 0;
    font-size: 32px;
    color: #e61673;
    font-weight: 700;
}
/*特集リンク*/
section.feature_link {
    /* max-width: 1040px; */
    margin: auto;
    margin: 50px auto 50px;
    padding: 0 20px 40px;
    /* border-bottom: solid 1px #dcdcdc; */
}
section.feature_link h4 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1F2A66;
    margin-bottom: 20px;
}
section.feature_link a.link_steam {
    display: block;
    width: 50%;
    max-width: 540px;
    margin: 0 auto 40px;
}
section.feature_link a.link_steam img {
    width: 100%;
    max-width: 540px;
}
section.feature_link nav {
    max-width: 730px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
section.feature_link nav a {
    width: calc(96% / 3);
    margin-right: 2%;
    margin-bottom: 5%;
    display: block;
    text-decoration: none;
}
section.feature_link nav a:nth-child(3n) {
    margin-right: 0;
}
section.feature_link nav a img {
    width: 100%;
}
section.feature_link nav a h5 {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #06257a;
    min-height: 54px;
    line-height: 1.2;
    font-family: YakuHanJP_Noto, 'Noto Sans JP', serif;
}
section.feature_link nav a p {
    font-family: YakuHanJP_Noto, 'Noto Sans JP', serif;
    font-size: 14px;
    color: #000;
    text-align: justify;
}
section.feature_link nav a p span {
    color: #3db8eb;
    font-weight: 500;
}
/*メインエリア*/
article.index {
    padding: 0;
}
article.index h3 {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    /* border-bottom: solid 1px #000; */
    color: #1F2A66;
}
aside {
    width: 100%;
    background: rgb(31 42 102 / 80%);
    position: sticky;
    bottom: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
}
aside a {
    display: block;
    width: 320px;
    background-color: #e61673;
    padding: 15px 0;
    border-radius: 5px;
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 0 20px;
}
aside#tmbnr {
    width: 270px;
    height: 220px;
    background: none;
    position: fixed;
    top: 150px;
    right: -300px;
    opacity: 0;
    padding: 0;
    transition: all 0.5s 0s ease;
}
aside#tmbnr.open {
    right: 0;
    opacity: 1;
}
aside#tmbnr span#tmbnr_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -15px;
}
aside#tmbnr a {
    background: none;
    margin: 0;
    padding: 0;
}
aside#tmbnr span#tmbnr_close img, aside#tmbnr a img {
    width: 100%;
}
/*フッター*/
footer {
    width: 100%;
    padding: 20px 0;
    background-color: #06257a;
    clear: both;
}
footer img {
    margin: 0 auto;
}
/*トップへ戻る*/
.pagetop {
    bottom: 1.1%;
    position: fixed;
    right: 4%;
    z-index: 99999;
}
.pagetop a {
    background: #343c48 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 8px;
    display: block;
    line-height: 1;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
}
.pagetop a::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-top: solid 4px #fff;
    border-left: solid 4px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 12px);
}
@media screen and (min-width:640px) {
    header a.headerDP:hover {
        background-color: #fff17a
    }
    section.feature_link nav a:hover, section.btnarea nav a:hover, section.feature_link a.link_steam:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width:1040px) {
    header div.mainvisual {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        position: relative;
        padding-right: 0;
        height: 36vw;
        background-size:cover
    
    }
    header div.mainvisual h1 {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        height: 36vw;
    }
    header div.mainvisual h1 img.tmlogo {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
        width: 17%;
        position: absolute;
        left: 42%;
        top: 10%;
    }

    
    header div.read h3 {
        padding: 5vw 0;
    }
    header div.read h3 span, header div.read h3 b {
        font-size: 1.4vw;
    }
    header div.read h3 b {
        margin-top: 0;
        font-size: 2vw;
    }
    header div.read h3::before {
        width: 27.8vw;
        height: 16.8vw;
    }
    header div.read h3::after {
        width: 24vw;
        height: 18vw;
    }
    /*特集リンク*/
    section.feature_link {
        margin: 5vw auto 6vw;
        padding: 0 2vw 4vw;
    }
    section.feature_link h4 {
        font-size: 3vw;
        margin-bottom: 5vw;
    }
    section.feature_link h4::before {
        width: 5.2vw;
        height: 5.2vw;
        margin-right: 1vw;
    }
    section.feature_link nav a h5 {
        font-size: 1.8vw;
        min-height: 5.4vw;
    }
    section.feature_link nav a p {
        font-size: 1.4vw;
        color: #000;
    }
    /*メインエリア*/
    article.index {
        padding: 0;
    }
    article.index h3 {
        font-size: 2.4vw;
        margin-bottom: 4vw;
    }
    aside {
        padding: 1vw;
    }
    aside a {
        width: 32vw;
        padding: 1.5vw 0;
        font-size: 2.4vw;
        margin: 0 2vw;
    }
    aside#tmbnr {
        width: 27vw;
        height: 22vw;
        top: 15vw;
    }
    aside#tmbnr span#tmbnr_close {
        width: 3vw;
        height: 3vw;
        left: -1.5vw;
    }
    aside#tmbnr a {
        margin: 0;
        padding: 0;
    }
    /*フッター*/
    footer {
        padding: 2vw 0;
    }
} /*@media screen and (max-width:920px) */
@media screen and (max-width:640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    header {
        width: 100%;
        position: relative;
        padding-top: 0;
    }
    header &gt; div.maintitles {
        background-image: none;
    }
    header div.mainvisual {
        padding-right: 0;
        height: 132vw;
        background-image: url(/shingaku/selfbrand/common/images/titlephoto_sp.png);
        background-repeat:no-repeat;
        background-size: cover;
        background-position: center;
    }
    header div.mainvisual h1 {
        top: 0;
        left: 0;
        max-width: unset;
        width: 100%;
    }
    header div.mainvisual h1 img {
        width: 100%;
    }
    header div.mainvisual h1 img.tmlogo {
        display: block;
        margin: 0;
        width: 43.5%;
        position: absolute;
        top: 3.8vw;
        left: 5.5vw;
        z-index: 3;
        display: none;
    }
    header div.mainvisual h1 img.title {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    header div.mainvisual h1 a {
        display: block;
        margin: 10px 0 0 0;
        width: 58%;
    }
    header div.mainvisual img.mainvisual {
        max-width: unset;
        width: 100%;
    }
    header div.read {}
    header div.read h3 {
        max-width: 1000px;
        margin: auto;
        display: block;
        padding: 4vw 0 4vw;
        position: relative;
    }
    header div.read h3 figure {
        width: 78%;
        padding: 0 4vw;
        padding-left: 5vw;
        transform: rotate(0);
        top: -10%;
        left: 0;
    }
    header div.read h3 figure img {
        width: 100%;
    }
    header div.read h3 span, header div.read h3 b {
        display: block;
        width: 90%;
        margin: 0 auto 2vw;
        text-align: justify;
        line-height: 1.7;
        font-size: 3.4vw;
    }
    header div.read h3 span br {
        display: none;
    }
    header div.read h3 b {
        margin-top: 0;
        font-size: 6vw;
        text-align: center;
        line-height: 1.4;
    }
    /*特集リンク*/
    section.feature_link {
        margin: 8vw auto 6vw;
        padding: 0 4vw 4vw;
    }
    section.feature_link h4 {
        font-size: 6.4vw;
        margin-bottom: 2vw;
    }
    section.feature_link a.link_steam {
        width: 90%;
        margin: 0 auto 4vw;
    }
    section.feature_link nav {
    justify-content: flex-start;
}
    section.feature_link nav a, section.feature_link nav a:nth-child(3n) {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    section.feature_link nav a:nth-child(2n) {
        margin-right: 0;
    }
    section.feature_link nav a h5 {
        font-size: 3.6vw;
        min-height: 10vw;
    }
    section.feature_link nav a p {
        font-size: 2.8vw;
    }
    aside {
        padding: 2vw;
        display: flex;
        justify-content: center;
    }
    aside a {
        display: block;
        width: 60%;
        padding: 3vw 0;
        font-size: 5vw;
        margin: 0;
    }
    aside#tmbnr {
        width: 100%;
        height: unset;
        top: unset;
        bottom: 16vw;
        right: -100%;
        opacity: 0;
    }
    aside#tmbnr.open {
        right: 0;
        opacity: 1;
    }
    aside#tmbnr span#tmbnr_close {
        width: 8vw;
        height: 8vw;
        top: -4vw;
        left: unset;
        right: 0vw
    }
    aside#tmbnr a {
        width: 100%;
    }
    /*トップへ戻る*/
    .pagetop {
        bottom: 2vw;
        right: 2vw;
    }
    .pagetop a {
        width: 11vw;
        height: 11vw;
    }
    .pagetop a::before {
        width: 4vw;
        height: 4vw;
        top: calc(50% - 1.5vw);
        left: calc(50% - 2.5vw);
    }
    footer {
        width: 100%;
        height: unset;
        padding: 5vw;
    }
    footer img {
        margin: 0 auto;
        padding: 1vw 0 0;
        width: 60vw;
    }
} /*@media screen and (max-width:640px)*/</pre></body></html>