/*!
Theme Name:Puyolove-Portal-group
Author:  CASTPRO
Author URI: https://castpro-cms.com/
Description: CASTPRO5 Portal Site Group theme
Version: 0.0.1
Text Domain: cp5-portal-group
Tags:CASTPRO,Portalsite
*/

.home {
    display: block;
}

html {
    scroll-behavior: smooth;
}
/*--------------------------------------------------------------
* Header
* Content
* Sider
* Footer
--------------------------------------------------------------*/
/*
* Header
*/

.header-global-menu {
    background: rgb(44, 165, 249);
    padding: 10px 0;
}

.main-navigation .menu>li a {
    color: rgb(255, 255, 255);
}

.site_description {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

/* ローディング画面の背景 */
.loading_child {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}
.loading_logo {
    position: absolute;
    top: calc(50% - 78px);
    left: calc(50% - 63px);
    height: 267px;
    width: 126px;
}

/* 点滅 */
.blinking {
    -webkit-animation: blink 2s ease-in-out infinite alternate;
    -moz-animation: blink 2s ease-in-out infinite alternate;
    animation: blink 2s ease-in-out infinite alternate;
}

/*
* Content
*/
.multi-bg {
    background-image: url(assets/images/top-bg8.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: 100% auto;
}
.top {
    border-top: 3px solid rgb(222, 92, 160);
}
.shop-name-adjustment p,
.shop-name-adjustment a {
    padding: 3px;
    font-size: 1.1rem;
    line-height: 1;
}
.shop-name-carousel {
    display: flex;
    flex-direction: column;
    width: calc(300px - 15px);
    margin: 0 auto;
}
.shop-name-carousel a {
    display: flex;
    justify-content: center;
}
.mov-cast {
    padding: 0;
}
.mov-navi {
    justify-content: center;
}
.mov-navi a {
    background: rgb(234, 104, 162);
    padding: 12px 80px;
    border-radius: 30px;
}
.all-navi.mov-navi span {
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.page-id-8775 #cast .cast-image img.cast-thumb,
.page-id-8775 #schedule .cast-image img.cast-thumb {
    height: 190px;
    object-fit: cover;
}
.top-center-review .top-cast-list-common {
    display: flex;
    flex-wrap: wrap;
}
.top-center-review .top-cast-list-common li {
    width: calc(32.6%);
    padding: 10px;
    border: 5px solid rgb(221, 221, 221);
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.753);
}
.top-center-review .top-cast-list-common li:nth-of-type(3n-1) {
    margin-left: 1%;
    margin-right: 1%;
}
.top-cast-list-common li p {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.2em;
}
.top-center-review .top-cast-list-common li p {
    line-height: 1.4em;
}
.cast-score {
    font-family: 'Chewy', cursive;
    font-size: 44px;
    color: rgb(214, 55, 255);
    line-height: 1em;
}
.top-center-ranking .shop-name {
    color: rgb(255, 255, 255);
    font-size: 12px;
    width: 99%;
    margin: 0 auto;
}
.top-center-newface .shop-name {
    color: rgb(255, 255, 255);
    font-size: 12px;
    width: 99%;
    margin: 0 auto;
}
.top-center-work .shop-name {
    color: rgb(255, 255, 255);
    font-size: 12px;
    width: 99%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.55);
}
.top-center-work .cast-schedule-time {
    position: relative;
    color: rgb(78, 78, 78);
    background-image: unset;
    border: unset;
    font-size: 14px;
}
.top-center-block .title {
    position: relative;
    padding-left: 50px;
    padding-bottom: 10px;
}
.top-center-block .title:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.top-center-ranking .title:before {
    background-image: url(assets/images/king0.svg);
    width: 45px;
    height: 45px;
    display: block;
    left: 0;
    top: -14px;
}
.top-center-newface .title:before {
    background-image: url(assets/images/new.svg);
    width: 45px;
    height: 45px;
    display: block;
    left: 0;
    top: -14px;
}
.top-center-work .title:before {
    background-image: url(assets/images/time.svg);
    width: 45px;
    height: 45px;
    display: block;
    left: 0;
    top: -14px;
}
.top-center-hasteprincess .title:before {
    background-image: url(assets/images/sk.svg);
    width: 45px;
    height: 45px;
    display: block;
    left: 0;
    top: -14px;
}
.top-center-photodiary .title:before {
    background-image: url(assets/images/ph.svg);
    width: 45px;
    height: 45px;
    display: block;
    left: 0;
    top: -14px;
}
.top-center-movie .title:before {
    background-image: url(assets/images/mv.svg);
    width: 45px;
    height: 45px;
    display: block;
    left: 0;
    top: -14px;
}
.top-center-news .title:before {
    background-image: url(assets/images/i.svg);
    width: 45px;
    height: 45px;
    display: block;
    left: 0;
    top: -14px;
}
.top-center-review .title:before {
    background-image: url(assets/images/rv.svg);
    width: 45px;
    height: 45px;
    display: block;
    left: 0;
    top: -14px;
}
.top-center-block .top-center-title {
    background: rgba(255, 255, 255, 0.87);
    border-bottom: 4px solid #de5ca0;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.top-center-title {
    margin-bottom: 10px;
}
.all-navi {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-navi .all-navi-label {
    color: rgb(26, 26, 26);
    font-size: 1.2rem;
}
.all-navi .all-navi-label+i {
    margin-left: 0.25rem;
}
.top-center-block-content ul {
    margin: 0;
    padding: 0;
}
.top-center-hasteprincess .top-center-block-content li {
    width: 100%;
}
.top-center-photodiary .top-center-block-content li {
    width: 100%;
}
#footer-menu a {
    color: rgb(255, 255, 255);
}

