@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body, td, div {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #000;
}

a:link, a:active {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:visited {
  text-decoration: none;
  color: #000;
}

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

li {
  list-style: none;
}

#seoWrap h1 {
  font-size: 12px;
  font-weight: normal;
}

header {
  float: left;
  width: 100%;
}

footer {
  float: left;
  width: 100%;
  background: #121212;
}

section {
  float: left;
  width: 100%;
}
section.newfaceTopWrap {
  height: 700px;
  padding: 50px 0;
  background: url("../../images/main/bg_newface.jpg") top center no-repeat;
}
section.pickupNewsWrap {
  height: 590px;
  padding: 50px 0;
  margin-bottom: 50px;
  background: url("../../images/main/bg_pickup_news.jpg") top center no-repeat;
}
section#index-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
}

.contents-wrapper {
  margin: 0 auto;
  width: 1200px;
}

body {
  margin: 0;
  padding: 0;
}

#seoWrap {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #ff0f56;
  padding: 5px 0;
  color: #fff;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  z-index: -1;
}

.logo-image {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.tenpoWrap {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 60%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.tenpoWrap li.sweet-enter {
  float: left;
  text-align: center;
}
.tenpoWrap li.sweet-enter p {
  text-align: center;
}
.tenpoWrap li.love-enter {
  float: right;
  text-align: center;
}
.tenpoWrap li.love-enter p {
  text-align: center;
}

.bg-image {
  position: absolute;
  float: left;
  width: 100%;
  height: 100vh;
  background: url("../../images/index/bg.png");
}

.index-button {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
}

.index-text {
  position: absolute;
  top: 68%;
  left: 50%;
  text-align: center;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #000;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
}
.index-text a {
  color: #ff0000;
}

.index-adBanner {
  position: relative;
  top: 80%;
  left: 0;
  width: 100%;
  float: left;
  text-align: center;
  z-index: 1;
}
.index-adBanner p {
  margin-bottom: 5px;
}

.index-interview {
  width: 100%;
}
.index-interview h2 {
  font-size: 24px;
  font-family: "Hiraginow4", sans-serif;
}
.index-interview h2 img {
  position: relative;
  top: 20px;
  margin-right: 10px;
}
.index-interview .interWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  width: 700px;
}
.index-interview .interWrap dl {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border: 1px solid #ff0080;
}
.index-interview .interWrap dl dt.image {
  float: left;
  width: 124px;
  height: 124px;
}
.index-interview .interWrap dl dt.image img {
  width: 124px;
  height: 124px;
}
.index-interview .interWrap dl dd.text {
  float: right;
  width: 195px;
  text-align: left;
  font-size: 13px;
  margin-top: 30px;
}
.index-interview .interWrap dl.banner {
  width: 100%;
  padding: 0;
}
.index-interview .interWrap dl.banner img {
  width: 100%;
  height: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: url("../../images/header/headerbg.png");
  z-index: 1001;
}
.header .logoWrap {
  float: left;
}
.header .menuWrap {
  float: right;
}
.header .info {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: "Lato", sans-serif;
}
.header .info span {
  font-size: 16px;
}

#tail-wrapper {
  float: left;
  width: 100%;
  padding: 20px 0px;
  margin-top: 10px;
}

#tail-section {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}
#tail-section ul.menu {
  float: left;
  width: 1200px;
}
#tail-section ul.menu li {
  display: inline-block;
  margin: 0 3px;
  border-left: solid 1px #ccc;
}
#tail-section ul.menu li a {
  display: block;
  padding: 0 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: "Lato", sans-serif;
}
#tail-section .copyright {
  float: left;
  width: 1200px;
  font-size: 10px;
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
}
#tail-section .copyright a {
  color: #ffffff;
}

#shopDetail {
  float: left;
  width: 1200px;
  margin: 100px 0 50px;
}
#shopDetail .info {
  float: left;
  width: 590px;
}
#shopDetail .map {
  float: right;
  width: 590px;
}

.footer-contents-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 200px;
}

.foot-contents-banner {
  display: flex;
  flex-direction: column;
}
.foot-contents-banner p {
  margin-bottom: 20px;
}

.point {
  color: #ff0000;
}

.date-color {
  color: #222222;
}

.subject-color {
  color: #ffcc33;
}

.saturday-color {
  color: #0000ff;
  font-weight: bold;
}

