@charset "utf-8";

/**/
.movie {
  margin-top: 8vw;
}

/**/
.movie-main {}
.movie-video {
  width: 100%;
}
.movie-video video {
  width: 98%;
  margin: 0 auto;
}
.movie-text-list {
  margin-top: 4vw;
}
.movie-text {}
.movie-text.--body {}

.movie-info-list {
  margin: 4vw 2vw 0 0;
  color:#ccc;
}
.movie-info {}
.movie-info.--date {
  text-align: right;
}

/**/
.girl-info {
  box-sizing: border-box;
  width:96%;
  margin: 2vw auto 4vw;
  padding: 4vw;
  background: url(/img/web/base/body_bg.png) top left;
}
.girl-info-text-list {
}
.girl-info-text {}
.girl-info-text.--name {
  font-weight: bold;
  font-size: 4vw;
}
.girl-info-text.--size {}
.girl-info-btn-list {
  margin-top: 4vw;
}
.girl-info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  line-height: 1em;
  border-radius: 2vw;
  border: .07em solid rgba(252,42,174,.1);
  box-shadow: 0 .14em .1em rgba(0, 0, 0, .15),
    inset 0 .1em .1em rgba(255, 255, 255, .2);
  background-color: #704d39;
  color: #fff !important;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  width: 64vw;
  margin: 0 auto;
}
.girl-info-btn::after {
  margin-left: 2vw;
  transform: rotateZ(-31deg);
  content: "▲";
}

.movie-back-btn-container {
  width: 100%;
  margin-top: 4vw;
  display: flex;
  justify-content: center;
}
.movie-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em;
  line-height: 1em;
  border-radius: 2vw;
  border: .07em solid rgba(0,0,8,.2);
  box-shadow: 0 .14em .1em rgba(0, 0, 0, .15),
    inset 0 .1em .1em rgba(255, 255, 255, .2);
  background-color: #fff;
  color: inherit !important;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  width: 48vw;
}
.movie-back-btn::before {
  margin-right: 2vw;
  transform: rotateZ(31deg);
  content: "▲";
}

/**/
.movie-aside {
  box-sizing: border-box;
  margin-top: 8vw;
}

/**/
.other-movie-list-container {
  margin-top: 3rem;
}
.other-movie-list-container:first-child {
  margin-top: 0;
}
.other-movie-list-title {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
.other-movie-list {
  margin-top: 1rem;
}
.other-movie {
  margin-top: 1rem;
  list-style-type: none;
}
.other-movie:first-child {
  margin-top: 0;
}
.other-movie-thumb {
  display: block;
}
.other-movie-thumb-inner {
  position: relative;
  width: 100%;
  padding-top: 70%;
}
.other-movie-thumb-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-movie-thumb-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
}
