@charset "UTF-8";

.ttwrap {
    position: relative;
    text-align: center;
    padding: 0 0 10px 0;
}

.ttwrap .topTitle {
    position: relative;
}

.ttwrap .topTitle span {
    font-family: 'Rochester', sans-serif;
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;

    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0 3%;

}

@media all and (-ms-high-contrast: none) {
    .ttwrap .topTitle span {
        color: #8e6c37;
        background: none;
    }
}

/*
.topTitle::before{
    content: "";
    position: absolute;
    width: 150px;
    height: 44px;
    top: 20px;
    left: -150px;
    background-image: url(/pc/img/text_visual_l.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.topTitle::after{
    content: "";
    position: absolute;
    width: 150px;
    height: 44px;
    top: 20px;
    right: -150px;
    background-image: url(/pc/img/text_visual_r.png);
    background-size: cover;
    background-repeat: no-repeat;
}
*/

.ttwrap .topTitle h1 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #8e6c37;
    padding: 1px;
    text-align: center;
    display: block;
    margin-top: -5px;
}

.waveWrap {
    position: absolute;
    width: 300px;
    height: 290px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wave {
    opacity: 0.5;
    position: absolute;
    top: 3%;
    left: 47%;
    background: #00BFFF;
    width: 300px;
    height: 290px;
    margin-left: -140px;
    margin-top: 0px;
    border-radius: 90%;
    transform-origin: 50% 48%;
    animation: drift 3000ms infinite linear;
}

.wave.three {
    animation: drift 5000ms infinite linear;
}

.wave.two {
    animation: drift 7000ms infinite linear;
    opacity: 0.1;
    background: yellow;
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fadeIn2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn2 {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
    }
}

.fadeIn2 {
    -webkit-animation-name: fadeIn2;
    animation-name: fadeIn2;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.coverWrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100vh;
    min-width: 1000px;
    overflow: hidden;
}

.seasonCover {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
    background-position: 50% 0;
    background-image: url(/pc/img/cover/2023yukata.jpg);
    background-size: cover;
    min-width: 1000px;
    margin-top: 80px;
}

.seasonCover2 {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: 50% 0%;
    background-image: url(/pc/img/cover/2024newyear.jpg);
    background-size: cover;
    min-width: 1000px;
}

.newyearVisual{
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/pc/img/cover/newyear_visual_bottom.png);
    background-position: 0% 100%;
    background-size: 70% auto;
    width: 100%;
    height: 200px;
    background-repeat: repeat-x;
}
a.gLink {
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.yukata2022 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.yukata2022 ul.sc {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.yukata2022 ul.sc li {
    position: relative;
    width: 20%;
    height: 100vh;
    overflow: hidden;
}

.yukata2022 ul.sc li a {
    display: block;
    position: relative;
}

.yukata2022 ul.sc li a:hover {}

.yukata2022 ul.sc li a span.tgThumb {
    display: block;
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 96vh;
    margin-top: 4vh;
    transition: 0.3s ease;

}

.yukata2022 ul.sc li a:hover span.tgThumb {
    transform: scale(1.05);
}

.yukata2022 ul.sc li a small {
    display: block;
    position: absolute;
    width: 50%;
    bottom: 84vh;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    transform-origin: center bottom;

}

/*
.yukata2022 ul.sc li:nth-child(1) a small {
    transform: translate(-50%, 0) scale(1);
}
.yukata2022 ul.sc li:nth-child(2) a small {
    transform: translate(-50%, 30%) scale(1);
}
.yukata2022 ul.sc li:nth-child(3) a small {
    transform: translate(-50%, 40%) scale(1);
}
.yukata2022 ul.sc li:nth-child(4) a small {
    transform: translate(-50%, 30%) scale(1);
}
.yukata2022 ul.sc li:nth-child(5) a small {
    transform: translate(-50%, 0) scale(1);
}
*/


/*
.coverWrap ::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/pc/img/cover/001.jpg);
    background-size: cover;
    z-index: -1;
}
*/

.cover {
    position: relative;
    margin-top: 8vh;
    height: 92vh;
}

.coverList {
    display: flex;
    flex-wrap: wrap;
}

.coverList li {
    position: relative;

}

.coverList li.cl1 {
    width: 34%;
    z-index: 10;
    position: absolute;

    top: 0;
    left: 0;
}

.coverList li.cl2 {
    width: 40%;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.coverList li.cl3 {
    width: 34%;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
}

.coverList li a {
    display: block;
}

.coverList li span {
    position: relative;
    display: block;
    transition: 0.6s ease;
}

.coverList li a:hover span {
    transform: scale(1.08);
}

.coverList li.cl1 span {
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 92vh;
    background-image: url(/pc/img/cover/cover_01.jpg);
    background-size: cover;
    background-position: 50% 0;
}

.coverList li.cl2 span {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 92vh;
    background-image: url(/pc/img/cover/cover_02.jpg);
    background-size: cover;
    background-position: 50% 0;
}

.coverList li.cl3 span {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 92vh;
    background-image: url(/pc/img/cover/cover_03.jpg);
    background-size: cover;
    background-position: 50% 0;
}

.coverList li.cl1 span div {
    max-width: 200px;
    width: 20%;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(0, -50%) rotate(-4deg);
}

.coverList li.cl2 span div {
    max-width: 180px;
    width: 18%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%) rotate(-3deg);
}

.coverList li.cl3 span div {
    max-width: 200px;
    width: 20%;
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translate(0, -50%) rotate(3deg);
}


.coverList li span div img {
    width: 100%;
}

.coverVisual {
    width: 100%;
    height: 313px;
    position: absolute;
    background-image: url(/pc/img/cover/bottom_visual.png);
    background-position: 50% 0;
    background-size: cover;
    left: 0;
    bottom: -80px;
}

.coverVisual2 {
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    left: 0;
    bottom: 0;
    position: absolute;
}

.tg-Cover {
    position: relative;
}

.tg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tg li {
    position: relative;
    float: left;
    width: 33.3%;
    visibility: hidden;
}

.tg li a {
    display: block;
}

.tg li span.tgThumb {
    position: relative;
    display: block;
    max-width: 100vw;
    max-height: 100vh;
    background-position: 50% 0;
    overflow: hidden;
    background-size: cover;
    width: 100%;
}


/******************************************スライダー******************************************/
.coverLine {
    background-size: 100% 100%;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 110px;
    left: 10px;
}

.bx-loading {
    display: none;
}

.bxslider {
    position: relative;
}

.bxslider li {
    overflow: hidden;
    margin-top: -48px;
    position: relative;
}

.bxslider li a {
    display: block;
    width: 100%;
    height: 100%;
}

.bxslider li.top-slider {
    position: relative;
    background-size: cover;
}

.bx-pager-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.bx-pager {
    text-align: left;
}

.bx-pager li {
    width: 32px;
    display: inline-block;
}

.bx-pager li a {
    display: block;
    margin: 0 1px;
    opacity: 0.6;
    padding: 2px;
}

.bx-pager li a img {
    width: 100%;
}

.bx-pager li a.active {
    opacity: 1;
    transform: scale(1.08);
}

.mainLogo {
    width: 200px;
    position: absolute;
    top: 120px;
    left: 20px;
}

#p-cover {
    position: relative;
}

#topWrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    background-color: #fff;
    background-position: 50% 0;
    background-image: url(/pc/img/bg2.jpg);
    background-repeat: repeat;
    overflow: hidden;
}

