@charset "utf-8";

/* 01-01 */
body,
.fcBody {
  color:#aaaaaa;
  font-family: "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

/* 01-02 */
.fcRed,
.messageError {
  color:#e40000;
}
.fcBlue {
  color:#2568af;
}

/* 01-03 */
.center-weekbtn-Wpr span.fcBlue,
.cd-schedule-Box b.fcBlue {
  color:#2568af;
}
.center-weekbtn-Wpr span.fcRed,
.cd-schedule-Box span.fcRed {
  color:#d51717;
}

/* 01-04-1 */
a:link,
.fcLink {
  color:#cc6699;
}
a:visited {
  color:#cc6699;
}
a:active {
  color:#cc6699;
}
a:hover,
.fcLink:hover {
  color:#cc3399;
}

/* 01-04-2 */
.ancr-fw {
  font-weight:normal;
}

/* 01-05-1 */
body {
  font-size:1.6rem;
}

/* 01-05-2 */
.ph-Ttl span {
  font-size:2rem;
}

/* 01-05-3 */
.side-contents-Box .ph-Ttl span,
.sh-Ttl span {
  font-size:1.8rem;
}

/* 01-05-4 */
.sb-Ttl span {
  font-size:1.8rem;
}

/* 01-05-5 */
.material-menu ul li a {
  font-size:1.6rem;
}

/* 01-05-6 */
#sidemenu li a {
  font-size:1.6rem;
}

/* 01-05-7 */
.hdrpsi-tel-Box {
  font-size:2.2rem;
}

/* 01-05-8 */
.hdrpsi-bh-Box {
  font-size:2.2rem;
}

/* 01-05-9 */
.centerbtn-Wpr a,
.sidebtn-Wpr a,
.cd-movie-Box a,
input[type=submit],
input[type=button],
.sbmtbtn-Wpr button,
.btn-bg-Clr,
.btn-reset-Clr,
.center-paging-Wpr li p,
.center-paging-Wpr li a,
/* .center-nppage-Wpr li a, */
.owl-theme .owl-controls .owl-buttons div.owl-prev p,
.owl-theme .owl-controls .owl-buttons div.owl-next p {
  font-size:1.6rem;
}

/* 02-01 */
body {
  background:rgba(0,0,0,1);
  background-image:url(../images/template/bg_body.jpg?dt=20220510002345);
  background-repeat:repeat-y;
  background-position:50% 0%;
  background-attachment:scroll;
}

/* 02-02 */
#page {
}

/* 02-03 */
.header-Wpr {
}

/* 02-04 */
.header-PC-Box {
}

/* 02-05 */
.main-Wpr {
}

/* 02-06 */
.main-Box {
}

/* 02-07 */
.footer-Wpr,
#caspe-smbnr-Box {
  background:rgba(0,0,0,0.5);
}

/* 02-08 */
.footer-Box {
}

/* 03-01 */
.header-Ttl {

}

/* 03-02 */
.header-Ttl h1 {
  color:#d8cbce;
  text-align:center;
}

/* 03-04 */
.header-PC-Box img {
  left:5%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);

}

/* 03-05 */
.header-PC-Box {
  height:240px;
}

/* 03-06 */
.hdrpsi-tel-Box p,
.hdrssi-tel-Box p {
  color:#e3bfc8;
  font-weight:normal;
}

/* 03-07 */
.hdrpsi-bh-Box p,
.hdrpsi-rh-Box p,
.hdrssi-bh-Box p,
.hdrssi-rh-Box p {
  color:#e3bfc8;
  font-weight:normal;
}

/* 03-08 */
.header-pcinfo-Box {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end; 
}

.hdrpsi-tel-Box,
.hdrpsi-bh-Box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  width:auto;
}

/* 04-01-1 */
@media only screen and (min-width:1120px) {
  .material-menu ul li a {
    height:48px;
    line-height:48px;
  }
}

/* 04-01-2 */
#globalnav-Wpr,
.material-menu-wrapper.material-menu-view-mobile {
  background:url(../images/template/bg_gnwpr.png?dt=20220510002345)    ,
  -webkit-gradient(linear, left top, left bottom,color-stop(0%, #ffffff), color-stop(100%, #000000));
  background:url(../images/template/bg_gnwpr.png?dt=20220510002345)    ,
  -webkit-linear-gradient(top,#ffffff 0%, #000000 100%);
  background:url(../images/template/bg_gnwpr.png?dt=20220510002345)    ,
  -moz-linear-gradient(top,#ffffff 0%, #000000 100%);
  background:url(../images/template/bg_gnwpr.png?dt=20220510002345)    ,
  -o-linear-gradient(top,#ffffff 0%, #000000 100%);
  background:url(../images/template/bg_gnwpr.png?dt=20220510002345)    ,
  -ms-linear-gradient(top,#ffffff 0%, #000000 100%);
  background:url(../images/template/bg_gnwpr.png?dt=20220510002345)    ,
  linear-gradient(to bottom,#ffffff 0%, #000000 100%);
}

/* 04-02 */
.material-menu ul li a {
  background-color:rgba(136,21,55,1);
}

.material-menu ul li a:hover,
.material-menu ul li a.page-selected {
  background-color:rgba(136,21,55,1);
}

/* 04-03-1 */
#sidemenu li a {
  height:44px;
  line-height:44px;
}
/* 04-03-2 */
#sidemenu li a {
  background-color:rgba(26,26,26,1);
}

#sidemenu li a:hover,
#sidemenu li a.page-selected {
  background-color:rgba(26,26,26,1);
}

/* 04-04 */
.material-menu ul li a,
.material-menu ul li a:hover,
.material-menu ul li a span,
.material-menu ul li a.page-selected {
  font-weight:normal;
}

.material-menu ul li a {
  color:#f7ebef;
}

.material-menu ul li a {
  text-shadow:none;
}

.material-menu ul li a:hover,
.material-menu ul li a.page-selected {
  color:#faf1f4;
}

.material-menu ul li a:hover,
.material-menu ul li a.page-selected {
  text-shadow:none;
}

/* 04-05 */
#sidemenu li a,
#sidemenu li a span,
#sidemenu li a:hover,
#sidemenu li a.page-selected {
  font-weight:normal;
}

#sidemenu li a {
  color:#f7ebef;
}

#sidemenu li a {
  text-shadow:none;
}

#sidemenu li a:hover,
#sidemenu li a.page-selected {
  color:#faf1f4;
}

