@charset "UTF-8";
body {
  color: #ffffff;
  font-family: "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Verdana", "メイリオ", "Meiryo", "MS Pゴシック", "Osaka", "arial", "helvetica","sans-serif";
  font-size: 16px;
  font-weight: 700;
  background-color: #000;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a:hover {
  opacity: 0.7;
}

.mw {
  max-width: 96%;
  margin: 0 auto;
}

.mt {
  margin-top: 30px;
}

.pc_content {
  display: block;
}

.sp_content {
  display: none;
}

.title_h2 {
  margin-bottom: 10px;
}

.bg_wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

.bg_wrapper .bg_top {
  width: 100%;
  height: calc(100vh / 3);
  background-image: url(../img/bgbelt_1.png);
  background-size: cover;
}

.bg_wrapper .bg_middle {
  width: 100%;
  height: calc(100vh / 3);
  background-image: url(../img/bgbelt_2.png);
  background-repeat: repeat-x;
  background-size: cover;
  animation: loop 60s linear infinite;
}

.bg_wrapper .bg_bottom {
  width: 100%;
  height: calc(100vh / 3);
  background-image: url(../img/bgbelt_3.png);
  background-repeat: repeat-x;
  background-size: cover;
  animation: loop_reverse 60s linear infinite;
}

@keyframes loop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2000px 0;
  }
}

@keyframes loop_reverse {
  from {
    background-position: -2000px 0;
  }

  to {
    background-position: 0 0;
  }
}

#main {
  width: 700px;
  margin: 0 auto;
  background: #f4d6dd;
  position: relative;
  overflow: hidden;
}

.header_img {
  position: relative;
}

.header_img h1 {
  position: absolute;
  top: 14px;
  color: #000;
  font-size: 12px;
}

.header .header_menu {
  margin: 20px 0;
}

.header .header_menu ul {
  display: flex;
  justify-content: space-between;
}

.header .header_menu ul:first-of-type {
  margin-bottom: 5px;
}

.header .header_menu ul li {
  width: 19.5%;
}

.breadcrumb ol {
  margin-bottom: 20px;
}

.breadcrumb ol {
  display: flex;
  list-style: none;
  color: #000;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "»";
  margin: 0 .6em;
  color: #000;
}

.breadcrumb li a {
  text-decoration: underline;
}

.contents {
  min-height: 200px;
  margin-bottom: 150px;
}

.footer {
  padding-bottom: 50px;
}

.footer .footer_top {
  height: 100px;
  padding: 10px;
  background: #f373c2;
  position: relative;
  border-top: 1px solid #000;
}

.footer .footer_top .footer_logo {
  width: 220px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.footer .footer_middle {
  background: #37ca33;
  padding: 10px;
  border-top: 1px solid #000;
}

.footer .footer_middle .footer_menu ul {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .footer_middle .footer_menu ul li {
  margin: 5px 15px;
}

.footer .footer_bottom {
  padding: 10px;
  background: #7224da;
  display: flex;
  justify-content: center;
  border-top: 1px solid #000;
}

.footer .footer_bottom p {
  margin: 0 10px;
  color: #000;
}

.footer .footer_bottom p a {
  text-decoration: underline;
}

.footer .footer_copyright {
  padding: 7px;
  text-align: center;
  background: #000;
  border-top: 1px solid #000;
}

.footer .footer_tel_btn {
  width: 100%;
  max-width: 700px;
  color: #000;
  background: #eb4136;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

.footer .footer_tel_btn a {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.index_footer {
  padding-bottom: 0;
}

.floatMenu .openbtn {
  width: 120px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.floatMenu .openbtn:hover {
  animation:shake 0.4s ease;
}

@keyframes shake {
  0%   { transform:translate(0, 0); }
  16%  { transform:translate(0, 36px); }
  32%  { transform:translate(0, -30px); }
  48%  { transform:translate(0, 24px); }
  64%  { transform:translate(0, -18px); }
  80%  { transform:translate(0, 12px); }
  96%  { transform:translate(0, -6px); }
  100% { transform:translate(0, 0); }
}

.floatMenu .openbtn2 {
  display: none;
}


#g-nav {
  position:fixed;
  z-index: 999;
  top:-120%;
  left:0;
  width:100%;
  height: 100vh;
  background:#f4d6dd;
  transition: all 0.6s;
}

#g-nav.panelactive {
  top: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top:45%;
  left:50%;
  transform: translate(-50%,-45%);
}

#g-nav li {
  list-style: none;
  text-align: center; 
}

#g-nav li.g-nav_img {
  width: 175px;
  margin-bottom: 30px;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.closebtn {
  position:fixed;
  z-index: 9999;
  top:10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
}

.closebtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

#g-nav .closebtn {
  display: none;
}

#g-nav.panelactive .closebtn {
  display: block;
}

