@charset "UTF-8";

/*ヘッダー*/
@media (max-width: 480px) {
    header{
        margin-top: 55px;
    }
    .header-box .header-box-title img {
        width: 40px;
    }
}

/*breadcrumb*/
.breadcrumb ol{
    color: inherit;
}
.breadcrumb ol a{
    color: var(--colorMain);
}

/*在籍一覧*/
.girls-wrap__place {
    position: absolute;
    z-index: 1;
    background: #ffffffb0;
    color: var(--colorMain);
    bottom: 4px;
    left: 4px;
    padding: 4px;
    font-size: .85em;
    font-weight: bold;
    border-radius: .4em;
}
.girls-wrap__trait {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
    height: auto;
    margin: 0;
}
.girls-wrap__trait span {
    padding: 5px;
    margin: 4px 0;
}
.girls-wrap__reserve a{
    background: var(--colorMain);
    color: var(--colorBg);
    border-radius: .4em;
    padding: .2em 2em;
    display: block;
}

/*プロフィール詳細*/
span.cast-profile__sizes span {
    margin-left: .3em;
}
#profile .girls-wrap__trait{
    justify-content: left;
}
.schedule-table td, .schedule-table th{
    background-color: var(--colorFtBg);
}
.link-box a{
    background: var(--colorMain);
    color: var(--colorBg);
    border-radius: .4em;
    padding: .5em 2em;
    margin-bottom: .6em;
    display: block;
    text-align: center;
}
.profile-question:before {
    display: block;
    width: 2em;
    height: 2em;
    margin-right: .3em;
    line-height: 2.2;
    text-align: center;
    color: var(--colorBg);
    background: var(--colorMain);
    border-radius: 50%;
    content:  "Q";
}
.profile-question {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-top: 1.5em;
}
.rating {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
@media (max-width: 480px) {
    .rating { flex-direction: column;}
}
    
/*イベント*/
.event-stores895 {
    color: var(--colorSPR);
}
.event-stores896 {
    color: var(--colorOBH);
}
.event-stores897 {
    color: var(--colorTMK);
}
@media (max-width: 480px) {
    #event .event-title {
        display: inline-block;
    }
    #event .event-title span {
        margin-right: 1em;
    }
}

/*ランキング*/
#ranking .event-title{
    padding: 1rem 0;
}
#ranking .event-title span {
    font-size: .85em;
    font-weight: normal;
}
#ranking .no-entry {
    text-align: center;
    padding: 1em 0;
    width: 100%;
}

/*FAQ*/
.fa-quora:before{
    display: block;
    width: 2em;
    height: 2em;
    margin-right: .3em;
    line-height: 2.2;
    text-align: center;
    color: var(--colorBg);
    background: var(--colorMain);
    border-radius: 50%;
}
#faq .title {
    display: flex;
    font-size: 1.4em;
    align-items: center;
    margin-bottom: 1rem;
}

/*システム*/
.systemContents { 
    font-size: clamp(12px,1.3vw,18px);
}
.systemContents h3 { 
    font-size: 1.1em;
    color: var(--colorMain);
    margin: 2em auto .5em;
}
.systemContents h3:first-of-type { 
    margin: 0 auto .5em;
}
.systemTable { 
    display: flex;
    flex-wrap: wrap;
}
#system .systemTable dt,
#system .systemTable dd { 
    width: 100%!important;
    font-weight: normal;
    margin: 0;
    padding: .5em;
    border: 1px solid var(--colorpaleTxt);
    border-right: 0;
}
#system .systemTable .systemTableItem { 
    width: calc(100% / 5);
    margin: 0;
    padding: .5em;
    border: 1px solid var(--colorpaleTxt);
    border-right: 0;
}
#system .systemTable dd,#system .systemTable .systemTableItem:nth-of-type(n+6) { 
    border-top: 0;
}
.systemTableNote { 
    width: 100%;
    font-size: .9em;
    padding: .5em 1em;
}
.systemTableNm1 dl { 
    width: 100%;
}
.systemTableNm2 dl { 
    width: calc(100% / 2);
}
.systemTableNm3 dl { 
    width: calc(100% / 3);
}
.systemTableNm4 dl { 
    width: calc(100% / 4);
}
.systemTableNm5 dl { 
    width: calc(100% / 5);
}
@media (min-width: 480px) {
    /* pc */
    #system .systemTable dl:last-of-type,#system .systemTable .systemTableItemLine { 
        border-right: 1px solid var(--colorpaleTxt);
    }
    .systemTableLong dt { 
        height: 4.3em;position: relative;overflow: hidden;
    }
}
@media (max-width: 480px) {
    /* sp */
    .systemContents { 
        font-size: 1em;
    }
    .systemTable { 
        flex-direction: column;
    }
    #system .systemTable dl { 
        display: flex;
    }
    #system .systemTable dt { 
        width: 62%!important;
        border: 0;
        border-bottom: 1px solid var(--colorpaleTxt);
    }
    #system .systemTable dd { 
        width: 38%!important;
        border: 0;
        border-bottom: 1px solid var(--colorpaleTxt);
        text-align: right;
    }
    #system .systemTableOption { 
        flex-direction: row;
    }
    #system .systemTable .systemTableItem { 
        width: calc(100% / 2);
    }
    #system .systemTable .systemTableItem:nth-of-type(2n) { 
        border-right: 1px solid var(--colorpaleTxt);
    }
    #system .systemTable .systemTableItem:nth-of-type(n+3) { 
        border-top: 0;
    }
    #system .systemTableNmLongtail dt { 
        width: 40%!important;
    }
    #system .systemTableNmLongtail dd { 
        width: 60%!important;
    }
    #system .systemTableNmcolumn dl { 
        display: block;
        margin-bottom: .5em;
        border: 1px solid var(--colorpaleTxt);
    }
    #system .systemTableNmcolumn dt { 
        width: 100%!important;
        border: 0;
    }
    #system .systemTableNmcolumn dd { 
        width: 100%!important;
        border: 0;
    }
    .systemTableNote { 
        padding: 1em .5em;
    }
    .systemTableNm1 dl,
    .systemTableNm2 dl,
    .systemTableNm3 dl,
    .systemTableNm4 dl,
    .systemTableNm5 dl { 
        width: 100%;
    }
}