.sunday-color {
  color: #ff0000;
  font-weight: bold;
}

.marginTop50 {
  margin-top: 50px;
}

.marginTop140 {
  margin-top: 140px;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.marginTop-50 {
  margin-top: -50px;
}

.title {
  color: #212121;
  font-weight: normal;
  font-size: 24px;
  font-family: "libre_baskervilleregular";
  text-align: center;
  margin-bottom: 5px;
}
.title:first-letter {
  color: #ff5589;
}
.title_sub {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Hiraginow4", sans-serif;
}

#slide-event {
  float: left;
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
#slide-event img {
  width: 100%;
}

#scrollWrap {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #ff0f56;
  padding: 10px;
}
#scrollWrap p {
  font-size: 16px;
  color: #fff;
}

#twitterWrap {
  margin: 0 auto;
  width: 1200px;
}

#newfaceTop {
  position: relative;
  margin: 0;
  padding: 60px 0;
}
#newfaceTop_inner {
  position: relative;
  margin: 50px auto 0;
  padding: 0;
  width: 100%;
}

.girl_box {
  width: 16%;
  margin: 0 5px 0 5px;
  box-sizing: border-box;
}
.girl_box dt {
  width: 100%;
}
.girl_box dt img {
  width: 100%;
  position: relative;
}
.girl_box dl {
  float: left;
  width: 100%;
}
.girl_box dl dd.name {
  font-size: 18px;
  color: #ff0080;
}
.girl_box dl dd.profile {
  font-size: 16px;
  color: #000;
}

.prev {
  position: absolute;
  left: 0;
  top: 12%;
  width: 50px;
  height: 200px;
  background: url("../../images/prev_arrow.png") no-repeat left top;
  z-index: 2;
}

.next {
  position: absolute;
  right: 0;
  top: 12%;
  width: 50px;
  height: 200px;
  background: url("../../images/next_arrow.png") no-repeat left top;
  z-index: 2;
}

#widgetWrap {
  float: left;
  width: 100%;
  margin: 50px 0 20px;
}
#widgetWrap li {
  float: left;
  width: 49%;
}
#widgetWrap li:last-child {
  float: right;
  width: 49%;
}

#pickupWrap {
  float: left;
  width: 540px;
}
#pickupWrap .contents {
  position: relative;
  float: left;
  width: 520px;
  height: 390px;
  top: 20px;
  left: 20px;
  background: #f8f8f8;
}
#pickupWrap .contents li {
  float: left;
  width: 520px;
}
#pickupWrap .contents li .image {
  float: left;
  position: relative;
  left: -30;
  bottom: 20px;
  right: 10px;
  width: 250px;
  height: 375px;
  box-shadow: 10px 10px #7b7b7b;
}
#pickupWrap .contents li .image img {
  width: 250px;
  height: 375px;
}
#pickupWrap .contents li .profile {
  float: left;
  width: 240px;
  height: 50px;
  margin-top: 10px;
  font-family: "Hiraginow4", sans-serif;
}
#pickupWrap .contents li .profile p.name {
  float: left;
  width: 240px;
  font-size: 22px;
  color: #ff0080;
}
#pickupWrap .contents li .profile p.size {
  float: left;
  width: 240px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Hiraginow4", sans-serif;
}
#pickupWrap .contents li .profile .comment {
  position: relative;
  float: left;
  width: 290px;
  height: 240px;
  top: 15px;
  right: 55px;
  padding: 10px;
  font-size: 14px;
  background: #fff;
  overflow: auto;
  font-family: "Hiraginow4", sans-serif;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

#newsWrap {
  float: right;
  width: 550px;
}
#newsWrap .contents {
  float: left;
  width: 550px;
  height: 400px;
  overflow: auto;
}
#newsWrap .contents dl {
  float: left;
  width: 530px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #666;
  font-family: "Hiraginow4", sans-serif;
}
#newsWrap .contents dl dt {
  float: left;
  width: 530px;
  height: 30px;
  padding: 5px 0;
  color: #000;
  font-size: 16px;
}
#newsWrap .contents dl dt span {
  position: relative;
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 2px 3px;
  text-align: center;
  background: #ff0000;
  margin-right: 10px;
}
#newsWrap .contents dl dd {
  float: right;
  width: 530px;
  padding: 5px 0;
}
#newsWrap .contents dl dd.image {
  float: left;
  width: 530px;
  margin-bottom: 10px;
}
#newsWrap .contents dl dd.image .girl {
  float: left;
  width: 170px;
  margin: 0 2px;
  text-align: center;
}
#newsWrap .contents dl dd.image .girl img {
  width: 120px;
  height: 180px;
}
#newsWrap .contents dl dd.cmt {
  float: left;
  width: 530px;
  font-family: "Hiraginow4", sans-serif;
}