#top {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
}

.tftl {
    background: url(/pc/img/frame_tl.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 14px;
    left: 14px;
}

.tftr {
    background: url(/pc/img/frame_tr.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 14px;
    right: 14px;
}

.tfbr {
    background: url(/pc/img/frame_br.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 14px;
    right: 14px;
}

.tfbl {
    background: url(/pc/img/frame_bl.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 14px;
    left: 14px;
}

#top-inner {
    position: relative;
    padding: 50px 20px 100px 20px;
    margin: 0 20px;
    background: rgba(255,255,255,0.8);
    overflow: hidden;
}

#tb-shadow {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
}

#tb-shadow2 {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

.topLeft {
    position: relative;
    width: 380px;
    float: left;
}

.topRight {
    position: relative;
    margin-left: 400px;
}

#topicWrap form {
    display: none;
}

#topicWrap {
    width: 380px;
    margin: 60px 0 0 0;
}

#topicWrap #topic {}

#topicWrap #topic dl dd {
    color: #5b5b5b;
}

#topicWrap #topic dl #topicImg {
    position: relative;
    overflow: hidden;
    border: 10px solid #ffeaea;
    /*    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;*/
}

#topicWrap #topic dl #topicImg a img {
    width: 100%;
}

#topicWrap #topic dl dd.topicTit {
    padding: 10px 0;

}

