@charset "utf-8";

/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-family: "Noto Sans Japanese";
    background: url(/images/bg_body_pc.jpg) repeat-y top center #f2efdc;
    background-size: 100%;
    line-height: 1.7em;
    color: #292009;
    font-size: 14px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;
    min-width: 1024px;
}

.min {
    font-family: UD Reimin Regular;
}

.en1 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
}

@media (max-width: 480px) {
    body {
        overflow-x: hidden;
        min-width: initial;
        background: url(/images/bg_body_sp.jpg) repeat-y top center #f2efdc;
        background-size: 100%;
    }
}

img {
    border: 0;
    outline: none;
}

.img-float-r {
    float: right;
    margin: 0 0 10px 15px;
}

.img-float-l {
    float: left;
    margin: 0 15px 10px 0;
}

a {
    transition: all 0.3s ease;
}

a:hover img.hover-alp {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    transition: .5s;
}

a:link,
a:visited {
    color: #890131;
    text-decoration: underline;
}

a:hover {
    color: #999;
    text-decoration: underline;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*/
    /*/
height: auto;
overflow: hidden;
*/
}

p {
    margin: 0 0 15px;
}

.cb {
    clear: both;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
}

#page-top a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
}

@media (max-width: 480px) {
    #page-top {
        bottom: 30px;
        right: 10px;
    }
}

img {
    border: 0;
    outline: none;
}

img.hover-alp:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.sp-only {
    display: none;
}

@media (max-width: 480px) {
    .sp-only {
        display: inline;
    }
    .pc-only {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
}


/*==================================================
Align Valiation
================================================== */

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.ta-l {
    text-align: left;
}

.va-t {
    vertical-align: top;
}

.va-m {
    vertical-align: middle;
}

.va-b {
    vertical-align: bottom;
}


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

.btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #68531d;
    text-decoration: none;
    color: #68531d;
    background-color: transparent;
    margin: 0 auto;
    padding: 0 25px;
}

.btn:hover {
    background: #68531d;
    color: #fff;
    text-decoration: none;
}

.btn i {
    padding: 0 5px;
}

.btn-blue {
    border-color: #00487f;
    background: #00487f;
    color: #fff;
}

.btn-blue:hover {
    background: #fff;
    color: #00487f;
}

.btn-small {
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 6px;
    color: #292009;
    text-align: center;
    font-size: 12px;
    padding: 3px 8px;
}

.btn-small:hover {
    background: #fff;
    color: #000;
}

.btn-area {
    padding: 35px 0;
    text-align: center;
}

@media (max-width: 480px) {
    .btn-area {
        padding: 25px 0;
    }
}


/*==================================================
全体コンテンツエリア
================================================== */

.contents-area {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.contents-area-small {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#top-contents {
    padding: 50px 0;
}

.contents-basic {
    padding: 30px;
    background: #fff;
}

.contents-page {
    padding: 50px 0 80px;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .contents-area {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .page-wrapper {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .contents-area,
    .contents-area-small {
        width: 90%;
    }
    .page-contents {
        padding: 50px 0 30px;
    }
    .contents-basic {
        padding: 20px;
    }
    #top-contents {
        padding: 0;
    }
    .contents-page {
        padding: 35px 0 50px;
    }
}

@media (max-width: 320px) {
    .page-contents {
        padding: 30px 0 20px;
    }
    .page-wrapper {
        padding-top: 0;
    }
    .contents-basic {
        padding: 10px;
    }
}


/*==================================================
タイトル
================================================== */

.title-contents {
    display: block;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.04em;
    margin: 0 auto 50px;
    font-size: 38px;
    position: relative;
    line-height: 1;
    font-style: italic;
}

.title-contents span.title-line {
    display: block;
    width: 80px;
    height: 15px;
    border-bottom: 1px solid #292009;
    margin: 0 auto 15px;
}

.title-contents small {
    display: block;
    font-size: 50%;
    color: #292009;
    padding-top: 15px;
    font-style: normal;
}

.title-basic {
    display: block;
    text-align: center;
    margin-bottom: 35px;
    font-size: 28px;
    color: #c7b776;
    letter-spacing: 0.08em;
}

.title-basic span {
    display: block;
    font-size: 60%;
}

.title-basic-sub {
    display: block;
    text-align: left;
    margin-bottom: 35px;
    font-size: 28px;
}

.title-basic-sub strong {
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #68531d;
    padding-bottom: 3px;
}

.basic-sub-en {
    display: block;
    text-align: right;
    padding-top: 3px;
    font-size: 60%;
    font-style: italic;
    letter-spacing: 0.08em;
}

.title-border-bottom {
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #c7b776;
    color: #c7b776;
    padding: 0 3px 3px;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .title-contents {
        margin: 0 auto 30px;
        font-size: 32px;
    }
    .title-contents small {
        padding-left: 10px;
    }
    .title-basic {
        margin-bottom: 30px;
        font-size: 26px;
    }
    .title-basic-sub {
        font-size: 20px;
    }
    .title-border-bottom {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

@media (max-width: 320px) {}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs {
    font-size: 12px;
    padding: 5px;
    background: #f5f5f5;
}

.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs ul li {
    display: inline-block;
    padding-right: 5px;
}

.breadcrumbs ul li:after {
    content: ">";
    padding-left: 10px;
}

.breadcrumbs ul li.active-page:after {
    content: none;
}

@media (max-width: 480px) {
    .breadcrumbs {
        font-size: 11px;
        padding: 3px;
    }
}


/*==================================================
fontawesome
================================================== */

i.fas {
    font-weight: 900;
}


/*==================================================
header
================================================== */

.site-logo img {
    height: 40px;
    margin: 15px;
    vertical-align: bottom;
}

header {
    /* position: fixed;
    height: auto;
    width: 100%;
    z-index: 9999; */
    position: fixed !important;
    height: auto !important;
    width: 100% !important;
    z-index: 9999;
}

.header-logo {
    display: block;
    width: 280px;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 50%;
    margin-left: -140px;
}

.header-logo img {
    width: 100%;
    vertical-align: top;
}

#header-txt {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6e6966+0,443d39+50,0c0300+51,0c0300+100 */
    background: #6e6966;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6e6966 0%, #443d39 50%, #0c0300 51%, #0c0300 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6e6966 0%, #443d39 50%, #0c0300 51%, #0c0300 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6e6966 0%, #443d39 50%, #0c0300 51%, #0c0300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6e6966', endColorstr='#0c0300', GradientType=0);
    /* IE6-9 */
    padding: 5px 0;
}

.site-description {
    display: block;
    padding: 0;
    font-size: 12px;
    color: #f2efdd;
    font-weight: normal;
}

#header-btnbox {
    position: absolute;
    top: 1px;
    right: 0;
    text-align: right;
}

#header-btnbox a {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #f2efdd;
    border: 1px solid #f2efdd;
    background: #000;
    padding: 5px 10px;
    text-decoration: none;
}

#header-btnbox a:hover {
    background: #890131;
}

