html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	max-width: 100%;
	font-size: 1.6rem;
    background-color: #000;
    /* background-image:
	 repeating-linear-gradient(-60deg,#E7F0EF, #E7F0EF 5px, #fff 0, #fff 6px); */
}
.spbr {
    display: none;
}

/* for FireFox(Windows11) */
.gcim__listbox > .scroll--vertical {
    min-width: 20px !important;
}
.gcim__listbox > .scroll--horizontal {
    min-height: 20px !important;
}

br.sp {
    display: none;
}

header {
    width: 100%;
    height: 54px;
    margin: 0;
    background-color: #fff;
}
header h1 {
    margin: 0 0 0 20px;
}

main {
    max-width: 100%;
    margin: 0 auto;
}

/* キービジュアル */
#keyvisual {
    width: 100%;
    height: calc(100vw * 0.86 - 17px);
    background-image: url(../images/key_visual01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
#keyvisual p {
    position: absolute;
    width: 900px;
    left: 150px;
    top: 580px;
    text-align: center;
    background-color: #fdfdfd;
    color: #036DB7;
    font-weight: bold;
    border-radius: 10px;
    padding: 15px 0 15px;
}
#keyvisual .kv_title img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#keyvisual .kv_text img{
    width: 70%;
    position: absolute;
    top: 68.31%;
    left: 15%;
}
#keyvisual .kv_onair img{
    position: absolute;
    top: 53%;
    left: -1%;
    width: 19vw;
}

/* メインコンテンツ */
#contents {
    display: block;
    width: 100%;
    background-color: #fff;
    /* margin: 40px auto 120px; */
}

/* STORY */
.story_section {
    display: block;
    position: relative;
    width: 100%;
    height: 70vw;
    background-image: url(../images/story_bg01.png?20240330);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 108% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.story_section .story_text {
    position: absolute;
    width: 63%;
    height: 80%;
    top: -6.5%;
    background-image: url(../images/story_text_base.png?20240330);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.story_section .story_text img {
    position: absolute;
    width: 25%;
    top: 12%;
}
.story_section .story_text p {
    position: absolute;
    left: 27%;
    font-size: 0.95em;
}
.story_section .story_stand {
    position: absolute;
    width: 47%;
    height: 55%;
    top: 41%;
    left: -41%;
    background-image: url(../images/story_stand01.png?20240330);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

/* 相関図 */
.relation_section {
    display: block;
    position: relative;
    width: 100%;
    height: 100vw;
    background-image: url(../images/relation_bg01.png?20240330);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

/* プロフィール */
.profile_section {
    display: block;
    position: relative;
    width: 100%;
    height: 52vw;
    background-image: url(../images/profile_bg01.png?20240330);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.profile_section .profile_box {
    width: 75%;
    height: 100%;
    top: 0%;
    background-image: url(../images/profile_text_base.png?20240330);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.profile_section .profile_box .profile_text {
    position: absolute;
    width: 50%;
    font-size: 0.9em;
    left: 14%;
    top: 30%;
}
.profile_section .profile_box .profile_text img {
    position: absolute;
    width: 37%;
    top: -16%;
    left: 24%;
}
.profile_section .profile_box .profile_icon {
    position: absolute;
    right: 21%;
}
.profile_section .profile_box .profile_icon p {
    margin: 0 auto 3px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.profile_section .profile_box .profile_icon .clear {
    clear: both;
}
.profile_section .profile_box .profile_icon a:hover {
    opacity: 0.7;
}

/* 放送情報 */
.onair_section {
    display: block;
    position: relative;
    width: 100%;
    height: 52vw;
    background-image: url(../images/onair_bg01.png?20240330);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.onair_section .onair_information {
    margin: 0 auto;
    display: block;
    width: 33.3333%;
    height: 60%;
    text-align: left;
    padding: 3% 2%;
    border: 8px solid #ff9149;
    background-color: #fff;
    line-height: 220%;
    font-size: 1.5em;
}
.onair_section .onair_information span {
    display: block;
    padding: 0 10% 2%;
}

/* 試し読み */
.trial_section {
    display: block;
    position: relative;
    width: 100%;
    height: 80vw;
    background-color: #fff;
}
.trial_section .trial_bg {
    display: block;
    position: relative;
    background-image: url(../images/trial_visual01.png?20240330);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 86%;
    top: 7%;
}
.trial_section .trial_bg .trial_title img {
    position: absolute;
    color: #CD0CEB;
    height: 9%;
    top: 7%;
    left: 36.5%;
}
.trial_section .trial_bg .trial_cover:hover {
    opacity: 0.7;
    cursor: pointer;
}
.trial_section .trial_bg .trial_cover img {
    position: absolute;
    height: 73%;
    top: 22%;
    left: 31.5%;
}

/* zero sum online */
.zerosum_section {
    display: block;
    position: relative;
    width: 100%;
    height: 33vw;
    background-image: url(../images/zerosum_bg01.png?20240330);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.zerosum_section a:hover {
    opacity: 0.9;
}

/* エピローグ */
.epilogue_section {
    display: block;
    position: relative;
    width: 100%;
    height: 96vw;
    background-image: url(../images/epilogue_bg01.png?20240330);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.epilogue_section a {
    display: block;
    width: 35%;
}
.epilogue_section a:hover {
    opacity: 0.85;
}
.epilogue_section img {
    display: block;
    width: 100%;
}

/* VRおばさんの暴力 */
.vroba_section {
    display: block;
    position: relative;
    width: 100%;
    height: 77vw;
    background-image: url(../images/vroba_bg01.png?20240330);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}


footer {
    display: inline-block;
    width: 100%;
    height: 120px;
    text-align: center;
    background-color: #fff;
}
footer .copyright {
    margin-top: 40px;
    font-size: 15px;
}

/* ページトップボタン */
.page2top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-weight: bold;
    padding: 0.7em;
    text-align: center;
    background: #feb24d;
    color: #fff;
    transition: 0.3s0;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
.page2top:hover {
    background: #f5c586;
    color: #fff;
  }

/* modal */
.modal_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
}
.modal_bg.open {
    display: block;
}

#creator_modal {
    display: none;
    width: 550px;
    height: 80%;
    border: 1px solid #000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
#creator_modal.open {
    display: block;
}
#creator_modal .creator_detail .creator_paper img {
    width: 100%;
}
#creator_modal .creator_text {
    margin: 30px 50px;
}
#creator_modal .creator_text .creator_name {
    text-align: left;
    margin-bottom: 20px;
    border-left: 5px solid #036db7;
    padding-left: 27px;
    font-size: 25px;
}
.modal-close__wrap {
    position: absolute;
    right: calc(50% - 326px);
    top: 10%;
}
  
#modal-close {
    background: transparent;
    border-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    background-color: #000;
}
  
#modal-close span {
    position: relative;
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
}
  
#modal-close span:nth-child(1) {
    transform: rotate(45deg);
}
  
#modal-close span:nth-child(2) {
    transform: rotate(-45deg);
}

.modal-close_button {
    display: block;
    width: 290px;
    height: 40px;
    font-weight: bold;
    margin: 22px auto 22px;
    padding-top: 18px;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
}
@media (max-height: 847px) {
    #creator_modal {
        width: 370px;
    }
    #creator_modal .creator_text {
        margin: 7px 15px;
    }
    #creator_modal .creator_text .creator_name {
        font-size: 20px;
    }
    .modal-close__wrap {
        right: calc(50% - 236px);
    }
}

