@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Cinzel&amp;display=swap");
.mainVisual {
  padding: 128px 0 0;
}

.wrapper {
  padding: 0;
  background: none;
}

.top__main {
  margin: 0px 0px 0px 0px;
  padding: 20px 50px 0;
  background: rgba(0, 0, 0, 0.7);
}
.top__main h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 4px;
  color: #fff;
  font-weight: normal;
  font-family: "Cinzel", "Noto Serif JP", serif;
  outline: 1px solid #471017;
  outline-offset: 3px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #151515 50%, #232323 50%);
  padding: 5px 0 0 40px;
  height: 62px;
  font-size: 30px;
  letter-spacing: 2px;
}
.top__main h1:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #780e1b 50%, #21212e 50%);
  width: 5px;
  height: 40px;
  margin-left: -20px;
  margin-top: -3px;
}
.top__main h1 span {
  padding-right: 20px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.top__main .topimage a:hover {
  opacity: 0.7;
}
.top__main .sub_nav {
  margin: 0 4px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top__main .sub_nav li {
  margin-bottom: 25px;
  list-style: none;
}
.top__main .sub_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.top__main .sub_nav li:nth-of-type(1) a {
  background: url(../images/sub_nav1.jpg);
}
.top__main .sub_nav li:nth-of-type(2) a {
  background: url(../images/sub_nav2.jpg);
}
.top__main .sub_nav li:nth-of-type(3) a {
  background: url(../images/sub_nav3.jpg);
}
.top__main .sub_nav li:nth-of-type(-n+3) {
  width: 345px;
  height: 192px;
  background: linear-gradient(90deg, rgba(120, 14, 27, 0) 0%, #780e1b 50%, rgba(120, 14, 27, 0) 100%);
}
.top__main .sub_nav li:nth-of-type(-n+3) a {
  outline: 1px solid #666;
  outline-offset: 3px;
}
.top__main .sub_nav li:nth-of-type(-n+3) a:hover {
  outline: 1px solid #680c17;
  opacity: 0.7;
}
.top__main .sub_nav li:nth-of-type(-n+3) p {
  font-size: 20px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 1px;
}
.top__main .sub_nav li:nth-of-type(-n+3) p strong {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 1px 5px 3px;
  margin-bottom: 5px;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 35px;
}
.top__main .sub_nav li:nth-of-type(-n+3) p:hover {
  opacity: 1;
}
.top__main .sub_nav li:not(:nth-of-type(-n+3)) {
  text-align: center;
  width: 530px;
  height: 92px;
}
.top__main .sub_nav li:not(:nth-of-type(-n+3)):hover {
  opacity: 0.7;
}
.top__main .sub_nav li:not(:nth-of-type(-n+3)) a p {
  color: #f0f0f0;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
}
.top__main .sub_nav li:not(:nth-of-type(-n+3)) a p span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  letter-spacing: 1px;
  color: #666;
}
.top__main .sub_nav li:nth-of-type(4) {
  background: linear-gradient(0deg, #0a0a0c 0%, #333345 100%);
  outline: 1px solid #21212e;
  outline-offset: 3px;
}
.top__main .sub_nav li:nth-of-type(5) {
  background: linear-gradient(0deg, #2b0a0f 0%, #780e1b 100%);
  outline: 1px solid #680c17;
  outline-offset: 3px;
}

.top__main02 {
  margin: 50px 0px 0px 0px;
  padding: 50px 50px 0px 50px;
  background: rgba(0, 0, 0, 0.7);
}
.top__main02 h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 4px;
  color: #fff;
  font-weight: normal;
  font-family: "Cinzel", "Noto Serif JP", serif;
  outline: 1px solid #471017;
  outline-offset: 3px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #151515 50%, #232323 50%);
  padding: 5px 0 0 40px;
  height: 62px;
  font-size: 30px;
  letter-spacing: 2px;
}
.top__main02 h1:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #780e1b 50%, #21212e 50%);
  width: 5px;
  height: 40px;
  margin-left: -20px;
  margin-top: -3px;
}
.top__main02 h1 span {
  padding-right: 20px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.top__main02 .topimage a:hover {
  opacity: 0.7;
}
.top__main02 .sub_nav {
  margin: 0 4px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top__main02 .sub_nav li {
  margin-bottom: 25px;
  list-style: none;
}
.top__main02 .sub_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.top__main02 .sub_nav li:nth-of-type(1) a {
  background: url(../images/sub_nav1.jpg);
}
.top__main02 .sub_nav li:nth-of-type(2) a {
  background: url(../images/sub_nav2.jpg);
}
.top__main02 .sub_nav li:nth-of-type(3) a {
  background: url(../images/sub_nav3.jpg);
}
.top__main02 .sub_nav li:nth-of-type(-n+3) {
  width: 345px;
  height: 192px;
  background: linear-gradient(90deg, rgba(120, 14, 27, 0) 0%, #780e1b 50%, rgba(120, 14, 27, 0) 100%);
}
.top__main02 .sub_nav li:nth-of-type(-n+3) a {
  outline: 1px solid #666;
  outline-offset: 3px;
}
.top__main02 .sub_nav li:nth-of-type(-n+3) a:hover {
  outline: 1px solid #680c17;
  opacity: 0.7;
}
.top__main02 .sub_nav li:nth-of-type(-n+3) p {
  font-size: 20px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 1px;
}
.top__main02 .sub_nav li:nth-of-type(-n+3) p strong {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 1px 5px 3px;
  margin-bottom: 5px;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 35px;
}
.top__main02 .sub_nav li:nth-of-type(-n+3) p:hover {
  opacity: 1;
}
.top__main02 .sub_nav li:not(:nth-of-type(-n+3)) {
  text-align: center;
  width: 530px;
  height: 92px;
}
.top__main02 .sub_nav li:not(:nth-of-type(-n+3)):hover {
  opacity: 0.7;
}
.top__main02 .sub_nav li:not(:nth-of-type(-n+3)) a p {
  color: #f0f0f0;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
}
.top__main02 .sub_nav li:not(:nth-of-type(-n+3)) a p span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  letter-spacing: 1px;
  color: #666;
}
.top__main02 .sub_nav li:nth-of-type(4) {
  background: linear-gradient(0deg, #0a0a0c 0%, #333345 100%);
  outline: 1px solid #21212e;
  outline-offset: 3px;
}
.top__main02 .sub_nav li:nth-of-type(5) {
  background: linear-gradient(0deg, #2b0a0f 0%, #780e1b 100%);
  outline: 1px solid #680c17;
  outline-offset: 3px;
}

.slider1 {
  margin-top: 0px;
}

.sp-next-arrow:before,
.sp-next-arrow:after,
.sp-previous-arrow:before,
.sp-previous-arrow:after {
  transform: none !important;
  background: none !important;
  font-size: 40px !important;
  top: -15px !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 40px !important;
}

/*前矢印のアイコンフォント*/
.sp-next-arrow {
  right: 10px !important;
}
.sp-next-arrow:before {
  font-family: "icomoon" !important;
  content: "\e901" !important;
}
.sp-next-arrow:after {
  display: none;
}

/*後矢印のアイコンフォント*/
.sp-previous-arrow {
  left: -10px !important;
}
.sp-previous-arrow:before {
  font-family: "icomoon" !important;
  content: "\e902" !important;
}
.sp-previous-arrow:after {
  display: none;
}

/*ナビゲーションボタンの色*/
.sp-button {
  width: 14px !important;
  height: 14px !important;
  margin: 6px !important;
  border: none !important;
  background: #666666;
}

.sp-selected-button {
  background-color: #21212e !important;
}

.topSchedule__outer .visible {
  margin: 0 auto;
  overflow: hidden;
}
.topSchedule__outer .schedule {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.topSchedule__outer .more_girls {
  width: 100%;
  text-align: center;
}
.topSchedule__outer .more_girls a {
  display: block;
  position: relative;
  width: 256px;
  height: 43px;
  margin: auto;
  text-decoration: none;
  background: linear-gradient(0deg, #0a0a0a 0%, #2a2a2a 100%);
  outline: 1px solid #333;
  outline-offset: 3px;
  font-size: 16px;
  line-height: 42px;
}
.topSchedule__outer .more_girls a::after {
  position: absolute;
  right: 5px;
  font-family: "icomoon";
  font-size: 18px;
  content: "\e901";
  color: #333;
}
.topSchedule__outer .more_girls a:hover {
  opacity: 0.7;
}
.topSchedule__outer .topSchedule {
  padding: 30px 0;
}
.topSchedule__outer .topSchedule section .schedule__list {
  margin: 0 10px 10px 0;
  position: relative;
}
.topSchedule__outer .topSchedule section .schedule__list:nth-of-type(4n) {
  margin: 0 0 10px 0;
}
.topSchedule__outer .topSchedule section .schedule__list figure {
  position: relative;
  line-height: 0;
}
.topSchedule__outer .topSchedule section .schedule__list .schedule__list__inner {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 50px 10px 10px;
  transition: all 0.2s;
}
.topSchedule__outer .topSchedule section .schedule__list .schedule__list__inner h2 {
  max-width: 6.5em;
  max-height: 1.15em;
  overflow: hidden;
  font-size: 48px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  font-weight: normal;
  color: #cdcccd;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topSchedule__outer .topSchedule section .schedule__list .schedule__list__inner .schedule__list__name {
  display: block;
  max-width: 6em;
  margin: 1px 0 0;
  overflow: hidden;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", sans-serif;
}
.topSchedule__outer .topSchedule section .schedule__list .schedule__list__inner .schedule__list__size {
  margin: 2px 0 0;
  font-size: 12px;
  font-family: "Cinzel", "Noto Serif JP", serif;
}
.topSchedule__outer .topSchedule section .schedule__list .schedule__list__inner .schedule__list__size span {
  margin: 0 10px 0 0;
}
.topSchedule__outer .topSchedule section .schedule__list .schedule__list__inner .schedule__list__time {
  margin: 5px 0 0;
  font-family: "Cinzel", "Noto Serif JP", serif;
  font-size: 18px;
}
.topSchedule__outer .topSchedule section .schedule__list .schedule__list__inner .schedule__list__time dt {
  display: table-cell;
}
.topSchedule__outer .topSchedule section .schedule__list .schedule__list__inner .schedule__list__time dt:after {
  content: "/";
  margin: 0 5px;
}
.topSchedule__outer .topSchedule section .schedule__list .schedule__list__inner .schedule__list__time dd {
  display: table-cell;
  font-weight: bold;
}
.topSchedule__outer .topSchedule section .schedule__list .girlsStatusIconList__item {
  width: 100%;
  padding: 0;
}
.topSchedule__outer .topSchedule section .schedule__list .girlsStatusIconList__item .girlsRank {
  border: none;
  box-shadow: none;
  line-height: 30px;
}
.topSchedule__outer .topSchedule section .schedule__list .icn {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.2s;
}

.slick-active:hover .layer {
  display: block;
  opacity: 1;
}
.slick-active .schedule__list__inner, .slick-active .icn {
  display: block !important;
  transition: all 0.2s;
}
.slick-active .layer {
  opacity: 0;
}

.topSchedule__outer .scheduleCount {
  width: 1190px;
}
.topSchedule__outer .scheduleCount .icn, .topSchedule__outer .scheduleCount .schedule__list__inner {
  display: block !important;
}

.top__contents {
  padding: 60px 0 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}
.top__contents .hidari {
  float: left;
}
.top__contents .topInfo {
  float: left;
  position: relative;
  width: 538px;
}
.top__contents .topInfo .topInfo__box {
  margin-top: 15px;
  padding: 20px;
  height: 540px;
  background: rgba(255, 255, 255, 0.05);
}
.top__contents .topInfo .topInfo__box__inner {
  max-height: 500px;
  overflow: auto;
  scrollbar-color: rgba(240, 240, 240, 0.5) rgba(240, 240, 240, 0.1);
  scrollbar-width: auto;
}
.top__contents .topInfo .topInfo__box__inner::-webkit-scrollbar {
  width: 14px;
}
.top__contents .topInfo .topInfo__box__inner::-webkit-scrollbar-track {
  background: rgba(240, 240, 240, 0.1);
}
.top__contents .topInfo .topInfo__box__inner::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(240, 240, 240, 0.5);
}
.top__contents .topInfo .topInfo__box__inner li {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.top__contents .topInfo .topInfo__box__inner li:last-child {
  border-bottom: none;
}
.top__contents .topInfo .topInfo__box__inner li article {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top__contents .topInfo .topInfo__box__inner li article figure {
  max-width: 130px;
  max-height: 130px;
  overflow: hidden;
  vertical-align: top;
}
.top__contents .topInfo .topInfo__box__inner li article .topInfo__left__box {
  width: 350px;
  padding: 0 15px;
  vertical-align: top;
}
.top__contents .topInfo .topInfo__box__inner li article .topInfo__left__box time {
  display: block;
  padding: 0 0 2px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  color: #f0f0f0;
  font-size: 20px;
}
.top__contents .topInfo .topInfo__box__inner li article .topInfo__left__box p {
  font-size: 14px;
}
.top__contents .topInfo .topInfo__box__inner li article .topInfo__left__box .topInfo__text {
  padding: 15px 0 0;
  line-height: 1.75;
}
.top__contents .pickup {
  margin-top: 60px;
  height: 490px;
}
.top__contents .pickup .pickup2 {
  margin-top: 15px;
}
.top__contents .pickup .pickup2 .rank {
  width: 150px;
  margin-bottom: 10px;
}
.top__contents .pickup .pickup__Photo {
  width: 250px;
  float: left;
}
.top__contents .pickup .basic {
  display: inline;
  font-size: 20px;
}
.top__contents .pickup .age {
  display: initial;
}
.top__contents .pickup .trans {
  display: block;
  vertical-align: top;
  font-family: "Cinzel", "Noto Serif JP", serif;
  font-size: 35px;
  line-height: 1;
}
.top__contents .pickup .pickup__Info {
  width: 240px;
  line-height: 1.5;
  margin-left: 20px;
  float: left;
}
.top__contents .topNewface {
  position: relative;
  float: right;
  width: 538px;
}
.top__contents .topNewface .topNewface__box {
  margin-top: 15px;
  padding: 20px;
  height: 540px;
  background: rgba(255, 255, 255, 0.05);
}
.top__contents .topNewface .topNewface__box__inner {
  max-height: 500px;
  overflow: auto;
  scrollbar-color: rgba(240, 240, 240, 0.5) rgba(240, 240, 240, 0.1);
  scrollbar-width: auto;
}
.top__contents .topNewface .topNewface__box__inner::-webkit-scrollbar {
  width: 14px;
}
.top__contents .topNewface .topNewface__box__inner::-webkit-scrollbar-track {
  background: rgba(240, 240, 240, 0.1);
}
.top__contents .topNewface .topNewface__box__inner::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(240, 240, 240, 0.5);
}
.top__contents .topNewface .topNewface__box__inner li {
  border-bottom: 1px solid #000;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top__contents .topNewface .topNewface__box__inner li:first-of-type {
  padding-top: 0;
}
.top__contents .topNewface .topNewface__box__inner li:last-of-type {
  border-bottom: none;
}
.top__contents .topNewface .topNewface__box__inner li figure {
  width: 130px;
  height: 130px;
  overflow: hidden;
  vertical-align: top;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box {
  display: inline-block;
  width: 362px;
  margin: 0 15px;
  padding-bottom: 5px;
  vertical-align: top;
  overflow: hidden;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box .topNewface__nameBox {
  float: left;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box .topNewface__name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box .topNewface__name span {
  font-family: "Cinzel", "Noto Serif JP", serif;
  font-size: 14px;
  padding-left: 10px;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box .topNewface__name span strong {
  font-size: 18px;
  font-weight: normal;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box .topNewface__name a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.15s ease-out;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box .size {
  font-family: "Cinzel", "Noto Serif JP", serif;
  font-size: 14px;
  margin-bottom: 5px;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box .topNewface__time {
  width: 90px;
  border: 1px solid #4e4e4e;
  float: right;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box .topNewface__time dt {
  padding: 3px 0 0;
  text-align: center;
  line-height: 1.2;
  color: #d8d8d8;
  font-size: 14px;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box .topNewface__time dd time {
  display: block;
  text-align: center;
  padding: 0 0 2px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  color: #d8d8d8;
  font-size: 14px;
}
.top__contents .topNewface .topNewface__box__inner li .topNewface__left__box .topNewface__text {
  clear: both;
  line-height: 1.5;
  font-size: 14px;
  border-top: 1px solid #4e4e4e;
  padding-top: 10px;
}

.bottomBnr {
  margin: 0;
  padding: 0px 50px;
  background: rgba(0, 0, 0, 0.7);
}