#header-navi {
    background-color: rgba(189, 180, 155, 0.8);
    padding: 25px 0 10px;
}

#header-navi ul {
    width: 1100px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

#header-navi ul li {
    display: inline-block;
    vertical-align: middle;
}

#header-navi ul li a {
    display: block;
    padding: 5px 15px;
    color: #292009;
    font-size: 13px;
    text-decoration: none;
    border-radius: 20px;
}

#header-navi ul li a:hover {
    background: #292009;
    color: #f2efdd;
}

@media (max-width: 480px) {
    .flexslider {
        margin-top: 91px;
    }
    .site-logo img {
        width: auto;
        height: 43px;
        vertical-align: bottom;
        margin: 11px 0 0 10px;
    }
    header {
        position: fixed;
        height: auto;
        width: 100%;
        z-index: 9999;
    }
    header .contents-area {
        width: 96%;
    }
    .header-logo {
        width: 37vw;
        top: 34px;
        left: 8px;
        margin-left: 0;
    }
    #header-contents {
        margin-top: 0;
    }
    #header-txt {
        padding: 2px 0 51px;
    }
    .site-description {
        display: block;
        padding: 0;
        font-size: 11px;
        color: #f2efdd;
        font-weight: normal;
    }
    .site-description span.sp-only {
        display: block;
    }
    #header-btnbox {
        display: none;
        position: absolute;
        top: 18px;
        right: 14vw;
        text-align: right;
    }
    #header-btnbox a {
        margin-left: 1px;
        font-size: 10px;
        padding: 2px 3px;
    }
    #header-navi {
        display: none;
    }
}

@media (max-width: 320px) {
    .site-logo {
        top: 13px;
        left: 6px;
    }
    .site-logo img {
        height: 34px;
        vertical-align: bottom;
    }
}


/*==================================================
footer
================================================== */

footer {
    clear: both;
    margin: 0;
    padding: 50px 0;
    background-color: #0c0300;
    position: relative;
    border-top: 1px solid #b7a24e;
    border-bottom: 1px solid #b7a24e;
    background-image: none;
    text-align: center;
    font-size: 13px;
    color: #f7f6eb;
}

#navi-footer li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

#navi-footer li a {
    color: #f7f6eb;
    text-decoration: none;
}

#btn-footer {
    margin: 35px 0;
}

#btn-footer li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

#btn-footer li img {
    height: 56px;
    vertical-align: bottom;
}

#btn-footer li img:hover {
    opacity: 0.8;
}

#copyright {
    font-size: 12px;
}

#sp-footer-menu,
#sp-footer-recruit {
    display: none;
}

@media (max-width: 480px) {
    footer {
        padding: 20px 0 90px;
        font-size: 13px;
    }
    #navi-footer {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    #navi-footer li {
        width: calc(100%/2);
        margin: 0;
    }
    #navi-footer li a {
        display: block;
        padding: 10px 0;
    }
    #btn-footer {
        display: none;
    }
    #sp-footer-menu {
        width: 100%;
        display: block;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        list-style: none;
        margin: 0;
        background: #0c0300;
        padding: 10px 0;
        text-align: center;
    }
    #sp-footer-menu li {
        display: inline-block;
    }
    #sp-footer-menu li a {
        display: block;
    }
    #sp-footer-menu li a img {
        height: 12vw;
        margin: 0 2px;
        vertical-align: bottom;
    }
    #copyright {
        font-size: 10px;
        margin-top: 25px;
    }
    #sp-footer-recruit {
        width: 100%;
        display: flex;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        list-style: none;
        margin: 0;
        background: #0c0300;
        padding: 10px;
        text-align: center;
    }
    #sp-footer-recruit li {
        width: calc(100%/2)
    }
    #sp-footer-recruit li a {
        display: block;
        width: 94%;
        margin: 0 auto;
    }
    #sp-footer-recruit li a img {
        width: 100%;
        vertical-align: bottom;
    }
}


/*==================================================
年齢認証
================================================== */

#enter {
    background: url(/images/bg_authbody.jpg) no-repeat top center;
    background-size: cover;
}

#auth-movie {
    width: 1024px;
    height: 587px;
    margin: 0 auto;
    position: relative;
}

.auth-m {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.overlay-auth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/overlay_auth.png) top center repeat;
    z-index: 1;
    background-size: 3px;
}

.title-auth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 2%;
    box-sizing: border-box;
    color: #f2efdd;
}

.title-auth article {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #b7a24e;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
}

.copy-auth {
    display: block;
    font-size: 22px;
    margin-bottom: 30px;
}

.logo-auth {
    width: 640px;
    vertical-align: bottom;
}

.catch-auth {
    display: block;
    font-size: 28px;
    color: #68531d;
    font-weight: normal;
    margin-bottom: 35px;
}

.catch-auth strong {
    display: block;
    font-weight: normal;
}

#enter-btn {
    text-align: center;
    padding: 50px 0;
    font-size: 18px;
    color: #68531d;
}

.p-auth {
    margin-bottom: 30px;
}

#enter-btn .ripple-cont {
    vertical-align: middle;
}

#enter-btn img {
    vertical-align: middle;
}

.btn-auth-enter {
    margin-right: 25px;
    width: 320px;
}

.btn-auth-leave {
    width: 240px;
}

.img-waku {
    position: absolute;
    width: 80px;
    z-index: 3;
}

.waku-01 {
    top: 0;
    left: 0;
}

.waku-02 {
    top: 0;
    right: 0;
}

.waku-03 {
    bottom: 0;
    right: 0;
}

.waku-04 {
    bottom: 0;
    left: 0;
}

#auth-text h2 {
    display: block;
    width: 80%;
    margin: 50px auto;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
    color: #68531d;
}

.auth-banner-area {
    text-align: center;
    padding-bottom: 30px;
}

#auth-banner02 {
    width: 468px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 100px;
}

@media (max-width: 480px) {
    #enter {
        background: url(/images/bg_authbody_sp.jpg) no-repeat top center;
        background-size: cover;
        padding-top: 2rem;
    }
    #auth-movie {
        width: 100%;
        height: 56vw;
    }
    .auth-m {
        object-fit: cover;
    }
    .copy-auth {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .logo-auth {
        width: 80%;
    }
    .catch-auth {
        font-size: 17px;
        margin-bottom: 12px;
        line-height: 1.6;
    }
    #enter-btn {
        padding: 25px 0 20px;
        font-size: 16px;
    }
    .p-auth-b {
        font-size: 17px;
    }
    .p-auth {
        margin-bottom: 10px;
    }
    #enter-btn img {
        display: block;
    }
    .btn-auth-enter {
        margin: 0 auto 10px;
        width: 75%;
    }
    .btn-auth-leave {
        margin: 0 auto 10px;
        width: 44%;
    }
    .img-waku {
        position: absolute;
        width: 48px;
    }
    #auth-text h2 {
        width: 98%;
        font-size: 12px;
        margin: 30px auto;
    }
    .auth-banner-area {
        padding-bottom: 20px;
    }
    #auth-banner02 {
        width: 100%;
        overflow-x: auto;
    }
}