@media (max-width: 1499px) {
    /* プロフィール */
    .profile_section {
        height: 65vw;
        background-size: 135% auto;
    }
    .profile_section .profile_box {
        width: 92%;
        height: 98%;
        top: 0%;
    }
    .profile_section .profile_box .profile_text {
        width: 50%;
        top: 27%;
    }
    .profile_section .profile_box .profile_text img {
        width: 45%;
        top: -13%;
    }
}

/** for responsive **/
@media (min-width: 2500px) {
    /* プロフィール */
    .profile_section {
        height: 85vw;
        background-size: 250% auto;
    }
    .profile_section .profile_box {
        width: 100%;
        height: 83%;
        top: 0%;
        font-size: 1.5em;
    }
    .profile_section .profile_box .profile_text img {
        width: 37%;
        top: -40%;
    }

    /* 放送情報 */
    .onair_section .onair_information {
        font-size: 1.7em;
    }
}
@media (max-width: 1699px) {
    /* 放送情報 */
    .onair_section {
        width: 100%;
        height: 46vw;
        background-size: 110% auto;
    }
    .onair_section .onair_information {
        width: 50%;
        height: 60%;
        padding: 3% 2%;
        line-height: 220%;
        font-size: 1.1em;
    }
}
@media (max-width: 1550px) {
    /* 放送情報 */
    .onair_section .onair_information {
        font-size: 1em;
    }
}
@media (max-width: 1199px) {
    br.sp {
        display: block;
    }
    header {
        width: 100%;
        height: 43px;
        margin: 0;
        background-color: #fff;
    }
    header h1 {
        margin: 0 0 0 10px;
    }
    
    main {
        width: 100%;
    }
    
    /* キービジュアル */
    #keyvisual {
        width: 100%;
        height: calc(100vw * 1.3);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 150% auto;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    #keyvisual .kv_text img {
        width: 90%;
        position: absolute;
        top: 80.31%;
        left: 5%;
    }
    #keyvisual .kv_onair img{
        top: 53%;
        left: -1%;
        width: 19vw;
    }
    img {
        max-width: 100%;
    }
    
    /* メインコンテンツ */
    #contents {
        width: 100%;
        margin-bottom: 60px;
    }
    
    /* STORY */
    .story_section {
        height: 124vw;
        background-size: 200% auto;
    }
    .story_section .story_text img {
        top: 35%;
    }
    .story_section .story_text {
        width: 100%;
        height: 100%;
        top: -17.5%;
        background-size: 115% auto;
    }
    .story_section .story_text p {
        font-size: 12px;
        top: 37%;
        left: 30%;
    }
    .story_section .story_stand {
        width: 43%;
        height: 55%;
        top: 46%;
        left: -26%;
    }

    /* 相関図 */
    .relation_section {
        width: 100%;
        height: 166vw;
        background-size: 160%;
    }

    /* プロフィール */
    .profile_section {
        height: 85vw;
        background-size: 250% auto;
    }
    .profile_section .profile_box {
        width: 100%;
        height: 83%;
        top: 0%;
    }

    /* 放送情報 */
    .onair_section {
        width: 100%;
        height: 46vw;
        background-size: 110% auto;
    }
    .onair_section .onair_information {
        width: 45%;
        height: 60%;
        padding: 3% 2%;
        line-height: 220%;
        font-size: 1em;
    }

    /* エピローグ */
    .epilogue_section {
        height: 100vw;
        background-size: 107% auto;
    }
    
    /* modal */    
    #creator_modal {
        width: 100%;
        height: 80%;
    }
    .modal-close__wrap {
        right: 0;
        top: 0;
    }
    #creator_modal .creator_text {
        margin: 30px 15px;
    }
    #creator_modal .creator_text .creator_name {
        padding-left: 10px;
        font-size: 20px;
    }
}

