@-webkit-keyframes fadeIn2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
  }
}

.fadeIn2 {
  -webkit-animation-name: fadeIn2;
  animation-name: fadeIn2;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.coverLine {
  background-image: url(/img/top_visual_f.svg);
  background-size: 100% 100%;
  width: 100%;
  height: 100px;
  margin-top: -200px;
  position: absolute;
  top: 0;
  left: 0;
}

#topCoverWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: 480px;
}

.topCover {
  position: relative;
  width: 100%;
  height: 100%;
}

.topMovieWrap {
  position: relative;
}

.videoTitle {
  position: absolute;
  max-width: 680px;
  width: 80%;
  top: 50dvh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  mix-blend-mode: overlay;
}

.videoTitle img {
  width: 100%;
}

.topMovie {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}

.cover-video {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  transform-origin: center bottom;
  background-size: cover;
}

.video-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/pattern.png");
  background-repeat: repeat;
  background-size: 4px 4px;
  background-position: 50%;
  opacity: 0.1;
}

.grandopen {
  position: absolute;
  top: 76%;
  left: 50%;
  width: 60%;
  max-width: 1160px;
  min-width: 680px;
  transform-origin: center bottom;
  transform: translate(-50%, -50%);
  background: transparent;
  mix-blend-mode: difference;
}

.grandopen span {
  display: block;
}

.grandopen span img {
  width: 100%;
}

.mainLogo {
  width: 200px;
  position: absolute;
  top: 120px;
  left: 20px;
}

.pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: url(/img/cover/pattern.png) repeat;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.discount-banner {
  position: relative;
}

.discount-banner a {
  display: block;
  padding: 2px;
  background-image: url(/img/thumb_bg.jpg);
  background-size: auto 100%;
  border: 3px double #fff;
}

.discount-banner a img {
  width: 100%;
}

.topTitle {
  position: relative;
  text-align: center;
  display: inline-block;
  user-select: none;
}

.topTitle span {
  font-family: "Hina Mincho", "Noto Serif JP", serif;
  display: inline-block;
  font-style: italic;
  color: #37281c;
  font-size: 4rem;
  letter-spacing: 0.1rem;
}

.topTitle b {
  font-size: 14px;
  display: block;
  line-height: 1;
  color: #37281c;
  font-weight: 600;
  padding: 8px 0 8px 4px;
  font-style: italic;
}

.topTitle small {
  display: block;
  background: #000;
  margin: 10px 0;
  width: 120%;
  height: 2px;
  transform: skewX(-4deg);
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  display: none;
}

#topWrap {
  position: relative;
  height: 100%;
  width: 96%;
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto;
  background: url(/img/top_bg.jpg) repeat;
  z-index: 52;
  padding: 5px;
  overflow: hidden;
}

#top {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 150px;
}

.topContents {
  position: relative;
  padding: 70px 50px;
}

.topLeft {
  position: relative;
  width: 320px;
  float: left;
}

.topRight {
  position: relative;
  margin-left: 370px;
}

.topBorder {
  height: 2px;
  padding: 34px;
}

#topicWrap {
  position: relative;
  overflow: hidden;
}

#topic {
  position: relative;
  margin: 0 0 50px 0;
}

#topic a.topicPhoto {
  display: block;
  position: relative;
  background-image: url(/img/thumb_bg.jpg);
  background-size: auto 100%;
  padding: 2px;
}

#topic a .topicThumb {
  display: block;
}

#topic a dl {
  text-align: center;
  position: absolute;
  width: 88%;
  left: 50%;
  bottom: -60px;
  margin-left: -44%;
  z-index: 10;
  background-color: #fff;
  background-image: url(/img/top_name_bg.jpg);
  background-position: 50%;
  background-repeat: repeat;
  background-size: 200px auto;
  border: 3px double #fff;
}

#topic a dl .topic-inner {
  display: block;
  position: relative;
  padding: 15px 0;
}

#topic a dl::before {
  content: "";
  position: absolute;
  background-image: url(/pc/img/pattern.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

#topic a dl .topic-inner .topic-name {
  display: block;
  padding: 10px 0;
  border-radius: 6px;
}

#topic a dl span.tf-TL {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/img/c_corner_tl.png);
  background-size: cover;
  top: 3px;
  left: 3px;
}