.bannerWrap {
  float: left;
  width: 1200px;
}
.bannerWrap li {
  float: left;
}
.bannerWrap li:last-child {
  float: right;
}

.mt-20 {
  margin-top: 20px;
}

.adBannerWrap {
  float: left;
  width: 1200px;
  margin-top: 15px;
  text-align: center;
}

.schedule-date {
  float: left;
  width: 1200px;
  text-align: center;
  font-size: 18px;
  color: #333;
  padding-top: 10px;
  margin-bottom: 30px;
}
.schedule-date span {
  font-size: 14px;
}
.schedule-date a {
  float: left;
  width: 14%;
  text-align: center;
  padding: 5px 0;
  color: #333;
}
.schedule-date a.selected {
  border-bottom: 2px solid #ff0f56;
  font-size: 1.3em;
}

.girlsListWrap {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, max-content));
  gap: 15px;
  justify-content: center;
}
.girlsListWrap li {
  width: 240px;
  height: 410px;
  margin: 0.5%;
  position: relative;
  overflow: hidden;
}
.girlsListWrap li .image {
  position: relative;
  width: 240px;
  height: 360px;
}
.girlsListWrap li .image img {
  width: 240px;
  height: 360px;
}
.girlsListWrap li .image dl {
  position: absolute;
  width: 100%;
  height: 90px;
  background: url("../../images/namebg.png");
  padding: 10px;
  bottom: 0;
}
.girlsListWrap li .image dl dd {
  color: #fff;
  line-height: 24px;
}
.girlsListWrap li .image dl dd.name {
  font-size: 1.3em;
  font-weight: bold;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.girlsListWrap li .image dl dd.name span.icon {
  display: flex;
  gap: 3px;
}
.girlsListWrap li .image dl dd.name span.icon img {
  width: inherit;
  height: inherit;
  padding: 2px;
}
.girlsListWrap li .image dl dd.size {
  color: #fff;
}
.girlsListWrap li .image dl dd.worktime {
  color: #fff;
}
.girlsListWrap li .image dl dd.scmt {
  color: #fff;
}
.girlsListWrap li .iconWrap {
  position: relative;
  float: left;
  height: 0;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.girlsListWrap li .iconWrap dd {
  text-align: center;
  padding: 5px;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 2px;
  font-family: "Hiraginow4", sans-serif;
}
.girlsListWrap li .styleWrap {
  float: left;
  width: 100%;
}
.girlsListWrap li .styleWrap span {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1.5;
  font-size: 16px;
  margin-bottom: 2px;
}

.new {
  background: #ff0080;
  color: #fff;
}

.blog {
  background: #6859fb;
  color: #fff;
}

.widget {
  background: #ff6b5c;
  color: #fff;
}

.twitter {
  text-align: center;
  background: #000;
}

.facebook {
  text-align: center;
  background: #4267B2;
}

.schedule {
  background: #8b4edd;
  color: #fff;
}

.taiken {
  background: rgba(255, 255, 255, 0.8);
  color: #ff5589;
}
.taiken-p {
  background: #ff0080;
  color: #fff;
}

.icon-soku {
  display: inline-block;
  position: relative;
  top: 4px;
}
.icon-soku img {
  width: 22px !important;
  height: auto !important;
}
.icon-soku img.profile {
  width: 30px !important;
  height: auto !important;
}

.gold {
  background: #ffcc00;
  color: #000;
}

.platinum {
  background: #e300ff;
  color: #000;
}

.diamond {
  background: #cccccc;
  color: #000;
}

.icon-price {
  background: #ff0080;
  color: #fff;
}

.scheduleListWrap {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, max-content));
  gap: 15px;
  justify-content: center;
}
.scheduleListWrap li {
  width: 240px;
  height: 430px;
  margin: 0.5%;
  position: relative;
  overflow: hidden;
}
.scheduleListWrap li .image {
  position: relative;
  width: 240px;
  height: 360px;
}
.scheduleListWrap li .image img {
  width: 240px;
  height: 360px;
}
.scheduleListWrap li .image dl {
  position: absolute;
  width: 100%;
  height: 110px;
  background: url("../../images/namebg.png");
  padding: 10px;
  bottom: 0;
}
.scheduleListWrap li .image dl dd {
  color: #fff;
  line-height: 24px;
}
.scheduleListWrap li .image dl dd.name {
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scheduleListWrap li .image dl dd.name span.icon {
  display: flex;
  gap: 3px;
}
.scheduleListWrap li .image dl dd.name span.icon img {
  width: inherit;
  height: inherit;
  padding: 2px;
}
.scheduleListWrap li .image dl dd.size {
  color: #fff;
}
.scheduleListWrap li .image dl dd.worktime {
  color: #ffff00;
  font-size: 18px;
  letter-spacing: 1.2;
}
.scheduleListWrap li .image dl dd.scmt {
  color: #fff;
}
.scheduleListWrap li .iconWrap {
  position: relative;
  float: left;
  height: 0;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.scheduleListWrap li .iconWrap dd {
  text-align: center;
  padding: 5px;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 2px;
  font-family: "Hiraginow4", sans-serif;
}
.scheduleListWrap li .styleWrap {
  float: left;
  width: 100%;
}
.scheduleListWrap li .styleWrap span {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1.5;
  font-size: 16px;
  margin-bottom: 2px;
}

.systemWrap {
  margin: 0 auto;
  width: 1200px;
}
.systemWrap dl {
  float: left;
  width: 1200px;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
}
.systemWrap dl dt {
  float: left;
  width: 1200px;
  text-align: center;
  font-size: 30px;
}
.systemWrap dl dd {
  float: left;
  width: 1200px;
  text-align: center;
  font-size: 40px;
  color: #ff0f5e;
  letter-spacing: 2;
}
.systemWrap dl dd span {
  font-size: 24px;
}
.systemWrap p.point {
  float: left;
  width: 1200px;
  color: #ff0000;
  text-align: center;
  font-size: 16px;
}
.systemWrap .credit {
  float: left;
  width: 1200px;
  margin: 30px 0;
}
.systemWrap .credit img {
  margin-bottom: 15px;
}
.systemWrap ul.eventBn {
  float: left;
  width: 1200px;
  margin: 30px 0;
}
.systemWrap ul.eventBn li {
  float: left;
  width: 590px;
  margin-bottom: 10px;
}
.systemWrap ul.eventBn li:nth-child(even) {
  float: right;
  width: 590px;
  margin-bottom: 10px;
}
.systemWrap .map {
  float: left;
  width: 1200px;
  margin: 30px 0;
}
.systemWrap .caution {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 30px 0;
  background: #fffcf5;
  border: 2px solid #ff0080;
  border-radius: 20px;
  color: #fff;
}
.systemWrap .caution .wrap {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.systemWrap .caution .wrap:last-child {
  border-bottom: none;
}
.systemWrap .caution .wrap.column {
  flex-direction: column;
  align-items: flex-start;
}
.systemWrap .caution .wrap h3 {
  font-size: 20px;
  color: #fff;
  background: #ff0080;
  width: 100%;
  padding: 8px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.systemWrap .caution .wrap .group {
  display: flex;
  justify-content: space-between;
}
.systemWrap .caution .wrap .group p {
  font-size: 16px;
}

.pointWrap {
  margin: 0 auto;
  width: 1200px;
}
.pointWrap p {
  float: left;
  width: 1200px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.pointWrap .bgWrap {
  float: left;
  width: 1200px;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 30px;
}
.pointWrap .bgWrap dl {
  float: left;
  width: 33.3333333333%;
  padding: 16px;
  margin: 0 10px;
  text-align: center;
  background: #fff;
}
.pointWrap .bgWrap dl dt.image {
  display: block;
  text-align: center;
}
.pointWrap .bgWrap dl dd {
  text-align: center;
  font-size: 20px;
  color: #ff0f56;
  letter-spacing: 2;
  margin-top: 10px;
}
.pointWrap .bgWrap dl dd span {
  display: block;
  font-size: 16px;
  color: #000;
}
.pointWrap .parking-info {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
}
.pointWrap .parking-info .parking-info-title {
  text-align: center;
  font-size: 30px;
}
.pointWrap .metro-info {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: center;
}
.pointWrap .metro-info .group {
  margin-bottom: 20px;
}
.pointWrap .metro-info .group .metro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.pointWrap .metro-info .group .metro-icon b {
  font-size: 20px;
}
.pointWrap .metro-info .group .metro-icon img {
  display: inline-block;
  width: 100px;
}
.pointWrap .metro-info .group .train-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px;
}
.pointWrap .metro-info .group .station {
  border: 2px solid #000;
  padding: 10px 20px;
  font-size: 22px;
  white-space: nowrap;
  border-radius: 8px;
}
.pointWrap .metro-info .group .rail {
  width: 40px;
  height: 10px;
  background-image: repeating-linear-gradient(to right, #000 0 4px, transparent 4px 8px);
}

.mailmagaWrap {
  margin: 0 auto;
  width: 1200px;
}
.mailmagaWrap p {
  float: left;
  width: 1200px;
  text-align: center;
  padding: 10px 0;
  background: #ff5e88;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Hiraginow4", sans-serif;
}
.mailmagaWrap .form {
  float: left;
  width: 800px;
  margin: 40px 200px 20px;
  text-align: center;
}
.mailmagaWrap .form b.mform_txt {
  margin: 0 0 30px;
  color: #ff5589;
}
.mailmagaWrap .form dl {
  width: 800px;
  margin: 0 auto;
}
.mailmagaWrap .form dl dt {
  margin: 0 0 5px;
  color: #ff5589;
  font-weight: bold;
  text-align: left;
}
.mailmagaWrap .form dl dd {
  margin: 0 0 20px;
}
.mailmagaWrap .form input {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #000;
}
.mailmagaWrap .form button {
  width: auto;
  margin: 20px 0 40px;
  padding: 15px 40px;
  border: none;
  background: #ff5589;
  color: #fff;
  text-align: center;
}

.rankingWrap {
  margin: 0 auto;
  width: 1200px;
}
.rankingWrap .tabBtn {
  float: left;
  width: 800px;
  margin: 30px 200px;
}
.rankingWrap .tabBtn li {
  float: left;
  width: 400px;
  border-right: 1px solid #fff;
  text-align: center;
}
.rankingWrap .tabBtn li.selected {
  float: left;
  width: 400px;
  background: #ff0080;
  padding: 10px 30px;
  color: #fff;
  font-size: 20px;
}
.rankingWrap .tabBtn li a {
  float: left;
  width: 400px;
  background: #666;
  padding: 10px 30px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.rankingWrap .tabBtn li a:hover {
  float: left;
  width: 400px;
  background: #ff0080;
  padding: 10px 30px;
  color: #fff;
}
.rankingWrap li.rank1 {
  float: left;
  width: 1200px;
  box-sizing: border-box;
  padding: 30px;
  background: #f5f5f5;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.rankingWrap li.rank1 .image {
  float: left;
  width: 375px;
  height: 560px;
}
.rankingWrap li.rank1 .image img {
  width: 375px;
  height: 560px;
}
.rankingWrap li.rank1 .profileWrap {
  float: right;
  width: 720px;
}
.rankingWrap li.rank1 .profileWrap .icon {
  float: left;
  width: 720px;
  margin-bottom: 10px;
}
.rankingWrap li.rank1 .profileWrap .name {
  float: left;
  width: 720px;
  font-size: 32px;
  color: #ff0080;
}
.rankingWrap li.rank1 .profileWrap .size {
  float: left;
  width: 720px;
  font-size: 20px;
  margin-bottom: 10px;
}
.rankingWrap li.rank1 .profileWrap .gcmt {
  float: left;
  width: 700px;
  background: #000;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.rankingWrap li.rank1 .profileWrap .mcmt {
  float: left;
  width: 720px;
  font-size: 16px;
}
.rankingWrap li.rank2 {
  float: left;
  width: 595px;
  box-sizing: border-box;
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.rankingWrap li.rank2 .image {
  float: left;
  width: 240px;
  height: 360px;
}
.rankingWrap li.rank2 .image img {
  width: 240px;
  height: 360px;
}
.rankingWrap li.rank2 .profileWrap {
  float: right;
  width: 290px;
}
.rankingWrap li.rank2 .profileWrap .icon {
  float: left;
  width: 290px;
  margin-bottom: 10px;
}
.rankingWrap li.rank2 .profileWrap .name {
  float: left;
  width: 290px;
  font-size: 28px;
  color: #ff0080;
}
.rankingWrap li.rank2 .profileWrap .size {
  float: left;
  width: 290px;
  font-size: 18px;
  margin-bottom: 10px;
}
.rankingWrap li.rank2 .profileWrap .gcmt {
  float: left;
  width: 280px;
  background: #000;
  padding: 3px 5px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.rankingWrap li.rank2 .profileWrap .mcmt {
  float: left;
  width: 290px;
  height: 210px;
  overflow: hidden;
  font-size: 14px;
}
.rankingWrap li.rank3 {
  float: right;
  width: 595px;
  box-sizing: border-box;
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.rankingWrap li.rank3 .image {
  float: left;
  width: 240px;
  height: 360px;
}
.rankingWrap li.rank3 .image img {
  width: 240px;
  height: 360px;
}
.rankingWrap li.rank3 .profileWrap {
  float: right;
  width: 290px;
}
.rankingWrap li.rank3 .profileWrap .icon {
  float: left;
  width: 290px;
  margin-bottom: 10px;
}
.rankingWrap li.rank3 .profileWrap .name {
  float: left;
  width: 290px;
  font-size: 28px;
  color: #ff0080;
}
.rankingWrap li.rank3 .profileWrap .size {
  float: left;
  width: 290px;
  font-size: 18px;
  margin-bottom: 10px;
}
.rankingWrap li.rank3 .profileWrap .gcmt {
  float: left;
  width: 280px;
  background: #000;
  padding: 3px 5px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.rankingWrap li.rank3 .profileWrap .mcmt {
  float: left;
  width: 290px;
  height: 210px;
  overflow: hidden;
  font-size: 14px;
}
.rankingWrap li.rank4 {
  float: left;
  width: 162px;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #eee;
  margin-right: 9px;
}
.rankingWrap li.rank4 .image {
  float: left;
  width: 160px;
  height: 240px;
}
.rankingWrap li.rank4 .image img {
  width: 160px;
  height: 240px;
}
.rankingWrap li.rank4 .icon {
  float: left;
  width: 162px;
  text-align: center;
  margin: 5px 0;
}
.rankingWrap li.rank4 .icon img {
  width: 100px;
}
.rankingWrap li.rank4 .profileWrap {
  float: left;
  width: 162px;
  text-align: center;
}
.rankingWrap li.rank4 .profileWrap .name {
  float: left;
  width: 162px;
  font-size: 18px;
  color: #ff0080;
  text-align: center;
}
.rankingWrap li.rank4 .profileWrap .size {
  float: left;
  width: 162px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

#linkWrap {
  margin: 0 auto;
  width: 1200px;
}
#linkWrap .contents {
  float: left;
  width: 1200px;
}
#linkWrap .contents li {
  display: inline-block;
  margin: 0 15px 20px 0;
  font-family: "Hiraginow4", sans-serif;
}

.profileWrap {
  float: left;
  width: 100%;
}
.profileWrap .nameBox {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.profileWrap .nameBox h3 {
  float: left;
  font-size: 30px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 2px solid #ff0f56;
  font-family: "Hiraginow4", sans-serif;
  font-family: "libre_baskervilleregular";
  margin-bottom: 20px;
}
.profileWrap .nameBox h3 b {
  font-size: 18px;
}
.profileWrap .nameBox img {
  position: relative;
}
.profileWrap .nameBox .styleWrap {
  position: relative;
  float: right;
  top: 10px;
}
.profileWrap .nameBox .styleWrap dd {
  float: left;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  height: 30px;
}
.profileWrap .nameWrap {
  float: left;
  width: 320px;
}
.profileWrap .interviewWrap {
  float: left;
  width: 320px;
}
.profileWrap .imageWrap {
  float: left;
  width: 440px;
}
.profileWrap .bImage {
  float: left;
  width: 440px;
  height: 640px;
  background: #eee;
}
.profileWrap .bImage img {
  float: left;
  width: 400px;
  height: 600px;
  margin: 20px 20px 10px;
}
.profileWrap .tImage {
  float: left;
  width: 440px;
  height: 120px;
  margin: 20px 0 30px;
}
.profileWrap .tImage img {
  float: left;
  width: 65px;
  border: 1px solid #333333;
  margin-left: 2px;
}
.profileWrap .infoWrap {
  float: right;
  width: 700px;
  min-height: 710px;
  margin-left: 20px;
}
.profileWrap .gmtWrap {
  float: right;
  width: 360px;
  margin-bottom: 10px;
}
.profileWrap .gmtWrap .back {
  float: left;
  width: 360px;
  height: 195px;
  box-sizing: border-box;
  background: #f8f8f8;
  color: #000;
  font-family: "Hiraginow4", sans-serif;
  padding: 10px;
  overflow: auto;
}
.profileWrap .sns-wrap {
  float: right;
  width: 360px;
  display: flex;
}
.profileWrap .sns-wrap a.diaryWrap {
  width: 100%;
  padding: 10px 0;
  background: #7343fb;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.profileWrap .sns-wrap a.repoWrap {
  width: 100%;
  padding: 10px 0;
  background: #46c42f;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.profileWrap .mmtWrap {
  float: left;
  width: 700px;
  margin-bottom: 10px;
}
.profileWrap .mmtWrap .back {
  float: left;
  width: 500px;
  height: 290px;
  box-sizing: border-box;
  background: #f8f8f8;
  color: #000;
  font-family: "Hiraginow4", sans-serif;
  padding: 10px;
  overflow: auto;
}
.profileWrap .mmtWrap .back-movie {
  float: right;
  width: 190px;
  height: 290px;
}
.profileWrap .mmtWrap .back-movie video.profile {
  position: relative;
  width: 100%;
  z-index: 1001;
}
.profileWrap .profileWidget {
  float: left;
  width: 700px;
  margin-bottom: 10px;
}
.profileWrap .scheduleWrap {
  float: left;
  width: 1200px;
}

.new {
  background: #ff0080;
  color: #fff;
}

.schedule {
  background: #8b4edd;
  color: #fff;
}

.repo {
  background: #77b733;
  color: #fff;
}

.gold {
  background: #ffcc00;
  color: #000;
}

.platinum {
  background: #e300ff;
  color: #000;
}

.diamond {
  background: #cccccc;
  color: #000;
}

.sub-title {
  padding: 8px 0;
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
  box-sizing: border-box;
  font-family: "libre_baskervilleregular";
}
.sub-title:first-letter {
  color: #ff0f56;
}

table.menuTable {
  float: left;
  width: 600px;
  height: 200px;
  background: #fff7f9;
  border-collapse: collapse;
}
table.menuTable th {
  width: 25%;
  height: 25px;
  vertical-align: middle;
  padding: 0px 3px;
  border: 1px solid #cecece;
}
table.menuTable td {
  width: 25%;
  vertical-align: middle;
  padding: 0 3px;
  border: 1px solid #cecece;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.2;
}
table.menuTable td span {
  color: #ff3166;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "Hiraginow4", sans-serif;
}

.tab-container {
  margin: 20px 0;
}

.tabs {
  width: 100%;
  list-style: none;
  display: flex;
  border-bottom: 2px solid #ccc;
  padding: 0;
  margin: 0 0 10px;
}

.tabs li {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f7f7f7;
  margin-right: 5px;
}

.tabs li.active {
  background: #ff5bc8;
  color: #fff;
  border-top: 2px solid #333;
}

.tab-content {
  display: none;
}
.tab-content h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 2;
  margin: 20px 0;
}

.tab-content.active {
  display: block;
}

table.systemTable {
  float: left;
  width: 1200px;
  border-collapse: collapse;
  margin-bottom: 30px;
}
table.systemTable th {
  vertical-align: middle;
  padding: 10px 0;
  background: #f8f8f8;
  font-size: 20px;
  letter-spacing: 1.2;
  border: 1px solid #cecece;
  font-family: "Lato", sans-serif;
}
table.systemTable th.time {
  width: 15%;
}
table.systemTable td {
  vertical-align: middle;
  padding: 10px 0;
  border: 1px solid #cecece;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1.2;
  font-family: "Lato", sans-serif;
}
table.systemTable td.time {
  width: 15%;
}
table.systemTable td span {
  font-size: 18px;
}

.time-color {
  color: #ff0f5e;
}

.iconSimei {
  display: inline;
  background: #ff0f5e;
  font-size: 11px;
  padding: 2px 3px;
  color: #fff;
  text-align: center;
}

table.courseTable {
  float: left;
  width: 1200px;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.courseTable th {
  width: 25%;
  vertical-align: middle;
  padding: 10px 0;
  background: #f8f8f8;
  font-size: 18px;
  letter-spacing: 1.2;
  border: 1px solid #cecece;
  font-family: "Lato", sans-serif;
}
table.courseTable th.gold {
  background: #ffcc00;
  color: #000;
}
table.courseTable th.platinum {
  background: #e300ff;
  color: #000;
}
table.courseTable th.diamond {
  background: #cccccc;
  color: #000;
}
table.courseTable td {
  vertical-align: middle;
  padding: 10px 0;
  border: 1px solid #cecece;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1.2;
  font-family: "Lato", sans-serif;
}
table.courseTable td span {
  font-size: 20px;
}

table.nameTable {
  width: 320px;
  background: #f8f8f8;
  border: 1px solid #bdbdbd;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.nameTable th {
  width: 30%;
  background: #f1f1f1;
  border: 1px solid #bdbdbd;
  padding: 0 10px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  font-family: "Hiraginow4", sans-serif;
}
table.nameTable td {
  text-align: left;
  border: 1px solid #bdbdbd;
  vertical-align: middle;
  padding: 10px 10px;
  font-size: 14px;
  color: #000;
  font-family: "Hiraginow4", sans-serif;
}

table.scheduleTable {
  float: left;
  width: 100%;
  background: #f8f8f8;
  border-collapse: collapse;
  color: #000;
  font-family: "libre_baskervilleregular";
}
table.scheduleTable th {
  height: 30px;
  background: #f2f2f2;
  font-size: 14px;
  vertical-align: middle;
  padding: 10px 0;
  border: 1px solid #ccc;
  text-align: center;
  color: #000;
}
table.scheduleTable td {
  vertical-align: middle;
  text-align: center;
  height: 30px;
  padding: 10px 0;
  border: 1px solid #ccc;
  color: #000;
  font-family: "libre_baskervilleregular";
}

table.tableInterview {
  width: 320px;
  height: 290px;
  background: #f8f8f8;
  border-collapse: collapse;
}
table.tableInterview th {
  width: 120px;
  vertical-align: middle;
  padding: 5px 0;
  text-align: right;
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
  color: #ff0000;
  font-family: "Hiraginow4", sans-serif;
}
table.tableInterview td {
  vertical-align: middle;
  padding: 5px 0 5px 20px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  font-family: "Hiraginow4", sans-serif;
}

table.tableInfo {
  width: 100%;
  height: 300px;
  background: #f8f8f8;
  border-collapse: collapse;
  border: 1px solid #eee;
}
table.tableInfo th {
  width: 120px;
  vertical-align: middle;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
  background: #f4f4f4;
  font-weight: normal;
  color: #ff0000;
  font-family: "Hiraginow4", sans-serif;
}
table.tableInfo td {
  vertical-align: middle;
  padding: 5px 0 5px 20px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  font-family: "Hiraginow4", sans-serif;
}

table.contactTable {
  float: left;
  width: 980px;
  border-collapse: collapse;
  margin: 10px 0 10px 10px;
}
table.contactTable th {
  font-size: 16px;
  width: 200px;
  vertical-align: middle;
  padding: 5px;
  text-align: left;
  border-bottom: 1px dotted #afafaf;
}
table.contactTable th.tlt {
  padding: 5px;
  text-align: center;
  background: #ccc;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
table.contactTable td.submit {
  text-align: center;
}
table.contactTable td {
  vertical-align: middle;
  padding: 5px;
  text-align: left;
  border-bottom: 1px dotted #afafaf;
  font-size: 16px;
}
table.contactTable td textarea {
  width: 700px;
  height: 250px;
}
table.contactTable td select {
  width: 150px;
}
table.contactTable td .address_input input[type=text] {
  width: 450px;
  padding: 5px;
  margin-right: 5px;
}
table.contactTable td input[type=text] {
  padding: 5px;
  margin-right: 5px;
}

input[type=submit] {
  width: 100px;
  height: 25px;
  padding: 5px;
}

input[type=reset] {
  width: 100px;
  height: 25px;
  padding: 5px;
}

.yo {
  color: #ff0000;
  font-size: 12px;
}