.closebtn span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.closebtn span:nth-of-type(2) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.nav_bg {
  width: 100%;
  position:absolute;
  bottom:0;
}

.nav_bg img {
  width: 100%;
}

/* 年齢認証ページ */
.entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contents.index_contents {
  margin-bottom: 0;
}

.banner_area {
  min-height: 430px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  background: #eb4136;
}

.banner_area img {
  width: auto;
}

/* トップページ */
.movie {
  position: relative;
}

.movie .movie_bg {
  padding: 30px 20px;
  background: linear-gradient(45deg, #f372c2, #3540f4, #6d29de);
  border: 1px solid #000;
}

.movie .movie_bg_img_1 {
  width: 200px;
  position: absolute;
  bottom: -33px;
  left: -17px;
}

.movie .movie_bg_img_2 {
  width: 150px;
  position: absolute;
  top: -10px;
  right: -20px;
}

.movie video {
  width: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
}

.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
  border: 1px solid #000;
}

.girls_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.girls_list::after {
  content: '';
  width: 33%;
  display: block;
}

.girls_list .list_item {
  width: 33%;
  margin-bottom: 15px;
  text-align: center;
}

.girls_list .list_item .list_img {
  position: relative;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.girls_list .list_item .list_img .newface_icon {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.girls_list .list_item .spec {
  padding: 7px 0;
  font-size: 14px;
  font-weight: 500;
  background: #000;
}

.girls_list .list_item .spec .time {
  color: #f373c2;
  font-size: 1.2em;
  font-weight: bold;
}

.girls_list .list_item .spec div {
  margin-bottom: 5px;
}

.topics .topics_wrap {
  padding: 10px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  max-height: 500px;
  overflow: auto;
}

.topics .topics_wrap .topics_title span {
  font-size: 14px;
}

.topics .topics_wrap .topics_title h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 20px;
}

.vanilla_widget {
  display: flex;
  justify-content: space-around;
}

/* スケジュールページ */
.week {
  height: 60px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.week .schtime {
  width: 13%;
}

.week .current {
  height: 40px;
  line-height: 36px;
  color: #000;
	position: relative;
	background: #f373c2;
	border: 1px solid #000;
	filter:drop-shadow(2px 2px #000);
	text-align: center;
}

.week .current:after, .week .current:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.week .current:after {
	border-color: rgba(243, 115, 194, 0);
	border-top-color: #f373c2;
	border-width: 10px;
	margin-left: -10px;
}

.week .current:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 11px;
	margin-left: -11px;
}

.week a {
  color: #f373c2;
  background: #000;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
}


/* プロフィールページ */
#prf h3 {
  display: flex;
  align-items: center;
}

#prf .h3_img {
  width: 30px;
  margin-right: 10px;
}

#prf h3 span {
  color: #000;
  font-size: 22px;
  font-weight: 900;
}

.profile {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.profile .portfolio,
.profile .prf_detail {
  width: 49%;
}

.profile .portfolio #photo {
  border: 1px solid #000;
}

.profile .portfolio #thum {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.profile .portfolio #thum li {
  width: 24%;
  border: 1px solid #000;
}

.prf_detail .prf_name {
  display: flex;
  align-items: center;
}

.prf_detail .prf_name img {
  width: 60px;
  margin-right: 10px;
}

.prf_detail .prf_name span {
  margin: 0 auto;
  color: #000;
  font-size: 24px;
  font-weight: 900;
}

.prf_detail .prf_spec {
  margin-top: 3px;
  padding: 5px 0;
  background: #000;
  text-align: center;
  font-size: 24px;
}