/*口コミ一覧*/
#review .bottom-line {
    border-bottom: 1px solid #b7b5b5;
}
#review .review-detail__image {
    font-size: .6rem;
}
.review-detail__rating {
    padding-bottom: 10px;
    border-bottom: 1px solid #b7b5b5;
}

/*会員説明*/
.memberContents { 
    font-size: clamp(12px,1.3vw,18px);
}
.memberContents h3 { 
    font-size: 1.1em;
    color: var(--colorMain);
    margin: 0 auto .5em;
    padding: .5em .5em;
    border-bottom: solid 1px var(--colorMain);
}
.details {
    box-sizing: border-box;
    margin-bottom: 1.25em;
    padding: .625em;
    background-color: #fff;
    border: solid 5px #f0f0f0;    
}
.details p {
    margin: 1em auto .5em;
    font-size: .9em;
}
.details p:nth-of-type(2) {
    font-size: .8em;
    margin-bottom: 1.25em;
}
.details a {
    display: block;
    width: 267px;
    padding: .5em 2em;
    color: var(--colorBg);
    text-decoration: none;
    background: var(--colorMain);    
    border-radius: .4em;    
}
@media (max-width: 480px) {
    .details a {
        width: 178px;
    }
}
#member .systemTable {
    text-align: center;
}
#member .systemTable dl:nth-of-type(4) {
    border-right: 1px solid var(--colorpaleTxt);
}
#member .systemTable dt {
    color: #fff;
    background-color: var(--colorMain);
}
#member .systemTable dd { 
    width: 100%!important;
    margin: 0;
    padding: .5em;
    font-weight: normal;
    border: 1px solid var(--colorpaleTxt);
    border-right: none;
}
#member .systemTable dt,
#member .systemTable dd { 
    width: 100%!important;
    margin: 0;
    padding: .7em;
    min-height: 54px;
    font-weight: normal;    
    border: 1px solid var(--colorpaleTxt);
}
#member .systemTable dt,
#member .systemTable dd {
    border-right: none!important;
}
#member .systemTable dd,
#member .systemTable .systemTableItem:nth-of-type(n+6) { 
    border-top: 0!important;
}
.platinum {
    background: linear-gradient(90deg, rgba(130, 130, 140) 0%, rgba(255, 255, 255) 30%, rgba(250, 250, 255) 50%, rgba(255, 255, 255) 70%, rgba(170, 170, 180) 100%);
}
.gold {
    background: linear-gradient(90deg, rgba(185, 137, 25) 0%, rgba(255, 214, 125, 1) 50%, rgba(186, 144, 109) 100%);
}
.silver {
    background: linear-gradient(90deg, rgba(120, 120, 120) 0%, rgba(220, 220, 220) 50%, rgba(160, 160, 160) 100%);
}
.bronze {
    background: linear-gradient(90deg, rgba(141, 101, 91) 0%, rgb(224 169 155) 50%, rgba(141, 101, 91) 100%);
}
@media (max-width: 480px) {
    #member .systemTable {
        flex-direction: row;
    }
    #member .systemTable dt, #member .systemTable dd {
        font-size: .85em;
        min-height: 34px;
    }
    #member .systemTableNm4 dl {
        width: calc(100% / 4);
    }
}