@media (max-width: 1099px) {
    /* プロフィール */
    .profile_section {
        height: 85vw;
        background-size: 250% auto;
    }
    .profile_section .profile_box {
        width: 100%;
        height: 100%;
        top: 0%;
        background-size: 100% 100%;
    }
    .profile_section .profile_box .profile_icon {
        right: 18%;
    }
    
    /* 放送情報 */
    .onair_section {
        width: 100%;
        height: 55vw;
        background-size: 110% auto;
    }
    .onair_section .onair_information {
        width: 45%;
        height: 60%;
        padding: 3% 2%;
        line-height: 220%;
        font-size: 0.986em;
    }
}

@media (max-width: 999px) {
    /* プロフィール */
    .profile_section {
        height: 100vw;
    }
    .profile_section .profile_box {
        width: 100%;
        height: 100%;
        top: 0%;
        background-size: 100% 100%;
    }
    .profile_section .profile_box .profile_text {
        width: 42%;
        top: 24%;
    }
}

@media (max-width: 899px) {
    /* プロフィール */
    .profile_section {
        height: 120vw;
    }
    .profile_section .profile_box {
        width: 100%;
        height: 100%;
        top: 0%;
        background-size: 100% 100%;
    }
    .profile_section .profile_box .profile_text {
        font-size: 0.85em;
        line-height: 1.35;
    }

    /* 放送情報 */
    .onair_section {
        width: 100%;
        height: 60vw;
        background-size: 110% auto;
    }
    .onair_section .onair_information {
        width: 45%;
        height: 60%;
        padding: 3% 2%;
        line-height: 220%;
        font-size: 0.9em;
    }
}

@media (max-width: 799px) {
    #keyvisual .kv_onair img{
        top: 58%;
        left: -1%;
        width: 30vw;
    }

    /* プロフィール */
    .profile_section {
        height: 130vw;
    }
    .profile_section .profile_box .profile_text {
        top: 17%;
    }
    .profile_section .profile_box .profile_text img {
        top: -5%;
    }

    /* 放送情報 */
    .onair_section {
        width: 100%;
        height: 60vw;
        background-size: 110% auto;
    }
    .onair_section .onair_information {
        width: 65%;
        height: 70%;
        padding: 3% 2%;
        line-height: 220%;
        font-size: 0.85em;
    }

    /* ゼロサムオンライン */
    .zerosum_section {
        height: 50vw;
        background-size: 200% auto;
    }
}