#sidemenu li a:hover,
#sidemenu li a.page-selected {
  text-shadow:none;
}

/* 04-06 */
.material-menu ul li,
#sidemenu li {
  border-color:#220917;
}
@media only screen and (max-width:1119px) {
  .material-menu ul li ,
  .material-menu ul li:first-child ,
  .material-menu ul li:last-child {
    border-color:#220917;
  }
}
.material-menu ul li {
  border-style:none solid none none;
  border-width:0 1px 0 0;
}
.material-menu ul li:first-child {
  border-style:none solid none solid;
  border-width:0 1px 0 1px;
}
#sidemenu li {
  border-style:solid none none none;
  border-width:1px 0 0 0;
}
#sidemenu li:last-child {
  border-style: solid none solid none;
  border-width:1px 0 1px 0;
}
@media only screen and (max-width:1119px) {
 .material-menu ul li ,
 .material-menu ul li:first-child {
    border-style:solid none none none;
    border-width:1px 0 0 0;
  }
 .material-menu ul li:last-child {
    border-style:solid none solid none;
    border-width:1px 0 1px 0;
  }
}
/* 04-07 */
.material-menu ul li a {
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:solid;
  border-bottom-width:4px;
  border-bottom-color:#5c103a;
  border-left-style:none;
}

.material-menu ul li a:hover,
.material-menu ul li a.page-selected {
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:solid;
  border-bottom-width:4px;
  border-bottom-color:#bb3570;
  border-left-style:none;
}

/* 04-08 */
#sidemenu li a {
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:none;
  border-left-style:none;
}

#sidemenu li a:hover,
#sidemenu li a.page-selected {
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:none;
  border-left-style:none;
}

/* 04-09 */
@media only screen and (max-width:1119px) {
  .material-menu ul li a {
    border-top-style:none;
    border-right-style:none;
    border-bottom-style:none;
    border-left-style:solid;
    border-left-width:3px;
    border-left-color:#5c103a;
  }

  .material-menu ul li a:hover,
  .material-menu ul li a.page-selected {
    border-top-style:none;
    border-right-style:none;
    border-bottom-style:none;
    border-left-style:solid;
    border-left-width:3px;
    border-left-color:#bb3570;
  }
}

/* 05-01-1 */
.sh-Ttl span,
.ph-Ttl span {
  color:#ffdded;
  font-weight:bold;
  text-shadow:none;
}

/* 05-01-2 */
.sh-Ttl,
.ph-Ttl {
  text-align:center;
}
.sh-Ttl span,
.ph-Ttl span {
  padding-left:0px;
}

/* 05-01-3 */
.sh-Ttl,
.ph-Ttl {
  height:52px;
  line-height:52px;
}

/* 05-01-4 */
.sh-Ttl,
.ph-Ttl {
  background-size:cover;
}

/* 05-02 */
.mailmagazine-Wpr h2.sh-Ttl span {
  
}
.mailmagazine-Wpr h2.sh-Ttl {
}

/* 05-03 */
.left-qrcode-Wpr h2.sh-Ttl span {
  
}
.left-qrcode-Wpr h2.sh-Ttl {
}

/* 05-04 */
.left-photo-Diary h2.sh-Ttl span {
  
}
.left-photo-Diary h2.sh-Ttl {
}

/* 05-05 */
.side-rightnow-Box h3.ph-Ttl span {
  
}
.side-rightnow-Box h3.ph-Ttl {
}

/* 05-06 */
.pickupcast-Box h3.ph-Ttl span {
  
}
.pickupcast-Box h3.ph-Ttl {
}

/* 05-07 */
.newface-Box h3.ph-Ttl span {
  
}
.newface-Box h3.ph-Ttl {
}

/* 05-08 */
.right-ranking-Box h3.ph-Ttl span {
  
}
.right-ranking-Box h3.ph-Ttl {
}

/* 05-09 */
.sb-Ttl span {
  color:#d5c8c8;
  font-weight:normal;
}
.sb-Ttl {
}

/* 05-10 */
.cmn-bg-Dark {
  background:rgba(8,8,8,0.6);
}

/* 05-11 */
.cmn-bg-Light {
  background:rgba(8,8,8,0.3);
}

/* 06-01 */
.contents-Box {
}

/* 06-02 */
.bg-center-cmnbox {
}

/* 06-03 */
.side-contents-Box {
}

/* 06-04 */
.side-contents-Box.mailmagazine-Wpr {
}

/* 06-05 */
.side-contents-Box.left-photo-Diary {
}

/* 06-06 */
#side-rightnow-Wpr {
}

/* 06-07 */
.pickupcast-Box {
}

/* 06-08 */
.newface-Box {
}

/* 06-09 */
.right-ranking-Box {
}

/* 06-10 */
input[type="text"],
input[type="email"],
select,
.check-group label,
textarea,
.rt-o-cgp li div,
.dd .ddTitle .ddlabel,
.dd .ddChild li .ddlabel,
.dd .ddTitle .description,
.dd .ddChild li .description  {
  color:#d5c8c8;
}
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
.check-group label:hover,
textarea:focus,
.rt-o-cgp li div:hover {
  color:#e7dcdc;
}

/* 06-11-1 */
input[type="text"],
input[type="email"],
select,
select optgroup,
.check-group label,
textarea,
.rt-o-cgp li div,
.dd .ddTitle,
.dd .divider,
.dd .ddChild li {
  background-color:#0c0c0c;
  border-style:solid;
  border-width:1px;
  border-color:#3c3c3c;
}
/* 06-11-2 */
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
.check-group label:hover,
textarea:focus,
.rt-o-cgp li div:hover,
.dd .ddTitle:hover,
.dd .ddChild li.hover,
.dd .ddChild li.selected {
  background-color:#1c1c1c;
  border-style:solid;
  border-width:1px;
  border-color:#5c5c5c;
}
/* 06-11-3 */
input[type="text"].messageError,
input[type="email"].messageError,
select.messageError,
textarea.messageError {
  background-color:#1c1c1c;
  border-style:solid;
  border-width:1px;
  border-color:#e40000;
}
/* 06-11-4 */
input[type="text"],
input[type="email"],
select,
.check-group label,
textarea {
  box-shadow:2px 2px 4px 0px #000000 inset;
  -moz-box-shadow:2px 2px 4px 0px #000000 inset;
  -webkit-box-shadow:2px 2px 4px 0px #000000 inset;
}