#topicWrap #topic dl dd.topicTit h3 {
    color: dodgerblue;
    font-size: 20px;
    line-height: 160%;
}

#topicWrap #topic dl dd.topicBody {
    color: #5b5b5b;
    font-size: 14px !important;
    line-height: 180%;
    padding: 0 10px 10px 10px;

}

#topicWrap #topic dl dd.topicTime {
    color: #5b5b5b;
    text-align: right;
    font-size: 10px;
    padding-right: 20px;
    letter-spacing: 2px;
}

#topicWrap.topFixed {
    position: fixed;
    top: 0;
}

#topicWrap.topFixed #topic {
    margin-top: 110px;
}

.topContents {
    position: relative;
    margin: 50px 0 0 0;

}


.banner_thumb {}

.banner_thumb li {
    margin: 10px 0;
}

.banner_thumb li a {
    display: block;
}

.banner_thumb li a span img {
    width: 100%;
}

.newsWrap {
    position: relative;
    overflow: hidden;
    margin: 60px 0 0 0;
}

.news {
    width: 100%;
}

.news li.news-list {
    border-bottom: 1px solid #cccccc;
    padding: 15px 5px;
}

.news li.news-list:nth-child(1) {
    animation-delay: 0.3s;
}

.news li.news-list:nth-child(2) {
    animation-delay: 0.4s;
}

.news li.news-list:nth-child(3) {
    animation-delay: 0.5s;
}

.news li.news-list:nth-child(4) {
    transition-delay: 0.6s;
}

.news li.news-list:nth-child(5) {
    animation-delay: 0.7s;
}

.news li.news-list:nth-child(6) {
    animation-delay: 0.8s;
}

.news li.news-list:nth-child(7) {
    animation-delay: 0.9s;
}

.news li.news-list:nth-child(8) {
    animation-delay: 1s;
}

.news li.news-list:nth-child(9) {
    animation-delay: 1.1s;
}

.news li.news-list:nth-child(10) {
    animation-delay: 1.2s;
}

.news li.news-list:nth-child(11) {
    animation-delay: 1.3s;
}

.news li.news-list:nth-child(12) {
    animation-delay: 1.4s;
}

.news li.news-list:nth-child(13) {
    animation-delay: 1.5s;
}

.news li.news-list:nth-child(14) {
    animation-delay: 1.6s;
}

.news li.news-list:nth-child(15) {
    animation-delay: 1.7s;
}

.news li.news-list:nth-child(16) {
    animation-delay: 1.8s;
}

.news li.news-list:nth-child(17) {
    animation-delay: 1.9s;
}

.news li.news-list:nth-child(18) {
    animation-delay: 2.0s;
}

.news li.news-list:nth-child(19) {
    animation-delay: 2.1s;
}

.news li.news-list:nth-child(20) {
    animation-delay: 2.2s;
}

.news li.news-list table {
    width: 100%;
}

.news li.news-list table th.dateTitle {
    width: 30%;
    color: #808080;
    font-family: "gothic", sans-serif;
    font-size: 13px;
}

.news li.news-list table th.dateTitle span {
    display: inline-block;
    vertical-align: middle;
    font-family: "gothic", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    padding: 1px;
    margin-right: 10px;
}

.news li.news-list table td.dateName {
    width: 70%;
    font-size: 14px;
}

.news li.news-list table td a {
    display: inline-block;
    color: #5b5b5b;
    transition: 0.3s ease;
}

.news li.news-list table td a:hover {
    color: #808080;
}


.top-companionList li.thumb-list {
    animation-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    visibility: hidden;
}

.top-companion {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 60px 0 0 0;
    overflow: hidden;
}

.top-companion-inner {
    position: relative;
}

@media only screen and (max-width:1080px) {
    .top-companionList {
        position: relative;
        margin: 0 auto;
        padding: 3px;
        display: flex;
        flex-wrap: wrap;
    }

    .top-companionList li.thumb-list {
        position: relative;
        width: 25%;
        text-align: center;
    }

    .top-companionList li.thumb-list:nth-child(4n+1) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+2) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+3) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+4) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }
}