#topic a dl span.tf-TR {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/img/c_corner_tr.png);
  background-size: cover;
  top: 3px;
  right: 3px;
}

#topic a dl span.tf-BR {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/img/c_corner_br.png);
  background-size: cover;
  bottom: 3px;
  right: 3px;
}

#topic a dl span.tf-BL {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/img/c_corner_bl.png);
  background-size: cover;
  bottom: 3px;
  left: 3px;
}

#topic a img {
  width: 100%;
  transition: 0.3s ease;
  opacity: 1;
}

#topic a:hover img.topic-img {
  opacity: 0.8;
}

#topic span.topic-catch {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 180%;
  padding: 9px 5px 6px 5px;
  white-space: nowrap;
  color: #fff;
  background: #37281c;
  margin-bottom: 1px;
}

#topic span.topic-nirin {
  position: absolute;
  top: -27px;
  left: 1px;
  width: 80px;
  overflow: hidden;
}

#topic span.topicsTime {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 10px;
  text-align: right;
  padding: 5px 5px 0 0;
  color: #fff;
  position: absolute;
  right: -7px;
  top: -22px;
}

.topic-sub {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 10px;
  line-height: 1;
  color: #ffa784;
  padding: 1px;
  display: inline-block;
  background: rgb(255, 139, 193);
  background: -moz-linear-gradient(90deg,
      rgba(255, 139, 193, 1) 0%,
      rgba(255, 167, 132, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(255, 139, 193, 1) 0%,
      rgba(255, 167, 132, 1) 100%);
  background: linear-gradient(90deg,
      rgba(255, 139, 193, 1) 0%,
      rgba(255, 167, 132, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(255, 167, 132, 0);
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

@media all and (-ms-high-contrast: none) {
  .topic-sub {
    color: #ffa784;
    background: none;
  }
}

.topic-cast {
  position: relative;
  display: block;
  padding: 0px 0 6px 0;
}

.topic-cast b {
  font-size: 24px;
  line-height: 1;
  padding: 3px 1px;
  font-family: "Oswald", sans-serif;
  font-family: "Yuji Syuku", "Noto Serif JP", serif;
  letter-spacing: 0;
  font-weight: 500;
  display: inline-block;
  color: #6e2832;
  transform: scaleY(120%);
}

#topic a dl small {
  display: block;
  width: auto;
  height: 1px;
  margin: 3px 10% 5px 10%;
  background-color: #ccc;
  position: relative;
}

#topic a dl small::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 1px;
}

.topic-size {
  font-family: "FunctionsPro", sans-serif;
  font-size: 11px;
  color: #6e2832;
  padding-top: 6px;
  display: block;
}

.topic-size b {
  font-family: "FunctionsPro", sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-right: 4px;
  color: #6e2832;
}

#topicBody {
  margin: 90px 0 0 0;
}

#topicBody h2.topicsTitle {
  color: #5d5d5d;
  text-align: left;
  font-weight: 900;
  font-size: 18px;
  line-height: 140%;
  display: block;
  padding: 13px 15px 8px 15px;
  text-align: justify;
  position: relative;
  background: rgb(239, 10, 106);
  background: -moz-linear-gradient(left,
      rgba(239, 10, 106, 1) 0%,
      rgba(182, 53, 156, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(239, 10, 106, 1) 0%,
      rgba(182, 53, 156, 1) 100%);
  background: linear-gradient(to right,
      rgba(239, 10, 106, 1) 0%,
      rgba(182, 53, 156, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8ac0', endColorstr='#fea683', GradientType=0);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(255, 167, 132, 0);
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
  letter-spacing: 0;
}

#topicBody h2.topicsTitle::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: rgb(255, 139, 193);
  background: -moz-linear-gradient(0deg,
      rgba(255, 139, 193, 1) 0%,
      rgba(255, 167, 132, 1) 100%);
  background: -webkit-linear-gradient(0deg,
      rgba(255, 139, 193, 1) 0%,
      rgba(255, 167, 132, 1) 100%);
  background: linear-gradient(0deg,
      rgba(255, 139, 193, 1) 0%,
      rgba(255, 167, 132, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 1px;
}

#topicBody .topicTxt {
  position: relative;
  font-size: 14px !important;
  font-weight: bold;
  text-align: left;
  line-height: 160%;
  padding: 20px 10px 0 10px;
  text-align: justify;
  color: #555;
}

#newsWrap {
  margin-top: 20px;
  overflow: hidden;
}

.news {
  width: 100%;
  overflow: hidden;
}

.news li.news-list {
  border-bottom: 1px dotted #ddd;
  padding: 20px 10px;
}

.news li.news-list:nth-child(1n) {
  animation-delay: 0.3s;
}

.news li.news-list:nth-child(2) {
  animation-delay: 0.4s;
}

.news li.news-list:nth-child(3) {
  animation-delay: 0.5s;
}

.news li.news-list:nth-child(4) {
  transition-delay: 0.6s;
}

.news li.news-list:nth-child(5) {
  animation-delay: 0.7s;
}

.news li.news-list:nth-child(6) {
  animation-delay: 0.8s;
}

.news li.news-list:nth-child(7) {
  animation-delay: 0.9s;
}

.news li.news-list:nth-child(8) {
  animation-delay: 1s;
}

.news li.news-list:nth-child(9) {
  animation-delay: 1.1s;
}

.news li.news-list:nth-child(10) {
  animation-delay: 1.2s;
}

.news li.news-list table {
  width: 100%;
}

.news li.news-list table th.dateTitle {
  width: 35%;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

.news li.news-list table th.dateTitle span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  padding: 3px 6px 1px 6px;
  margin-right: 10px;
  border-radius: 3px;
  font-style: italic;
}

.news li.news-list table td.dateName {
  width: 65%;
  font-size: 14px;
}

.news li.news-list table td a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
  transition: 0.3s ease;
  line-height: 140%;
}

.news li.news-list table td a:hover {
  color: #808080;
}

.top-companionList li.thumb-list {
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
}

.top-companion {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-companion-inner {
  position: relative;
}

.top-companionList {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1279px) {
  .top-companionList {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    /*    background: url(/img/bg_green.png) repeat;*/
  }

  .top-companionList li.thumb-list {
    position: relative;
    float: left;
    width: 33.33333%;
    text-align: center;
  }

  .top-companionList li.thumb-list:nth-child(3n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .top-companionList li.thumb-list:nth-child(3n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }

  .top-companionList li.thumb-list:nth-child(3n + 3) {
    animation-delay: 0.5s;
    animation-duration: 0.8s;
  }
}

@media only screen and (min-width: 1280px) {
  .top-companionList {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
  }

  .top-companionList li.thumb-list {
    position: relative;
    float: left;
    width: 33.33333%;
    text-align: center;
  }

  .top-companionList li.thumb-list:nth-child(3n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .top-companionList li.thumb-list:nth-child(3n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }

  .top-companionList li.thumb-list:nth-child(3n + 3) {
    animation-delay: 0.5s;
    animation-duration: 0.8s;
  }
}

@media only screen and (min-width: 1340px) {
  .top-companionList {
    position: relative;
    max-width: 1636px;
    margin: 0 auto;
  }

  .top-companionList li.thumb-list {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
  }

  .top-companionList li.thumb-list:nth-child(4n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .top-companionList li.thumb-list:nth-child(4n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }

  .top-companionList li.thumb-list:nth-child(4n + 3) {
    animation-delay: 0.5s;
    animation-duration: 0.8s;
  }

  .top-companionList li.thumb-list:nth-child(4n + 4) {
    animation-delay: 0.6s;
    animation-duration: 0.8s;
  }
}

.top-companionList li.thumb-list a.ca {
  display: block;
  margin: 2px;
  transition: 0.3s ease;
  background-position: 50%;
  background-size: cover;
  padding: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  background-image: url(/img/thumb_bg.jpg);
  background-size: auto 100%;
}

.top-companionList li.thumb-list a.ca:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.top-companionList li.thumb-list a.ca .thumbWrap {
  position: relative;
  overflow: hidden;
  display: block;
  background: #000;
  mix-blend-mode: normal;
  transition: 0.3s ease;
  z-index: 0;
}

.top-companionList li.thumb-list a.ca span.thumb-p {
  position: relative;
  display: block;
  width: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(1) rotate(0);
}

.top-companionList li.thumb-list a.ca:hover .thumb-p {
  transform: scale(1.1) rotate(2deg);
  opacity: 0.6;
}

.top-companionList li.thumb-list.finished a.ca:hover .thumb-p {
  opacity: 1;
}

.top-companionList li.thumb-list a.ca .thumb-p img {
  width: 100%;
}

.top-companionList li.thumb-list.finished a.ca .thumb-p img {
  width: 100%;
  opacity: 0.6;
}

.top-companionList li.thumb-list a.ca .thumbWrap p.ctl {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/img/c_corner_tl.png);
  background-size: cover;
  top: 3px;
  left: 3px;
}

.top-companionList li.thumb-list a.ca .thumbWrap p.ctr {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/img/c_corner_tr.png);
  background-size: cover;
  top: 3px;
  right: 3px;
}

.top-companionList li.thumb-list .nameArea p.cbr {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/img/c_corner_br.png);
  background-size: cover;
  bottom: -7px;
  right: 3px;
}

.top-companionList li.thumb-list .nameArea p.cbl {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/img/c_corner_bl.png);
  background-size: cover;
  bottom: -7px;
  left: 3px;
}

.top-companionList li.thumb-list a.ca p.timeArea {
  position: relative;
  overflow: hidden;
}

.top-companionList li.thumb-list a.ca p.timeArea span.chach_real {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 7px 0 5px 0;
  overflow: hidden;
  min-height: 30px;
  letter-spacing: 0;
  display: block;
  margin-bottom: 2px;
  background: #37281c;
  white-space: nowrap;
}

.top-companionList li.thumb-list a.ca p.timeArea span.chach_real b {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.top-companionList li.thumb-list a.ca span img.top-companionListThumb {
  width: 100%;
  transition: 0.3s ease-in-out;
  opacity: 1;
  border-radius: 10px;
}

.top-companionList li.thumb-list a.ca:hover span img.top-companionListThumb {
  opacity: 0.6;
}

.top-companionList li.thumb-list .nameArea {
  position: relative;
  background-image: url(/img/top_name_bg.jpg);
  background-size: 200px auto;
  width: 100%;
  background-position: 50% 0;
  padding: 0 0 10px 0;
  display: block;
}

.top-companionList li.thumb-list .nameArea .name-top {
  position: absolute;
  margin: 0 auto;
  display: block;
  background-image: url(/img/top_name_bg_visual.png);
  background-position: 50% 0;
  background-size: 300px auto;
  height: 80px;
  top: -79px;
  left: 0;
  width: 100%;
}

.top-companionList li.thumb-list .nameArea .name-top img {
  width: 100%;
}

.top-companionList li.thumb-list dl {
  position: relative;
  text-align: center;
}

.top-companionList li.thumb-list dl dt.name {
  font-size: 24px;
  line-height: 1;
  color: #6e2832;
  padding: 5px 0;
  font-family: "Yuji Syuku", "Noto Serif JP", serif;
  letter-spacing: 0;
  /* font-weight: 600; */
}

.top-companionList li.thumb-list dl dt.name span {
  display: block;
  color: #6e2832;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 3px;
  font-family: "FunctionsPro", sans-serif;
}

.top-companionList li.thumb-list dl dt.name span:first-letter {
  color: #6e2832;
}

.top-companionList li.thumb-list dl dt.name i {
  display: inline-block;
  color: #c5236f;
  font-size: 70%;
  vertical-align: middle;
  padding-left: 3px;
}

.top-companionList li.thumb-list a.ca dl dd.size {
  font-family: "FunctionsPro", sans-serif;
  /*    border-top: 1px solid #353535;*/
  font-size: 10px;
  color: #6e2832;
  padding-left: 2px;
}

.top-companionList li.thumb-list a.ca dl dd.name-border {
  position: relative;
  width: 30%;
  height: 1px;
  background-color: #ccc;
  margin: 3px auto 8px auto;
}

.top-companionList li.thumb-list a.ca dl dd.name-border::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 1px;
}

.top-companionList li.thumb-list a.ca dl dd.size b {
  font-family: "FunctionsPro", sans-serif;
  font-weight: normal;
  font-size: 12px;
  margin-right: 4px;
  color: #6e2832;
}

.top-companionList li.thumb-list a.ca p.newMark {
  position: absolute;
  top: 36px;
  text-align: center;
  width: 60%;
  max-width: 200px;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-companionList li.thumb-list a.ca p.newMark img {
  width: 100%;
}

.top-companionList li.thumb-list a.ca p.newMark2 {
  position: absolute;
  top: 0px;
  right: 10px;
}

.top-companionList li.thumb-list a.ca p.newMark2 span {
  font-family: "FunctionsPro", sans-serif;
  background: #9b1e3e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px;
  letter-spacing: 4px;
  color: #fff;
}

.top-companionList li.thumb-list .shiftMark-icon {
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  text-align: left;
}

.top-companionList li.thumb-list .shiftMark-icon span {
  font-family: "Oswald", sans-serif;
  color: #4d4d4d;
  font-size: 30px;
  font-style: italic;
  letter-spacing: -2px;
}

.top-companionList li.thumb-list .shiftMark-icon img {
  width: 100%;
}

.today_cast {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.today_cast span {
  display: block;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

.today_cast li {
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  display: inline-block;
}

.today_cast li:nth-of-type(1) {
  animation-delay: 0.6s;
}

.today_cast li:nth-of-type(2) {
  animation-delay: 1s;
}

.today_cast li:nth-of-type(3) {
  animation-delay: 1.4s;
}

.today_cast li:nth-of-type(4) {
  animation-delay: 1.8s;
}

.today_cast li:nth-of-type(5) {
  animation-delay: 2.2s;
}

.today_cast li:nth-of-type(6) {
  margin-left: 10px;
  animation-delay: 2.6s;
}

.today_cast li:nth-of-type(7) {
  animation-delay: 3s;
}

.today_cast li:nth-of-type(8) {
  animation-delay: 3.4s;
}

.today_cast li:nth-of-type(9) {
  animation-delay: 3.8s;
}

.today_cast li:nth-of-type(9) {
  animation-delay: 4.4s;
}

.top-companionList li.thumb-list a.ca .ng-icon {
  position: absolute;
  top: 40px;
  right: 5px;
  display: flex;
  flex-wrap: wrap;
}

.top-companionList li.thumb-list a.ca .ng-icon li {
  margin: 0 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.top-companionList li.thumb-list a.ca .ng-icon li span {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px;
  border-radius: 5px;
  overflow: hidden;
}

.top-companionList li.thumb-list a.ca .ng-icon li span img {
  width: 100%;
}

.top-companionList li.thumb-list a.ca .type-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 96%;
  margin: 10px auto 0 auto;
  min-height: 20px;
  overflow: hidden;
  white-space: nowrap;
}

.top-companionList li.thumb-list a.ca .type-icon li {
  text-align: center;
  display: inline-block;
}

.top-companionList li.thumb-list a.ca .type-icon li span {
  display: block;
  padding: 3px 10px;
  margin: 2px;
  font-size: 10px;
  color: #fff;
  background: #965044;
  border-radius: 8px;
  white-space: nowrap;
}

.top-companionList li.thumb-list a.ca ul.c-sns {
  position: absolute;
  top: -50px;
  width: 100%;
  right: 2px;
  z-index: 11;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  text-align: center;
}

.top-companionList li.thumb-list a.ca ul.c-sns li {
  position: relative;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-t {
  background: #2daae1;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-k {
  background: #ff0558;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-i {
  /* background: #2daae1; */
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-f {
  background: #4267b2;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-b {
  background: #ef7a2b;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-i {
  background: linear-gradient(45deg,
      rgba(254, 212, 117, 1) 0%,
      rgba(229, 61, 93, 1) 50%,
      rgba(194, 49, 134, 1) 70%,
      rgba(156, 56, 187, 1) 100%);
  z-index: 1;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-i::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 23px;
  left: -18px;
  background: -webkit-linear-gradient(15deg,
      #ffdb2c,
      rgb(249, 118, 76) 25%,
      rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg,
      #ffdb2c,
      rgb(249, 118, 76) 25%,
      rgba(255, 77, 64, 0) 50%) no-repeat;
  z-index: 0;
}

.top-companionList li.thumb-list a.ca ul.c-sns li a.snsA {
  position: relative;
  display: block;
}

.top-companionList li.thumb-list a.ca ul.c-sns li a.snsA span {
  position: relative;
  display: block;
}

.top-companionList li.thumb-list a.ca ul.c-sns li a.snsA i {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0;
}

.top-companionList li.thumb-list a.ca ul.c-sns li a.snsA span img {
  width: 100%;
  /*
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    */
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-t:hover {
  background: #000;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-t:hover i {
  /* color: #2daae1; */
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-k:hover {
  background: #fff;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-k:hover i {
  color: #ff0558;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-i:hover {
  background: #fff;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-i:hover i {
  color: rgba(194, 49, 134, 1);
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-f:hover {
  background: #fff;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-f:hover i {
  color: #4267b2;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-b:hover {
  background: #fff;
}

.top-companionList li.thumb-list a.ca ul.c-sns li.sns-b:hover i {
  color: #ef7a2b;
}

.top-companionList li.thumb-list figure {
  display: block;
  position: relative;
}

.top-companionList li.thumb-list figure p.debutDay {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0;
}

.top-companionList li.thumb-list figure p.debutDay span {
  font-family: "oswald", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #e2afb8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  letter-spacing: -1px;
  font-weight: 500;
  display: block;
}

.top-companionList li.thumb-list figure p.debutDay small.debut-t {
  display: block;
  font-family: "oswald", sans-serif;
  line-height: 1;
  padding-top: 3px;
  letter-spacing: 4px;
  color: #e21579;
}

.top-companionList li.thumb-list figure:hover p.debutDay {
  transform: translateY(-30px);
  opacity: 1;
}

.top-companionList li.thumb-list figure figcaption {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  opacity: 0;
  width: 100%;
  top: 50%;
  left: 50%;
}

.top-companionList li.thumb-list figure:hover figcaption {
  opacity: 1;
}

.top-companionList li.thumb-list figure figcaption .search-list {
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.top-companionList li.thumb-list figure figcaption .search-list li.search-icon {
  display: block;
  background: rgb(243, 204, 167);
  background: -moz-linear-gradient(top,
      rgba(243, 204, 167, 1) 0%,
      rgba(255, 247, 231, 1) 52%,
      rgba(243, 204, 167, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(243, 204, 167, 1) 0%,
      rgba(255, 247, 231, 1) 52%,
      rgba(243, 204, 167, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(243, 204, 167, 1) 0%,
      rgba(255, 247, 231, 1) 52%,
      rgba(243, 204, 167, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3cca7', endColorstr='#f3cca7', GradientType=0);
  font-size: 10px;
  line-height: 1;
  padding: 3px;
  margin: 1px;
  border-radius: 2px;
}

.top-companionList li .smokeMark {
  position: absolute;
  width: 30px;
  top: -30px;
  right: 5px;
}

.top-companionList li .smokeMark img {
  width: 100%;
}

.tu {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/img/thumb_under.png);
  background-position: 50% 0;
  background-repeat: repeat;
  width: 100%;
  height: 2px;
}

.top-companionList li.thumb-list a.ca .rankingIcon {
  position: absolute;
  display: block;
  width: 12vmin;
  max-width: 140px;
  bottom: 136px;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-companionList li.thumb-list a.ca .rankingIcon img {
  width: 100%;
}

.shiftTime {
  position: absolute;
  top: -10px;
  left: 0;
  text-align: left;
  transform: rotate(-11deg);
  width: 100%;
}

.shiftTime span {
  /*    font-family: "Coral W00 Black", sans-serif;*/
  display: inline-block;
  color: #ec4371;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-size: 28px;
  line-height: 1;
  vertical-align: bottom;
  letter-spacing: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.nBanner {
  text-align: right;
  margin: 30px 10px 0 auto;
}

.nBanner a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  color: #555;
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 13px;
  border: 1px solid #ccc;
  font-weight: bold;
}

.newyearNotice {
  position: relative;
  padding: 30px;
  background: url(/img/newyear_notice_bg.jpg);
  background-repeat: repeat;
  background-position: 50%;
  background-size: 800px auto;
  max-width: 800px;
  margin: 20px auto 40px auto;
}

.newyearNotice dl {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  text-align: center;
}

.newyearNotice dl dt span {
  display: in;
  font-size: 34px;
  color: #f66;
  padding: 0 0 10px 0;
  font-family: 'Noto Serif JP', serif;
  line-height: 140%;
  font-weight: 700;
}

.newyearNotice dl dd {
  font-size: 18px;
  line-height: 160%;
}