.prf_detail .prf_icons {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prf_detail .prf_icons .icon {
  width: 49.5%;
  min-height: 40px;
  margin-bottom: 3px;
  padding: 10px 0;
  color: #000;
  font-weight: 900;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}

.prf_detail .prf_icons .icon1 {
  background: #fffb04;
}

.prf_detail .prf_icons .icon2 {
  background: #f372c2;
}

.prf_detail .prf_icons .icon3 {
  background: #37ca33;
}

.prf_detail .prf_icons .icon4 {
  background: #00a2ff;
}

.prf_detail .prf_comment {
  margin-top: 20px;
}

.prf_detail .prf_comment .comment_txt {
  height: 313px;
  margin-top: 10px;
  padding: 10px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  overflow: auto;
  line-height: 1.5em;
}

.totto_comment {
  position: relative;
  margin: 1.5em auto 0;
  padding: 7px 10px;
  width: 96%;
  max-width: 100%;
  color: #000;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #555;
  border-radius: 10px;
}

.totto_comment:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.totto_comment:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.totto_comment .totto_comment_title {
  text-align: center;
  margin-bottom: 1em;
}

.totto_comment_img {
  width: 120px;
  margin: 0 auto;
}

.prf_diary_widget {
  margin-top: 10px;
}

#prf h3 span.small_title {
  font-size: 14px;
}

.prf_option .option_block:not(:first-of-type) {
  margin-top: 10px;
}

.option_items {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.option_items::before, 
.option_items::after {
  content: '';
  width: 24.5%;
  display: block;
}

.option_items::before {
  order: 1;
}

.option_items .option_item {
  width: 24.5%;
  margin-bottom: 5px;
  display: flex;
  text-align: center;
  border: 1px solid #000;
}

.option_items .option_item .option_name {
  width: 80%;
  padding: 10px 0;
  font-size: 18px;
  background: #000;
}

.option_items .option_item .option_possibility {
  width: 20%;
  padding: 10px 0;
  color: #000;
  background: #fff;
}

.prf_question .question_items {
  margin-top: 10px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.prf_question .question_items .question_item {
  width: 49.7%;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #000;
}

.prf_question .question_items .question_item .question {
  min-height: 38px;
  padding: 10px 0;
  margin: 0 10px;
  background: url(../img/question.png);
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px solid #000;
}

.prf_question .question_items .question_item .answer {
  min-height: 38px;
  padding: 10px 0;
  margin: 0 10px;
  background: url(../img/answer.png);
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: left center;
}

.prf_question .question_items .question_item .question span,
.prf_question .question_items .question_item .answer span {
  margin-left: 30px;
  font-size: 15px;
  display: block;
}

.prf_week {
  width: 674px;
  margin-top: 10px;
}

.prf_week .row {
  width: calc(100% / 7);
  text-align: center;
}

.prf_week .days,
.prf_week .times {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prf_week .days {
  border: 1px solid #000;
}

.prf_week .days .row {
  padding: 10px 0;
  background: #000;
}

.prf_week .days .row:not(:last-of-type) {
  border-right: 1px solid #a1a1a1;
}

.prf_week .times {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.prf_week .times .row {
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  background: #fff;
}

.prf_week .times .row:not(:last-of-type) {
  border-right: 1px solid #a1a1a1;
}

/* 料金システムページ */
.system_img {
  position: relative;
}

.long_course {
  width: 90%;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.tos {
  padding: 30px 10px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

.tos h3 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}

.tos ul {
  margin-top: 15px;
  list-style: disc;
  list-style-position: inside;
  line-height: 1.3em;
}

.tos ul li {
  text-indent: -22px;
  margin-left: 28px;
  margin-bottom: 10px;
}

.tos .warning {
  margin-top: 30px;
}

.tos .warning p {
  margin-bottom: 7px;
  margin-left: 16px;
  text-indent: -16px;
  line-height: 1.3em;
}

/* イベントページ */
.event_block {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #000;
  background: #fff;
}

.event_block h3 {
  margin-bottom: 5px;
  padding: 7px 10px;
  background: #000;
  font-size: 20px;
  text-align: center;
}


/* アンケートページ */
#review {
  color: #000;
}

.review_txt {
  text-align: center;
  line-height: 1.5em;
}

.review_block {
  margin-bottom: 20px;
}

.review_block h3 {
  margin-bottom: 5px;
}

.review_block .q_icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: #7224da;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 25px;
  border-radius: 100%;
}

.review_block textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
  overflow: auto;
  line-height: 1.3em;
  resize: vertical;
}

.review_btn input {
  width: 120px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #7224da;
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
}

.review_btn input:hover {
  opacity: 0.7;
}

#errorMessage {
  margin-top: 20px;
  color: #eb4136;
  text-align: center;
  display: none;
}

/* 確認画面ページ */
.confirm_wrap {
  color: #000;
}

.confirm_txt {
  text-align: center;
  line-height: 2em;
}

#confirm .review_block {
  border: 1px solid #000;
}