@media only screen and (min-width:1081px) {

    .top-companionList {
        position: relative;
        margin: 0 auto;
        padding: 3px;
        display: flex;
        flex-wrap: wrap;
    }

    .top-companionList li.thumb-list {
        position: relative;
        width: 20%;
        text-align: center;
    }

    .top-companionList li.thumb-list:nth-child(4n+1) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+2) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+3) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+4) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }
}

@media only screen and (min-width:1300px) {
    .top-companionList {
        position: relative;
        margin: 0 auto;
        background: #FDE1E6;
        padding: 3px 3px;
        display: flex;
        flex-wrap: wrap;
    }

    .top-companionList li.thumb-list {
        position: relative;
        width: 199px;
        text-align: center;
    }

    .top-companionList li.thumb-list:nth-child(6n+1) {
        animation-delay: 0.5s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(6n+2) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(6n+3) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(6n+4) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(6n+5) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(6n+6) {
        animation-delay: 0.5s;
        animation-duration: 0.8s;
    }
}

.top-companionList li.thumb-list a span.timeArea {
    min-height: 29px;
    display: block;
}

.top-companionList li.thumb-list a p.chach {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 7px 0 5px 0;
    vertical-align: middle;
    letter-spacing: 0;
    min-height: 28px;
}

.top-companionList li.thumb-list a p.chach {}

.top-companionList li.thumb-list a p.chach b {
    /*      background-color: #E2B999;  */
    padding: 2px 0;
    margin: 0 0 3px 0;
    display: block;
    background: url(/pc/img/login_bg.jpg) repeat;
}


.top-companionList li.thumb-list a p.chach_time b {
    color: #000;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 100;
}

.top-companionList li.thumb-list a p.chach_real b {
    padding: 5px 0;
    margin: 0 0 3px 0;
    display: block;
    background: url(/pc/img/login_bg.jpg) repeat;
    font-size: 13px;
    line-height: 1;
}

.top-companionList li.thumb-list a p.chach_real2 b {
    padding: 5px 0;
    margin: 0 0 3px 0;
    display: block;
    background: url(/pc/img/login_bg.jpg) repeat;
    font-size: 20px;
    line-height: 1;
    font-family: "Fredericka the Great", sans-serif;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
    color: #EC4371;
}

.top-companionList li.thumb-list a {
    display: block;
    margin: 2px;
    transition: 0.3s ease;
    background-position: 50% 0%;
    padding: 3px;
    position: relative;
    background: #DBFFED;
    background-repeat: repeat;
    border-radius: 10px;
    border: 1px solid #bceff0;
}

.top-companionList li.thumb-list.darling a {
    display: block;
    margin: 2px;
    transition: 0.3s ease;
    background-position: 50% 0%;
    padding: 3px;
    position: relative;
    background: #FFFBCC;
    background-repeat: repeat;
    border-radius: 10px;
    border: 1px solid #bceff0;
}

.top-companionList li.thumb-list.hitoduma a {
    display: block;
    margin: 2px;
    transition: 0.3s ease;
    background-position: 50% 0%;
    padding: 3px;
    position: relative;
    background: #d0f6ff;
    background-repeat: repeat;
    border-radius: 10px;
    border: 1px solid #bceff0;
}


.top-companionList li.thumb-list a:hover span.thumbWrap span.thumb-p {
    transform: scale(1.08) rotate(2deg);
}

.top-companionList li.thumb-list a span.thumbWrap {
    position: relative;
    display: block;
    overflow: hidden;
    border: 2px dashed #d6ebff;
    border-radius: 10px;
    overflow: hidden;
}

.top-companionList li.thumb-list a span.thumbWrap span.thumb-p {
    position: relative;
    display: block;
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transform: scale(1) rotate(0);
}

.top-companionList li.thumb-list a span img.top-ct {
    width: 100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

/*
@media all and (-ms-high-contrast: none) {
    .top-companionList li.thumb-list a:hover span img.top-ct {
        opacity: 0.6;
    }
}
*/

.top-companionList li.thumb-list a:hover span img.top-ct {}

.top-companionList li.thumb-list a:hover span img.companionThumb {
    opacity: 0.6;
}

.top-companionList li.thumb-list .nameArea {
    padding: 5px 0;
    position: relative;
    display: block;
}

.top-companionList li.thumb-list dl {
    text-align: center;
}

.top-companionList li.thumb-list dl dt.name {
    font-size: 24px;
    line-height: 1;
    color: #63599f;
    padding: 5px 0;
    /* text-shadow: 0px 0px 2px rgba(88, 89, 159, 0.6); */
}

.top-companionList li.thumb-list dl dt.name span {
    display: block;
    color: #63599f;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 3px;
    padding-left: 2px;
    font-family: "gothic", sans-serif;
    letter-spacing: 2px;
}

.top-companionList li.thumb-list dl dt.name span:first-letter {
    color: #5cb0ff;
}

.top-companionList li.thumb-list .ngFlag {
    position: absolute;
    top: -32px;
    right: 7px;
    display: flex;
    justify-content: flex-end;
}

.top-companionList li.thumb-list .ngFlag li {
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    width: 26px;
    height: 26px;
    border-radius: 5px;

}

.top-companionList li.thumb-list .ngFlag li.tatooMark {}

.top-companionList li.thumb-list .ngFlag li.smokeMark {}

.top-companionList li.thumb-list .ngFlag li.shameMark {}

.top-companionList li.thumb-list .ngFlag li.tatooMark img,
.top-companionList li.thumb-list .ngFlag li.smokeMark img,
.top-companionList li.thumb-list .ngFlag li.shameMark img {
    width: 100%;
}

.top-companionList li.thumb-list a ul.iconFlag {
    position: relative;
    display: flex;
    flex: wrap;
    justify-content: center;
    margin-top: 8px;
    min-height: 14px;
}

.top-companionList li.thumb-list a ul.iconFlag li {
    position: relative;
    text-align: center;
    margin: 0 2px;
}

.top-companionList li.thumb-list a ul.iconFlag li.nirinMark b {
    background: #ffa836;
    color: #fff;
}

.top-companionList li.thumb-list a ul.iconFlag li.newPhoto b {
    background: #FFFEAE;
}

.top-companionList li.thumb-list a ul.iconFlag li.movieMark b {
    background: #EBE3F5;
}

.top-companionList li.thumb-list a ul.iconFlag li.shameMark b {
    background: #ffeddb;
}

.top-companionList li.thumb-list a ul.iconFlag li.youngMark b {
    background: #ffb3ba;
    color: #fff;
}

.top-companionList li.thumb-list a ul.iconFlag li.dMark b {
    background: #f0b207;
    color: #fff;
}

.top-companionList li.thumb-list a ul.iconFlag li.adultMark b {
    background: #9aafff;
    color: #fff;
}

.top-companionList li.thumb-list a ul.iconFlag li.premiumMark b {
    background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    color: #fff;
}

.top-companionList li.thumb-list a ul.iconFlag li b {
    line-height: 1;
    font-size: 10px;
    letter-spacing: 1px;
    display: block;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 7px;
}

.top-companionList li.thumb-list a dl dd.size {
    font-family: "gothic", sans-serif;
    /*    border-top: 1px solid #353535;*/
    font-size: 10px;
    color: #63599f;
    padding-left: 2px;
    letter-spacing: 0;
}

.top-companionList li.thumb-list a dl dd.name-border {
    width: 30px;
    height: 1px;
    background: #63599f;
    margin: 6px auto;
}


.top-companionList li.thumb-list a:hover dl dd.size {}

.top-companionList li.thumb-list a dl dd.size b {
    font-family: "gothic", sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-right: 2px;
    color: #63599f;
}

.top-companionList li.thumb-list a p.newMark {
    position: absolute;
    top: 33px;
    left: 0;
    width: 80px;
}

.top-companionList li.thumb-list a p.newMark img {
    width: 100%;
}

.shiftTime {
    position: absolute;
    top: -40px;
    right: 10px;
    text-align: right;
    width: 100%;
}

.shiftTime span {
    display: inline-block;
    color: #EC4371;
    font-family: "Fredericka the Great", sans-serif;
    font-size: 18px;
    line-height: 1;
    background: #fff;
    padding: 3px 8px;
    font-style: italic;
    letter-spacing: 2px;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.shiftTime_end {
    position: absolute;
    top: -40px;
    right: 10px;
    text-align: right;
    width: 100%;
}

.shiftTime_end span {
    display: inline-block;
    color: #EC4371;
    font-family: "Fredericka the Great", sans-serif;
    font-size: 18px;
    line-height: 1;
    background: #fff;
    padding: 3px 8px;
    font-style: italic;
    letter-spacing: 2px;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}



p.haya,
p.naka,
p.oso {
    position: absolute;
    top: 7px;
    left: 10px;
    line-height: 1;
    font-size: 12px;
    padding: 5px;
    border-radius: 3px;
}

span.dayIcn {
    width: 26px;
    display: block;
    margin: 0 auto 3px auto;
}

span.dayIcn img {
    width: 100%;
}

p.haya {
    background: #fff600;
}

p.naka {
    background: #efae84;
}

p.oso {
    background: #164488;
    color: #fff;
}

#pageMenuWrap {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    z-index: 9200;
    height: 100%;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

#pageMenuWrap:hover {
    position: fixed;
    left: 0;
    top: 0;
}

#pageMenu-inner {
    position: relative;
    height: 100%;
    background: url(/pc/img/top_sub_bg.png) 100% 50% no-repeat;
}

.pageMenu-btn {
    position: absolute;
    background: #000;
    height: 200px;
    width: 50px;
    top: 50%;
    left: 300px;
    margin: -100px 0 0 0;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    opacity: 1;
    border-radius: 0 10px 10px 0;
    padding: 74px 0 0 0;
}

.pageMenu-btn span {
    display: block;
    color: #d71d7b;
    transform: rotate(90deg);
    font-family: "gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.pageMenu-btn:hover {
    cursor: pointer;
}

#pageMenu-inner:hover .pageMenu-btn {
    opacity: 0;
}