/*==================================================
MV
================================================== */

#mv {
    width: 100%;
    position: relative;
    padding-top: 53px;
    /* margin-top: -65px; */
    overflow: hidden;
}

.mv-page {
    /* height: 18vw; */
    height: 21vw;
}

.top-mainimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/overlay_topmv.png) top center repeat;
    z-index: 1;
    background-size: 3px;
}

.mv-page .overlay-dot {
    background: url(/images/overlay_pagemv.png) top center repeat;
    background-size: 3px;
}

.top-mv-attention {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 840px;
    margin-left: -420px;
    z-index: 2;
    box-sizing: border-box;
}

.mv-building {
    width: 100%;
    vertical-align: bottom;
}

.top-mv-attention article {
    background-color: rgba(0, 0, 0, 1.0);
    color: #f2efdd;
    padding: 15px
}

.top-mv-attention article p {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin: 0;
    letter-spacing: 0.08em;
}

.top-mv-attention article p strong {
    background: #7a656c;
    padding: 1px 2px;
    color: #fdef9e;
}

.top-mv-attention article>a {
    display: inline-block;
    width: 22%;
    vertical-align: middle;
}

.top-mv-attention article>a img {
    width: 100%;
    vertical-align: middle;
}

.top-mv-attention article>p>a {
    display: inline;
    color: #fdef9e;
}

.mv-copy {
    width: 480px;
    position: absolute;
    bottom: 190px;
    left: 50%;
    margin-left: -240px;
    z-index: 3;
}

.mv-page article {
    position: absolute;
    top: 16%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.title-page {
    height: 42px;
    vertical-align: bottom;
}

.mv-line {
    display: block;
    width: 80px;
    height: 12px;
    border-bottom: 1px solid #c7b776;
    margin: 0 auto 10px;
}

.title-page-jp {
    height: 18px;
    vertical-align: bottom;
}

.mv-kira-pc {
    position: absolute;
    width: 90%;
    z-index: 1;
    bottom: -15%;
    left: 5%;
}

.mv-kira-sp {
    display: none;
}

@media (max-width: 480px) {
    #mv {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .mv-page {
        height: 62vw;
    }
    .top-mv-attention {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    .top-mv-attention article {
        padding: 10px 0;
    }
    .top-mv-attention article p {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-size: 13px;
    }
    .mv-copy {
        width: 90%;
        bottom: 125px;
        left: 5%;
        margin-left: 0;
    }
    .mv-page article {
        top: 10%;
    }
    .title-page {
        height: 30px;
    }
    .mv-line {
        margin: 0 auto 6px;
    }
    .mv-kira-pc {
        display: none;
    }
    .mv-kira-sp {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
    .top-mv-attention article>a {
        display: none;
    }
}


/*==================================================
top-banner
================================================== */

#top-banner {
    padding: 20px 0;
}

#top-banner img {
    width: 98%;
    margin: 0 5px;
}

#top-banner a {
    color: #890131;
}

@media (max-width: 480px) {
    #top-banner {
        padding: 25px 0;
    }
    #top-banner img {
        width: 99%;
        display: block;
        margin: 0 auto;
    }
}


/*==================================================
top-message
================================================== */

#top-message {
    background-color: rgba(147, 139, 117, 0.3);
    margin-top: 70px;
    margin-bottom: 70px;
}

#top-message .contents-area {
    width: 840px;
}

.woman-01pc {
    width: 260px;
    position: absolute;
    left: -30px;
    top: -40px;
}

.box-message {
    margin-left: 30%;
    position: relative;
    text-align: center;
    color: #292009;
    padding: 30px 0;
}

.box-message p {
    line-height: 2.0;
}

.kazari-line01-up {
    position: absolute;
    top: -50px;
    left: 0;
}

.kazari-line01-bottom {
    position: absolute;
    bottom: -50px;
    left: 0;
}

@media (max-width: 480px) {
    #top-message {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    #top-message .contents-area {
        width: 94%;
    }
    .woman-01pc {
        width: 60vw;
        left: -24vw;
        top: -22px;
    }
    .box-message {
        margin-left: 30%;
        padding: 15px 0;
    }
    .box-message p {
        line-height: 1.7;
        margin-bottom: 0;
        text-align: left;
        margin-left: 10%;
        font-size: 13px;
    }
    .box-message>div>p:last-child {
        margin-top: 20px;
    }
    .kazari-line01-up {
        top: -25px;
    }
    .kazari-line01-bottom {
        bottom: -25px;
    }
}


/*==================================================
top-twitter
================================================== */

#top-twitter {
    width: 800px;
    margin: 0 auto 70px;
}

@media (max-width: 480px) {
    #top-twitter {
        width: 90%;
        margin: 0 auto 45px;
    }
}


/*==================================================
top-news
================================================== */

#top-news {
    padding: 90px 0 45px;
}

#top-news .contents-area {
    width: 800px;
}

.news-list {
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.news-list tbody,
.news-list tbody tr {
    border: none;
}

.news-list th {
    width: 20%;
    padding: 0;
}

.news-list th img {
    width: 100%;
    height: 92px;
    object-fit: cover;
    vertical-align: bottom;
}

.news-list td {
    text-align: left;
    vertical-align: middle;
    padding: 0;
    background: #f8f8ef;
}

.news-list tr:nth-child(even) td {
    background: #e9e6d9;
}

.news-list td span {
    display: block;
}

.news-list td a {
    display: block;
    padding: 15px 20px;
    color: #292009;
    position: relative;
    text-decoration: none;
    line-height: 2.0;
}

@media (max-width: 480px) {
    #top-news {
        padding: 50px 0 20px;
    }
    #top-news .contents-area {
        width: 90%;
    }
    .news-list th {
        width: 20vw;
    }
    .news-list td a {
        padding: 7px 10px;
        font-size: 13px;
        line-height: 1.5;
    }
}


/*==================================================
404 page
================================================== */

#contents404 {
    margin-top: 150px;
    padding: 50px 0;
    text-align: center;
}

#contents404 h3 {
    display: block;
    font-size: 200%;
    margin: 0 0 50px;
    font-weight: normal;
    line-height: 1.8em;
}

#contents404 h4 {
    display: block;
    font-size: 120%;
    margin: 0 0 50px;
    font-weight: normal;
    line-height: 1.5em;
}

#contents404 a.btn {
    width: 320px;
    margin: 0 auto 25px;
    border-radius: 30px;
}

@media (max-width: 480px) {
    #contents404 {
        margin-top: 100px;
        padding: 20px 0;
    }
    #contents404 h3 {
        display: block;
        font-size: 160%;
        margin: 0 0 30px;
        font-weight: normal;
        line-height: 1.6em;
    }
    #contents404 h4 {
        display: block;
        font-size: 100%;
        margin: 0 0 30px;
        font-weight: normal;
        line-height: 1.5em;
    }
    #contents404 a.btn {
        width: 90%;
        margin: 0 auto 15px;
        border-radius: 30px;
    }
}