@media (max-width: 650px) {
    /* プロフィール */
    .profile_section {
        height: 170vw;
        background-size: 350% auto;
    }
    .profile_section .profile_box .profile_text {
        width: 60%;
    }
    .profile_section .profile_box .profile_text img {
        top: -5%;
    }
    .profile_section .profile_box .profile_icon {
        right: 44%;
        top: 68%;
    }

    /* 放送情報 */
    .onair_section {
        width: 100%;
        height: 70vw;
        background-size: 130% auto;
    }
    .onair_section .onair_information {
        width: 65%;
        height: 75%;
        line-height: 220%;
        font-size: 0.85em;
    }
}

@media (max-width: 599px) {
    /* プロフィール */
    .profile_section {
        height: 192vw;
        background-size: 400% auto;
    }
    .profile_section .profile_box {
        background-size: 142% 100%;
    }
    .profile_section .profile_box .profile_text {
        width: 70%;
        z-index: 1;
    }
    .profile_section .profile_box .profile_text img {
        top: -12%;
    }
    .profile_section .profile_box .profile_icon {
        text-align: center;
        top: 74%;
    }
    .profile_section .profile_box .profile_icon img.photo {
        width: 70%;
        z-index: -1;
    }
    .profile_section .profile_box .profile_icon img.icon_x,
    .profile_section .profile_box .profile_icon img.icon_note {
        width: 30%;
    }

    /* 放送情報 */
    .onair_section {
        width: 100%;
        height: 90vw;
        background-size: 170% auto;
    }
    .onair_section .onair_information {
        width: 75%;
        height: 62%;
        line-height: 220%;
        font-size: 0.8em;
    }
}

@media (max-width: 450px) {
    /* プロフィール */
    .profile_section {
        height: 222vw;
        background-size: 450% auto;
    }
    .profile_section .profile_box {
        position:absolute;
        width: 100%;
        height: 93%;
        top: 4%;
    }
    .profile_section .profile_box .profile_text {
        
    }
    .profile_section .profile_box .profile_text p {
        font-size: 0.85em;
        width: 100%;
        height: 93%;
        top: 4%;
    }
    .profile_section .profile_box .profile_icon {
        top: 69%;
    }
    
    /* 放送情報 */
    .onair_section {
        width: 100%;
        height: 90vw;
        background-size: 170% auto;
    }
    .onair_section .onair_information {
        width: 85%;
        height: 80%;
        line-height: 220%;
        font-size: 0.775em;
    }

    /* VRおばさん */
    .vroba_section {
        height: 136vw;
        background-size: 178% auto;
    }
}

@media (max-width: 430px) {
    /* プロフィール */
    .profile_section {
        height: 250vw;
        background-size: 530% auto;
    }
    .profile_section .profile_box {
        height: 102%;
        top: 0%;
    }
    .profile_section .profile_box .profile_text {
        width: 80%;
        left: 3%;
    }
    .profile_section .profile_box .profile_text p {
        height: 93%;
        top: 4%;
    }
    .profile_section .profile_box .profile_icon {
        top: 66%;
    }

    
    /* 放送情報 */
    .onair_section {
        width: 100%;
        height: 90vw;
        background-size: 170% auto;
    }
    .onair_section .onair_information {
        width: 75%;
        height: 80%;
    }

    /* 試し読み */
    .trial_section {
        height: 150vw;
    }
    .trial_section .trial_bg .trial_title img {
        left: 27.5%;
    }
    .trial_section .trial_bg .trial_cover img {
        top: 19%;
        left: 17%;
    }

    /* ゼロサムオンライン */
    .zerosum_section {
        height: 70vw;
    }

    /* エピローグ */
    .epilogue_section {
        height: 125vw;
        background-size: 130% auto;
    }
}

@media (max-width: 360px) {
    /* プロフィール */
    .profile_section .profile_box .profile_icon {
        top: 70%;
    }
}

@font-face {
    font-family: 'g_icon';
    src:
      url('../images/fonts/g_icon.ttf?fskjyd') format('truetype'),
      url('../images/fonts/g_icon.woff?fskjyd') format('woff'),
      url('../images/fonts/g_icon.svg?fskjyd#g_icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  
[class^="g_icon-"], [class*=" g_icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'g_icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
.g_icon-web_f-01:before {
    content: "\e900";
}
.g_icon-web_f-02:before {
    content: "\e901";
}
.g_icon-web_f-03:before {
    content: "\e902";
}
.g_icon-web_f-04:before {
    content: "\e903";
}
.g_icon-web_f-05:before {
    content: "\e904";
}
  