@charset "utf-8";

/*//new plus/////////////////////////////////*/

/*--2022 top newin----------------------------------------------*/
.cont21wrap {
    margin-bottom: 30px;
}

.cont21wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cont21wrap a {
    text-decoration: none;
    color: #000;
}

.cont21wrap a:hover {
    color: #000;
}


.rowrap {
    background: url(https://4kforum.jp/wp/wp-content/themes/movfes4k/images/22topimg/top_bg.jpg) no-repeat center top / cover ;
    text-align: center;
    padding: 10px 0;
}

.rowrap .imgwrap {
    padding-bottom: 0px;
}

.rowrap img {
    width: 50%;
    max-width: 50%;
    height: auto;
    vertical-align: top;
}

@media screen and (max-width: 640px) {
    .rowrap img {
        width: 80%;
        max-width: 80%;
        height: auto;
    }
}

.rowrap .youtube {
    width: calc(100% - 50px);
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}
.rowrap .youtube iframe {
    width: 100%;
    height: 100%;
}




.diviwap {
    width: 100%;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    background: #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 1024px) {
    .diviwap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .diviwap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.divibox {
    background: #ffffff;
}

.divibox .imgbox {
    overflow: hidden;
    width: 100%;
    padding-top: 40%;
    position: relative;
}

.imgbox img {
    transition: 1s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.imgbox img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
}

.divibox .readbox {
    margin: 0;
    padding: 20px;
}

.divibox .readbox h3 {
    font-size: 2rem;
    margin: 10px 0 20px;
    padding: 0;
    line-height: 2.2rem;
    background: linear-gradient(120deg, rgba(3,175,179,1) 0%, rgba(121,12,121,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(3,175,179,1) 0%, rgba(121,12,121,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.divibox .readbox h3 span {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    line-height: 1.2rem;
}

.divibox .readbox .st {
    background: linear-gradient(120deg, rgba(3,175,179,1) 0%, rgba(121,12,121,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(3,175,179,1) 0%, rgba(121,12,121,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.divibox .readbox p {
    padding: 10px 0;
}

.divibox .readbox ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 5px;
    list-style: none;
}

.divibox .readbox ul li {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
    font-size: 1.2rem;

}

.divibox .readbox ul li p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
}
/*--/2022 top newin----------------------------------------------*/




.opewrap {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(3,175,179,1) 100%);
}

.topnewwrap {
    /*background: #191919;*/
}

.topnewwrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.readwrap {
    margin: 0;
    padding: 50px 80px;
    color: #191919;
    overflow: hidden;
}

.topnewwrap .line {
    margin: 50px 80px 0 80px;
    padding: 0 0 50px 0;
    border-top: 1px solid #ffffff;
}

/*.readwrap a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}*/



.box-item {
    float: left;
}

.readwrap .left {
    width: 70%;
}

.readwrap .right {
    padding-left: 3%;
    width: 27%;
    text-align: right;
}

.readwrap .text ul {}

.readwrap .text ul li {
    margin: 0 0 30px 0;
}

.readwrap .text .tit {
    /*font-size: 4em;*/
    font-weight: bold;
    line-height: 1.3em;
    font-size: 4.375vw;
}

.readwrap .text .read {
    /*font-size: 1.3em;*/
    font-weight: bold;
    line-height: 1.5em;
    font-size: 1.8vw;
}

.readwrap .box-item p {
    margin: 30px 20px 0 0;
    float: left;
}

.readwrap .box-item p a {
    padding: 10px 30px;
    background: #191919;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4em;
    transition: .4s;
    font-weight: bold;
}


/*--fullwrap--*/

.contwrapper {
    padding: 50px 80px;
}

.contwrapper .cwrap {
    display: flex;
    justify-content: space-between;
}

.contwrapper .cwrap article {
    width: 60%;
    font-weight: bold;
    line-height: 1.4em;
    font-size: 3vw;
}

.contwrapper .cwrap aside {
    width: 37%;
}

.contwrapper a {
    color: #ffffff;
    text-decoration: none;
}

.esp a:hover {
    color: #159192;
}

.vr a:hover {
    color: #00a0e9;
}

.catv a:hover {
    color: #023990;
}



/*--fullwrap--*/



/*--movieiframe----------------------------------*/
.movieiframewrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.movieiframewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/*--/movieiframe----------------------------------*/



/*--tab all//////////////////////////////////////////*/

/*--tab-----*/
.tab-wrap {
    background: #242f51;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0 20px;
}

.tab-label {
    color: #00a0e9;
    background: #ffffff;
    cursor: pointer;
    flex: 1;
    font-weight: bold;
    order: -1;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
    background: rgba(0, 191, 255, .1);
}

.tab-switch:checked+.tab-label {
    color: #00a0e9;
    background: #242f51;
}

.tab-label::after {
    background: #00a0e9;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(100%);
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
    width: 100%;
    z-index: 1;
}

.tab-switch:checked~.tab-label::after {
    transform: translateX(-100%);
}

.tab-switch:checked+.tab-label::after {
    opacity: 1;
    transform: translateX(0);
}

.tab-content {
    height: 0;
    opacity: 0;
    padding: 0 20px;
    pointer-events: none;
    transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;
    width: 100%;
    color: #ffffff;
}

.tab-switch:checked~.tab-content {
    transform: translateX(30%);
}

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    opacity: 1;
    order: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.tab-wrap::after {
    content: '';
    height: 20px;
    order: -1;
    width: 100%;
}

.tab-switch {
    display: none;
}

/*--/tab-----*/

/*--tab-inner-----*/
.onecolwrapper {
    margin: 0 auto;
    max-width: 1000px;
}

.tab-content .box01 article,
.tab-content .box02 article,
.tab-content .box03 article,
.tab-content .box04 article {
    width: 70%;
}

.tab-content .box01 aside,
.tab-content .box02 aside,
.tab-content .box03 aside,
.tab-content .box04 aside {
    width: 28%;
    /*background: #00a0e9;*/
}

.tab-content .box01,
.tab-content .box02,
.tab-content .box03,
.tab-content .box04 {
    display: flex;
    justify-content: space-between;
}

.youtube {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.youtube .inner {
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.youtube .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--/tab-inner-----*/


/*--iframe-----*/
.iframewapper {
    max-width: 100%;
}

.movieiframewrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.movieiframewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/*--/iframe-----*/


/*--tab-time-----*/
.pullwrapper {
    margin: 0;
    padding: 0;
}

/*アコーディオン全体*/
.menu {
    width: 100%;
    padding: 10px 0px 10px;
}

.menu input {
    display: none;
    /*チェックボックスを隠す*/
}

/*バー部分*/
.menu label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size:1.3em;
    font-weight: bold;
    line-height: 1;
    position: relative;
    margin: 0;
    padding: 12px;
    background: rgba(255, 255, 255, .2);
    height: 40px;
    text-align: center;
}

/*開いたときに表示される部分*/
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
}

.menu li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s;
    /*閉じるときのアニメーション*/
    /*-webkit-transition: padding-bottom 0.5s, padding-top 0.5s -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;*/
}

#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li,
#menu_bar03:checked~#links03 li,
#menu_bar04:checked~#links04 li,
#menu_bar05:checked~#links05 li,
#menu_bar06:checked~#links06 li{
    height: auto;
    /*開いたときに表示されるliの高さ*/
    opacity: 1;
    background: rgba(0, 0, 0, .4);
    padding: 20px;
}

/*開いたときの下の余白*/
#menu_bar01:checked~#links01 li:last-child,
#menu_bar02:checked~#links02 li:last-child,
#menu_bar03:checked~#links03 li:last-child,
#menu_bar04:checked~#links04 li:last-child,
#menu_bar05:checked~#links05 li:last-child,
#menu_bar06:checked~#links06 li:last-child{
    margin-bottom: 20px;
}

/*閉じた状態の矢印描画*/
.menu label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
}

/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
}

/*--/tab-time-----*/

/*top timesche*/
.toptimewrap table {
    margin: 0 auto 20px;
    width: 100%;
}

.toptime-box th {
    border: solid 1px rgba(0, 0, 0, .8);
    color: #ffffff;
    padding: 10px;
    width: 20%;
    background: rgba(0, 0, 0, .2);
}

.toptime-box td {
    border: solid 1px rgba(0, 0, 0, .8);
    padding: 10px;
    color: rgba(255, 255, 255, .3);
}

.toptime-box a {
    color: #ffffff;
    text-decoration: none;
}

/*/top timesche*/


/*--/tab all//////////////////////////////////////////*/


/*--2020 singlepage newin----------------------------------------------*/

/*in single-movie-----*/
.playwrap {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 800px;
}

.playwrap .attention {
    margin: 20px auto;
    text-align: left;
    font-size: 1em;
}


/*in iframe-----*/
.movieiframewrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.movieiframewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.vriframewrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.vriframewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.playwrap .vr-at {
    display: none;
}

/*/in iframe-----*/

/*--/2020 singlepage newin----------------------------------------------*/

/*--2020 forrum singlepage newin----------------------------------------------*/

/*in single-movie-----*/
.semiwrap {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 800px;
}

/*in iframe-----*/
.semiiframewrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.semiiframewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*--/2020 forrum singlepage newin----------------------------------------------*/


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

    /*//new plus/////////////////////////////////*/

    .topnewwrap {
        /*background: #191919;*/
    }

    .topnewwrap img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .readwrap {
        margin: 0;
        padding: 50px 40px;
        color: #191919;
        overflow: hidden;
    }

    .topnewwrap .line {
        margin: 30px 40px 0 40px;
        padding: 0 0 30px 0;
        border-top: 1px solid #ffffff;
    }

    .box-item {
        float: none;
    }

    .readwrap .left {
        width: 100%;
    }

    .readwrap .right {
        padding-left: 0;
        width: 100%;
        text-align: right;
    }

    .readwrap .text ul {}

    .readwrap .text ul li {
        margin: 0 0 30px 0;
    }

    .readwrap .text .tit {
        font-size: 2.5em;
        font-weight: bold;
        line-height: 1.3em;
    }

    .readwrap .text .read {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.5em;
    }

    .readwrap .box-item p {
        margin: 30px 0 20px 0;
        float: none;
    }

    .readwrap .box-item p a {
        padding: 10px 30px;
        background: #191919;
        color: #ffffff;
        text-decoration: none;
        font-size: 1.4em;
        transition: .4s;
        font-weight: bold;
    }


    /*--fullwrap--*/

    .contwrapper {
        padding: 30px 40px;
    }

    .contwrapper .cwrap {
        display: block;
    }

    .contwrapper .cwrap article {
        width: 100%;
        font-weight: bold;
        line-height: 1.4em;
        font-size: 3.5vw;
        margin-bottom: 20px;
    }

    .contwrapper .cwrap aside {
        width: 100%;
    }

    /*--/fullwrap--*/


    /*--tab all//////////////////////////////////////////*/
    /*--tab-inner-----*/
    .tab-content .box01 article,
    .tab-content .box02 article,
    .tab-content .box03 article,
    .tab-content .box04 article {
        width: 100%;
    }

    .tab-content .box01 aside,
    .tab-content .box02 aside,
    .tab-content .box03 aside,
    .tab-content .box04 aside {
        width: 100%;
    }

    .tab-content .box01,
    .tab-content .box02,
    .tab-content .box03,
    .tab-content .box04 {
        display: block;
    }
    /*--/tab-inner-----*/
    
    /*top timesche*/
    .last td:last-child {
        border: solid 1px rgba(0, 0, 0, .8);
        width: 100%;
    }

    .toptime-box {
        width: 80%;
    }

    .toptime-box th,
    .toptime-box td {
        border-bottom: none;
        display: block;
        width: 100%;
    }

    /*/top timesche*/

    /*--/tab all//////////////////////////////////////////*/
    
    

    /*--2020 singlepage newin----------------------------------------------*/

    /*--single page//////////////////////////////////////////*/

    /*in single-movie-----*/
    .playwrap {
        padding: 10px 0;
    }

    .playwrap .attention {
        margin: 10px auto;
        text-align: left;
        max-width: 800px;
        font-size: 0.8em;
    }

    .playwrap .vr-at {
        display: block;
    }

    /*/in single-movie-----*/


    /*--/single page//////////////////////////////////////////*/


    /*--/2020 singlepage newin----------------------------------------------*/

}/*--640------*/



/*=更新================================================================================*/
/*--サムネイル on off-----*/
.awsimg {
    /*display: none;*/
    display: block;
}
/*--サムネイル on off-----*/

/*--サムネイルkiriage on off-----*/
.kiriagewrap {
    display: none;
    /*display: block;*/
}
/*--サムネイルkiriage on off-----*/

.playwrap {
    display: none;
    /*display: block;*/
}