#pageMenu {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 0;
    margin: -130px 0 0 0;
}

#pageMenu li {
    position: relative;
}

#pageMenu li a {
    color: #d71d7b;
    font-family: "gothic", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 3px 0 3px 20px;
    transition: 0.3s ease;
    display: inline-block;
    line-height: 1;
}

#pageMenu li a span {
    display: none;
}

#pageMenu li a:hover {
    color: yellow;
}

.nBanner {
    width: 1080px;
    margin: 50px auto 0 auto;
}

.nBanner a {
    display: block;
}

.top-priceArea {
    position: relative;
    padding: 50px 0 250px 0;
    width: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-image: url(/pc/img/bg_green.png);
}

.topPrice {
    position: relative;
    margin: 0 auto;
}

.topPrice-list {
    overflow: hidden;
}

.topPrice-list li {
    width: 33.3%;
    float: left;
    position: relative;
}

.topPrice-list li span {
    display: block;
}

.topPrice-list li:nth-child(1) span {
    margin: 0 10px 0 0;
}

.topPrice-list li:nth-child(2) span {
    margin: 0 5px 0 5px;
}

.topPrice-list li:nth-child(3) span {
    margin: 0 0 0 10px;
}

.topPrice-list li span img {
    width: 100%;
}

.price {
    padding: 50px;
}