/*==================================================
テーブル
================================================== */

.table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}

.table th {
    border: 1px solid #ddd;
    width: 140px;
    background: #f8f8f8;
    font-weight: normal;
    text-align: center;
    padding: 25px 15px;
    vertical-align: middle;
}

.table td {
    border: 1px solid #ddd;
    font-weight: normal;
    padding: 25px 15px;
}

.table-dotted-border {
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box;
}

.table-dotted-border th {
    font-weight: normal;
    padding: 25px 15px;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle;
    text-align: left;
}

.table-dotted-border td {
    font-weight: normal;
    padding: 25px 15px;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle;
    text-align: left;
}

.table-solidborder {
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box;
}

.table-solidborder tbody {
    border: none;
}

.table-solidborder tr {
    border-bottom: 1px solid #c7b776;
}

.table-solidborder th {
    font-weight: normal;
    padding: 12px 15px;
    border: none;
    vertical-align: middle;
    text-align: left;
}

.table-solidborder td {
    font-weight: normal;
    padding: 12px 15px;
    border: none;
    vertical-align: middle;
    text-align: right;
}

@media (max-width: 480px) {
    .table th {
        padding: 12px 10px;
    }
    .table td {
        padding: 12px 10px;
    }
    .table-dotted-border th {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        border-bottom: none;
    }
    .table-dotted-border td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 0 15px 15px;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 15px;
    }
}


/*==================================================
リスト
================================================== */

.ol-basic {
    margin: 0 0 0 25px;
}

.ol-basic li {
    margin: 10px 0;
}

.ul-square {
    margin-left: 20px;
    list-style: square;
}

.ul-basic {
    margin-left: 22px;
}


/*4カラム*/

.ul-4cols {
    display: flex;
    list-style: none;
}

@media (max-width: 480px) {}

@media (max-width: 480px) {}


/*==================================================
FontColor Valiation
================================================== */

.fc-w {
    color: #fff;
}

.fc-black {
    color: #333;
}

.fc-red {
    color: #e60505;
}


/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {
    text-align: center;
    clear: both;
    margin: 20px auto 100px;
}

.PageList ul {}

.PageList ul li {
    display: inline-block;
    margin: 0 6px;
}

.PageList ul li.now {
    /* 現在のページ */
}

.PageList ul li a {
    padding: 8px 15px;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    background: #fff;
}

.PageList ul li a,
.PageList ul li a:link,
.PageList ul li a:visited {
    border-color: #231815;
    color: #231815;
}

.PageList ul li a:focus,
.PageList ul li a:hover,
.PageList ul li a:active {
    border-color: #231815;
    background-color: #fff;
    color: #231815;
}

.PageList ul li.now a {
    /* 現在のページ */
    border-color: #231815;
    background-color: #231815;
    color: #fff;
}

@media (max-width: 480px) {
    .PageList {
        text-align: left;
        clear: both;
        margin: 30px auto 10px;
    }
    .PageList ul {}
    .PageList ul li {
        display: inline-block;
        margin: 0 6px 35px;
    }
    .PageList ul li.now {
        /* 現在のページ */
    }
    .PageList ul li a {
        padding: 12px 15px;
        border-width: 1px;
        border-style: solid;
        text-decoration: none;
        background: #fff;
    }
    .PageList ul li a,
    .PageList ul li a:link,
    .PageList ul li a:visited {
        border-color: #231815;
        color: #231815;
    }
    .PageList ul li a:focus,
    .PageList ul li a:hover,
    .PageList ul li a:active {
        border-color: #231815;
        background-color: #fff;
        color: #231815;
    }
    .PageList ul li.now a {
        /* 現在のページ */
        border-color: #231815;
        background-color: #231815;
        color: #fff;
    }
}


/*==================================================
lazyshow
================================================== */

.lazyshow {
    visibility: hidden;
    transform: translate(0, 5rem);
    opacity: 0;
    -moz-transition: all 700ms ease-out 0s;
    ;
    transition: all 700ms ease-out 0ms;
}


/*
.lazyshow-hidden{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}
*/

.lazyshow-show {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}


/*==================================================
system
================================================== */


/*================pagelink==================*/

#ul-pagelink {
    width: 1000px;
    border-top: 1px solid #c7b776;
    border-bottom: 1px solid #c7b776;
    text-align: center;
    margin: 25px auto;
}

#ul-pagelink li {
    width: calc(100%/4);
    position: relative;
    color: #c7b776;
}

#ul-pagelink li i {
    display: block;
    text-align: center;
    font-size: 10px;
    padding-top: 5px;
}

#ul-pagelink li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    line-height: 1.2;
    color: #c7b776;
    font-size: 13px;
    text-align: center;
    border-right: 1px solid #c7b776;
    background: #6e6966;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6e6966 0%, #443d39 50%, #0c0300 51%, #0c0300 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6e6966 0%, #443d39 50%, #0c0300 51%, #0c0300 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6e6966 0%, #443d39 50%, #0c0300 51%, #0c0300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6e6966', endColorstr='#0c0300', GradientType=0);
    /* IE6-9 */
    text-decoration: none;
}

#ul-pagelink li:first-child a {
    border-left: 1px solid #c7b776;
}

@media (max-width: 480px) {
    #ul-pagelink {
        width: 100%;
        margin: 0;
    }
    #ul-pagelink li i {
        padding-top: 3px;
    }
    #ul-pagelink li a {
        height: 54px;
        line-height: 1.2;
    }
    #ul-pagelink li:last-child a {
        border-right: none;
    }
    #ul-pagelink li:first-child a {
        border-left: none;
    }
}


/*================price==================*/

.box-b-grad {
    background-image: -moz-linear-gradient( 90deg, rgb(46, 41, 25) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(46, 41, 25) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(46, 41, 25) 0%, rgb(0, 0, 0) 100%);
    padding: 25px 20px 35px 20px;
    color: #fff;
    border-radius: 4px;
    position: relative;
}

.grad-r {
    background-image: -moz-linear-gradient( -90deg, rgb(0, 0, 0) 0%, rgb(82, 10, 36) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(0, 0, 0) 0%, rgb(82, 10, 36) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(0, 0, 0) 0%, rgb(82, 10, 36) 100%);
}

.box-b-grad .img-waku {
    width: 58px;
}

.box-b-grad .waku-01 {
    top: -12px;
    left: -12px;
}

.box-b-grad .waku-02 {
    top: -12px;
    right: -12px;
}

.box-b-grad .waku-03 {
    bottom: -12px;
    right: -12px;
}

.box-b-grad .waku-04 {
    bottom: -12px;
    left: -12px;
}

#AudemarsLady {
    width: 45%;
    float: left;
    min-height: 650px;
}

#VacheronLady {
    width: 45%;
    float: right;
    min-height: 650px;
}

#AudemarsLady table,
#VacheronLady table {
    font-size: 16px;
}

.att-price {
    font-size: 12px;
}

