/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;1,100;1,200&family=Manrope:wght@200;300;400;500;600&family=Noto+Serif+JP:wght@200;300;400;500;600;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap'); */
body{
  /* font-family: 'Noto Sans JP', sans-serif; */
  /* font-family: 'Noto Serif JP', serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  color:#000000;
  background:#f8eefd;
}
.pickup{
  font-size: 18px;
}
.top_menu ul li a p,
.contents_header p,
.cont_titile span,
.top_topics .sh,
.ranking .therapist-box .rank{
  /* font-family: 'Jost', sans-serif; */
}
.cont_titile span {
  color:#9623b5;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}
.btn_tel.pc .material-icons {
margin-right: 5px;
    margin-top: 4px;
}
.nav_follow .btn_tel a {
    display: flex;
    justify-content: center;
    align-content: center;
}

.contents {
  margin: 0;
  padding: 70px 0 40px;
}
main{
  position: relative;
}
main::before{
  content: "";
    display: block;
    /* background: linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2)25%, rgba(255, 255, 255, 0)50%, rgba(255, 255, 255, 0.2)75%, rgba(255, 255, 255, 0.2) 100%), url(../img/bg-sp.jpg); */
    background-size: 170%;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 640px){
.nav_follow .logo img {
    padding-top: 0.5rem;
}
}
  @media screen and (min-width: 640px){
    main::before{
        /* background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3)25%, rgba(255, 255, 255, 0)50%, rgba(255, 255, 255, 0.3)75%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg-pc.jpg); */

        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        position: fixed;
    }
  }

.top_contents,
.top_eventbanner{
  /* background: #fff; */
}
.label-wrap{
  /* display: none; */
}
.room{
  /* display: none; */
}

.inner {
    width: 100%;
  }
  .top_app,
  .top_blog,
  .top_credit,
  .top_access,
  .top_link{
    padding:0 1rem;
  }
  @media screen and (min-width: 640px){
.top_information .information_list li {
    height: 140px;
}
}
/*end*/
.top_schedule,
.top_blog,
.top_access{
  /* background: #f4f4f4; */
}

@media screen and (min-width: 640px){
.top_access .access-box {
  display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
align-items: center;
}

.top_access .access-box .ggmap {
    width: 100%;
    margin: 0;
}
.top_access .access-box{
  padding:0 2rem;
  border-bottom:1px solid #454545;
}
.top_access .btn01 {
    margin: 50px auto 25px auto;
}
}


.btn01 a {
    background: linear-gradient(15deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 260%, rgba(0,0,0,1) 100%);
    color: #FFF;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    border-radius: 6px;
}

/*header,toggle*/
.nav_follow {
    padding: 0 0 0 10px;
}

.toggle{
  right:10px;
}

.toggle span{
  width:90%;
}

.toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
    right: 0;
}

.global_nav_sp {
  background: rgba(255, 255, 255, 0.95);
}

.global_nav_sp ul li a {
  font-size: 15px;
  color: #454545;
  color:#9623b5;
}

.global_nav_sp a span {
    font-size: 12px;
    color: #b7b2b2;
  }

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

    .fix-header {
    background: #FFF;
}

    .nav_follow .head_btn.reserve a {
        background: linear-gradient(15deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 200%, rgba(0,0,0,1) 100%);
        color: #fff;
    }

}



/*footer*/

footer {
    /* background: #ebf3ff; */
}


footer small {
    color: #454545;
    font-size: 14px;
}


.f-hours {
    background: linear-gradient(15deg, rgba(40,40,40,1) 20%, rgba(40,40,40,1) 200%, rgba(40,40,40,1) 100%);
    color: #fff;
    display: flex;
}
.f-hours div{
  width:50%;
  margin: 0 auto;
  font-weight: bold;
}
.f-hours div:last-child{
  /* display: none; */
}

.foot_navi{
background: linear-gradient(15deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 200%, rgba(0,0,0,1) 100%);
}

.foot_navi a{
    color: #fff;
}