.top-bv {
    position: relative;
    width: 100%;
}

.topMap {
    position: relative;
}

.top-mapArea {
    position: relative;
    width: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
}

.coronaWrap {
    width: 100%;
    margin: 60px 0 0 0;
    overflow: hidden;
}

.corona {
    background: url(/sp/img/notice_bg.jpg) 50% 0;
    padding: 30px 20px 20px;
    border: 10px solid #ffeaea;
}

.corona dt {
    text-align: center;
    font-size: 30px;
    color: #E41378;
    text-decoration: underline;
    font-weight: 700;
}

.corona dd {
    padding: 20px;
    line-height: 160%;
    font-size: 16px;
}

.topBanner {
    margin: 60px 0 0 0;
}

.noticeWrap {
    width: 100%;
    max-width: 1078px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 0 0;
}

.notice {
    background: url(/pc/img/system_bg.jpg) 50% 0;
    padding: 30px 20px 20px;
    border: 3px double #E41378;
}

.notice dt {
    text-align: center;
    font-size: 30px;
    color: #E41378;
    text-decoration: underline;
    font-weight: 700;
}

.notice dd {
    padding: 20px 50px;
    line-height: 160%;
    font-size: 20px;
}

.notice dd b {
    color: #E41378;
    font-weight: 600;
}

