/* 共通 */
footer {
    display: none;
}

.pg_ttl {
    display: none;
}

.oc_field {
    display: none;
}

.sns_icon {
    display: none;
}

img {
    width: 100%;
    height: auto;
}

.sp_only {
    display: none;
}

@media screen and (max-width:768px) {
    .sp_only {
        display: block;
    }
}

#page_top {
    display: none;
    visibility: hidden;
}

#fixed_floating {
    display: none;
    visibility: hidden;
}

/* 表示 */

.u-d-n {
    display: none
}

@media (min-width: 769px) {
    .u-pc-d-n {
        display: none
    }

    .u-pc-d-i {
        display: inline
    }
}

/* contents */
.wrapper {
    position: relative;
    z-index: 4;
    width: 600px;
    margin: 0 auto;
    padding-top: 0 !important;
    background: #fff;
    border: 5px solid #0054a6;
}

@media screen and (min-width:769px) {
    .wrapper {
        margin-top: 90px;
    }
}

@media screen and (max-width:768px) {
    .wrapper {
        margin-top: 54px;
        width: 92%;
    }
}

.lp_bg {
    background: repeating-linear-gradient(315deg,
            rgba(255, 255, 255, 0.1) 0px,
            rgba(255, 255, 255, 0.1) 6px,
            transparent 2px,
            transparent 12px),
        linear-gradient(135deg,
            #2471ba 0%,
            #5dbee9 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

.cont-event_detail {
    background-color: #fff;
}

.eventprogramlist {
    width: 90%;
    margin: 2rem auto;
}

.schdule_txt {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 600;
    color: #eb5f40;
    margin: 2rem auto;
}

.img_schdule {
    margin-bottom: 3rem;
}

.img_schdule img {
    width: 100%;
}

.eventprogramlist h4 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #d8231f;
    text-align: left;
}

.eventprogramlistbox {
    position: relative;
    margin-top: 5px;
    padding-bottom: 2em;
}

.eventprogramlistbox.day1 {
    background: #ecf9fd;
    border-top: 3px solid #155098;
}

.eventprogramlistbox.day2 {
    background: #fff0ee;
    border-top: 3px solid #e73a1e;
}

.tablist {
    padding-top: 2rem;
}

.deco01 {
    position: absolute;
    top: -75px;
    right: 0;
    width: 80px;
}

.deco02 {
    position: absolute;
    top: -77px;
    right: 0;
    width: 60px;
}

.eventprogramlistbox h5 {
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: left;
    margin-top: 12px;
}

.eventprogramlistbox h5 span {
    border-radius: 0 0 30px;
    padding: 10px 30px 10px 15px;
}

.eventprogramlistbox.day1 h5 span {
    background: #155098;
}

.eventprogramlistbox.day2 h5 span {
    background: #e73a1e;
}

.eventprogramlistbox .text {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: justify;
    padding: 2em 2em 0;
}

.eventprogramlistbox figure {
    width: 85%;
    margin: 20px auto 0;
}

@media screen and (max-width:768px) {

    .schdule_txt {
        font-size: 2rem;
    }

    .eventprogramlist {
        width: 95%;
    }

    .eventprogramlist h4 {
        font-size: 1.8rem;
    }

    .deco01,
    .deco02 {
        display: none;
    }

    .eventprogramlistbox h5 {
        font-size: 1.8rem;
        margin-top: -2px;
        padding: 10px 15px;
    }

    .eventprogramlistbox.day1 h5 {
        background: #155098;
    }

    .eventprogramlistbox.day2 h5 {
        background: #e73a1e;
    }

    .eventprogramlistbox h5 span {
        background: none;
        border-radius: 0;
        padding: 0;
    }

    .eventprogramlistbox .text {
        font-size: 1.6rem;
        padding: 2rem 1rem 0;
    }
}


/*タブを横並びに*/
.tab-label {
    display: block;
    float: left;
    width: 33.1%;
    text-align: center;
}

.tab-label-heading {
    position: relative;
}

.tab-label {
    position: relative;
    z-index: 4;
}

.tab-label-heading:not(:last-of-type) .tab-label {
    margin-right: 2px !important;
}

/*ラジオボタンを全て非表示に*/
input[name="tab-radio"] {
    display: none;
}

.tab-label {
    color: #a6a6a6 !important;
    cursor: pointer !important;
    font-size: 24px !important;
    padding: 10px 15px 30px !important;
    font-weight: 600;
    transition: .3s;
}

/* 矢印 */
.tab-label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, .8);
    transition: .3s;
}