.bg-flower {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 80%;
    margin-left: -40%;
}

.box-comingsoon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 100%);
    opacity: 0.85;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
    height: 100%;
}

.box-comingsoon div {
    padding-top: 32%;
}

@media (max-width: 480px) {
    #AudemarsLady {
        width: 100%;
        box-sizing: border-box;
        float: none;
        margin-bottom: 40px;
        min-height: inherit;
    }
    #VacheronLady {
        width: 100%;
        box-sizing: border-box;
        float: none;
        min-height: inherit;
    }
}


/*================carfare==================*/

#carfare {
    padding: 50px 0 0;
}

#carfare table {
    background: #faf9f1;
    border: none;
}

#carfare table tbody,
#carfare table thead {
    border: none;
}

#carfare table th {
    background-image: -moz-linear-gradient( 90deg, rgb(46, 41, 25) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(46, 41, 25) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(46, 41, 25) 0%, rgb(0, 0, 0) 100%);
    color: #fff;
    border: none;
}

#carfare table td {
    border: none;
}

#carfare table th {
    width: 30%;
}

#carfare table tr:nth-child(even) th {
    background-image: -moz-linear-gradient( 90deg, rgb(46, 25, 40) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(46, 25, 40) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(46, 25, 40) 0%, rgb(0, 0, 0) 100%);
}


/*================credit==================*/

#credit {
    padding: 50px 0;
}


/*================howtouse==================*/

.bg-black {
    background: #000;
}

#howto-honnin {
    width: 45%;
    float: left;
    min-height: 2000px;
}

#howto-dairi {
    width: 45%;
    float: right;
    min-height: 2000px;
}

.box-howto {
    margin-bottom: 30px;
}

.box-howto h4 {
    display: block;
    color: #f3f0df;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.box-howto h4 span {
    display: block;
}

.box-howto h4 strong {
    font-weight: normal;
    font-style: italic;
}

.box-howto h4 img {
    width: 20%;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.pic-howto img {
    width: 100%;
    vertical-align: bottom;
}

.box-howto p {
    color: #f3f0df;
    margin: 10px 0 0;
}

@media (max-width: 480px) {
    #howto-honnin {
        width: 100%;
        box-sizing: border-box;
        float: none;
        margin-bottom: 40px;
        min-height: inherit;
    }
    #howto-dairi {
        width: 100%;
        box-sizing: border-box;
        float: none;
        min-height: inherit;
    }
    .box-howto {
        margin-bottom: 25px;
    }
    .box-howto h4 {
        margin-bottom: 10px;
    }
    .box-howto h4 img {
        width: 28%;
    }
}


/*==================================================
accordion
================================================== */

dl.accordion {
    margin: 0;
}

dl.accordion dt {
    cursor: pointer;
    height: auto;
    position: relative;
    padding: 0;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: normal;
}

dl.accordion dt:hover {
    cursor: pointer;
    text-decoration: none;
}

dl.accordion dt:after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
}

dl.accordion dt.open:after {
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
}

dl.accordion dd {
    display: none;
    margin: 0;
}


/*==================================================
about
================================================== */

#point-about {
    background: #000;
    padding-bottom: 15px;
}

dl.accordion {
    margin: 0;
}

#point-about dl.accordion dt {
    padding: 0;
    margin-bottom: 10px;
}

#point-about dl.accordion dt:after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
    color: #f2efdc;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    font-size: 14px;
    margin-top: -7px;
}

#point-about dl.accordion dt.open:after {
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
    color: #f2efdc;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    font-size: 14px;
    margin-top: -7px;
}

#point-about dl.accordion dd {
    padding: 10px 10px 20px;
}

.img-about {
    width: 35%;
    vertical-align: bottom;
}

#contents-about-01-01,
#contents-about-01-02,
#contents-about-01-03 {
    margin-bottom: 25px;
    color: #f2efdd;
}

.img-about-full {
    vertical-align: bottom;
    width: 100%;
    margin-bottom: 20px;
}

.title-about-sperior {
    display: block;
    text-align: center;
    background: url(/images/bg_about.png) no-repeat top center;
    background-size: 100%;
    padding-top: 60px;
    font-size: 5.5vw;
    margin-bottom: 35px;
}

.title-about-sperior small {
    display: block;
    font-size: 50%;
    margin-top: 15px;
}

#contents-about-01-03 p {
    margin-bottom: 25px;
}

#contents-about-01-03 p strong {
    font-size: 4vw;
    font-weight: normal;
}

.about-kazari02 {
    display: block;
    width: 25%;
    margin: 0 auto;
}

#contents-about-02-01,
#contents-about-02-02 {
    margin-bottom: 25px;
    color: #f2efdd;
}

#contents-about-03-01,
#contents-about-03-02,
#contents-about-03-03 {
    margin-bottom: 25px;
    color: #f2efdd;
}

#contents-about-03-02 {
    background: #f2efdd;
    color: #292009;
    padding: 20px;
}

#contents-about-03-02 .title-basic {
    color: #890131;
    margin-bottom: 25px;
    font-size: 18px;
}

#contents-about-03-02 .btn-area {
    margin: 0 auto;
}

#contents-about-04-01,
#contents-about-04-02 {
    margin-bottom: 25px;
    color: #f2efdd;
}

@media (min-width: 481px) {
    #point-about {
        padding-bottom: 10px;
    }
    #about .contents-area {
        width: 900px;
    }
    #point-about dl.accordion dt {
        margin-bottom: 15px;
    }
    #point-about dl.accordion dd {
        padding: 20px 30px;
    }
    .img-about-full {
        width: 80%;
        margin: 0 auto 20px;
        display: block;
    }
    .title-about-sperior {
        background-size: 70%;
        padding-top: 170px;
        font-size: 2.2vw;
        margin-bottom: 55px;
    }
    .title-about-sperior small {
        font-size: 30%;
        margin-top: 35px;
    }
    #contents-about-01-03 p {
        margin-bottom: 25px;
    }
    #contents-about-01-03 p strong {
        font-size: 1.8vw;
    }
    .about-kazari02 {
        width: 12%;
        margin: 0 auto;
    }
    #contents-about-03-02 {
        padding: 25px 50px 5px;
        text-align: center;
    }
    #contents-about-03-02 .title-basic {
        font-size: 22px;
    }
}


/*==================================================
News
================================================== */

#News #top-news {
    padding: 35px 0;
}

#news-detail {
    padding: 35px 0;
}

.news-box {
    background: #f2efdd;
    padding: 20px 15px;
}

.news-box .title-basic {
    color: #890131;
    font-size: 20px;
    text-align: left;
    margin-bottom: 7px;
    border-bottom: 1px solid #890131;
    padding-bottom: 5px;
}

.cat-links {
    display: none;
}

.posted-on {
    display: block;
    text-align: right;
    font-size: 13px;
}

.entry-footer {
    clear: both;
    border-top: 1px dotted #292009;
    padding-top: 10px;
}

.news-box .post-inline-cast {
    width: 35%;
}