#confirm .review_block h3 {
  margin-bottom: 0;
  padding: 10px;
  background: #eee;
  border-bottom: 1px solid #000;
}

#confirm .review_block div {
  min-height: 38px;
  padding: 10px;
  background: #fff;
  word-break: break-all;
}

.confirm_btn {
  display: flex;
  justify-content: center;
}

.confirm_btn input {
  width: 120px;
  margin: 0 10px;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #7224da;
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
}

.confirm_btn input:hover {
  opacity: 0.7;
}

.confirm_btn input.return {
  background: #f373c2;
}

/* サンクスページ */
#send {
  color: #000;
  text-align: center;
  line-height: 1.5em;
}

#send div a {
  text-decoration: underline;
}

/* 404ページ */
.prf404 {
  color: #000;
  text-align: center;
}

/* 画面幅700px以下のcss */
@media screen and (max-width: 700px) {
  .pc_content {
    display: none;
  }

  .sp_content {
    display: block;
  }

  .bg_wrapper .bg_top, 
  .bg_wrapper .bg_middle,   
  .bg_wrapper .bg_bottom {
    display: none;
  }

  .bg_wrapper .bg_middle {
    animation: none;
  }
  
  .bg_wrapper .bg_bottom {
    animation: none;
  }

  .header_img h1 {
    padding-top: 3px;
    position: static;
    top: auto;
    font-size: 10px;
  }

  .breadcrumb ol {
    font-size: 12px;
  }

  .footer .footer_top .footer_logo {
    width: 185px;
  }

  .footer .footer_copyright {
    font-size: 12px;
  }

  .banner_area img {
    max-width: 100%;
  }

  #main {
    width: 100%;
  }

  .floatMenu .openbtn {
    display: none;
  }

  .floatMenu .openbtn2 {
    width: 100px;
    display: block;
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(200px);
  }

  /*上に上がる動き*/
  .UpMove {
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime {
    from {
      opacity: 0;
    transform: translateY(200px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /*下に下がる動き*/
  .DownMove {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime {
    from {
      opacity: 1;
    transform: translateY(0);
    }
    to {
      opacity: 1;
    transform: translateY(200px);
    }
  }

  .girls_list .list_item .list_img .newface_icon {
    width: 100px;
  }
  
  .girls_list .list_item .spec .time {
    font-size: 1.1em;
  }

  .movie .movie_bg {
    padding: 15px 10px;
  }

  .movie .movie_bg_img_1 {
    width: 100px;
    bottom: -10px;
    left: -17px;
  }

  .movie .movie_bg_img_2 {
    width: 80px;
  }

  .vanilla_widget {
    flex-wrap: wrap;
  }

  .vanilla_widget iframe:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .profile {
    margin-top: 10px;
  }

  .profile .portfolio, .profile .prf_detail {
    width: 100%;
  }

  .profile .prf_detail {
    margin-top: 10px;
  }

  .prf_detail .prf_name {
    justify-content: center;
  }

  .prf_detail .prf_name img {
    width: 40px;
    margin-right: 10px;
  }

  .prf_detail .prf_name span {
    margin: 0;
  }

  .prf_detail .prf_comment .comment_txt {
    max-height: 500px;
  }

  .option_items .option_item {
    width: 49%;
  }

  .prf_question .question_items .question_item {
    width: 100%;
  }

  .prf_week {
    width: 100%;
    display: flex;
    border: 1px solid #000;
  }

  .prf_week .days, 
  .prf_week .times {
    display: block;
  }

  .prf_week .days {
    width: 30%;
    border: none;
  }
  
  .prf_week .times {
    width: 70%;
    border: none;
  }

  .prf_week .row {
    width: 100%;
  }

  .prf_week .days .row:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #a1a1a1;
  }

  .prf_week .times .row {
    font-size: 16px;
  }

  .prf_week .times .row:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #a1a1a1;
  }

  .review_txt {
    text-align: left;
  }

  .confirm_txt {
    text-align: left;
  }
}