.tab-label:hover::after {
    transform: translateX(-50%) translateY(5px);
}

/* 当前选中时也可以让箭头更明显 */
input:checked+h2>.tab-label::after {
    border-top-color: #fff;
}

.tab-label-a {
    background-color: #0d5f83 !important;
}

.tab-label-b {
    background-color: #962614 !important;
}

.tab-label-c {
    background-color: #a57f00 !important;
}

.tab-label span {
    font-size: 16px !important;
}

/* 選択されたタブの見た目 */
/*input:checked+h2>.tab-label {
    color: #ffffff !important;
    background-color: #00a3c4 !important;
    transition: .3s;
}*/

input:checked+h2>.tab-label-a {
    color: #ffffff !important;
    background-color: #2172b9 !important;
    transition: .3s;
}

input:checked+h2>.tab-label-b {
    color: #ffffff !important;
    background-color: #e73a1e !important;
    transition: .3s;
}

input:checked+h2>.tab-label-c {
    color: #ffffff !important;
    background-color: #fec300 !important;
    transition: .3s;
}

.tab-panel {
    clear: both;
    display: none;
}

.panel-a {
    border: 5px solid #5ec2eb;
}

.panel-b {
    border: 5px solid #e73a1e;
}

.panel-c {
    border: 5px solid #fec300;
}

/* 選択されているチェックボックスに応じてパネルを表示 */
#tab-a:checked~.panel-a,
#tab-b:checked~.panel-b,
#tab-c:checked~.panel-c {
    display: block;
}

.tab-panel>div {
    padding: 0;
    text-align: center;
    /*background-image: repeating-linear-gradient(90deg, #e6e6e2, #e6e6e2 1px, transparent 1px, transparent 12px), repeating-linear-gradient(0deg, #e6e6e2, #e6e6e2 1px, #fff 1px, #fff 12px);*/
}

/*
.tab-inner h2 {
    margin: 2em auto;
}

.tab-inner h2 span {
    background: #aa9649;
    color: #fff;
    padding: 0.3em 1em;
}
*/

.tab-inner {
    margin: 2em auto;
    font-size: 1.7rem;
}

.coming-soon {
    overflow: hidden;
}

.coming-soon::before {
    content: "COMING\ASOON";
    position: absolute;
    top: 12%;
    left: 20%;
    z-index: 10;
    width: 120px;
    padding: 6px 0;
    background: #fff;
    color: #a57f00;
    font-size: 20px;
    line-height: 2rem;
    font-weight: bold;
    text-align: center;
}


@media screen and (max-width:768px) {

    /* 矢印 */
    .tab-label::after {
        left: 70%;
        top: 45%;
    }

    .tab-inner .midashi {
        font-size: 1.5rem;
    }

    .panel-b .midashi {
        font-size: 1.5rem;
    }

    .tab-label {
        width: 100%;
        font-size: 2.2rem !important;
        padding: 15px 15px !important;
        border: 1px solid #fff;
    }

    .tab-label span {
        font-size: 2rem !important;
    }

    .tab-label-heading p {
        right: 40px;
    }

    .coming-soon::before {
        top: 24%;
        left: 20%;
        width: 210px;
    }
}


.game-section,
.anime-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem;
}

/* =====================
   学科タイトル
===================== */

.section-title {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.3;
    padding: 1rem;
    border-radius: 0 0 25px 0;
    margin-bottom: 3rem;
}

.section-title.game {
    background: #f40012;
}

.section-title.anime {
    background: #ed6c00;
}

/* =====================
   メインイベント
===================== */

.event-card {
    text-align: center;
    margin-bottom: 2rem;
}

.event-card img {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
}