@media (min-width: 481px) {
    #News #top-news {
        padding: 50px 0;
    }
    #news-detail {
        padding: 50px 0 80px;
    }
    .news-box {
        padding: 50px;
    }
    .news-box .title-basic {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .posted-on {
        font-size: 14px;
    }
    .entry-footer {
        display: block;
        padding-top: 20px;
    }
    .news-box .post-inline-cast {
        width: 180px;
    }
}


/*==================================================
LADIES（一覧）
================================================== */

#list-lady {
    width: 100%;
    padding-bottom: 35px;
}

#cast-list {
    margin: 0;
}

#cast-list .box-b-grad {
    padding: 0;
    /* margin: 0 auto 20px ; */
    margin: 0 auto 20px;
    list-style: none;
}

#cast-list>li {}

#cast-list>li>a {
    display: block;
    position: relative;
    height: 45vw;
}

#cast-list>li>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
    vertical-align: bottom;
    position: absolute;
    top: 0;
}

.cast-section {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.cast-section>article {
    padding-right: 25px;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}


/* 一時的に非表示 */

.tinynav1,
.tinynav2 {
    display: none;
}

.new-icon {
    display: none;
}

.name {
    display: block;
    font-size: 22px;
    background: #B7A24E;
    background: -webkit-linear-gradient(to top, #B7A24E 0%, #FEFCF9 45%);
    background: -moz-linear-gradient(to top, #B7A24E 0%, #FEFCF9 45%);
    background: linear-gradient(to top, #B7A24E 0%, #FEFCF9 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    font-weight: bold;
}
.single-cast .name {
    display: block;
    font-size: 22px;
    background: #B7A24E;
    background: linear-gradient(to top, #B7A24E 0%, #d1ac74 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    font-weight: bold;
}
.box-b-grad a:link,
.box-b-grad a:visited {
    text-decoration: none;
}


.fkana {
    display: block;
    font-size: 12px;
    background: #B7A24E;
    background: -webkit-linear-gradient(to top, #B7A24E 0%, #FEFCF9 45%);
    background: -moz-linear-gradient(to top, #B7A24E 0%, #FEFCF9 45%);
    background: linear-gradient(to top, #B7A24E 0%, #FEFCF9 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}
.single-cast .fkana {
    display: block;
    font-size: 12px;
    background: #B7A24E;
    background: linear-gradient(to top, #B7A24E 0%, #d1ac74 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}
.cast-size {
    color: #fff;
    font-size: 13px;
    font-style: italic;
}

@media (min-width: 481px) {
    #cast-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #cast-list .box-b-grad {
        margin: 0;
    }
    #cast-list>li.box-b-grad {
        width: 320px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    #cast-list>li:nth-of-type(3n) {
        margin-right: 0;
    }
    #cast-list>li>a,
    .widget_cp5_cast_slider_t008 ul#carousel-container-cp5_cast_slider_t008-4 li a {
        /* height: 160px; */
    }

    #cast-list>li>a, .widget_cp5_cast_slider_t008 ul#carousel-container-cp5_cast_slider_t008-4 li a {
        
    }

    #cast-list>li>a, section[class*="widget_cp5_cast_slider"] ul.tiny-slider li a {
        height: 160px;
    }
    
    div[id*="carousel-container-cp5_cast_slider"] .of {
        margin: 10px;
        position: relative;
        overflow: hidden;
        height: 157px;
    }
}


/*==================================================
PRIVACY POLICY
================================================== */

#privacy-policy dl {
    margin: 35px 0;
    line-height: 1.8;
    font-size: 13px;
}

@media (min-width: 481px) {
    #privacy-policy dl {
        margin: 50px 0;
        font-size: 14px;
    }
}


/*==================================================
TERMS
================================================== */

.ol-terms {
    margin: 0 0 0 20px;
    font-size: 13px;
    line-height: 1.8;
}

.ol-terms>li {
    margin-bottom: 25px;
}

@media (min-width: 481px) {
    .ol-terms {
        font-size: 14px;
    }
}


/*==================================================
CAST（詳細） single-cast
================================================== */

#profile {
    padding: 80px 0;
}

#cast-detail {
    background: #000;
    padding-bottom: 15px;
}

.txt-cast {
    background: #f2efdd;
    color: #890131;
    padding: 20px;
    text-align: center;
    font-size: 13px;
}

.swiper-slide {
    height: auto;
}

.swiper-slide>img {
    /* height: 100%;  sliderのz位置を上からにして顔を表示させる 
	object-fit: cover;*/
}

#cast-detail .entry-footer {
    border-color: #f2efdd;
    margin-top: 35px;
    padding-top: 25px;
}

#cast-detail .entry-footer .btn-small {
    background: #222;
    color: #f2efdd;
    border-color: #999;
}

#twitter-area {
    margin-top: 50px;
}

@media (min-width: 481px) {
    #profile {
        padding: 130px 0;
    }
    #profile .contents-area {
        width: 780px;
    }
    #profile #breadcrumb {
        width: 780px;
        margin-left: auto;
        margin-right: auto;
    }
    #profile-frame {
        background-color: transparent;
        width: 100%;
        color: #f2efdd;
        padding: 30px 0;
    }
    #profile-image {
        float: left;
        width: 45%;
        margin-right: 5%;
    }
    #profile-frame #profile-detail {
        width: 50%;
        float: right;
        padding-left: 0;
        background-image: none;
        background-position: 0.5rem 0rem;
        background-repeat: no-repeat;
        margin: 0;
        height: auto;
    }
    #profile-frame #profile-detail #profile-name {
        padding-left: 0;
    }
    #profile-frame #profile-detail #profile-name .fkana {
        display: inline-block;
        padding-left: 5px;
    }
    #profile-frame #profile-detail #profile-name .name {
        display: inline-block;
    }
    #profile-frame #profile-detail #profile-size {
        font-size: 14px;
        color: #fff;
        text-align: right;
    }
    #profile-frame .profile-frame {
        margin: 0;
        text-align: left;
        margin-top: 50px;
        font-size: 15px;
        padding-left: 10px;
    }
    #profile-frame .profile-frame.member-only {
        width: 50%;
        float: right;
        padding-left: 0;
    }
    #profile-thumbs {
        display: flex;
    }
    .txt-cast {
        font-size: 14px;
    }
}


/*==================================================
フォーム画面
================================================== */

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="search"] {
    width: 100%;
    box-sizing: border-box;
    height: 46px;
    font-size: 100%;
    border: 1px solid #f2efdd;
    padding: 2px 8px;
    border-radius: 6px;
    background: #333;
    color: #fff;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
textarea:focus {
    background: #333;
}

textarea {
    min-height: 160px;
    border: 1px solid #f2efdd;
    padding: 2px 8px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    background: #333;
    color: #fff;
}

input[type="checkbox"] {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #333;
    vertical-align: bottom;
    margin: 0 5px 0 0;
    border: 1px solid #f2efdd;
}

input[type="radio"] {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #333;
    vertical-align: bottom;
    margin: 0 5px 0 0;
    border: 1px solid #f2efdd;
}

select {
    cursor: pointer;
    width: 40%;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: 1px solid #f2efdd;
    outline: none;
    background: #333;
    color: #fff;
    background-image: none;
    box-shadow: none;
    height: 46px;
    box-sizing: border-box;
    font-size: 13px;
    border-radius: 6px;
}

.required {
    display: inline-block;
    border-radius: 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 10px;
    background: #890131;
    padding: 3px 10px;
    line-height: 1em;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    color: #e20251;
    padding-top: 8px;
    display: block;
}

#contact-confirm .required {
    display: none;
}