/*
* Sider
*/

/*Footer
*/

/*
* タブレット以上
*/
.glide__arrow {
    background-color: rgba(255, 255, 255, 0.788)!important;
    border: rgb(196, 196, 196) 2px solid!important;
}
@media screen and (min-width: 48.1em) {
    .top-videofile {
        display: flex;
        height: 203px;
        object-fit: cover;
        width: 100%;
    }
    .enter-chara {
        margin-left: -4em;
    }
    .header-global-menu-sp {
        display: none;
    }
    br.br-pc {
        display: none;
    }
    .pc-none {
        display: none;
    }
    .top-center-review .top-cast-list-common {
        justify-content: flex-start;
    }
    #menu_btn,
    #sp-menu-user {
        display: none;
    }
    #search-slide-btn {
        display: none;
    }
    .header-search-form .search-radio {
        margin: 0;
    }
    .sp-nav {
        display: none;
    }
}
@media screen and (max-width: 64em) {
    .open-text-wrap {
        width: 100%;
    }
}

/*
* スマートフォン以下
*/

@media screen and (max-width: 48em) {
    .open-text,
    .open-text-box {
        font-size: 12px;
    }
    .link_var.device-1 {
        display: none;
    }
    .open-text-box {
        position: relative;
    }
    .cast-score {
        font-size: 1.6em;
    }
    .header-global-menu {
        display: none;
    }
    br .br-sp {
        display: none;
    }
    .sp-none {
        display: none;
    }
    .top-center-photodiary .news-category-tabs li,
    .top-center-hasteprincess .news-category-tabs li,
    .news-category-tabs .tabs li {
        width: 33.3%;
    }
    .top-sp-block .shop-name {
        padding: 0 3px;
        display: block;
    }
    .top-cast-list-common {
        justify-content: space-between;
    }
    .top-center-review .top-cast-list-common li {
        width: 43%;
        padding: 2.2%;
        border: 3px solid rgb(221, 221, 221);
    }
    .top-center-review .top-cast-list-common li:nth-of-type(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }
    .top-center-ranking .shop-name {
        width: 100%;
        margin-bottom: 3px;
    }
    .top-center-newface .shop-name {
        width: 100%;
        margin-bottom: 7px;
    }
    .top-center-work .shop-name {
        width: 100%;
        margin-bottom: 7px;
    }
    .top-center-work .shop-name {
        width: 100%;
        margin-bottom: 7px;
        display: flex;
        justify-content: center;
        min-height: 28px;
        align-items: center;
    }
    .top-center-work .cast-schedule-time {
        width: 100%;
        margin-bottom: 0;
    }
}


/**
 * 年齢認証ページ
 * 条件
 */