/* 06-12 */
.bdr-clr-Dark.bg-rank-no01,
.bdr-clr-Dark.ranking-no01-Wpr {
  border-style:solid;
  border-width:1px;
  border-color:#baa779;
}
.bg-rank-no01,
.ranking-no01-Wpr {
}

.bdr-clr-Dark.bg-rank-no02,
.bdr-clr-Dark.ranking-no02-Wpr {
  border-style:solid;
  border-width:1px;
  border-color:#c9c9c9;
}
.bg-rank-no02,
.ranking-no02-Wpr {
}

.bdr-clr-Dark.bg-rank-no03,
.bdr-clr-Dark.ranking-no03-Wpr {
  border-style:solid;
  border-width:1px;
  border-color:#be9f83;
}
.bg-rank-no03,
.ranking-no03-Wpr {
}

.bdr-clr-Dark.bg-rank-Otr,
.cdicon-ranking p:not(bdr-clr-Dark) {
  border-style:solid;
  border-width:1px;
  border-color:#2f1a22;
}
.bg-rank-Otr,
.cdicon-ranking p:not(.bg-rank-no01):not(.bg-rank-no02):not(.bg-rank-no03) {
}

/* 06-13 */
.ranking-up {
  color:#2f69de;
}
.ranking-keep {
  color:#de882f;
}
.ranking-down {
  color:#de2f51;
}
.ranking-new {
  color:#20b73c;
}

/* 06-14 */
.marquee-Wpr dt {
  
}
.marquee-Wpr dd {
  
}
.marquee-Wpr dd a {
  
}

/* 06-15 */
.marquee-Wpr {
  background:rgba(139,53,101,0.2);
}
.marquee-Wpr {
  border-top-style:solid;
  border-top-width:1px;
  border-top-color:#2f1a22;
  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#2f1a22;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#2f1a22;
  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#2f1a22;
}
.marquee-Box {
  background:rgba(0,0,0,0.6);
}
.marquee-Box {
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:none;
  border-left-style:none;
}

/* 06-16 */
span.data-Box {
  color:#aaaaaa;
}
.data-bg-Clr {
  background:rgba(8,8,8,0.1);
}

/* 07-01 */
#sidemenu.leftcol-bdr-clr {
  border-style:none;
}
.mailmagazine-Wpr.leftcol-bdr-clr {
  border-style:solid;
  border-width:1px;
  border-color:#3a3a3a;
}
.left-qrcode-Wpr.leftcol-bdr-clr {
  border-style:solid;
  border-width:1px;
  border-color:#3a3a3a;
}
.left-photo-Diary.leftcol-bdr-clr {
  border-style:solid;
  border-width:1px;
  border-color:#3a3a3a;
}

/* 07-02 */
@media only screen and (min-width:768px) {
.centercol-bdr-clr {
  border-style:solid;
  border-width:1px;
  border-color:#844360;
 }
}
.centerbox-bdr-clr {
  border-style:none;
}
.bdr-clr-Dark {
  border-style:solid;
  border-width:1px;
  border-color:#3a3a3a;
}
.bdr-hdg-clr {
  border-color:#844360;
}

/* 07-03 */
.side-rightnow-Box.rightcol-bdr-clr {
  border-style:solid;
  border-width:1px;
  border-color:#844360;
}
.pickupcast-Box.rightcol-bdr-clr {
  border-style:solid;
  border-width:1px;
  border-color:#844360;
}
.newface-Box.rightcol-bdr-clr {
  border-style:solid;
  border-width:1px;
  border-color:#844360;
}
.right-ranking-Box.rightcol-bdr-clr {
  border-style:solid;
  border-width:1px;
  border-color:#844360;
}

/* 08-01-1 */
.cast-Wpr,
.cast-type-B .cast-Box,
.cast-lvl-Box + a dl.cast-Box dt,
.glImg label {
  background:rgba(0,0,0,0.3);
}

/* 08-01-2 */
.cast-Wpr,
.dd .ddTitle .ddTitleText img,
.dd .ddChild li img {
  border-style:solid;
  border-width:1px;
  border-color:#333333;
}