.btn_totop a{
    background: linear-gradient(15deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 200%, rgba(0,0,0,1) 100%);
    color: #fff;
}




/*contents header*/

.contents_header {
    /* background: rgb(242,228,210); */
/* background: linear-gradient(90deg, rgba(242,228,210,1) 0%, rgba(255,247,238,1) 49%, rgba(242,228,210,1) 100%); */
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  /* background-color: #232741; */
  /* background-image: url(""); */
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
  z-index: 1;
}

/* ---- stats.js ---- */


#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles{
  border-radius: 0 0 3px 3px;
}
#navi_toggle,#header_toggle,
#scroll-top{
  opacity: 0;
  transition: opacity 350ms ease;
}
.no-schedule{
  font-size: 1rem;
  padding: 1rem 1rem 0;
  font-weight:bold;
}
.no-schedule .btn01{
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .no-schedule{
    font-size: 1.2rem;
    text-align: center;
  }
  .no-schedule .btn01{
    font-size:14px;
  }
}
.error .text p {
  margin-bottom: 2rem;
}
.error .text p.btn01 a {
  padding: 10px;
}


/******************** キャスト枠 *****************************/


.frame {
  background-image: url(../img/common/cast_frame.png);
  position: absolute;
  background-size: cover;
  display: none;
}

.castlist .frame {
  width: 45px;
  height: 45px;
}
.castlist .frame.rt {
  right: -7px;
  top: -8px;
  z-index: 99;
}
.castlist .frame.lt {
  left: -7px;
  top: -8px;
  z-index: 99;
  transform: scale(-1, 1);
}
.castlist .frame.lb {
  left: -7px;
  bottom: -8px;
  z-index: 99;
  transform: scale(-1, -1);
}
.castlist .frame.rb {
  right: -7px;
  bottom: -8px;
  transform: scale(1, -1);
  z-index: 99;
}

.therapist-single .frame {
  width: 45px;
  height: 45px;
}
.therapist-single .frame.lt {
  left: -7px;
  top: -7px;
  z-index: 99;
  transform: scale(-1, 1);
}
.therapist-single .frame.rt {
  right: -7px;
  top: -7px;
  z-index: 99;
}
.therapist-single .frame.lb {
  left: -7px;
  bottom: -7px;
  z-index: 1;
  transform: scale(-1, -1);
}
.therapist-single .frame.rb {
  right: -7px;
  bottom: -7px;
  transform: scale(1, -1);
  z-index: 1;
}