.site-open {
    background-image: url(assets/images/enterbg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100vh;
    position: fixed;
    width: 100%;
    overflow: scroll;
}
.live_cara {
    background-image: url(assets/images/live_cara.webp);
    width: 169px;
    height: 300px;
    background-size: 169px 300px;
    position: absolute;
    top: -24px;
    right: -32px;
    z-index: 999;
}
.open-box {
    margin: 0 auto;
    display: block;
    width: 480px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.open-inbox {
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.open-inbox img {
    width: 100%;
}

.enter-chara {
    z-index: 1;
}
.open-inbox01 {
    position: absolute;
    left: 0;
    width: 31vw;
}
.open-inbox02 {
    position: absolute;
    right: 0;
    width: 10vw;
}
.open-inbox03 {
    position: absolute;
    bottom: 0;
    width: 82%;
}
.open-text {
    text-align: center;
    padding: 1em 0 0 0;
}
.open-text-wrap {
    margin: 0 auto;
    width: 1200px;
    border-radius: 8px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px;
    text-align: center;
    backdrop-filter: blur(8px);
}
.open-btn {
    width: 600px;
    margin: 5px auto 30px auto;
    display: flex;
}
.open-btn a {
    margin: 0 5px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    transition: all .3s ease;
}
.open-btn-box:first-child a {
    border: #ed4ec6 2px solid;
    color: #ed4ec6;
}
.open-btn-box:nth-child(2) a {
    border: #919191 2px solid;
    color: #919191;
}
.open-btn a:hover {
    background: rgb(255, 97, 166);
    color: #fff;
}
.ent_text {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Chewy', cursive;
    font-family: 'M PLUS 1 Code', sans-serif;
    font-family: 'Nunito', sans-serif;
}
.open-btn-box {
    width: 50%;
    margin: 10px 0;
}
.open-btn-box-leave {
    margin-left: 5px;
}
.open-btn-box-enter {
    margin-right: 5px;
}
.open-text-box {
    padding: 20px;
    backdrop-filter: blur(6px);
    margin-top: 10px;
}
.open-text-wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 0px;
    color: rgb(255, 66, 149);
    padding: 20px;
}
.open-text-wrap p {
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}
.volume-select {
    width: 100%;
}
.shop-name-color {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
}
.shop-name-color a {
    padding-left: 5px;
}
.enter-copyright {
    text-align: center;
    padding: 20px 10px;
}
.voice-thumb-wrap {
    align-items: center;
    margin-bottom: 10px;
}
.voice-thumb-wrap img {
    border-radius: 50%;
    width: 50px;
}
.voice-thumb {
    width: 50px;
    margin-right: 10px;
}
.voice-thumb img {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}

/**
 * 動画ページ
 */
.mov-cast {
    display: flex;
    justify-content: center;
    width: 100%;
}
.mov-cast a {
    text-align: center;
}
.mov-cast a:hover {
    color: #fff;
}
.loop-movie-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.mov-wrap {
    margin-bottom: 30px;
}
.home-link-bloc {
    display: flex;
    flex-wrap: wrap;
}
.home-link-bloc .link_var {
    margin: 5px;
}
@media screen and (min-width: 48.1em) {
    .loop-movie-wrap .mov-wrap:nth-of-type(3n-1) {
        margin: 0 41px;
    }
    .home-link-bloc {
        width: 1200px;
        margin: 20px auto;
    }
}
@media screen and (max-width: 48em) {
    *,
    body {
        font-family: Noto Sans Japanese, Noto Sans JP, sans-serif
    }
    .enter-chara {
        margin-left: 0;
    }
    .enter-chara img {
        margin-left: 0;
    }
    .open-inbox {
        justify-content: flex-start;
        margin: 0;
        margin-right: -2em;
    }
    .open-inbox img {
        display: block;
        width: 100%;
    }
    .live_cara {
        width: 34vw;
        height: 69vw;
        background-size: 17vh;
        position: absolute;
        right: 0vw;
        top: -10vh;
        background-repeat: no-repeat;
    }
    .block-nav ul {
        margin: 0;
    }
    .enter-copyright {
        text-align: center;
        padding: 20px 10px;
        font-size: 12px;
    }
    .voice-thumb-wrap .voice-thumb {
        width: 30%;
    }
    .voice-thumb-wrap p {
        width: 70%;
    }
    .mov-wrap {
        width: 48%;
        margin: 0 1%;
    }
    .top-videofile {
        width: 100%;
    }
    .page-id-8775 .top-videofile {
        height: 100px;
        object-fit: cover;
    }
    .shop-name-carousel {
        width: 100%;
        margin-bottom: 20px;
    }
    .loop-movie-wrap {
        justify-content: center;
    }
    .top-center-review .top-cast-list-common li {
        width: 100%;
    }
    .open-btn a {
        padding: 5px;
    }
    .open-btn {
        width: calc(100% - 10px);
        margin: 0 auto;
        display: block;
    }
    .open-btn-box-enter,
    .open-btn-box-leave {
        width: 100%;
    }
    .open-text-wrap {
        width: calc(100% - 10px);
        margin-bottom: 0;
        margin-top: 0;
    }
    .open-text-wrap2 {
        padding-bottom: 30px;
        margin-top: 20px;
    }
    .site-open {
        background-size: cover;
        overflow: scroll;
        padding-bottom: 30px;
    }
    .site-open .text-description,
    .site-open .site_description {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .open-text-box {
        padding: 0;
        padding-bottom: 40px;
    }
    .open-btn a {
        text-align: center;
        display: block;
    }
    .open-btn-box-leave {
        margin-left: 0px;
    }
    .open-box {
        width: calc(100% - 100px);
        margin-top: -1em;
        margin-bottom: 0;
    }
    .top-center-block-content ul {
        display: flex;
        flex-wrap: wrap;
    }
    .top-center-movie .title:before {
        top: -10px;
    }
    #footer-menu a {
        color: rgb(26, 26, 26);
    }
    @media screen and (orientation: landscape) {
        .live_cara {
            width: 28vw;
            background-size: 32vw;
        }
        .open-inbox img {
            width: 80vw;
        }
    }
    @media screen and (orientation: landscape) and () {}
}

/**
 * トップ速報
 */
.news-excerpt {
    font-size: 14px;
    color: rgb(26, 26, 26);
}