.notice dd span {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.notice dd span small {
    background: rgba(255, 240, 0, 0.6);
    display: inline-block;
    padding: 2px 10px;
    font-weight: 600;
}

#m-link {
    position: relative;
    margin: 60px 0 0 0;
}

#m-link p a {
    display: block;
}

#m-link p a img {
    width: 100%;
}

.newyear_notice_wrap {
    margin: 0 10px 40px 10px;
}

.newyear_notice {
    position: relative;
    padding: 30px;
    background: url(/pc/img/newyear_notice_bg.jpg);
    background-repeat: repeat;
    background-position: 50%;
    background-size: 600px auto;
    max-width: 800px;
    margin: 0 auto;
}

.newyear_notice dl {
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    text-align: center;
}

.newyear_notice dl dt span {
    font-size: 34px;
    color: #f66;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    line-height: 140%;
    font-weight: bold;
    display: inline-block;
}

.newyear_notice dl dd {
    margin: 10px auto 0 auto;
    font-size: 17px;
    line-height: 160%;
    text-align: center;
}

.newyear_notice dl dd table.newyearTable {
    border-collapse: collapse;
    width: 100%;
}

.newyear_notice dl dd table.newyearTable th {
    display: inline-block;
    width: 50%;
    text-align: right;
    line-height: 1;
    padding: 10px 10px 10px 0;
    font-size: 24px;
    font-weight: 700;
}

.newyear_notice dl dd table.newyearTable td {
    display: inline-block;
    width: 50%;
    text-align: left;
    line-height: 1;
    padding: 10px 0 10px 10px;
    font-size: 24px;
    font-weight: 700;
}

.newyear_notice dl dd table.newyearTable td b {
    display: block;
    font-size: 12px;
    padding-top: 5px;
}


.topMovie-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 0 auto;
}

.topMovie-wrap .topMovie-inner {
    background: rgb(246, 187, 59);
    background: -moz-linear-gradient(top, rgba(246, 187, 59, 1) 0%, rgba(102, 194, 217, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 187, 59, 1) 0%, rgba(102, 194, 217, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 187, 59, 1) 0%, rgba(102, 194, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6bb3b', endColorstr='#66c2d9', GradientType=0);
    padding: 20px;
    /* border: 2px solid #ff4d1d;
 */
}

.topMovie-wrap .topMovie-inner .topMovie {}

.topMovie-wrap .topMovie-inner .topMovie video {
    width: 100%;
}

.banners {
    position: relative;
    margin: 20px auto;
    width: 600px;
}

.banners a {
    display: block;
    background: rgb(246, 187, 59);
    background: -moz-linear-gradient(top, rgba(246, 187, 59, 1) 0%, rgba(102, 194, 217, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 187, 59, 1) 0%, rgba(102, 194, 217, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 187, 59, 1) 0%, rgba(102, 194, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6bb3b', endColorstr='#66c2d9', GradientType=0);
    padding: 10px;
}

.banners a img {
    width: 100%;
}

.transferWrap {
    position: relative;
    width: 100%;
    margin: 0 auto 30px auto;
}

.transfer {
    position: relative;
    padding: 0 50px 50px 50px;
    background: #fff;
    text-align: center;
}

.transfer dt {
    font-size: 30px;
    padding: 0 10px;
    background-image: url(/pc/img/title_bg.jpg);
    color: #fff;
    display: inline-block;
    border-radius: 6px;
}

.transfer dd.transferTxt {
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    padding: 10px 0;
}

.transfer dd.transferMap {
    width: 80%;
    margin: 30px auto;
}

.transfer dd img {
    width: 100%;
}

.transfer dd.transferTel b {
    font-size: 18px;
    color: #0084ff;
}

.transfer dd.tel3{
    text-align: center;
}

.transfer dd.tel3 ul li{
    font-size: 36px;
    line-height: 140%;
    font-weight: bold;
    color: #0189df;
}

.transfer dd.tel3 ul li a{
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    margin-left: 6px;
    color: #0189df;
}

.transfer dd.tel3 ul li a:hover{
    text-decoration: underline;
}