.therapist-single .photo {
  border-radius: 5px;
  padding: 0.5rem;
  box-sizing: border-box;
  border: 2px solid;
  border-image: linear-gradient(49deg, #9500bd -150%, #edb1fd 50%, #32043f 250%);
  border-image-slice: 1;
}
.therapist-single .photo .today-icon {
  right: 0.5rem;
  top: 0.5rem;
}

.therapist-box {
  margin: 0 0 15px 0;
  border: 2px solid;
  border-image: linear-gradient(49deg, #9500bd -150%, #c900ff 50%, #32043f 250%);
  border-image-slice: 1;
  background: #fefeef;
  box-sizing: border-box;
  /* padding: 0.5rem; */
  border-radius: 5px;
  position: relative;
}
.therapist-box .photo {
  position: unset;
  padding: 0.2rem;
}
.therapist-box .cast_data {
  padding: 0 0.5rem;
  /* padding: 0 0.5rem 0.5rem; */
}
.therapist-box p.guide,
.therapist-box .todays-time {
  margin: auto;
  /* padding: 0 0.5rem; */
  margin: -5px 1px 5px 2px;
}
.therapist-box p.guide {
  margin-bottom: 0.5rem;
}
.therapist-box .photo .today-icon {
  /* right: 0.5rem;
  top: 0.5rem; */
}
.therapist-box .sns-icon {
  position: unset;
  display: grid;
  justify-content: right;
  bottom: -30px;
  z-index: 99;
  margin: 0 0 0 5px;
}
.new-therapist.therapist-box .sns-icon {
  margin: 0 0 0 5px;
}
.therapist-box .sns-icon img {
  width: 20px;
  height: auto;
  object-fit: contain;
  aspect-ratio: unset;
}
.schedule h3.name, .cast_data .name {
  display: flex;
  /* padding: 0.5rem 0 0!important; */
  flex-wrap: wrap;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
}
.therapist-box .name .grade-icon {
  padding: 2px 0.25rem;
  z-index: 99;
  /* width: 100%; */
  text-align: center;
  line-height: 2;
  /* margin: 0 0 0 5px; */
  font-size: 8px;
  border-radius: 0.3rem;
  font-size: 8px;
  margin-top: 0.2rem;
  margin-right: 5px;
}
.ranking.single {
  width: 90%;
  margin: auto;
}
.ranking.single .therapist-box {
  border-bottom: 2px solid;
  padding: 1rem;
}
.ranking.single .frame {
  width: 45px;
  height: 45px;
}
.ranking.single .frame.lt {
  left: -8px;
  top: -8px;
  z-index: 1;
  transform: scale(-1, 1);
}
.ranking.single .frame.rt {
  right: -8px;
  top: -8px;
  z-index: 1;
}
.ranking.single .frame.lb {
  left: -8px;
  bottom: -8px;
  z-index: 1;
  transform: scale(-1, -1);
}
.ranking.single .frame.rb {
  right: -8px;
  bottom: -8px;
  transform: scale(1, -1);
  z-index: 1;
}
.ranking.single .today-icon {
  display: none;
}


@media screen and (max-width: 640px) {
  .castlist {
    /* display: grid;
    grid-template-columns: repeat(auto-fit,49.5%); */
    justify-content: space-between;
    padding: 0 0.5rem;
  }
  /* .therapist-box {
    margin: 0 0 4px 0;
  } */
  .therapist-single .pickup {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 640px) {
  .ranking.single .top-ran {
    display: block;
  }
  .ranking.single .top-ran li {
    width: 100%;
  }
  .ranking.single .top-ran .therapist-box {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 0;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 0.5rem;
    border-radius: 5px;
  }
  .ranking.single .top-ran .therapist-box .photo {
    width: 37% !important;
    margin: 0 0 10px 0;
    float: left;
  }
  .ranking.single .top-ran .therapist-box .cast_data {
    float: right;
    width: 58% !important;
  }
  .ranking.single .top-ran .therapist-box .comment {
    float: right;
    width: 58% !important;
  }
  .ranking.single .top-ran .therapist-box .photo {

  }
  .therapist-box .cast_data {
    /* padding: 0 0.5rem 1.5rem; */
  }
}


/*********************************************************/


.mainvisual .global-nav,
.top_topics .sh,
.therapist-box .profile-icon li,
.therapist-box .todays-time p,
.foot_navi,
.btn_totop a,
.nav_follow .head_btn.reserve a,
.f-hours,
.event_list li .btn01 a,
p#submit-button input,
.btn01 a {
  background: #d078e7 !important;
}
.therapist-box .profile-icon li {
  background: linear-gradient(35deg, #ec83b3 -24%, #ffbcda 81%) !important;
}
.foot_navi,
.btn_totop a{
  background: linear-gradient(15deg, #872a9f 20%, #e06efd 100%) !important;
}
.contents_header p{
  color:#9623b5;
  font-size: 3.6rem;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}
.nav_follow {
  border-bottom: 2px solid #9623b5;
}
.ranking .therapist-box .photo {
  position: unset;
}
.ranking.single .therapist-box {
  position: relative;
}
header .nav_follow {
  display: none;
}
@media screen and (min-width: 640px) {
  header .nav_follow {
    display: block;
  }
}
@media screen and (max-width: 640px){
  .form-box p,
  .access-box .detail,
  .attention,
  .headsup,
  .recruit-detail p {
    font-size: 12px;
  }
  .no-schedule {
    font-size: 12px;
  }
}