.btn-area {
    margin: 25px auto;
    text-align: center;
}

.btn-form {
    display: inline-block;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    background: #890131;
    text-decoration: none;
    border: 1px solid #890131;
    font-size: 14px;
    text-align: center;
    width: 320px;
    height: 54px;
    line-height: 54px;
}

.btn-form:hover {
    background: #fff;
    color: #890131;
    text-decoration: none;
}

label {
    display: inline-block;
    margin: 5px 30px 5px 0;
    line-height: 1;
    vertical-align: middle;
}

.txt-form {
    font-size: 12px;
    margin-bottom: 7px;
}

#form-confirm .confirm-none {
    display: none;
}

#form .btn-area {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.confirm-none th {
    padding: 0;
}

.confirm-none dl.accordion dt {
    text-align: center;
    background: #333;
    padding: 10px 0;
    border-radius: 6px;
}

.confirm-none dl.accordion dt:after {
    position: absolute;
    right: 10px;
}

@media (max-width: 480px) {
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="date"],
    input[type="time"],
    input[type="search"] {
        height: 42px;
    }
    textarea {
        min-height: 120px;
    }
    .btn-form {
        -webkit-appearance: none;
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    select {
        width: 100%;
        height: 42px;
    }
    label {
        display: block;
        margin: 0 0 10px 0;
    }
}


/*==================================================
新規会員登録＆マッチング
================================================== */

.title-mv-form01 {
    height: auto;
    width: 85vw;
}

#form.box-b-grad {
    background: #000;
    color: #f2efdd;
    font-size: 13px;
}

.table-form {
    width: 100%;
    border-collapse: collapse;
}

.table-form th {
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}

.table-form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    padding: 12px 10px 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #f2efdd;
}

.td-div {
    margin-top: 10px;
}

.kibou-time1,
.kibou-time2 {
    width: 40%;
}

.hour-kibou1,
.miniute-kibou1,
.hour-kibou2,
.miniute-kibou2 {
    width: 40%;
}

.att-check {
    text-align: center;
}

#form .title-basic {
    font-size: 20px;
}

.box-attention-txt {
    font-size: 11px;
}

.box-attention-txt a {
    color: #e20251;
    text-decoration: underline;
}

.mb10 {
    margin-bottom: 10px;
}

@media (min-width: 481px) {
    .title-mv-form01 {
        height: 90px;
        width: auto;
    }
    .title-mv-form01-jp {
        height: 22px;
    }
    #form.box-b-grad {
        font-size: 14px;
    }
    #form {
        padding: 40px 50px;
    }
    .table-form {
        display: table;
    }
    .table-form tr {
        border-bottom: 1px dotted #f2efdd;
    }
    .table-form th {
        display: table-cell;
        width: 35%;
        vertical-align: top;
        padding: 0;
        padding-top: 25px;
    }
    .table-form td {
        display: table-cell;
        width: 65%;
        padding: 25px 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .kibou-time1,
    .kibou-time2 {
        width: 20%;
    }
    .hour-kibou1,
    .miniute-kibou1,
    .hour-kibou2,
    .miniute-kibou2 {
        width: 20%;
    }
    #form .title-basic {
        font-size: 20px;
    }
    .box-attention-txt {
        font-size: 12px;
    }
}


/*==================================================
会員様マッチングフォーム
================================================== */

.title-mv-matching {
    height: 40px;
}

.btn-area-matching a {
    display: block;
    margin: 15px auto;
}

@media (min-width: 481px) {
    .title-mv-matching {
        height: 46px;
    }
    .title-mv-matching-jp {
        height: 28px;
    }
    .btn-area-matching {
        display: flex;
        display: flex;
        justify-content: center;
    }
    .btn-area-matching a {
        width: 46%;
        margin: 0 2%;
    }
    .btn-area-matching a img {
        width: 100%;
        vertical-align: bottom;
    }
}


/*==================================================
ログイン
================================================== */

#login .btn-area {
    padding: 0 0 20px;
    ;
    margin: 0;
}


/*==================================================
recruit
================================================== */

.img-recruit {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 35px;
}


/*================pagelink==================*/

@media (max-width: 480px) {
    #ul-pagelink {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    #recruit #ul-pagelink li {
        width: calc(100%/3);
    }
    #recruit #ul-pagelink li a {
        font-size: 12px;
    }
    #recruit #ul-pagelink li:first-child a,
    #recruit #ul-pagelink li:nth-child(2) a,
    #recruit #ul-pagelink li:nth-child(3) a {
        border-bottom: 1px solid #c7b776;
    }
    .img-recruit {
        margin-bottom: 20px;
    }
}


/*================ recruit-01 ==================*/

#recruit-01 {
    margin-bottom: 35px;
}

#contents-recruit-01.box-b-grad {
    background: #000;
    color: #f2efdd;
    font-size: 13px;
}

.contents-rec>p {
    margin-bottom: 25px;
}

.contents-rec>p>strong {
    /* color: #890131; */
    color: rgb(239, 0, 85);
    font-size: 120%;
}

.woman-05 {
    width: 30vw;
    float: right;
    margin-left: 15px;
}

.woman-06 {
    width: 30vw;
    float: left;
    margin-right: 15px;
}

.box-salary {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 25px;
}

#woman-salary02 {
    margin-bottom: 0;
}

.message-salary {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#woman-salary02 .message-salary {
    bottom: 50px;
}

.message-salary p {
    padding: 15px;
    border-radius: 8px;
    background-color: #890131;
    color: #fff;
    position: relative;
}

.message-salary p strong {
    font-size: 120%;
    border-bottom: 3px solid #a1997f;
}

.message-salary p span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 15px 6px;
    border-color: transparent transparent #890131 transparent;
    position: absolute;
    top: -15px;
    right: 55px;
    opacity: 0.9;
}

#woman-salary02 .message-salary p span {
    right: inherit;
    left: 47px;
}

.info-salary p strong {
    display: block;
}


/* ----- PC表示 ----- */