/* 08-02 */
.cast-genre-Box li,
.cd-genre-Box li {
  color:#d5c8c8;
}
.cast-genre-Box li p,
.cd-genre-Box li p {
  border-color:#1d0a0a;
}
.cast-genre-Box li,
.cd-genre-Box li {
  background:rgba(0,0,0,1);
  background:
  -webkit-gradient(linear, left top, left bottom,color-stop(0%, #111111), color-stop(100%, #000000));
  background:
  -webkit-linear-gradient(top,#111111 0%, #000000 100%);
  background:
  -moz-linear-gradient(top,#111111 0%, #000000 100%);
  background:
  -o-linear-gradient(top,#111111 0%, #000000 100%);
  background:
  -ms-linear-gradient(top,#111111 0%, #000000 100%);
  background:
  linear-gradient(to bottom,#111111 0%, #000000 100%);
}

/* 08-03 */
.castTime span {
  color:#eeeeee;
  text-shadow:none;
}
.castTime {
  background:rgba(17,7,12,1);
  background:
  -webkit-gradient(linear, left top, right top,color-stop(0%, #11070c), color-stop(50%, #2d1224), color-stop(100%, #11070c));
  background:
  -webkit-linear-gradient(left,#11070c 0%, #2d1224 50%, #11070c 100%);
  background:
  -moz-linear-gradient(left,#11070c 0%, #2d1224 50%, #11070c 100%);
  background:
  -o-linear-gradient(left,#11070c 0%, #2d1224 50%, #11070c 100%);
  background:
  -ms-linear-gradient(left,#11070c 0%, #2d1224 50%, #11070c 100%);
  background:
  linear-gradient(to right,#11070c 0%, #2d1224 50%, #11070c 100%);
}

/* 08-04 */
.castTime.atWork-03 p,
.castTime.atWork-04 p {
  color:#eeeeee;
  text-shadow:none;
}
.castTime.atWork-03 p,
.castTime.atWork-04 p {
  background:rgba(187,53,112,1);
  background:
  -webkit-gradient(linear, left top, right top,color-stop(0%, #bb3570), color-stop(50%, #a23163), color-stop(100%, #bb3570));
  background:
  -webkit-linear-gradient(left,#bb3570 0%, #a23163 50%, #bb3570 100%);
  background:
  -moz-linear-gradient(left,#bb3570 0%, #a23163 50%, #bb3570 100%);
  background:
  -o-linear-gradient(left,#bb3570 0%, #a23163 50%, #bb3570 100%);
  background:
  -ms-linear-gradient(left,#bb3570 0%, #a23163 50%, #bb3570 100%);
  background:
  linear-gradient(to right,#bb3570 0%, #a23163 50%, #bb3570 100%);
}

/* 08-05 */
.castTime.dayOff span {
  color:#555555;
  text-shadow:none;
}
.castTime.dayOff {
  background:rgba(0,0,0,0.6);
}

/* 08-06 */
.status-Yes p {
  color:#d5c8c8;
  text-shadow:none;
  background:rgba(139,53,101,1);
  background:
  -webkit-gradient(linear, left top, left bottom,color-stop(0%, #8b3565), color-stop(100%, #752b54));
  background:
  -webkit-linear-gradient(top,#8b3565 0%, #752b54 100%);
  background:
  -moz-linear-gradient(top,#8b3565 0%, #752b54 100%);
  background:
  -o-linear-gradient(top,#8b3565 0%, #752b54 100%);
  background:
  -ms-linear-gradient(top,#8b3565 0%, #752b54 100%);
  background:
  linear-gradient(to bottom,#8b3565 0%, #752b54 100%);
  border-style:solid;
  border-width:1px;
  border-color:#2f1a22;
}

/* 08-07 */
.status-No p {
  color:#444444;
  text-shadow:none;
  background:rgba(12,12,12,1);
  border-style:solid;
  border-width:1px;
  border-color:#2f1a22;
}

/* 09-01 */
.centerbtn-Wpr a,
.sidebtn-Wpr a,
.cd-movie-Box a,
input[type=submit],
input[type=button],
.center-hotellist-Box td a,
.btn-bg-Clr,
.btn-reset-Clr,
.owl-theme .owl-controls .owl-buttons div p,
.center-paging-Wpr li p,
.center-paging-Wpr li a 
/* .center-nppage-Wpr li a, */
/* .cos-filter-Box li p */ {
  height:46px;
  line-height:46px;
  border-radius:4px;
  font-weight:bold;
}

/* 09-02 */
.btn-bg-Clr,
a.btn-bg-Clr,
.owl-theme .owl-controls .owl-buttons div p,
h2.resp-accordion {
  color:#f7ebef;
  text-shadow:1px 1px 1px #130207;
  background:rgba(139,53,101,0.2);
  border-style:solid;
  border-width:1px;
  border-color:#5c103a;
}

/* 09-03 */
.btn-bg-Clr:hover,
a.btn-bg-Clr:hover,
.center-nppage-Wpr a:hover b,
.owl-theme .owl-controls.clickable .owl-buttons div p:hover,
h2.resp-accordion.resp-tab-active,
.btn-bg-Clr.btn-active-Clr {
  color:#faf1f4;
  text-shadow:1px 1px 1px #130207;
  background:rgba(139,53,101,0.5);
  border-style:solid;
  border-width:1px;
  border-color:#bb3570;
}

/* 09-04 */
.btn-reset-Clr,
.page-numbers-active {
  color:#cccccc;
  text-shadow:none;
  background:rgba(21,21,21,0.2);
  border-style:solid;
  border-width:1px;
  border-color:#454545;
}

/* 09-05 */
.mailmagazine-Box label:first-of-type,
.mailmagazine-Box label:last-of-type {
  border-width:1px;
  border-color:#222222;
}
.mailmagazine-Box input[type="radio"]:checked + .switch-on,
.mailmagazine-Box input[type="radio"]:checked + .switch-off,
.glImg label.checked {
  color:#eeeeee;
  background:rgba(187,53,112,1);
  background:
  -webkit-gradient(linear, left top, left bottom,color-stop(0%, #911f51), color-stop(100%, #bb3570));
  background:
  -webkit-linear-gradient(top,#911f51 0%, #bb3570 100%);
  background:
  -moz-linear-gradient(top,#911f51 0%, #bb3570 100%);
  background:
  -o-linear-gradient(top,#911f51 0%, #bb3570 100%);
  background:
  -ms-linear-gradient(top,#911f51 0%, #bb3570 100%);
  background:
  linear-gradient(to bottom,#911f51 0%, #bb3570 100%);
}
.mailmagazine-Box label {
  color:#666666;
  background:rgba(26,26,26,1);
  background:
  -webkit-gradient(linear, left top, left bottom,color-stop(0%, #222222), color-stop(100%, #111111));
  background:
  -webkit-linear-gradient(top,#222222 0%, #111111 100%);
  background:
  -moz-linear-gradient(top,#222222 0%, #111111 100%);
  background:
  -o-linear-gradient(top,#222222 0%, #111111 100%);
  background:
  -ms-linear-gradient(top,#222222 0%, #111111 100%);
  background:
  linear-gradient(to bottom,#222222 0%, #111111 100%);
}

/* 09-06 */
.slick-dots li.slick-active button:before,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background:#bb3570;
}
.slick-dots li button:before,
.owl-theme .owl-controls .owl-page span  {
  background:#3a3a3a;
}

/* 09-07 */
#totop i {
  color:#d8c1c8;
 }
#totop {
    background-color:rgba(21,21,21,0.4);
 }
#totop:hover {
    background-color:rgba(21,21,21,0.8);
 }

/* 10-01 */
.footer-leftcol li a,
#caspe-smbnr-Box a {
  color:#e2e2e2;
}
.footer-leftcol li a:hover, 
#caspe-smbnr-Box a:hover {
  color:#ffffff;
}
.footer-leftcol li a {
  font-weight:normal;
}

/* 10-02 */
.footer-info-Wpr li p {
  color:#e2e2e2;
  font-weight:normal;
}

/* 10-03 */
.footer-copy small,
.footer-copy a {
  color:#e2e2e2;
  font-weight:normal;
}

/* Smart Phone */
@media only screen and (max-width:1119px) {
  /* 12-01 */
  .material-menu-button span {
    background:#d3bdbd;
  }
  .header-Nav li:nth-child(3) i:last-of-type {
    color:#d3bdbd;
  }

  .material-menu-button,
  .header-Nav li:nth-child(3) a.sp-tel-icon {
    border-style:solid;
    border-width:1px;
    border-color:#672d3a;
  }

  .material-menu-button,
  .header-Nav li:nth-child(3) a.sp-tel-icon {
    border-radius:2px;
  background:rgba(19,2,7,1);
  }

  .material-menu-button:hover,
  .header-Nav li:nth-child(3) a.sp-tel-icon:hover {
  }

  /* 12-02 */
  .header-SP-Info {
  background:rgba(3,3,0,0.5);
  }

  /* 12-03 */
  .material-menu-titlebar,
  .material-menu-wrapper {
    background-color:rgba(3,3,0,0.9);
  }
  /* 12-04 */
  .material-menu ul li a,
  .material-menu ul li a.page-selected,
  .material-menu ul li a span,
  .material-menu ul li a:hover {
    font-size:1.6rem;
    font-weight:normal;
    height:48px;
    line-height:48px;
  }
  .material-menu ul li a i {
    display:none;
  }
}


/* マニュアル追加↓ */
*{
  font-family:"Noto Serif JP","Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
 font-weight:400;
}
/*
.ancr-fw.castTime,
*/
.numo-rankings.ancr-fw {
 font-weight:700 !important;
}

.header-Ttl {
 background: -moz-linear-gradient(top,  rgba(139,53,101,0.7) 0%, rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background: -webkit-linear-gradient(top,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background: linear-gradient(to bottom,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background-repeat:no-repeat:
 background-size:100% auto;
}
@media only screen and (min-width:1120px) {
 .header-Wpr {
  background:url(../images/template/entrance_image_b.png) no-repeat 75% 24px;
  background-size:1080px auto;
 }
}

.header-PC-Box img {
  left:8%;
  top:80px;
  max-height:100px;
}
.header-PC-Box ul.header-pcinfo-Wpr {
 left:8%;
 right:auto;
 top:75%;
 -webkit-transform:translate(0,-80%);
 -ms-transform:translate(0,-80%);
 transform:translate(0,-80%);
}
.hdrpsi-rh-Box p{
 text-align:center;
}

@media only screen and (max-width:1279px) {
 body {
  background-size:100% auto;
 }
}
@media only screen and (max-width:767px) {
 body {
  background-size:125% auto;
 }
}
/* breadcrumbs */
#breadcrumbs {
 margin:12px auto 24px;
}
#breadcrumbs ol {
 text-align:center;
}
#breadcrumbs a {
 text-decoration:none;
}
#breadcrumbs a span {
 color:#bbb !important;
}
#breadcrumbs a:hover span {
 color:#fff !important;
}
#breadcrumbs span {
 color:#ccc;
}


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

 /* pc header */
 .hdrpsi-tel-Box b,
 .hdrpsi-bh-Box b,
 .hdrpsi-tel-Box span,
 .hdrpsi-bh-Box span {
  font-family: 'Noto Serif', serif;
  text-shadow: 0 -1px 1px #000, 1px 1px 1px #777;
 }
}

 /* pc footer */
.footer-Wpr {
 border-top:3px solid #5c103a;
}
@media only screen and (min-width:1120px) {
 .footer-leftcol ul::before {
  content:"CONTENTS";
  color:#d3bdbd;
  font-size:2rem;
  font-weight:400;
  font-family: 'Noto Serif', serif;
  text-shadow: 0 -1px 1px #000, 1px 1px 1px #777;
  display:block;
  width:100%;
  text-align:left;
  padding-bottom:10px;
 }
.footer-rightcol dt img {
  max-height:80px;
 }
}

/* 05-09 */
.sb-Ttl {
background: -moz-linear-gradient(top,  rgba(132,67,96,0.2) 0%, rgba(0,0,0,0.5) 50%, rgba(132,67,96,0.2) 100%);
background: -webkit-linear-gradient(top,  rgba(132,67,96,0.2) 0%,rgba(0,0,0,0.5) 50%,rgba(132,67,96,0.2) 100%);
background: linear-gradient(to bottom,  rgba(132,67,96,0.2) 0%,rgba(0,0,0,0.5) 50%,rgba(132,67,96,0.2) 100%);

}
/* heding */
.sh-Ttl,
.ph-Ttl {
 white-space:nowrap;
 text-overflow:ellipsis;
 -webkit-text-overflow:ellipsis;
 -o-text-overflow:ellipsis;
 overflow:hidden;
 line-height:1;
 height:auto;
 padding:16px;
 position:relative;
}

.sh-Ttl {
 background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.8) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.8) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.8) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background-repeat:no-repeat:
 background-size:100% auto;
 background-position:50% 100%;

}
.ph-Ttl {
 background: -moz-linear-gradient(top,  rgba(139,53,101,0.7) 0%, rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background: -webkit-linear-gradient(top,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background: linear-gradient(to bottom,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background-repeat:no-repeat:
 background-size:100% auto;
 background-position:100% 100%;
}
.ph-Ttl::after,
.ph-Ttl::before {
 content:"";
 width:12px; 
 height:80px;
 background:rgba(0,0,0,0.3);
 position:absolute;
 transform: skewX(-20deg);
 top:0;
}
.ph-Ttl::after {
 left:12px; 
}
.ph-Ttl::before {
 left:32px; 
}
/*
.sh-Ttl::after,
.ph-Ttl::after {
  background:url(../images/template/id135_cmn_bg.jpg) no-repeat 100% 100%;
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-2;
}
*/
.sh-Ttl span,
.ph-Ttl span {
 display: flex;
 justify-content: space-between;
 align-items:center;
 font-size:1.8rem !important;
 font-weight:700;
 width:100%;
 white-space:nowrap;
 text-overflow:ellipsis;
 -webkit-text-overflow:ellipsis;
 -o-text-overflow:ellipsis;
 overflow:hidden;
 z-index:3;
 position:relative;
 text-shadow: 0 -1px 1px #000, 1px 1px 1px #111;
}
.sh-Ttl span {
 color:#fff;
}
.sh-Ttl span::after {
 font-size:1.4rem !important;
 font-weight:400;
 font-family: 'Noto Serif', serif;
  color:#fff;
}
.ph-Ttl span::after {
 font-size:1.4rem !important;
 font-weight:400;
 font-family: 'Noto Serif', serif;
}
@media only screen and (min-width:960px) {
 .sh-Ttl span,
 .ph-Ttl span {
  font-size:2.2rem !important;
 }
}
@media only screen and (min-width:768px) {
 .sh-Ttl,
 .side-contents-Box .ph-Ttl {
  line-height:1.3;
  padding:8px 16px;
 }
 .sh-Ttl span,
 .side-contents-Box .ph-Ttl span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width:100%;
 }

 .sh-Ttl span::after,
 .side-contents-Box .ph-Ttl span::after {
  width:100%;
 }
}

.center-rightnow-phttl span::after {content:"RIGHT NOW";}
.center-latestnews-phttl span::after {content:"LATEST NEWS";}
.center-event-phttl span::after {content:"EVENT";}
.center-todaysched-phttl span::after {content:"TODAY'S SCHEDULE";}
.center-access-phttl span::after {content:"ACCESS";}
.center-diary-phttl span::after {content:"PHOTO DIARY";}
.center-news-phttl span::after {content:"NEWS";}
.center-sametype-phttl span::after {content:"SAME TYPE";}
.center-enquete-phttl span::after {content:"ENQUETE";}
.center-concept-phttl span::after {content:"GUIDE";}
.center-contact-phttl span::after {content:"CONTACT";}
.center-contribution-phttl span::after {content:"CONTRIBUTION";}
.center-gallery-phttl span::after {content:"GALLERY";}
.center-castlist-phttl span::after {content:"THERAPIST";}
.center-castdetail-phttl span::after {content:"PROFILE";}
.center-hotellist-phttl span::after {content:"HOTEL LIST";}
.center-siteinfo-phttl span::after {content:"SITE INFORMATION";}
.center-link-phttl span::after {content:"LINK";}
.center-price-phttl span::after {content:"PRICE";}
.center-faq-phttl span::after {content:"Q & A";}
.center-ranking-phttl span::after {content:"RANKING";}
.center-recruit-phttl span::after {content:"RECRUIT";}
.center-reservation-phttl span::after {content:"RESERVATION";}
.center-schedule-phttl span::after {content:"SCHEDULE";}
.center-voice-phttl span::after {content:"REVIEW";}
.center-waiting-phttl span::after {content:"WAITING";}
.center-costume-phttl span::after {content:"COSTUME";}
.center-mailmagazine-phttl span::after {content:"MAIL MAGAZINE";}
.center-404-phttl span::after {content:"404 NOT FOUND";}

.right-rightnow-phttl span::after {content:"RIGHT NOW";}
.right-recommend-phttl span::after {content:"RECOMMEND";}
.right-newface-phttl span::after {content:"NEW FACE";}
.right-ranking-phttl span::after {content:"RANKING";}

.left-mailmagazine-shttl span::after {content:"MAIL MAGAZINE";}
.left-qrcode-shttl span::after {content:"MOBILE";}
.left-diary-shttl span::after {content:"PHOTO DIARY";}

/* globalnavi & side menu */

#globalnav-Wpr,
.material-menu-wrapper.material-menu-view-mobile {

}

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

 #globalnav-Wpr {
  border:1px solid #5c103a;
  background: -moz-linear-gradient(top,  rgba(139,53,101,0.7) 0%, rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
  background: -webkit-linear-gradient(top,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
  background: linear-gradient(to bottom,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
  background-repeat:no-repeat:
  background-size:100% auto;
  background-position:100% 100%;
  position:relative;
 }
 #globalnav-Wpr::after{
  background:#5c103a;
  content:"";
  width:100%;
  height:4px;
  position:absolute;
  bottom:0;
  left:0;
 }

 #globalnav-Wpr.gnav-fixed {
  
  box-shadow: 0 4px 10px 4px rgba(0,0,0,0.7);
  position:fixed;
  z-index:99;
  top:0;
  left:0;
 }

/*
 #globalnav-Wpr.gnav-fixed .material-menu {
	max-width:100%;
}
 #globalnav-Wpr.gnav-fixed #globalnav {
  max-width:100%;
  position:relative;
  border:2px solid blue;
 }
 #globalnav-Wpr.gnav-fixed #globalnav::after {
  background:url(../images/template/logo.png) no-repeat;
  background-size:cover;
  content:"";
  width:300px;
  height:60px;
  border:1px solid red;
  display:block;
  position:absolute; 
 top:0
 bottom:0;
 left:0;
 }
 #globalnav-Wpr.gnav-fixed .material-menu ul {
  display:flex;
  justify-content:flex-end;
 }
 #globalnav-Wpr.gnav-fixed .material-menu ul li a{
  padding:10px 20px;
 }
*/
 .material-menu ul li {
  padding:0;
 }
 .material-menu ul li a {
  height:auto;
  line-height:1.4; 
  padding:10px 0;
  position:relative;
  background:none;
  z-index:1;
 }
 .material-menu ul li a::after {
  opacity:0;
  -moz-opacity:0;
  filter:alpha(opacity=0);
  background-color:#bb3570;
  content:'';
  display: block;
  bottom:-10px;
  left: 0;
  right:0;
  margin:auto;
  position: absolute;
  transition:0.5s all;
  height:8px;
  width:8px;
  transform: rotate(-45deg);
 }
 .material-menu ul li a:hover,
 .material-menu ul li a.page-selected {
  background:none;
  box-shadow: 0px 24px 48px rgba(0,0,0,0.8) inset;
 }
 .material-menu ul li a:hover::after ,
 .material-menu ul li a.page-selected::after{
  bottom:-4px;
  opacity:1;
  -moz-opacity:1;
  filter:alpha(opacity=100);
 }
 .material-menu ul li a:hover::before,
 .material-menu ul li a.page-selected::before {
  content:'';
  position:absolute; 
  left:0;
  top:-32px;
  width:50px;
  height:50px;
  right:0;
  bottom:auto;
  margin:auto;
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 201, 225,1) 0%, rgba(255, 201, 225,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255, 201, 225,1) 0%,rgba(255, 201, 225,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(255, 201, 225,1) 0%,rgba(255, 201, 225,1) 100%);
  border-radius: 50%;
  filter: blur(30px);
 }
 .material-menu li a span {
  font-size:1.8rem;
  display:block;
  text-shadow: 0 -1px 1px #000, 1px 1px 1px #777;
 }
 .material-menu li a span::after {
  display:block;
  white-space:nowrap;
  text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
  font-size:1.3rem;
  font-weight:400 !important;
  margin:0 auto;
  padding:0;
  letter-spacing: 1px;
 }

 #globalnav li.top a span::after {content:"TOP PAGE";}
 #globalnav li.news a span::after {content:"NEWS";}
 #globalnav li.concept a span::after {content:"GUIDE";}
 #globalnav li.price a span::after {content:"PRICE";}
 #globalnav li.cast a span::after {content:"THERAPIST";}
 #globalnav li.waiting a span::after {content:"WAITING";}
 #globalnav li.schedule a span::after {content:"SCHEDULE";}
 #globalnav li.event a span::after {content:"EVENT";}
 #globalnav li.access a span::after {content:"ACCESS";}
 #globalnav li.hotel a span::after {content:"HOTEL LIST";}
 #globalnav li.ranking a span::after {content:"RANKING";}
 #globalnav li.diary a span::after {content:"DIARY";}
 #globalnav li.gallery a span::after {content:"GALLERY";}
 #globalnav li.questionnaire a span::after {content:"ENQUETE";}
 #globalnav li.qanda a span::after {content:"Q & A";}
 #globalnav li.recruit a span::after {content:"RECRUIT";}
 #globalnav li.link a span::after {content:"LINK";}
 #globalnav li.costume a span::after {content:"COSTUME";}
 #globalnav li.reservation a span::after {content:"RESERVATION";}
 #globalnav li.voice a span::after {content:"REVIEW";}
 #globalnav li.contribution a span::after {content:"POSTING";}
 #globalnav li.contact a span::after {content:"CONTACT";}

/*
 #sidemenu ul {
  border-bottom:1px solid #2b2b2b;
 }
 #sidemenu ul li a,
 #sidemenu ul li a:first-child,
 #sidemenu ul li a:hover {
  border-top:1px solid #2b2b2b;
 }
*/
 #sidemenu li {
 background: -moz-linear-gradient(top,  rgba(139,53,101,0.7) 0%, rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background: -webkit-linear-gradient(top,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background: linear-gradient(to bottom,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background-repeat:no-repeat:
 background-size:100% auto;
 background-position:100% 100%;
  position:relative;

}
/*
 #sidemenu li::before {
  background:url(../images/template/bg_cmn_ttl.png) no-repeat 0% 30%;
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
 }
*/
 #sidemenu li a {
  border-left:3px solid #5c103a;
  background:none;
  padding:0 12px;
  overflow:hidden;
  position:relative;
 }
 #sidemenu li a:hover,
 #sidemenu li a.page-selected {
  background:none;
  border-left:3px ridge #bb3570;
  box-shadow: 0px 12px 36px rgba(0,0,0,0.8) inset;
 }
 #sidemenu li a:hover::before,
 #sidemenu li a.page-selected::before {
  content:'';
  position:absolute; 
  left:0;
  top:-32px;
  width:50px;
  height:50px;
  right:0;
  bottom:auto;
  margin:auto;
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 201, 225,1) 0%, rgba(255, 201, 225,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255, 201, 225,1) 0%,rgba(255, 201, 225,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(255, 201, 225,1) 0%,rgba(255, 201, 225,1) 100%);
  border-radius: 50%;
  filter: blur(30px);
 }
 #sidemenu ul li a::after {
  opacity:0;
  -moz-opacity:0;
  filter:alpha(opacity=0);
  background-color:#bd2747;
  top:0;
  bottom:0;
  content: '';
  display: block;
  left:-8px;
  margin:auto;
  position: absolute;
  transition:0.5s all;
  height:8px;
  width:8px;
  transform: rotate(-45deg);
 }
 #sidemenu ul li a:hover::after ,
 #sidemenu ul li a.page-selected::after{
  left:-4px;
  opacity:1;
  -moz-opacity:1;
  filter:alpha(opacity=100);
 }
 #sidemenu li a span {
  display: flex;
  justify-content: space-between;
  font-size:1.6rem;
  text-shadow: 0 -1px 1px #000, 1px 1px 1px #777;
  vertical-align:middle;
 }
 #sidemenu li a span::after {
  font-size:1.3rem;
  font-family: 'Noto Serif', serif;
  font-weight:400 !important;
 }

 #sidemenu li.top a span::after {content:"TOP";}
 #sidemenu li.news a span::after {content:"NEWS";}
 #sidemenu li.concept a span::after {content:"GUIDE";}
 #sidemenu li.price a span::after {content:"PRICE";}
 #sidemenu li.cast a span::after {content:"THERAPIST";}
 #sidemenu li.waiting a span::after {content:"WAITING";}
 #sidemenu li.schedule a span::after {content:"SCHEDULE";}
 #sidemenu li.event a span::after {content:"EVENT";}
 #sidemenu li.access a span::after {content:"ACCESS";}
 #sidemenu li.hotel a span::after {content:"HOTEL LIST";}
 #sidemenu li.ranking a span::after {content:"RANKING";}
 #sidemenu li.diary a span::after {content:"DIARY";}
 #sidemenu li.gallery a span::after {content:"GALLERY";}
 #sidemenu li.questionnaire a span::after {content:"ENQUETE";}
 #sidemenu li.qanda a span::after {content:"Q & A";}
 #sidemenu li.recruit a span::after {content:"RECRUIT";}
 #sidemenu li.link a span::after {content:"LINK";}
 #sidemenu li.costume a span::after {content:"COSTUME";}
 #sidemenu li.reservation a span::after {content:"RESERVATION";}
 #sidemenu li.voice a span::after {content:"REVIEW";}
 #sidemenu li.contribution a span::after {content:"CONTRIBUTION";}
 #sidemenu li.contact a span::after {content:"CONTACT";}
}

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

 #globalnav li.top a span::before {content:"HOME｜";}
 #globalnav li.news a span::before {content:"NEWS｜";}
 #globalnav li.concept a span::before {content:"GUIDE｜";}
 #globalnav li.price a span::before {content:"PRICE｜";}
 #globalnav li.cast a span::before {content:"THERAPIST｜";}
 #globalnav li.waiting a span::before {content:"WAITING｜";}
 #globalnav li.schedule a span::before {content:"SCHEDULE｜";}
 #globalnav li.event a span::before {content:"EVENT｜";}
 #globalnav li.access a span::before {content:"ACCESS｜";}
 #globalnav li.hotel a span::before {content:"HOTEL LIST｜";}
 #globalnav li.ranking a span::before {content:"RANKING｜";}
 #globalnav li.diary a span::before {content:"DIARY｜";}
 #globalnav li.gallery a span::before {content:"GALLERY｜";}
 #globalnav li.questionnaire a span::before {content:"ENQUETE｜";}
 #globalnav li.qanda a span::before {content:"Q & A｜";}
 #globalnav li.recruit a span::before {content:"RECRUIT｜";}
 #globalnav li.link a span::before {content:"LINK｜";}
 #globalnav li.costume a span::before {content:"COSTUME｜";}
 #globalnav li.reservation a span::before {content:"RESERVATION｜";}
 #globalnav li.voice a span::before {content:"REVIEW｜";}
 #globalnav li.contribution a span::before {content:"POSTING｜";}
 #globalnav li.contact a span::before {content:"CONTACT｜";}

 #globalnav {
  background:#000;
 }
 #globalnav li a {
  background: -moz-linear-gradient(top,  rgba(139,53,101,0.7) 0%, rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
  background: -webkit-linear-gradient(top,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
  background: linear-gradient(to bottom,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
  background-repeat:no-repeat:
  background-size:100% auto;
  background-position:100% 100%;
 }
 .material-menu ul li a:hover,
 .material-menu ul li a.page-selected {
  box-shadow: 0px 24px 48px rgba(0,0,0,0.8) inset;
 }
 #globalnav li a span {
  font-size:1.1rem;
  margin:0;
  padding:0 8px;
  vertical-align:middle;
 }
 #globalnav li a span::before {
  font-size:1.6rem;
  font-family: 'Noto Serif', serif;
  font-weight:400;
 }
}

/* entrance */
.entrance-image-B {
 padding-top:22px;
}
.entrance-logo-B {
  top:80px;
  right:auto;
  bottom:30%;
  left:8%;
}
.entrance-info-Wpr-B {
 max-width:1200px;
 width:100%;
 height:100%;
 right:0;
 left:0;
 margin:auto;
}
.entrance-info-Box-B {
 max-width:auto;
 width:45%;
 top:auto;
 right:auto;
 bottom:25%;
 left:8%;
 flex-direction: column;
 position:absolute;

}
.entrance-info-Box-B p {
 padding:0 !important;
 text-align:left !important;
}
.entrance-info-Box-B p:last-child {
 font-size:2rem;
}


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

 .entrance-info-Box-B {
  max-width:80%;
  width:auto;
 }
 .entrance-info-Box-B p:first-of-type,
 .entrance-info-Box-B p:last-child {
 display:inline;
 font-size:1.4rem;
 }
}
@media only screen and (max-width:479px) {
 .entrance-info-Box-B p:first-of-type,
 .entrance-info-Box-B p:last-child {
  font-size:1.2rem;
 }
}


.entrance-btn-Wpr-B {
 max-width:100%;
 background: -moz-linear-gradient(top,  rgba(139,53,101,0.7) 0%, rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background: -webkit-linear-gradient(top,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background: linear-gradient(to bottom,  rgba(139,53,101,0.7) 0%,rgba(65,10,38,0.7) 100%),url(../images/template/id135_cmn_bg.jpg) ;
 background-repeat:no-repeat:
 background-size:100% auto;
 background-position:50% 100%;
 position:relative;
}
.entrance-btn-Wpr-B::after {
  content:"";
  width:100%;
  height:4px;
  position:absolute;
  top:auto;
  bottom:0;
  background:#5c103a;
  z-index:-1;
}
.entrance-btn-Box-B li a.enter-btn {
 background: linear-gradient(to bottom,  rgba(152,98,127,0.5) 0%,rgba(212,21,111,0.5) 100%);
}
.entrance-btn-Box-B li a.enter-btn:hover {
 background: linear-gradient(to bottom,  rgba(152,98,127,0.8) 0%,rgba(212,21,111,0.8) 100%);
}
.entrance-btn-Box-B li a.leave-btn {
 background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.4) 100%);
}
.entrance-btn-Box-B li a.leave-btn:hover {
 background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.3) 100%);
}


/* slogan sample 
.header-PC-Box::before,
.header-PC-Box::after,
.entrance-inner-B::before,
.entrance-inner-B::after {
 color:#d5cfd3;
 white-space: pre-wrap;
 position:absolute;
 margin:auto;
 z-index:4;
 text-shadow:0 0 3px #000,0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000;
}
.header-PC-Box::before,
.entrance-inner-B::before {
 content:"High Quality Salon";
 font-family: 'Noto Serif', serif;
 font-weight:400;
}
.header-PC-Box::after,
.entrance-inner-B::after {
 content:"厳しい審査をクリアした\a　容姿端麗なセラピストをご案内いたします\a　（スローガンの例）";
 font-weight:700;
}
.entrance-inner-B::before {
 text-align:center;
 font-size:4rem;
 top:58%;
 right:auto;
 bottom:auto;
 left:8%;
 width:45%;
}
.entrance-inner-B::after {
 text-align:left;
 font-size:2rem;
 letter-spacing:0;
 top:72%;
 right:auto;
 bottom:auto;
 left:23%;
 width:45%;
}
.header-PC-Box::before {
 text-align:left;
 font-size:3rem;
 top:30%;
 right:20%;
 bottom:auto;
 left:auto;
}
.header-PC-Box::after {
 text-align:left;
 font-size:1.8rem;
 letter-spacing:0;
 top:50%;
 right:10%;
 bottom:auto;
 left:auto;
}

@media only screen and (max-width:959px) {
 .entrance-logo-B {
  top:50px;
  min-width:270px;
 }
 .entrance-image-B {
  height:400px;
  object-fit:cover;
  object-position:center top;
 }
 .entrance-inner-B::before {
  font-size:2.6rem;
  top:58%;
  left:12%;
  width:auto;
 }
 .entrance-inner-B::after {
  font-size:1.6rem;
  top:72%;
  left:17%;
  width:45%;
 }
}

@media only screen and (max-width:479px) {
 .entrance-logo-B {
  max-width:50%;
  min-width:200px;
 }
 .entrance-image-B {
  height:320px;
  object-fit:cover;
  object-position:60% 0;
 }
 .entrance-inner-B::before {
  font-size:2.4rem;
  left:8%;
  width:auto;
 }
 .entrance-inner-B::after {
  font-size:1.4rem;
  left:13%;
  width:auto;
 }
}
*/
/* マニュアル終了↑ */