.event-text {
    line-height: 1.8;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: justify;
    padding: 1rem 1rem 0;
}

.event-text span {
    font-size: 1.6rem;
    font-weight: 200;
    color: #ff0000;
}

/* =====================
   ボタン
===================== */

.btn-application {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    height: 50px;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    box-shadow: 3px 3px 0 #000;
    transition: .2s;
}

.btn-application.game {
    background: #f40012;
}

.btn-application.anime {
    background: #ed6c00;
}

.btn-application::after {
    content: ">";
    margin-left: 30px;
    font-size: 24px;
}

.btn-application:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
}

/* =====================
   コース
===================== */

.course-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 3rem;
}

.course-card {
    text-align: center;
}

.course-title {
    background: #000;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    padding: .6rem;
    border-radius: 0 0 15px 0;
}

.course-card img {
    margin-top: 2rem;
    width: 100%;
    display: block;
}

.course-card p {
    margin: 2rem 0;
    line-height: 1.4;
    font-weight: 500;
    font-size: 1.8rem;
}

.btn-small {
    height: 44px;
    font-size: 1.8rem;
}

.btn-small::after {
    font-size: 1.8rem;
    margin-left: 16px;
}

@media screen and (max-width:768px) {

    .game-section,
    .anime-section {
        padding: 1rem;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .event-text {
        line-height: 1.6;
        font-size: 1.6rem;
    }

    .event-text span {
        font-size: 1.4rem;
    }

    .course-title {
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .course-card p {
        font-size: 1.6rem;
    }

    .btn-small {
        height: 38px;
        font-size: 1.4rem;
        letter-spacing: .05rem;
    }

    .btn-small::after {
        font-size: 1.2rem;
        margin-left: 6px;
    }
}



.cont-access {
    width: 90%;
    margin: 3em auto 8em;
}

.cont-access h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.futidori {
    color: transparent;
    -webkit-text-stroke: 2px #454545;
    text-shadow: 3px 3px #00a4c5;
    font-size: 4.5em;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 800;
}


.cont-access p {
    position: relative;
    text-align: center;
    margin: 2rem auto;
    font-size: 1.6rem;
    line-height: 1.8;
}

.cont-access p span {
    font-size: 1.4rem;
    display: block;
}

.access_btn {
    margin-bottom: 3rem;
}

.btn_access {
    text-align: center;
    text-decoration: none;
    width: 300px;
    margin: 1em auto 0.5em;
    padding: 2rem 2rem;
    font-weight: bold;
    border-radius: 100vh;
    background: #155098;
    box-shadow: 0px 5px 0 #00a4c5;
    display: block;
    transition: .3s;
    position: relative;
    border: 3px solid #00a4c5;
    font-size: 1.8rem;
}

.btn_access a {
    color: #fff;
}

.btn_access:hover {
    transform: translate(0, 4px);
    box-shadow: 0 0px 0 #ffffff;
}

@media screen and (max-width:768px) {

    .cont-access h2 {
        width: 60%;
    }

    .cont-access p {
        margin: 2em auto;
    }

}



/*フローティング*/
.floating-banner {
    position: fixed;
    bottom: 0;
    z-index: 9;
    background: rgba(96, 180, 224, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    width: 590px;
}

.btn_floating {
    text-align: center;
    text-decoration: none;
    width: 260px;
    margin: 1em .3em;
    padding: 1rem 2rem;
    font-weight: bold;
    color: #fff !important;
    box-shadow: 0px 5px 0 #000000;
    display: block;
    transition: .3s;
    position: relative;
    border: 2px solid #000;
    font-size: 1.8rem;
}

.btn_floating:hover {
    transform: translate(0, 4px);
    box-shadow: 0 0px 0 #000000;
}

.date_0725 {
    background: #2172b9;
}

.date_0726 {
    background: #e73a1e;
}

.date_0801 {
    background: #fec300;
}


@media screen and (max-width:768px) {
    .floating-banner {
        width: 100%;
        left: 0;
        z-index: 9;
    }

    .btn_floating {
        padding: 0.7em;
        width: 31.3%;
        font-size: 1.2rem;
    }
}