@media (min-width: 481px) {
    #recruit-01 {
        margin-bottom: 80px;
    }
    #contents-recruit-01.box-b-grad {
        font-size: 14px;
    }
    .contents-rec {
        padding: 50px 25px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .contents-rec>p {
        margin-bottom: 35px;
    }
    #contents-recruit-01 .contents-rec {
        display: flex;
        width: 90%;
        padding-bottom: 0;
    }
    #contents-recruit-01 .contents-rec>article {
        width: 50%;
    }
    .woman-05 {
        width: 175px;
        margin-left: 30px;
        margin-right: 15px;
    }
    .woman-06 {
        width: 140px;
        margin-right: 30px;
        margin-left: 15px;
    }
    .box-salary {
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    #woman-salary02 {
        margin-bottom: 0;
    }
    .message-salary {
        bottom: 40px;
        width: 95%;
    }
    #woman-salary02 .message-salary {
        bottom: 38px;
        left: 5%;
    }
    .message-salary p span {
        right: 85px;
    }
    #woman-salary02 .message-salary p span {
        right: inherit;
        left: 47px;
    }
}


/*================ recruit-02 ==================*/

#recruit-02 {
    margin-bottom: 35px;
}

#contents-recruit-02.box-b-grad {
    background: #000;
    color: #f2efdd;
    font-size: 13px;
}

.woman-04 {
    width: 30vw;
    float: right;
    margin-left: 15px;
}


/* ----- PC表示 ----- */

@media (min-width: 481px) {
    #recruit-02 {
        margin-bottom: 80px;
    }
    #contents-recruit-02.box-b-grad {
        font-size: 14px;
    }
    .woman-04 {
        width: 120px;
        margin-left: 35px;
    }
}


/*================ recruit-03 ==================*/

#recruit-03 {
    margin-bottom: 35px;
}

#contents-recruit-03.box-b-grad {
    background: #000;
    color: #f2efdd;
    font-size: 13px;
}

.woman-03 {
    width: 30vw;
    float: left;
    margin-right: 15px;
}


/* ----- PC表示 ----- */

@media (min-width: 481px) {
    #recruit-03 {
        margin-bottom: 80px;
    }
    #contents-recruit-03.box-b-grad {
        font-size: 14px;
    }
    .woman-03 {
        width: 120px;
        margin-right: 35px;
    }
}


/*================ recruit-04 ==================*/

#recruit-04 {
    margin-bottom: 35px;
}

#contents-recruit-04.box-b-grad {
    background: #000;
    color: #f2efdd;
    font-size: 13px;
}

.woman-02 {
    width: 30vw;
    float: right;
    margin-left: 15px;
}


/* ----- PC表示 ----- */

@media (min-width: 481px) {
    #recruit-04 {
        margin-bottom: 80px;
    }
    #contents-recruit-04.box-b-grad {
        font-size: 14px;
    }
    .woman-02 {
        width: 120px;
        margin-left: 35px;
    }
}


/*================ recruit-05 ==================*/

#recruit-05 {
    margin-bottom: 35px;
}

#contents-recruit-05.box-b-grad {
    background: #000;
    color: #f2efdd;
    font-size: 13px;
}

.woman-01 {
    width: 26vw;
    float: left;
    margin-right: 15px;
}


/* ----- PC表示 ----- */

@media (min-width: 481px) {
    #recruit-05 {
        margin-bottom: 80px;
    }
    #contents-recruit-05.box-b-grad {
        font-size: 14px;
    }
    .woman-01 {
        width: 100px;
        margin-right: 35px;
    }
}


/*================ recruit-06 ==================*/

#contents-recruit-06.box-b-grad {
    background: #000;
    color: #f2efdd;
    font-size: 13px;
}

#contents-recruit-06 article {
    position: relative;
    margin-bottom: 25px;
}

.img-qa {
    width: 17vw;
    height: 17vw;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
}

.img-q {
    top: 0;
    left: 0;
}

.img-a {
    top: 0;
    right: 0;
}

#contents-recruit-06 article p {
    position: relative;
    width: 57vw;
    margin: 0;
    margin-left: 23vw;
    color: #f2efdd;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #890131;
    padding: 10px;
}

#contents-recruit-06 article.qa-a p {
    margin-left: 0;
    color: #292009;
    background: #f2efdd;
}

.qa-y {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 15px 5px 0;
    border-color: transparent #890131 transparent transparent;
    position: absolute;
    top: 20px;
    left: -15px;
}

#contents-recruit-06 article.qa-a p .qa-y {
    border-width: 5px 0 5px 20px;
    border-color: transparent transparent transparent #f2efdd;
    right: -15px;
    left: inherit;
}

#recruit-btn {
    display: none;
}


/* ----- PC表示 ----- */

@media (min-width: 481px) {
    #contents-recruit-06.box-b-grad {
        font-size: 14px;
        padding: 80px 50px;
    }
    #contents-recruit-06 article {
        width: 80%;
        margin: 0 auto 50px;
    }
    .img-qa {
        width: 90px;
        height: 90px;
        margin-bottom: 30px;
    }
    #contents-recruit-06 article p {
        width: 82%;
        margin: 0;
        margin-left: 18%;
        padding: 20px;
    }
    .qa-y {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 15px 5px 0;
        border-color: transparent #890131 transparent transparent;
        position: absolute;
        top: 20px;
        left: -15px;
    }
    #contents-recruit-06 article.qa-a p .qa-y {
        border-width: 5px 0 5px 20px;
        border-color: transparent transparent transparent #f2efdd;
        right: -15px;
        left: inherit;
    }
}


/*================ recruit-btn ==================*/

#recruit-btn {
    display: none;
}


/* ----- PC表示 ----- */

@media (min-width: 481px) {
    #recruit-btn {
        display: block;
        text-align: center;
    }
    #recruit-btn a {
        display: inline-block;
        width: 320px;
        margin: 0 15px;
    }
    #recruit-btn a img {
        width: 100%;
        vertical-align: bottom;
    }
}


/* ------------TAB------------*/


/*タブ切り替え全体のスタイル*/

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    margin: 0 auto;
}


/*タブのスタイル*/

.tab_item {
    width: calc(100%/3);
    font-size: 13px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    margin: 0;
    opacity: 0.5;
}

.tab_item:hover {
    opacity: 1;
}


/*ラジオボタンを全て消す*/

input[name="tab_item"] {
    display: none;
}


/*タブ切り替えの中身のスタイル*/

.tab_content {
    display: none;
    padding: 25px 25px 0;
    clear: both;
    overflow: hidden;
    background: #000;
    border-left: 1px solid #b9a451;
    border-right: 1px solid #b9a451;
    color: #fff;
}


/*選択されているタブのコンテンツのみを表示*/

#osaka:checked~#osaka_content,
#nagoya:checked~#nagoya_content,
#tokyo:checked~#tokyo_content {
    display: block;
}


/*選択されているタブのスタイルを変える*/

.tabs input:checked+.tab_item {
    opacity: 1;
}

p.txt-cast-list {
    font-size: 13px;
    line-height: 2.0;
    margin-bottom: 25px;
}

@media (min-width: 481px) {
    /*タブ切り替えの中身のスタイル*/
    .tab_content {
        padding: 35px 25px 30px;
    }
    p.txt-cast-list {
        font-size: 14px;
        margin-bottom: 35px;
    }
}