@charset "UTF-8";
.event-index {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-index .fv {
  margin-bottom: 35px;
}
.event-index .fv img {
  width: 100%;
}
.event-index .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-index .ranking {
  margin-bottom: 35px;
}
.event-index .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-index .ranking .ranking-header {
  margin: 0 15px 10px 15px;
}
.event-index .ranking .ranking-header .rank {
  min-width: 6%;
  margin-right: 4%;
  display: inline-block;
}
.event-index .ranking .ranking-header .views {
  display: inline-block;
  min-width: 10%;
  text-align: center;
}
.event-index .ranking ul li {
  padding: 5px 0;
  border-bottom: 1px solid #999999;
}
.event-index .ranking ul li .rank-inner {
  margin: 0 15px;
}
.event-index .ranking ul li .rank {
  display: inline-block;
  vertical-align: middle;
  width: 6%;
  text-align: center;
  margin-right: 4%;
}
.event-index .ranking ul li .views {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  text-align: center;
}
.event-index .ranking ul li .name {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  color: #9e1b9e;
}
.event-index .ranking ul li.first {
  background: #dfb93e;
  border-bottom: none;
}
.event-index .event-detail {
  margin-bottom: 35px;
}
.event-index .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-index .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-index .event-detail .detail div {
  margin-bottom: 10px;
}
.event-index .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-index .event-caution {
  margin-bottom: 35px;
}
.event-index .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-index .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.1rem;
  border-radius: 6px;
}
.event-index .event-caution .note .twitter {
  color: #00acee;
}
.event-index .to-top {
  text-align: center;
}
.event-index .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event2 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event2 .fv {
  margin-bottom: 35px;
}
.event-event2 .fv img {
  width: 100%;
}
.event-event2 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event2 .ranking {
  margin-bottom: 35px;
}
.event-event2 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.event-event2 .ranking .movie-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px 10px 10px;
}
.event-event2 .ranking .movie-box.first {
  background: #f2c94d;
}
.event-event2 .ranking .movie-box .game-title {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.event-event2 .ranking .movie-box .game-title a {
  font-size: 1.2rem;
  color: #f66951;
}
.event-event2 .ranking .movie-box .movie-image {
  position: relative;
  width: 33%;
}
.event-event2 .ranking .movie-box .movie-image:before {
  content: "";
  display: block;
  padding-top: 56.8%;
}
.event-event2 .ranking .movie-box .movie-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-event2 .ranking .movie-box .movie-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 63%;
}
.event-event2 .ranking .movie-box .movie-info .movie-name {
  margin-bottom: 6px;
  overflow: hidden;
  height: 1.4em;
}
.event-event2 .ranking .movie-box .movie-info .user-info {
  display: flex;
}
.event-event2 .ranking .movie-box .movie-info .user-info .user-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.event-event2 .ranking .movie-box .movie-info .user-info .user-name {
  font-size: 1.2rem;
  color: #999999;
}
.event-event2 .ranking .movie-box .movie-info .count {
  margin-top: auto;
}
.event-event2 .ranking .movie-box .movie-info .count .number {
  font-size: 1.8rem;
  color: #9e1b9e;
  margin-right: 20px;
}
.event-event2 .event-detail {
  margin-bottom: 35px;
}
.event-event2 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event2 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event2 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event2 .event-detail .detail div {
  margin-bottom: 10px;
}
.event-event2 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event2 .event-caution {
  margin-bottom: 35px;
}
.event-event2 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event2 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.2rem;
  border-radius: 6px;
}
.event-event2 .event-caution .note .twitter {
  color: #00acee;
}
.event-event2 .to-top {
  text-align: center;
}
.event-event2 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event3 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event3 .fv {
  margin-bottom: 35px;
}
.event-event3 .fv img {
  width: 100%;
}
.event-event3 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event3 .ranking {
  margin-bottom: 35px;
}
.event-event3 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.event-event3 .ranking .movie-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px 10px 10px;
}
.event-event3 .ranking .movie-box.first {
  background: #f2c94d;
}
.event-event3 .ranking .movie-box .game-title {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.event-event3 .ranking .movie-box .game-title a {
  font-size: 1.2rem;
  color: #f66951;
}
.event-event3 .ranking .movie-box .movie-image {
  position: relative;
  width: 33%;
}
.event-event3 .ranking .movie-box .movie-image:before {
  content: "";
  display: block;
  padding-top: 56.8%;
}
.event-event3 .ranking .movie-box .movie-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-event3 .ranking .movie-box .movie-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 63%;
}
.event-event3 .ranking .movie-box .movie-info .movie-name {
  margin-bottom: 6px;
  overflow: hidden;
  height: 1.4em;
}
.event-event3 .ranking .movie-box .movie-info .user-info {
  display: flex;
}
.event-event3 .ranking .movie-box .movie-info .user-info .user-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.event-event3 .ranking .movie-box .movie-info .user-info .user-name {
  font-size: 1.2rem;
  color: #999999;
}
.event-event3 .ranking .movie-box .movie-info .count {
  margin-top: auto;
}
.event-event3 .ranking .movie-box .movie-info .count .number {
  font-size: 1.8rem;
  color: #9e1b9e;
  margin-right: 20px;
}
.event-event3 .event-detail {
  margin-bottom: 35px;
}
.event-event3 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event3 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event3 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event3 .event-detail .detail div {
  margin-bottom: 10px;
}
.event-event3 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event3 .event-caution {
  margin-bottom: 35px;
}
.event-event3 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event3 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.2rem;
  border-radius: 6px;
}
.event-event3 .event-caution .note .twitter {
  color: #00acee;
}
.event-event3 .to-top {
  text-align: center;
}
.event-event3 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event4 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event4 .fv {
  margin-bottom: 35px;
}
.event-event4 .fv img {
  width: 100%;
}
.event-event4 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event4 .ranking {
  margin-bottom: 35px;
}
.event-event4 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.event-event4 .ranking .movie-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px 10px 10px;
}
.event-event4 .ranking .movie-box.first {
  background: #f2c94d;
}
.event-event4 .ranking .movie-box .game-title {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.event-event4 .ranking .movie-box .game-title a {
  font-size: 1.2rem;
  color: #f66951;
}
.event-event4 .ranking .movie-box .movie-image {
  position: relative;
  width: 33%;
}
.event-event4 .ranking .movie-box .movie-image:before {
  content: "";
  display: block;
  padding-top: 56.8%;
}
.event-event4 .ranking .movie-box .movie-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-event4 .ranking .movie-box .movie-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 63%;
}
.event-event4 .ranking .movie-box .movie-info .movie-name {
  margin-bottom: 6px;
  overflow: hidden;
  height: 1.4em;
}
.event-event4 .ranking .movie-box .movie-info .user-info {
  display: flex;
}
.event-event4 .ranking .movie-box .movie-info .user-info .user-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.event-event4 .ranking .movie-box .movie-info .user-info .user-name {
  font-size: 1.2rem;
  color: #999999;
}
.event-event4 .ranking .movie-box .movie-info .count {
  margin-top: auto;
}
.event-event4 .ranking .movie-box .movie-info .count .number {
  font-size: 1.8rem;
  color: #9e1b9e;
  margin-right: 20px;
}
.event-event4 .event-detail {
  margin-bottom: 35px;
}
.event-event4 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event4 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event4 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event4 .event-detail .detail div {
  margin-bottom: 10px;
}
.event-event4 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event4 .event-caution {
  margin-bottom: 35px;
}
.event-event4 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event4 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.2rem;
  border-radius: 6px;
}
.event-event4 .event-caution .note .twitter {
  color: #00acee;
}
.event-event4 .to-top {
  text-align: center;
}
.event-event4 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event5 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event5 .fv {
  margin-bottom: 35px;
}
.event-event5 .fv img {
  width: 100%;
}
.event-event5 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event5 .ranking {
  margin-bottom: 35px;
}
.event-event5 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.event-event5 .ranking .movie-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px 10px 10px;
}
.event-event5 .ranking .movie-box.first {
  background: #f2c94d;
}
.event-event5 .ranking .movie-box .game-title {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.event-event5 .ranking .movie-box .game-title a {
  font-size: 1.2rem;
  color: #f66951;
}
.event-event5 .ranking .movie-box .movie-image {
  position: relative;
  width: 33%;
}
.event-event5 .ranking .movie-box .movie-image:before {
  content: "";
  display: block;
  padding-top: 56.8%;
}
.event-event5 .ranking .movie-box .movie-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-event5 .ranking .movie-box .movie-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 63%;
}
.event-event5 .ranking .movie-box .movie-info .movie-name {
  margin-bottom: 6px;
  overflow: hidden;
  height: 1.4em;
}
.event-event5 .ranking .movie-box .movie-info .user-info {
  display: flex;
}
.event-event5 .ranking .movie-box .movie-info .user-info .user-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.event-event5 .ranking .movie-box .movie-info .user-info .user-name {
  font-size: 1.2rem;
  color: #999999;
}
.event-event5 .ranking .movie-box .movie-info .count {
  margin-top: auto;
}
.event-event5 .ranking .movie-box .movie-info .count .number {
  font-size: 1.8rem;
  color: #9e1b9e;
  margin-right: 20px;
}
.event-event5 .event-detail {
  margin-bottom: 35px;
}
.event-event5 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event5 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event5 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event5 .event-detail .detail div {
  margin-bottom: 10px;
  line-height: 1.5;
}
.event-event5 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event5 .event-howto {
  margin-bottom: 35px;
}
.event-event5 .event-howto .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event5 .event-howto .notice {
  color: #ff0000;
  text-align: center;
  margin-bottom: 12px;
}
.event-event5 .event-howto .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
.event-event5 .event-howto .detail .margin {
  margin-bottom: 10px;
}
.event-event5 .event-howto .detail .child {
  padding-left: 1em;
}
.event-event5 .event-caution {
  margin-bottom: 35px;
}
.event-event5 .event-caution a {
  color: #9e1b9e;
}
.event-event5 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event5 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.2rem;
  border-radius: 6px;
}
.event-event5 .event-caution .note .twitter {
  color: #00acee;
}
.event-event5 .event-caution .note li {
  margin-bottom: 4px;
}
.event-event5 .to-top {
  text-align: center;
}
.event-event5 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event6 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event6 .fv {
  margin-bottom: 35px;
}
.event-event6 .fv img {
  width: 100%;
}
.event-event6 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event6 .ranking {
  margin-bottom: 35px;
}
.event-event6 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.event-event6 .ranking .movie-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px 10px 10px;
}
.event-event6 .ranking .movie-box.first {
  background: #f2c94d;
}
.event-event6 .ranking .movie-box .game-title {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.event-event6 .ranking .movie-box .game-title a {
  font-size: 1.2rem;
  color: #f66951;
}
.event-event6 .ranking .movie-box .movie-image {
  position: relative;
  width: 33%;
}
.event-event6 .ranking .movie-box .movie-image:before {
  content: "";
  display: block;
  padding-top: 56.8%;
}
.event-event6 .ranking .movie-box .movie-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-event6 .ranking .movie-box .movie-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 63%;
}
.event-event6 .ranking .movie-box .movie-info .movie-name {
  margin-bottom: 6px;
  overflow: hidden;
  height: 1.4em;
}
.event-event6 .ranking .movie-box .movie-info .user-info {
  display: flex;
}
.event-event6 .ranking .movie-box .movie-info .user-info .user-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.event-event6 .ranking .movie-box .movie-info .user-info .user-name {
  font-size: 1.2rem;
  color: #999999;
}
.event-event6 .ranking .movie-box .movie-info .count {
  margin-top: auto;
}
.event-event6 .ranking .movie-box .movie-info .count .number {
  font-size: 1.8rem;
  color: #9e1b9e;
  margin-right: 20px;
}
.event-event6 .event-detail {
  margin-bottom: 35px;
}
.event-event6 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event6 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event6 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event6 .event-detail .detail div {
  margin-bottom: 10px;
  line-height: 1.5;
}
.event-event6 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event6 .event-howto {
  margin-bottom: 35px;
}
.event-event6 .event-howto .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event6 .event-howto .notice {
  color: #ff0000;
  text-align: center;
  margin-bottom: 12px;
}
.event-event6 .event-howto .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
.event-event6 .event-howto .detail .margin {
  margin-bottom: 10px;
}
.event-event6 .event-howto .detail .child {
  padding-left: 1em;
}
.event-event6 .event-caution {
  margin-bottom: 35px;
}
.event-event6 .event-caution a {
  color: #9e1b9e;
}
.event-event6 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event6 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.2rem;
  border-radius: 6px;
}
.event-event6 .event-caution .note .twitter {
  color: #00acee;
}
.event-event6 .event-caution .note li {
  margin-bottom: 4px;
}
.event-event6 .to-top {
  text-align: center;
}
.event-event6 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event7 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event7 .fv {
  margin-bottom: 35px;
}
.event-event7 .fv img {
  width: 100%;
}
.event-event7 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event7 .ranking {
  margin-bottom: 35px;
}
.event-event7 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.event-event7 .ranking .movie-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px 10px 10px;
}
.event-event7 .ranking .movie-box.first {
  background: #f2c94d;
}
.event-event7 .ranking .movie-box .game-title {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.event-event7 .ranking .movie-box .game-title a {
  font-size: 1.2rem;
  color: #f66951;
}
.event-event7 .ranking .movie-box .movie-image {
  position: relative;
  width: 33%;
}
.event-event7 .ranking .movie-box .movie-image:before {
  content: "";
  display: block;
  padding-top: 56.8%;
}
.event-event7 .ranking .movie-box .movie-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-event7 .ranking .movie-box .movie-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 63%;
}
.event-event7 .ranking .movie-box .movie-info .movie-name {
  margin-bottom: 6px;
  overflow: hidden;
  height: 1.4em;
}
.event-event7 .ranking .movie-box .movie-info .user-info {
  display: flex;
}
.event-event7 .ranking .movie-box .movie-info .user-info .user-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.event-event7 .ranking .movie-box .movie-info .user-info .user-name {
  font-size: 1.2rem;
  color: #999999;
}
.event-event7 .ranking .movie-box .movie-info .count {
  margin-top: auto;
}
.event-event7 .ranking .movie-box .movie-info .count .number {
  font-size: 1.8rem;
  color: #9e1b9e;
  margin-right: 20px;
}
.event-event7 .event-detail {
  margin-bottom: 35px;
}
.event-event7 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event7 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event7 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event7 .event-detail .detail div {
  margin-bottom: 10px;
  line-height: 1.5;
}
.event-event7 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event7 .event-howto {
  margin-bottom: 35px;
}
.event-event7 .event-howto .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event7 .event-howto .notice {
  color: #ff0000;
  text-align: center;
  margin-bottom: 12px;
}
.event-event7 .event-howto .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
.event-event7 .event-howto .detail .margin {
  margin-bottom: 10px;
}
.event-event7 .event-howto .detail .child {
  padding-left: 1em;
}
.event-event7 .event-caution {
  margin-bottom: 35px;
}
.event-event7 .event-caution a {
  color: #9e1b9e;
}
.event-event7 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event7 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.2rem;
  border-radius: 6px;
}
.event-event7 .event-caution .note .twitter {
  color: #00acee;
}
.event-event7 .event-caution .note li {
  margin-bottom: 4px;
}
.event-event7 .to-top {
  text-align: center;
}
.event-event7 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event8 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event8 .fv {
  margin-bottom: 35px;
}
.event-event8 .fv img {
  width: 100%;
}
.event-event8 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event8 .ranking {
  margin-bottom: 35px;
}
.event-event8 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.event-event8 .ranking .movie-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px 10px 10px;
}
.event-event8 .ranking .movie-box.first {
  background: #f2c94d;
}
.event-event8 .ranking .movie-box .game-title {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.event-event8 .ranking .movie-box .game-title a {
  font-size: 1.2rem;
  color: #f66951;
}
.event-event8 .ranking .movie-box .movie-image {
  position: relative;
  width: 33%;
}
.event-event8 .ranking .movie-box .movie-image:before {
  content: "";
  display: block;
  padding-top: 56.8%;
}
.event-event8 .ranking .movie-box .movie-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-event8 .ranking .movie-box .movie-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 63%;
}
.event-event8 .ranking .movie-box .movie-info .movie-name {
  margin-bottom: 6px;
  overflow: hidden;
  height: 1.4em;
}
.event-event8 .ranking .movie-box .movie-info .user-info {
  display: flex;
}
.event-event8 .ranking .movie-box .movie-info .user-info .user-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.event-event8 .ranking .movie-box .movie-info .user-info .user-name {
  font-size: 1.2rem;
  color: #999999;
}
.event-event8 .ranking .movie-box .movie-info .count {
  margin-top: auto;
}
.event-event8 .ranking .movie-box .movie-info .count .number {
  font-size: 1.8rem;
  color: #9e1b9e;
  margin-right: 20px;
}
.event-event8 .event-detail {
  margin-bottom: 35px;
}
.event-event8 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event8 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event8 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event8 .event-detail .detail div {
  margin-bottom: 10px;
  line-height: 1.5;
}
.event-event8 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event8 .event-howto {
  margin-bottom: 35px;
}
.event-event8 .event-howto .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event8 .event-howto .notice {
  color: #ff0000;
  text-align: center;
  margin-bottom: 12px;
}
.event-event8 .event-howto .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
.event-event8 .event-howto .detail .margin {
  margin-bottom: 10px;
}
.event-event8 .event-howto .detail .child {
  padding-left: 1em;
}
.event-event8 .event-caution {
  margin-bottom: 35px;
}
.event-event8 .event-caution a {
  color: #9e1b9e;
}
.event-event8 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event8 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.2rem;
  border-radius: 6px;
}
.event-event8 .event-caution .note .twitter {
  color: #00acee;
}
.event-event8 .event-caution .note li {
  margin-bottom: 4px;
}
.event-event8 .to-top {
  text-align: center;
}
.event-event8 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event9 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event9 .fv {
  margin-bottom: 35px;
}
.event-event9 .fv img {
  width: 100%;
}
.event-event9 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event9 .ranking {
  margin-bottom: 35px;
}
.event-event9 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event9 .ranking .ranking-header {
  margin: 0 15px 10px 15px;
}
.event-event9 .ranking .ranking-header .rank {
  min-width: 6%;
  margin-right: 4%;
  display: inline-block;
}
.event-event9 .ranking .ranking-header .views {
  display: inline-block;
  min-width: 10%;
  text-align: center;
}
.event-event9 .ranking ul li {
  padding: 5px 0;
  border-bottom: 1px solid #999999;
}
.event-event9 .ranking ul li .rank-inner {
  margin: 0 15px;
}
.event-event9 .ranking ul li .rank {
  display: inline-block;
  vertical-align: middle;
  width: 6%;
  text-align: center;
  margin-right: 4%;
}
.event-event9 .ranking ul li .views {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  text-align: center;
}
.event-event9 .ranking ul li .name {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  color: #9e1b9e;
}
.event-event9 .ranking ul li.first {
  background: #dfb93e;
  border-bottom: none;
}
.event-event9 .event-detail {
  margin-bottom: 35px;
}
.event-event9 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event9 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event9 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event9 .event-detail .detail div {
  margin-bottom: 10px;
}
.event-event9 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event9 .event-caution {
  margin-bottom: 35px;
}
.event-event9 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event9 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.1rem;
  border-radius: 6px;
}
.event-event9 .event-caution .note .twitter {
  color: #00acee;
}
.event-event9 .event-caution .note li {
  margin-bottom: 4px;
}
.event-event9 .to-top {
  text-align: center;
}
.event-event9 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event10 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event10 .fv {
  margin-bottom: 35px;
}
.event-event10 .fv img {
  width: 100%;
}
.event-event10 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event10 .ranking {
  .margin-bottom: 35px;
}
.event-event10 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event10 .ranking .ranking-header {
  display: flex;
  margin: 0 15px;
}
.event-event10 .ranking .ranking-header .times {
  margin-left: auto;
}
.event-event10 .ranking .user-box .rank-inner {
  display: flex;
  align-items: center;
  margin: 15px;
}
.event-event10 .ranking .user-box .rank-inner .rank {
  width: 2em;
}
.event-event10 .ranking .user-box .rank-inner .user-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 20px 0 0;
  border: solid 1px #000;
}
.event-event10 .ranking .user-box .rank-inner .user-name {
  flex: 1;
  margin-right: 10px;
}
.event-event10 .ranking .user-box .rank-inner .total-time {
  margin-left: auto;
}
.event-event10 .ranking .user-box.first .user-profile {
  position: relative;
  border: solid 2px #e9ba31;
}
.event-event10 .ranking .user-box.first .user-profile::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  top: -16px;
  color: #e9ba31;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.event-event10 .event-detail {
  margin-bottom: 35px;
}
.event-event10 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event10 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event10 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event10 .event-detail .detail div {
  margin-bottom: 10px;
}
.event-event10 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event10 .event-caution {
  margin-bottom: 35px;
}
.event-event10 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event10 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.1rem;
  border-radius: 6px;
}
.event-event10 .event-caution .note .twitter {
  color: #00acee;
}
.event-event10 .event-caution .note li {
  margin-bottom: 4px;
}
.event-event10 .to-top {
  text-align: center;
}
.event-event10 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event11 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event11 .fv {
  margin-bottom: 35px;
}
.event-event11 .fv img {
  width: 100%;
}
.event-event11 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event11 .ranking {
  margin-bottom: 35px;
}
.event-event11 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.event-event11 .ranking .room-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px 10px 10px;
}
.event-event11 .ranking .room-box .room-rank {
  width: 100%;
}
.event-event11 .ranking .room-box .game-title {
  width: 100%;
  height: 2rem;
  overflow: hidden;
  font-size: 1.2rem;
  color: #f66951;
}
.event-event11 .ranking .room-box .room-image {
  position: relative;
  width: 33%;
}
.event-event11 .ranking .room-box .room-image:before {
  content: "";
  display: block;
  padding-top: 56.8%;
}
.event-event11 .ranking .room-box .room-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-event11 .ranking .room-box .room-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 63%;
}
.event-event11 .ranking .room-box .room-info .room-name {
  margin-bottom: 6px;
  overflow: hidden;
  height: 1.4em;
}
.event-event11 .ranking .room-box .room-info .user-info {
  display: flex;
}
.event-event11 .ranking .room-box .room-info .user-info .user-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.event-event11 .ranking .room-box .room-info .user-info .user-name {
  font-size: 1.2rem;
  color: #999999;
}
.event-event11 .ranking .room-box .room-info .count {
  margin-top: auto;
}
.event-event11 .ranking .room-box .room-info .count .number {
  font-size: 1.8rem;
  color: #9e1b9e;
  margin-right: 20px;
}
.event-event11 .event-detail {
  margin-bottom: 35px;
}
.event-event11 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event11 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event11 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event11 .event-detail .detail div {
  margin-bottom: 10px;
}
.event-event11 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event11 .event-caution {
  margin-bottom: 35px;
}
.event-event11 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event11 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.1rem;
  border-radius: 6px;
}
.event-event11 .event-caution .note .twitter {
  color: #00acee;
}
.event-event11 .event-caution .note li {
  margin-bottom: 4px;
}
.event-event11 .to-top {
  text-align: center;
}
.event-event11 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 6px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event12 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event12 .fv {
  margin-bottom: 35px;
}
.event-event12 .fv img {
  width: 100%;
}
.event-event12 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event12 .ranking {
  .margin-bottom: 35px;
}
.event-event12 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event12 .ranking .ranking-header {
  display: flex;
  margin: 0 15px;
}
.event-event12 .ranking .ranking-header .rank {
  font-weight: 600;
}
.event-event12 .ranking .ranking-header .times {
  margin-left: auto;
  font-weight: 600;
}
.event-event12 .ranking .user-box .rank-inner {
  display: flex;
  align-items: center;
  margin: 20px 15px;
}
.event-event12 .ranking .user-box .rank-inner .rank {
  width: 2em;
}
.event-event12 .ranking .user-box .rank-inner .user-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 20px 0 0;
  border: solid 1px #000;
}
.event-event12 .ranking .user-box .rank-inner .user-name {
  flex: 1;
  margin-right: 10px;
}
.event-event12 .ranking .user-box .rank-inner .total-time {
  margin-left: auto;
}
.event-event12 .ranking .user-box:nth-child(1) .user-profile, .event-event12 .ranking .user-box:nth-child(2) .user-profile, .event-event12 .ranking .user-box:nth-child(3) .user-profile {
  position: relative;
}
.event-event12 .ranking .user-box:nth-child(1) .user-profile::before, .event-event12 .ranking .user-box:nth-child(2) .user-profile::before, .event-event12 .ranking .user-box:nth-child(3) .user-profile::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.event-event12 .ranking .user-box:nth-child(1) .user-profile {
  border: solid 2px #e9ba31;
}
.event-event12 .ranking .user-box:nth-child(1) .user-profile::before {
  color: #e9ba31;
}
.event-event12 .ranking .user-box:nth-child(2) .user-profile {
  border: solid 2px #9fa0a0;
}
.event-event12 .ranking .user-box:nth-child(2) .user-profile::before {
  color: #9fa0a0;
}
.event-event12 .ranking .user-box:nth-child(3) .user-profile {
  border: solid 2px #ba6e40;
}
.event-event12 .ranking .user-box:nth-child(3) .user-profile::before {
  color: #ba6e40;
}
.event-event12 .event-detail {
  margin-bottom: 35px;
}
.event-event12 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event12 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event12 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event12 .event-detail .detail div {
  margin-bottom: 14px;
}
.event-event12 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event12 .event-caution {
  margin-bottom: 35px;
}
.event-event12 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event12 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.1rem;
  border-radius: 6px;
}
.event-event12 .event-caution .note .twitter {
  color: #00acee;
}
.event-event12 .event-caution .note li {
  margin-bottom: 4px;
}
.event-event12 .to-top {
  text-align: center;
}
.event-event12 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event13 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event13 .fv {
  margin-bottom: 35px;
}
.event-event13 .fv img {
  width: 100%;
}
.event-event13 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event13 .ranking {
  margin-bottom: 35px;
}
.event-event13 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.event-event13 .ranking .room-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px 10px 10px;
}
.event-event13 .ranking .room-box .room-rank {
  width: 100%;
}
.event-event13 .ranking .room-box .game-title {
  width: 100%;
  height: 2rem;
  overflow: hidden;
  font-size: 1.2rem;
  color: #f66951;
}
.event-event13 .ranking .room-box .room-image {
  position: relative;
  width: 33%;
}
.event-event13 .ranking .room-box .room-image:before {
  content: "";
  display: block;
  padding-top: 56.8%;
}
.event-event13 .ranking .room-box .room-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-event13 .ranking .room-box .room-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 63%;
}
.event-event13 .ranking .room-box .room-info .room-name {
  margin-bottom: 6px;
  overflow: hidden;
  height: 1.4em;
}
.event-event13 .ranking .room-box .room-info .user-info {
  display: flex;
}
.event-event13 .ranking .room-box .room-info .user-info .user-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.event-event13 .ranking .room-box .room-info .user-info .user-name {
  font-size: 1.2rem;
  color: #999999;
}
.event-event13 .ranking .room-box .room-info .count {
  margin-top: auto;
}
.event-event13 .ranking .room-box .room-info .count .text {
  margin-right: 20px;
}
.event-event13 .ranking .room-box .room-info .count .number {
  font-size: 1.8rem;
  color: #9e1b9e;
}
.event-event13 .event-detail {
  margin-bottom: 35px;
}
.event-event13 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event13 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event13 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event13 .event-detail .detail div {
  margin-bottom: 10px;
}
.event-event13 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event13 .event-caution {
  margin-bottom: 35px;
}
.event-event13 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event13 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.1rem;
  border-radius: 6px;
}
.event-event13 .event-caution .note .twitter {
  color: #00acee;
}
.event-event13 .event-caution .note li {
  margin-bottom: 4px;
}
.event-event13 .to-top {
  text-align: center;
}
.event-event13 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 6px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-event14 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffeaff;
}
.event-event14 .fv {
  margin-bottom: 35px;
}
.event-event14 .fv img {
  width: 100%;
}
.event-event14 .event-end {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.event-event14 .ranking {
  .margin-bottom: 35px;
}
.event-event14 .ranking .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event14 .ranking .ranking-header {
  display: flex;
  margin: 0 15px;
}
.event-event14 .ranking .ranking-header .rank {
  font-weight: 600;
}
.event-event14 .ranking .ranking-header .times {
  margin-left: auto;
  font-weight: 600;
}
.event-event14 .ranking .user-box .rank-inner {
  display: flex;
  align-items: center;
  margin: 20px 15px;
}
.event-event14 .ranking .user-box .rank-inner .rank {
  width: 2em;
}
.event-event14 .ranking .user-box .rank-inner .user-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 20px 0 0;
  border: solid 1px #000;
}
.event-event14 .ranking .user-box .rank-inner .user-name {
  flex: 1;
  margin-right: 10px;
}
.event-event14 .ranking .user-box .rank-inner .total-time {
  margin-left: auto;
}
.event-event14 .ranking .user-box:nth-child(1) .user-profile, .event-event14 .ranking .user-box:nth-child(2) .user-profile, .event-event14 .ranking .user-box:nth-child(3) .user-profile {
  position: relative;
}
.event-event14 .ranking .user-box:nth-child(1) .user-profile::before, .event-event14 .ranking .user-box:nth-child(2) .user-profile::before, .event-event14 .ranking .user-box:nth-child(3) .user-profile::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.event-event14 .ranking .user-box:nth-child(1) .user-profile {
  border: solid 2px #e9ba31;
}
.event-event14 .ranking .user-box:nth-child(1) .user-profile::before {
  color: #e9ba31;
}
.event-event14 .ranking .user-box:nth-child(2) .user-profile {
  border: solid 2px #9fa0a0;
}
.event-event14 .ranking .user-box:nth-child(2) .user-profile::before {
  color: #9fa0a0;
}
.event-event14 .ranking .user-box:nth-child(3) .user-profile {
  border: solid 2px #ba6e40;
}
.event-event14 .ranking .user-box:nth-child(3) .user-profile::before {
  color: #ba6e40;
}
.event-event14 .event-detail {
  margin-bottom: 35px;
}
.event-event14 .event-detail .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event14 .event-detail .detail {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.event-event14 .event-detail .detail .twitter {
  color: #00acee;
}
.event-event14 .event-detail .detail div {
  margin-bottom: 14px;
}
.event-event14 .event-detail .detail div:last-child {
  margin-bottom: 0;
}
.event-event14 .event-caution {
  margin-bottom: 35px;
}
.event-event14 .event-caution .title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.event-event14 .event-caution .note {
  margin: 0 15px;
  background: #fff;
  padding: 20px;
  font-size: 1.1rem;
  border-radius: 6px;
}
.event-event14 .event-caution .note .twitter {
  color: #00acee;
}
.event-event14 .event-caution .note li {
  margin-bottom: 4px;
}
.event-event14 .to-top {
  text-align: center;
}
.event-event14 .to-top a {
  display: inline-block;
  color: #fff;
  background: #9e1b9e;
  border-radius: 4px;
  padding: 4px 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?77206a6bb316fa0aded5083cc57f92b9);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?77206a6bb316fa0aded5083cc57f92b9?#iefix) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?7a3337626410ca2f40718481c755640f) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff?bb58e57c48a3e911f15fa834ff00d44a) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?491974d108fe4002b2aaf7ffc48249a0) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg?4689f52cc96215721344e51e5831eec1#fontawesome) format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?9bbb245e67a133f6e486d8d2545e14a5);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?9bbb245e67a133f6e486d8d2545e14a5?#iefix) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?1551f4f60c37af51121f106501f69b80) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?eeccf4f66002c6f2ba24d3d22f2434c2) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?be9ee23c0c6390141475d519c2c5fb8f) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?7a8b4f130182d19a2d7c67d80c090397#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?23f19bb08961f37aaf692ff943823453);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?23f19bb08961f37aaf692ff943823453?#iefix) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?d878b0a6a1144760244ff0665888404c) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?2285773e6b4b172f07d9b777c81b0775) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?527940b104eb2ea366c8630f3f038603) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?2f517e09eb2ca6650ff5bec5a95157ab#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@media only screen and (min-width: 960px) {
  * {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    font-size: 62.5%;
  }
  html.html-room-message-viewer {
    background: transparent;
  }

  body {
    font-size: 1.4rem;
    font-family: "Noto Sans JP";
    font-weight: normal;
  }

  .html-room-message-viewer body {
    background: transparent;
  }

  input[type=text],
input[type=email] {
    border-radius: 2px;
    border: 2px solid #666666;
    padding: 5px 11px;
  }

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

  .tb_only {
    display: none;
  }

  .btn-default {
    border-radius: 4px;
    color: #fff;
    background: #9e1b9e;
    padding: 5px 24px;
    font-size: 1.6rem;
    border: none;
  }

  .btn-danger {
    border-radius: 4px;
    color: #fff;
    background: #ff0000;
    padding: 5px 24px;
    font-size: 1.6rem;
    border: none;
  }

  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    /* ログインモーダル */
  }
  .modal.open {
    display: block;
  }
  .modal.modal01 .modal__content {
    width: 520px;
    margin: 0 auto;
    padding: 42px 92px 60px 92px;
    background: #fff;
  }
  .modal.modal01 .modal__content .sns-login .login-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 34px;
  }
  .modal.modal01 .modal__content .sns-login ul li {
    margin-bottom: 22px;
  }
  .modal.modal01 .modal__content .sns-login .desc {
    color: #6d6d6d;
    font-size: 1.6rem;
    margin-bottom: 46px;
  }
  .modal.modal01 .modal__content .sns-login .agree {
    color: #6d6d6d;
    font-size: 1.6rem;
  }
  .modal.modal01 .modal__content .sns-login .agree a {
    color: #6d6d6d;
    text-decoration: underline;
  }

  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }

  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    /* 利用規約 */
  }
  .modal__content .js-modal-close {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .modal__content .terms h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .modal__content .terms .terms-content {
    height: 50vh;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .modal__content .terms .terms-content .section {
    margin-bottom: 30px;
  }
  .modal__content .terms .terms-content .section h3 {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .modal__content .terms .btn-default {
    display: block;
    width: 12em;
    margin: 0 auto;
  }

  .drawer-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
  }

  .drawer-bg.open {
    display: block;
  }

  .drawer-menu {
    position: fixed;
    background: #f3f5f7;
    overflow: scroll;
    width: 240px;
    height: 100%;
    left: 0;
    z-index: 3;
    top: 0;
    transition: all 0.2s;
    transform: translate3d(-100%, 0, 0);
  }
  .drawer-menu.open {
    transform: translate3d(0%, 0, 0);
  }
  .drawer-menu .drawer-menu_close {
    margin: 20px 20px 20px 0;
    text-align: right;
  }
  .drawer-menu .drawer-menu__list a {
    display: block;
    padding: 0 20px;
    line-height: 50px;
  }
  .drawer-menu .drawer-menu__list img {
    width: 20px;
    margin-right: 11px;
    vertical-align: middle;
  }
  .drawer-menu .drawer-menu__list span {
    vertical-align: middle;
  }

  .notice-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
  }
  .notice-bg.open {
    display: block;
  }

  .notice-menu {
    position: fixed;
    background: #f3f5f7;
    overflow: scroll;
    width: 400px;
    height: 100%;
    right: 0;
    z-index: 3;
    top: 0;
    transition: all 0.2s;
    transform: translate3d(100%, 0, 0);
  }
  .notice-menu.open {
    transform: translate3d(0%, 0, 0);
  }
  .notice-menu .notice-menu_close {
    margin: 20px 20px 20px 0;
    text-align: right;
  }
  .notice-menu .notice-menu__list li {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
  .notice-menu .notice-menu__list li.unread {
    background: #edbded;
    border-bottom: 1px solid #c75ac7;
  }
  .notice-menu .notice-menu__list li a {
    display: block;
  }

  .search-bg {
    display: none;
  }

  .search-content {
    display: none;
  }

  .site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 8px 0 0;
    border-bottom: 1px solid #cccccc;
    height: 50px;
    z-index: 1;
    background: #fff;
  }

  .site-header__inner {
    display: flex;
    align-items: center;
    margin: 0 20px;
  }

  .site-header__toggle-sidebar {
    margin-right: 20px;
  }
  .site-header__logo {
    margin-right: 17.24%;
  }
  .site-header__logo a {
    display: block;
  }
  .site-header__logo a img {
    width: 150px;
  }

  .site-header__search form {
    display: flex;
    border-radius: 2px;
    border: 1px solid #9e1b9e;
  }
  .site-header__search input[type=text] {
    padding: 2px 6px;
    border: none;
    width: 308px;
    background: #f3f5f7;
  }
  .site-header__search input[type=submit] {
    border: none;
    width: 32px;
    height: 32px;
    background: #9e1b9e url(/images/btn-search.png) center no-repeat;
  }

  .site-header__search-sp {
    display: none;
  }

  .site-header__notice {
    margin-left: auto;
  }
  .site-header__notice a {
    position: relative;
  }
  .site-header__notice a i {
    color: #f6b800;
    font-size: 22px;
  }
  .site-header__notice a .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-weight: bold;
  }

  .site-header__account {
    margin-left: 20px;
  }

  .site-header__login {
    margin-right: 19px;
    line-height: 34px;
  }

  .site-header__register {
    color: #9e1b9e;
    padding: 0 12px;
    border: solid 2px #9e1b9e;
    border-radius: 4px;
    line-height: 34px;
  }

  .site-header__account-loggedin {
    margin-left: 20px;
  }
  .site-header__account-loggedin a {
    display: block;
  }
  .site-header__account-loggedin a .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .vue-infinite-loading {
    text-align: center;
    padding: 10px 0;
  }

  .footer-menu {
    display: none;
  }

  /*
   * 共通スタイル
   */
  .search-index .main-area .room-wrapper .room-content, .home-index .main-area .room-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .search-index .main-area .room-wrapper .room-content .room-box, .home-index .main-area .room-content .room-box {
    flex-basis: 24.1%;
    margin: 0 1.2% 20px 0;
  }
  .search-index .main-area .room-wrapper .room-content .room-box:nth-child(4n), .home-index .main-area .room-content .room-box:nth-child(4n) {
    margin-right: 0;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-image, .home-index .main-area .room-content .room-box .room-image {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-image:before, .home-index .main-area .room-content .room-box .room-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-image a, .home-index .main-area .room-content .room-box .room-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-image .time, .home-index .main-area .room-content .room-box .room-image .time {
    position: absolute;
    left: 6px;
    bottom: 6px;
    padding: 1px 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.54);
    font-size: 1.2rem;
    border-radius: 8px;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-image .live, .home-index .main-area .room-content .room-box .room-image .live {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #ff0000;
    color: #fff;
    padding: 0 4px;
    font-size: 1.2rem;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-name, .home-index .main-area .room-content .room-box .room-name {
    display: block;
    margin-bottom: 4px;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .user-name a, .home-index .main-area .room-content .room-box .user-name a {
    font-size: 1.2rem;
    color: #999999;
  }

  .user-detail .main-content .movie-wrapper .movie-content, .movie-detail .video-info .movie-content, .movie-search .main-area .movie-content, .search-index .main-area .movie-wrapper .movie-content, .home-index .main-area .movie-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box, .movie-detail .video-info .movie-content .movie-box, .movie-search .main-area .movie-content .movie-box, .search-index .main-area .movie-wrapper .movie-content .movie-box, .home-index .main-area .movie-content .movie-box {
    flex-basis: 24.1%;
    margin: 0 1.2% 20px 0;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box:nth-child(4n), .movie-detail .video-info .movie-content .movie-box:nth-child(4n), .movie-search .main-area .movie-content .movie-box:nth-child(4n), .search-index .main-area .movie-wrapper .movie-content .movie-box:nth-child(4n), .home-index .main-area .movie-content .movie-box:nth-child(4n) {
    margin-right: 0;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .game-title, .movie-detail .video-info .movie-content .movie-box .game-title, .movie-search .main-area .movie-content .movie-box .game-title, .search-index .main-area .movie-wrapper .movie-content .movie-box .game-title, .home-index .main-area .movie-content .movie-box .game-title {
    height: 2rem;
    overflow: hidden;
    margin-bottom: 4px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .game-title a, .movie-detail .video-info .movie-content .movie-box .game-title a, .movie-search .main-area .movie-content .movie-box .game-title a, .search-index .main-area .movie-wrapper .movie-content .movie-box .game-title a, .home-index .main-area .movie-content .movie-box .game-title a {
    color: #f66951;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-image, .movie-detail .video-info .movie-content .movie-box .movie-image, .movie-search .main-area .movie-content .movie-box .movie-image, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-image, .home-index .main-area .movie-content .movie-box .movie-image {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-image:before, .movie-detail .video-info .movie-content .movie-box .movie-image:before, .movie-search .main-area .movie-content .movie-box .movie-image:before, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-image:before, .home-index .main-area .movie-content .movie-box .movie-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-image a, .movie-detail .video-info .movie-content .movie-box .movie-image a, .movie-search .main-area .movie-content .movie-box .movie-image a, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-image a, .home-index .main-area .movie-content .movie-box .movie-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-image .time, .movie-detail .video-info .movie-content .movie-box .movie-image .time, .movie-search .main-area .movie-content .movie-box .movie-image .time, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-image .time, .home-index .main-area .movie-content .movie-box .movie-image .time {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 1px 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.54);
    font-size: 1.2rem;
    border-radius: 8px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-image .views, .movie-detail .video-info .movie-content .movie-box .movie-image .views, .movie-search .main-area .movie-content .movie-box .movie-image .views, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-image .views, .home-index .main-area .movie-content .movie-box .movie-image .views {
    position: absolute;
    left: 6px;
    bottom: 6px;
    padding: 1px 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.54);
    font-size: 1.2rem;
    border-radius: 8px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-info .movie-name, .movie-detail .video-info .movie-content .movie-box .movie-info .movie-name, .movie-search .main-area .movie-content .movie-box .movie-info .movie-name, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-info .movie-name, .home-index .main-area .movie-content .movie-box .movie-info .movie-name {
    display: block;
    margin-bottom: 4px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-info .user-name a, .movie-detail .video-info .movie-content .movie-box .movie-info .user-name a, .movie-search .main-area .movie-content .movie-box .movie-info .user-name a, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-info .user-name a, .home-index .main-area .movie-content .movie-box .movie-info .user-name a {
    font-size: 1.2rem;
    color: #999999;
  }

  .search-index .main-area .user-wrapper .user-content .user-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .search-index .main-area .user-wrapper .user-content .user-box .user-image {
    margin-right: 34px;
  }
  .search-index .main-area .user-wrapper .user-content .user-box .user-image a {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #9e1b9e;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .search-index .main-area .user-wrapper .user-content .user-box .user-info {
    display: flex;
    flex-direction: column;
  }
  .search-index .main-area .user-wrapper .user-content .user-box .user-info .user-name {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /*
   * アプリインストール
   */
  .app-install {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 1;
    background: #9e1b9e;
    margin-top: 50px;
    margin-bottom: -50px;
    padding: 20px 20px;
    color: #fff;
  }
  .app-install .headline {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .app-install .headline .app-logo {
    width: 50px;
    margin-right: 22px;
  }
  .app-install .headline .app-logo img {
    width: 100%;
  }
  .app-install .headline .app-text {
    font-weight: 600;
  }
  .app-install .btn-install {
    color: #fff;
    font-weight: 600;
    display: block;
    border: solid 2px #fff;
    border-radius: 30px;
    padding: 6px 0px;
    text-align: center;
    width: 14em;
  }

  /*
   * LINE連携
   */
  .line-connect {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 1;
    background: #9e1b9e;
    margin-top: 50px;
    margin-bottom: -50px;
    padding: 20px 20px;
    color: #fff;
  }
  .line-connect .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2em;
    cursor: pointer;
  }
  .line-connect .headline {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .line-connect .headline .line-logo {
    width: 50px;
    margin-right: 22px;
  }
  .line-connect .headline .line-logo img {
    width: 100%;
  }
  .line-connect .headline .line-text {
    font-weight: 600;
  }
  .line-connect .btn-connect {
    color: #fff;
    font-weight: 600;
    display: block;
    border: solid 2px #fff;
    border-radius: 30px;
    padding: 6px 0px;
    text-align: center;
    width: 14em;
  }
  .line-connect.RoomController-stream {
    width: calc(100% - 340px);
  }
  .line-connect.MovieController-detail {
    width: calc(100% - 340px);
  }

  /*
   * アカウントメニュー
   */
  .account-menu-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background: transparent;
    display: none;
  }

  .account-menu-bg.active {
    display: block;
  }

  .account-menu {
    position: fixed;
    display: none;
    right: 20px;
    top: 45px;
    z-index: 3;
    background: #fff;
    box-shadow: 0 0 6px #999;
    padding: 15px;
  }
  .account-menu.active {
    display: block;
  }
  .account-menu .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #999999;
    padding-bottom: 14px;
  }
  .account-menu .user-info .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 8px;
  }
  .account-menu .user-info .name {
    width: 108px;
    font-size: 1.2rem;
  }
  .account-menu .menu-list img {
    margin-right: 10px;
    vertical-align: middle;
  }
  .account-menu .menu-list li {
    margin-bottom: 16px;
  }

  .site-content {
    margin-top: 50px;
    /* for Xcode */
  }
  .site-content.webview.RoomController-message {
    margin-top: 0;
  }

  .html-room-message-viewer .site-content {
    margin-top: 0;
  }

  .common-sidebar {
    background: #f3f5f7;
    width: 240px;
    margin-right: 20px;
    padding: 40px 0px;
  }
  .common-sidebar .menu-list li a {
    display: block;
    padding: 0 20px;
    line-height: 60px;
  }
  .common-sidebar .menu-list li a:before {
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle;
  }
  .common-sidebar .menu-list li a span {
    vertical-align: middle;
  }
  .common-sidebar .menu-list li.menu01 a:before {
    content: url(/images/icon-menu05.png);
    width: 20px;
    height: 18px;
  }
  .common-sidebar .menu-list li.menu02 a:before {
    content: url(/images/icon-menu06.png);
    width: 20px;
    height: 17px;
  }
  .common-sidebar .menu-list li.menu03 a:before {
    content: url(/images/icon-menu10.png);
    width: 20px;
    height: 17px;
  }
  .common-sidebar .menu-list li.menu04 a:before {
    content: url(/images/icon-menu09.png);
    width: 20px;
    height: 20px;
  }

  /*
   * ログイン
   */
  .login-index {
    background: #fff1ff;
    height: 100%;
    padding-top: 68px;
  }
  .login-index .content {
    width: 520px;
    margin: 0 auto;
    padding: 42px 92px 60px 92px;
    background: #fff;
  }
  .login-index .content .logo {
    text-align: center;
    margin-bottom: 84px;
  }
  .login-index .content .sns-login .login-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 34px;
  }
  .login-index .content .sns-login ul li {
    margin-bottom: 22px;
  }
  .login-index .content .sns-login .desc {
    color: #6d6d6d;
    font-size: 1.6rem;
    margin-bottom: 46px;
  }
  .login-index .content .sns-login .agree {
    color: #6d6d6d;
    font-size: 1.6rem;
  }
  .login-index .content .sns-login .agree a {
    color: #6d6d6d;
    text-decoration: underline;
  }

  /*
   * トップ
   */
  .home-index {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .home-index .main-area {
    width: calc(100% - 280px);
    margin-right: 20px;
  }
  .home-index .main-area .carousel-3d {
    width: 900px;
    max-width: 100%;
    margin: 46px auto;
  }
  .home-index .main-area .carousel-3d .carousel__viewport {
    z-index: 0;
  }
  .home-index .main-area .carousel-3d .carousel__viewport .carousel__slide .carousel__item {
    width: 720px;
    height: 230px;
  }
  .home-index .main-area .carousel-3d .carousel__viewport .carousel__slide .carousel__item a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .home-index .main-area .slider video {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .home-index .main-area .main-title {
    font-size: 2rem;
    margin: 46px 0 18px 0;
  }
  .home-index .main-area .no-content {
    margin: 60px auto;
    font-size: 2rem;
    text-align: center;
  }
  .home-index .main-area .category-content .game-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .home-index .main-area .category-content .game-content .game-box {
    flex-basis: 16%;
    margin: 0 0.8% 0 0;
  }
  .home-index .main-area .category-content .game-content .game-box:nth-child(6n) {
    margin-right: 0;
  }
  .home-index .main-area .category-content .game-content .game-box .game-image {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
  }
  .home-index .main-area .category-content .game-content .game-box .game-image:before {
    content: "";
    display: block;
    padding-top: 133.3%;
  }
  .home-index .main-area .category-content .game-content .game-box .game-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-index .main-area .user-content {
    margin-bottom: 20px;
  }
  .home-index .main-area .user-content .user-box {
    display: flex;
    overflow-x: scroll;
  }
  .home-index .main-area .user-content .user-info {
    width: 60px;
    flex: 0 0 auto;
    width: calc(100% / 10);
  }
  .home-index .main-area .user-content .user-info .user-profile {
    margin-bottom: 4px;
  }
  .home-index .main-area .user-content .user-info .user-profile a {
    margin: 0 auto;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 2px #000;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-index .main-area .user-content .user-info.rank1 .user-profile a {
    border: solid 2px #e9ba31;
  }
  .home-index .main-area .user-content .user-info.rank2 .user-profile a {
    border: solid 2px #9fa0a0;
  }
  .home-index .main-area .user-content .user-info.rank3 .user-profile a {
    border: solid 2px #ba6e40;
  }
  .home-index .main-area .user-content .user-info .user-name {
    font-size: 1.2rem;
    color: #999999;
    text-align: center;
    word-break: break-all;
    height: 1.7rem;
    overflow: hidden;
  }
  .home-index .main-area .user-content .user-info .follower-count {
    text-align: center;
    color: #999;
  }
  .home-index .main-area .user-content .user-info .user-level {
    text-align: center;
    margin-top: 6px;
  }
  .home-index .main-area .user-content .user-info .user-level span {
    border-radius: 4px;
    border: 1px solid #9e1b9e;
    padding: 0 4px;
    color: #9e1b9e;
  }
  .home-index .main-area .user-content.frequent .main-title {
    margin-bottom: 3px;
  }
  .home-index .main-area .user-content.frequent .user-info .user-profile a {
    position: relative;
    margin-top: 15px;
  }
  .home-index .main-area .user-content.frequent .user-info.rank1 .user-profile a::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    top: -16px;
    color: #e9ba31;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .home-index .main-area .user-content.frequent .user-info.rank2 .user-profile a::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    top: -16px;
    color: #9fa0a0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .home-index .main-area .user-content.frequent .user-info.rank3 .user-profile a::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    top: -16px;
    color: #ba6e40;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .home-index .main-area .sns-content .sns-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-index .main-area .sns-content .sns-items .twitter-content {
    width: 31%;
  }
  .home-index .main-area .sns-content .sns-items .instagram-content {
    width: 31%;
  }
  .home-index .main-area .sns-content .sns-items .instagram-content iframe {
    min-width: 31% !important;
  }
  .home-index .main-area .sns-content .sns-items .youtube-content {
    position: relative;
    width: 31%;
  }
  .home-index .main-area .sns-content .sns-items .youtube-content::before {
    content: "";
    display: block;
    padding-top: 66%;
  }
  .home-index .main-area .sns-content .sns-items .youtube-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-index .main-area .group-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .home-index .main-area .group-content .group-box {
    flex-basis: 24.1%;
    margin: 0 1.2% 20px 0;
  }
  .home-index .main-area .group-content .group-box:nth-child(4n) {
    margin-right: 0;
  }
  .home-index .main-area .group-content .group-box .game-title {
    height: 2rem;
    overflow: hidden;
    margin-bottom: 4px;
    color: #f66951;
  }
  .home-index .main-area .group-content .group-box .group-image {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
  }
  .home-index .main-area .group-content .group-box .group-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .home-index .main-area .group-content .group-box .group-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-index .main-area .group-content .group-box .group-name {
    display: block;
    margin-bottom: 4px;
  }
  .home-index .main-area .group-content .group-box .user-name {
    font-size: 1.2rem;
    color: #999999;
  }

  /*
   * ルーム個別
   */
  .room-stream {
    display: flex;
    overflow: hidden auto;
    margin-right: 340px;
    max-height: calc(100vh - 50px);
    flex-wrap: wrap;
    /* ギフトメッセージ */
    /* コインチャージ */
    /* カード情報入力 */
  }
  .room-stream .main-area {
    width: 100%;
    margin: 0 10px;
  }
  .room-stream .main-area .bar {
    display: flex;
    margin: 10px 0 6px 0;
  }
  .room-stream .main-area .bar .user-profile {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 10px;
  }
  .room-stream .main-area .bar .user-name {
    font-weight: 300;
    margin-right: 10px;
  }
  .room-stream .main-area .bar .user-rank {
    display: flex;
    align-items: center;
  }
  .room-stream .main-area .bar .user-rank:before {
    content: "";
    display: block;
    margin-right: 8px;
    background-size: cover;
    width: 16px;
    height: 16px;
  }
  .room-stream .main-area .bar .user-rank.rank2 {
    color: #f66951;
  }
  .room-stream .main-area .bar .user-rank.rank2:before {
    background-image: url(/images/icon-user-rank2.png);
  }
  .room-stream .main-area .bar .user-rank.rank5 {
    color: #9e1b9e;
  }
  .room-stream .main-area .bar .user-rank.rank5:before {
    background-image: url(/images/icon-user-rank5.png);
  }
  .room-stream .main-area .bar .tag {
    margin-left: auto;
    color: #fff;
    background: #ff0000;
    padding: 0 14px;
    line-height: 26px;
  }
  .room-stream .main-area .expired img {
    width: 100%;
  }
  .room-stream .main-area .video-container {
    position: relative;
    background: #000;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .room-stream .main-area .video-container .main-video {
    width: 100%;
    max-width: 1280px;
    max-height: 60vh;
    min-height: 400px;
  }
  .room-stream .main-area .video-container .controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    opacity: 0.2;
    transition: opacity 0.4s;
    gap: 0 10px;
  }
  .room-stream .main-area .video-container .controls .btn-control {
    background: transparent;
    color: #fff;
    font-weight: bolder;
    text-shadow: 2px 1px 2px #000;
    border: none;
    cursor: pointer;
  }
  .room-stream .main-area .video-container .controls .btn-control.btn-gear {
    margin-right: 10px;
  }
  .room-stream .main-area .video-container .controls .btn-control i {
    font-size: 20px;
  }
  .room-stream .main-area .video-container .controls .btn-control img {
    width: 20px;
    height: 20px;
    filter: drop-shadow(2px 2px 1px #000);
  }
  .room-stream .main-area .video-container .controls .video-menu {
    position: absolute;
    bottom: 40px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  .room-stream .main-area .video-container .controls .video-menu .btn-bitrate {
    background: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  .room-stream .main-area .video-container:hover .controls {
    opacity: 1;
  }
  .room-stream .main-area .video-footer {
    background: #eeeeee;
    color: #666666;
    padding: 6px 10px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
  }
  .room-stream .main-area .video-footer .icon-views {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .room-stream .main-area .video-footer .left-content {
    display: flex;
    align-items: center;
  }
  .room-stream .main-area .video-footer .left-content .view-content {
    margin-right: 10px;
  }
  .room-stream .main-area .video-footer .left-content .view-count-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .room-stream .main-area .video-footer .right-content {
    display: flex;
  }
  .room-stream .main-area .video-footer .right-content .share-content {
    margin-right: 30px;
  }
  .room-stream .main-area .video-footer .right-content .share-content a img {
    width: 100px;
  }
  .room-stream .tabs {
    position: fixed;
    right: 0;
    top: 50px;
    width: 340px;
    display: flex;
    line-height: 42px;
    height: 42px;
    border-bottom: solid 1px #ccc;
  }
  .room-stream .tabs li {
    flex: 1;
    text-align: center;
  }
  .room-stream .tabs .tab-movie {
    display: none;
  }
  .room-stream .tabs .active {
    border-bottom: 2px solid #9e1b9e;
  }
  .room-stream .video-info {
    width: 100%;
    margin: 0 10px;
  }
  .room-stream .video-info .headline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .room-stream .video-info .from-now {
    color: #666;
    margin-bottom: 14px;
  }
  .room-stream .video-info .from-now .icon {
    margin-right: 10px;
    vertical-align: middle;
  }
  .room-stream .video-info .from-now .icon img {
    width: 18px;
  }
  .room-stream .video-info .from-now .date {
    vertical-align: middle;
  }
  .room-stream .video-info .room-name {
    margin-right: 10px;
    font-size: 1.8rem;
  }
  .room-stream .video-info .follow {
    white-space: nowrap;
    border-radius: 4px;
    border: solid 2px #9e1b9e;
    color: #9e1b9e;
    padding: 4px 8px;
  }
  .room-stream .video-info .follow.on {
    color: #fff;
    background: #9e1b9e;
  }
  .room-stream .video-info .expired {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .room-stream .video-info .description {
    white-space: pre-line;
    padding: 0 0 40px 0;
  }
  .room-stream .video-info .description a {
    color: #9e1b9e;
  }
  .room-stream .video-info .twitter-content {
    width: 400px;
  }
  .room-stream .message-wrapper {
    display: none;
    position: fixed;
    right: 0;
    top: 92px;
    height: calc(100vh - 92px);
    border: solid 1px #ccc;
    border-top: none;
    border-right: 0;
  }
  .room-stream .message-wrapper.active {
    display: block;
  }
  .room-stream .message-wrapper .message-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 340px;
    background: #f9f9f9;
  }
  .room-stream .message-wrapper .message-area .title-area {
    display: flex;
    justify-content: space-between;
    line-height: 42px;
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .room-stream .message-wrapper .message-area .title-area .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
  }
  .room-stream .message-wrapper .message-area .title-area .title .mic {
    vertical-align: middle;
    margin-right: 12px;
  }
  .room-stream .message-wrapper .message-area .title-area .message-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 40px;
  }
  .room-stream .message-wrapper .message-area .menu-list {
    position: absolute;
    top: 42px;
    right: 10px;
    background: #fff;
    padding: 10px 20px 10px 10px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6);
  }
  .room-stream .message-wrapper .message-area .menu-list ul li a {
    display: block;
  }
  .room-stream .message-wrapper .message-area .menu-list ul li a i {
    margin-right: 12px;
  }
  .room-stream .message-wrapper .message-area .chat-area {
    display: flex;
    flex-direction: column;
    height: calc(100% - 42px);
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail {
    position: absolute;
    width: 76%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 4px;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ffd2ff;
    border-radius: 4px 4px 0 0;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail .close {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail .user-profile {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 8px auto;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail .user-name {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 14px;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail .control {
    display: flex;
    justify-content: center;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail .control .block {
    margin-right: 20px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-flow: column-reverse;
    padding-top: 8px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message {
    margin: 0 10px 10px 10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.rank2 .user-name {
    color: #4169e1;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.rank5 .user-name {
    color: #9e1b9e;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.admin {
    padding: 10px;
    border-radius: 4px;
    background: #be00e7;
    color: #fff;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.admin .user-name {
    color: #fff;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment {
    padding: 10px;
    border-radius: 4px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment .user-name {
    color: #000;
    margin-right: 14px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment .amount {
    font-weight: 600;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment .message {
    display: block;
    margin-top: 10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase1 {
    background: #A9A9A9;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase2 {
    background: #32CD32;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase3 {
    background: #FFA500;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase4 {
    background: #FFD700;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase5 {
    background: #FF1493;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase6 {
    background: #FF4500;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase7 {
    background: #708090;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message .user-name {
    color: #666666;
    vertical-align: top;
    margin-right: 14px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message .user-name .user-level {
    border-radius: 4px;
    border: 1px solid #9e1b9e;
    padding: 0 4px;
    margin-right: 4px;
    color: #9e1b9e;
    font-size: 1.2rem;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message .message {
    vertical-align: top;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat {
    background: #fff;
    padding: 10px 10px 8px 10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .user-info {
    display: flex;
    margin-bottom: 8px;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .user-info .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .user-info .user-name {
    color: #666;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer {
    display: flex;
    align-items: center;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box {
    display: flex;
    align-items: center;
    width: calc(100% - 54px);
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box .send-message {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #9e1b9e;
    border-radius: 0;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box .send-btn {
    display: flex;
    margin-left: auto;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer .btn-gift {
    margin-left: auto;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer .btn-gift img {
    width: 24px;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer.no-gift .send-box {
    width: 100%;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer.no-gift .btn-gift {
    display: none;
  }
  .room-stream .supporter {
    display: none;
    position: fixed;
    right: 0;
    top: 92px;
    width: 341px;
    height: calc(100vh - 92px);
    border: solid 1px #ccc;
    border-top: none;
    border-right: 0;
    padding: 20px 0;
  }
  .room-stream .supporter.active {
    display: block;
  }
  .room-stream .supporter .user-message {
    margin: 0 10px 8px 10px;
  }
  .room-stream .supporter .user-message.payment {
    padding: 10px;
    border-radius: 4px;
  }
  .room-stream .supporter .user-message.payment .user-name {
    color: #000;
    margin-right: 14px;
  }
  .room-stream .supporter .user-message.payment .amount {
    font-weight: 600;
  }
  .room-stream .supporter .user-message.payment .message {
    display: block;
    margin-top: 10px;
  }
  .room-stream .supporter .user-message.payment.purchase1 {
    background: #A9A9A9;
  }
  .room-stream .supporter .user-message.payment.purchase2 {
    background: #32CD32;
  }
  .room-stream .supporter .user-message.payment.purchase3 {
    background: #FFA500;
  }
  .room-stream .supporter .user-message.payment.purchase4 {
    background: #FFD700;
  }
  .room-stream .supporter .user-message.payment.purchase5 {
    background: #FF1493;
  }
  .room-stream .supporter .user-message.payment.purchase6 {
    background: #FF4500;
  }
  .room-stream .supporter .user-message.payment.purchase7 {
    background: #708090;
  }
  .room-stream .supporter .user-message .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
  }
  .room-stream .supporter .user-message .user-name {
    color: #666666;
  }
  .room-stream .listener {
    display: none;
    position: fixed;
    right: 0;
    top: 92px;
    width: 341px;
    height: calc(100vh - 92px);
    border: solid 1px #ccc;
    border-top: none;
    border-right: 0;
  }
  .room-stream .listener.active {
    display: block;
  }
  .room-stream .listener .title {
    font-size: 1.6rem;
    text-align: center;
    line-height: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  .room-stream .listener .listener-box {
    display: flex;
    align-items: center;
    margin: 0 10px 20px 10px;
  }
  .room-stream .listener .listener-box .user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 14px 0 0;
    border: solid 1px #000;
  }
  .room-stream .listener .listener-box .user-right {
    display: flex;
    align-items: center;
    width: calc(100% - 54px);
    line-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .room-stream .listener .listener-box .user-name {
    padding-right: 10px;
  }
  .room-stream .listener .listener-box .view-time {
    font-size: 1.6rem;
    margin-left: auto;
  }
  .room-stream .modal05 .modal__content {
    width: 520px;
  }
  .room-stream .modal05 .title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .room-stream .modal05 .gift-error {
    margin-bottom: 20px;
    color: #ff0000;
  }
  .room-stream .modal05 .my-coin {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
    justify-content: space-between;
    font-size: 1.6rem;
  }
  .room-stream .modal05 .my-coin .coin-info {
    display: flex;
    align-items: center;
  }
  .room-stream .modal05 .my-coin .coin-info img {
    display: block;
    margin-right: 20px;
  }
  .room-stream .modal05 .my-coin .charge a {
    text-decoration: underline;
  }
  .room-stream .modal05 .gift-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 24px;
    margin-bottom: 20px;
  }
  .room-stream .modal05 .gift-list li {
    width: 30%;
    margin-bottom: 18px;
  }
  .room-stream .modal05 .gift-list li a {
    display: block;
    line-height: 30px;
    padding-left: 1em;
    border-radius: 4px;
    border: solid 2px #cccccc;
    color: #666;
  }
  .room-stream .modal05 .gift-list li.active a {
    color: #000;
  }
  .room-stream .modal05 .gift-list li.active.gift1 a {
    border-color: #A9A9A9;
    background: #A9A9A9;
  }
  .room-stream .modal05 .gift-list li.active.gift2 a {
    border-color: #32CD32;
    background: #32CD32;
  }
  .room-stream .modal05 .gift-list li.active.gift3 a {
    border-color: #FFA500;
    background: #FFA500;
  }
  .room-stream .modal05 .gift-list li.active.gift4 a {
    border-color: #FFD700;
    background: #FFD700;
  }
  .room-stream .modal05 .gift-list li.active.gift5 a {
    border-color: #FF1493;
    background: #FF1493;
  }
  .room-stream .modal05 .gift-list li.active.gift6 a {
    border-color: #FF4500;
    background: #FF4500;
  }
  .room-stream .modal05 .user-info {
    display: flex;
    margin-bottom: 14px;
  }
  .room-stream .modal05 .user-info .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .room-stream .modal05 .user-info .user-name {
    color: #666;
  }
  .room-stream .modal05 .send-footer .send-box .send-message {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 2px solid #9e1b9e;
    margin-bottom: 14px;
    border-radius: 0;
  }
  .room-stream .modal06 .modal__content {
    width: 520px;
  }
  .room-stream .modal06 .title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .room-stream .modal06 .my-coin {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
    justify-content: space-between;
    font-size: 1.6rem;
  }
  .room-stream .modal06 .my-coin .coin-info {
    display: flex;
    align-items: center;
  }
  .room-stream .modal06 .my-coin .coin-info img {
    display: block;
    margin-right: 20px;
  }
  .room-stream .modal06 .charge-list {
    padding: 0 20px;
  }
  .room-stream .modal06 .charge-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .room-stream .modal06 .charge-list li .coin {
    font-size: 1.6rem;
  }
  .room-stream .modal06 .charge-list li .btn-purchase {
    border-radius: 16px;
    color: #fff;
    background: #9e1b9e;
    padding: 6px 0;
    width: 7em;
    font-size: 1.4rem;
    border: none;
  }
  .room-stream .modal07 .modal__content {
    width: 520px;
  }
  .room-stream .modal07 .title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .room-stream .modal07 .email {
    margin-bottom: 20px;
  }
  .room-stream .modal07 .card-submit {
    margin-top: 20px;
  }
  .room-stream.webview {
    /*margin-top: -50px;*/
  }
  .room-stream.webview .tabs {
    top: 0px;
  }
  .room-stream.webview .message-wrapper {
    top: 42px;
    height: calc(100vh - 42px);
  }
  .room-stream.webview .message-wrapper .chat-area .send-chat .send-footer {
    display: flex;
    align-items: center;
  }
  .room-stream.webview .message-wrapper .chat-area .send-chat .send-footer .send-box {
    display: flex;
    align-items: center;
    width: calc(100% - 54px);
  }
  .room-stream.webview .message-wrapper .chat-area .send-chat .send-footer .send-box .send-message {
    margin-bottom: 0;
  }
  .room-stream.webview .supporter {
    top: 42px;
  }
  .room-stream.webview .listener {
    top: 42px;
  }

  .html-room-message-viewer .room-stream {
    max-height: initial;
    display: initial;
    margin-right: 0;
  }
  .html-room-message-viewer .room-stream .message-wrapper {
    position: relative;
  }
  .html-room-message-viewer .room-stream .message-wrapper .message-area {
    width: initial;
    background: transparent;
  }
  .html-room-message-viewer .room-stream .message-wrapper .message-area .chat-area {
    height: 100vh;
  }
  .html-room-message-viewer .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message {
    background: rgba(150, 150, 150, 0.7);
    color: #fff;
    padding: 4px;
    border-radius: 4px;
  }
  .html-room-message-viewer .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message .user-name {
    color: #fff;
  }

  /*
   * 検索結果
   */
  .search-index {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .search-index .main-area {
    width: calc(100% - 280px);
    margin-right: 20px;
  }
  .search-index .main-area .main-title {
    font-size: 2rem;
    padding: 46px 0 30px 0;
    color: #9e1b9e;
  }
  .search-index .main-area .tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .search-index .main-area .tabs li {
    flex-basis: 120px;
    text-align: center;
    padding-bottom: 6px;
  }
  .search-index .main-area .tabs li a {
    display: block;
  }
  .search-index .main-area .tabs .active {
    border-bottom: 2px solid #9e1b9e;
  }
  .search-index .main-area .room-wrapper {
    display: none;
  }
  .search-index .main-area .room-wrapper.active {
    display: block;
  }
  .search-index .main-area .movie-wrapper {
    display: none;
  }
  .search-index .main-area .movie-wrapper.active {
    display: block;
  }
  .search-index .main-area .user-wrapper {
    display: none;
  }
  .search-index .main-area .user-wrapper.active {
    display: block;
  }
  /*
   * 動画検索
   */
  .movie-search {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .movie-search .main-area {
    width: calc(100% - 280px);
    margin-right: 20px;
  }
  .movie-search .main-area .breadcrumbs {
    padding: 46px 0 18px 0;
  }
  .movie-search .main-area .breadcrumbs span a {
    text-decoration: underline;
  }
  .movie-search .main-area .tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .movie-search .main-area .tabs li {
    flex-basis: 120px;
    text-align: center;
    padding-bottom: 6px;
  }
  .movie-search .main-area .tabs li a {
    display: block;
  }
  .movie-search .main-area .tabs .active {
    border-bottom: 2px solid #9e1b9e;
  }
  /*
   * 動画個別
   */
  .movie-detail {
    display: flex;
    overflow: hidden auto;
    margin-right: 340px;
    max-height: calc(100vh - 50px);
    flex-wrap: wrap;
  }
  .movie-detail .main-area {
    width: 100%;
    margin: 0 10px;
  }
  .movie-detail .main-area .bar {
    display: flex;
    margin: 10px 0 6px 0;
  }
  .movie-detail .main-area .bar .user-profile {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 10px;
  }
  .movie-detail .main-area .bar .user-name {
    font-weight: 300;
    margin-right: 10px;
  }
  .movie-detail .main-area .bar .user-rank {
    display: flex;
    align-items: center;
  }
  .movie-detail .main-area .bar .user-rank:before {
    content: "";
    display: block;
    margin-right: 8px;
    background-size: cover;
    width: 16px;
    height: 16px;
  }
  .movie-detail .main-area .bar .user-rank.rank2 {
    color: #f66951;
  }
  .movie-detail .main-area .bar .user-rank.rank2:before {
    background-image: url(/images/icon-user-rank2.png);
  }
  .movie-detail .main-area .bar .user-rank.rank5 {
    color: #9e1b9e;
  }
  .movie-detail .main-area .bar .user-rank.rank5:before {
    background-image: url(/images/icon-user-rank5.png);
  }
  .movie-detail .main-area video {
    width: 100%;
    max-height: 60vh;
    min-height: 400px;
  }
  .movie-detail .main-area .video-footer {
    background: #eeeeee;
    color: #666666;
    padding: 6px 10px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
  }
  .movie-detail .main-area .video-footer .left-content {
    display: flex;
    align-items: center;
  }
  .movie-detail .main-area .video-footer .left-content .view-content {
    margin-right: 10px;
  }
  .movie-detail .main-area .video-footer .left-content .view-content .icon-views {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .movie-detail .main-area .video-footer .left-content .view-content .view-count-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .movie-detail .main-area .video-footer .right-content .share-content a img {
    width: 100px;
  }
  .movie-detail .tabs {
    display: none;
  }
  .movie-detail .video-info {
    width: 100%;
    margin: 0 10px;
  }
  .movie-detail .video-info .date {
    color: #666;
    margin-bottom: 14px;
  }
  .movie-detail .video-info .movie-title {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  .movie-detail .video-info .headline {
    display: flex;
    align-items: center;
  }
  .movie-detail .video-info .headline .good {
    margin-right: 10px;
  }
  .movie-detail .video-info .headline .good i {
    font-size: 20px;
  }
  .movie-detail .video-info .headline .good-count {
    font-size: 1.6rem;
  }
  .movie-detail .video-info .main-title {
    font-size: 2rem;
    margin: 46px 0 18px 0;
  }
  .movie-detail .message-wrapper {
    position: fixed;
    right: 0;
    top: 50px;
    height: calc(100vh - 50px);
    border: solid 1px #ccc;
    border-top: none;
    border-right: 0;
  }
  .movie-detail .message-wrapper .message-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 340px;
    background: #f9f9f9;
  }
  .movie-detail .message-wrapper .message-area .title-area {
    text-align: center;
    line-height: 42px;
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .movie-detail .message-wrapper .message-area .chat-area {
    display: flex;
    flex-direction: column;
    height: calc(100% - 42px);
  }
  .movie-detail .message-wrapper .message-area .chat-area .user-detail {
    z-index: 1;
    position: absolute;
    width: 76%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 4px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .user-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ffd2ff;
    border-radius: 4px 4px 0 0;
  }
  .movie-detail .message-wrapper .message-area .chat-area .user-detail .close {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .user-detail .user-profile {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 8px auto;
  }
  .movie-detail .message-wrapper .message-area .chat-area .user-detail .user-name {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 14px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-flow: column-reverse;
    padding-top: 8px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message {
    position: relative;
    margin: 0 10px 10px 10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message.rank2 .user-name {
    color: #4169e1;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message.rank5 .user-name {
    color: #9e1b9e;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .user-name {
    color: #666666;
    vertical-align: top;
    margin-right: 14px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .message {
    vertical-align: top;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .delete {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .delete-modal {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 13px 19px 10px 10px;
    border: solid 1px #ccc;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .delete-modal .close {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat {
    background: #fff;
    padding: 10px 10px 8px 10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .user-info {
    display: flex;
    margin-bottom: 8px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .user-info .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .user-info .user-name {
    color: #666;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer {
    display: flex;
    align-items: center;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box {
    display: flex;
    align-items: center;
    width: calc(100% - 54px);
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box .send-message {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #9e1b9e;
    border-radius: 0;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box .send-btn {
    display: flex;
    margin-left: auto;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer.no-gift .send-box {
    width: 100%;
  }

  /*
   * ユーザー個別
   */
  .user-detail {
    position: relative;
  }
  .user-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: #f3f5f7;
  }
  .user-detail .main-content {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 120px 40px 0 40px;
  }
  .user-detail .main-content .user-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .user-detail .main-content .user-info .user-rank {
    position: absolute;
    left: 154px;
    top: 10px;
    display: flex;
    align-items: center;
  }
  .user-detail .main-content .user-info .user-rank:before {
    content: "";
    display: block;
    margin-right: 8px;
    background-size: cover;
    width: 16px;
    height: 16px;
  }
  .user-detail .main-content .user-info .user-rank.rank2 {
    color: #f66951;
  }
  .user-detail .main-content .user-info .user-rank.rank2:before {
    background-image: url(/images/icon-user-rank2.png);
  }
  .user-detail .main-content .user-info .user-rank.rank5 {
    color: #9e1b9e;
  }
  .user-detail .main-content .user-info .user-rank.rank5:before {
    background-image: url(/images/icon-user-rank5.png);
  }
  .user-detail .main-content .user-info .user-profile {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #9e1b9e;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 34px;
  }
  .user-detail .main-content .user-info .user-about .user-name .user-level {
    border-radius: 4px;
    border: 1px solid #9e1b9e;
    padding: 0 4px;
    margin-right: 6px;
    color: #9e1b9e;
  }
  .user-detail .main-content .follow {
    display: inline-block;
    white-space: nowrap;
    border-radius: 4px;
    border: solid 2px #9e1b9e;
    color: #9e1b9e;
    padding: 4px 8px;
    margin-bottom: 84px;
  }
  .user-detail .main-content .follow.on {
    color: #fff;
    background: #9e1b9e;
  }
  .user-detail .main-content .tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .user-detail .main-content .tabs li {
    flex-basis: 120px;
    text-align: center;
    padding-bottom: 6px;
  }
  .user-detail .main-content .tabs .active {
    border-bottom: 2px solid #9e1b9e;
  }
  .user-detail .main-content .profile {
    white-space: pre-wrap;
  }
  .user-detail .main-content .profile a {
    color: #9e1b9e;
  }
  .user-detail .main-content .room-wrapper .main-title {
    font-size: 2rem;
    margin: 0 0 18px 0;
  }
  .user-detail .main-content .room-wrapper .room-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box {
    flex-basis: 24.1%;
    margin: 0 1.2% 20px 0;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box:nth-child(4n) {
    margin-right: 0;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box .room-image {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box .room-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box .room-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box .room-name {
    display: block;
    margin-bottom: 4px;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box .user-name {
    font-size: 1.2rem;
    color: #999999;
  }
  .user-detail .main-content .supporter .supporter-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .user-detail .main-content .supporter .supporter-box .user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 30px 0 0;
    border: solid 1px #000;
  }
  .user-detail .main-content .supporter .supporter-box .user-right {
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
    line-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .user-detail .main-content .supporter .supporter-box .coin {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .user-detail .main-content .supporter .supporter-box .coin img {
    width: 26px;
    margin-right: 10px;
  }
  .user-detail .main-content .listener .title {
    font-size: 1.6rem;
    line-height: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  .user-detail .main-content .listener .listener-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .user-detail .main-content .listener .listener-box .user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 30px 0 0;
    border: solid 1px #000;
  }
  .user-detail .main-content .listener .listener-box .user-right {
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
    line-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .user-detail .main-content .listener .listener-box .view-time {
    font-size: 1.6rem;
    margin-left: auto;
  }

  /*
   * ランキング
   */
  .room-ranking-index {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .room-ranking-index .main-area {
    width: 100%;
  }
  .room-ranking-index .main-area .room-ranking {
    width: 460px;
  }
  .room-ranking-index .main-area .select-month {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
  }
  .room-ranking-index .main-area .select-month h2 {
    font-size: 2rem;
    font-weight: 600;
  }
  .room-ranking-index .main-area .rank-list {
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 18px;
  }
  .room-ranking-index .main-area .rank-list li {
    margin-right: 20px;
  }
  .room-ranking-index .main-area .rank-list li a {
    display: block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
  }
  .room-ranking-index .main-area .rank-list li.rank4 a {
    background-color: #fedccb;
  }
  .room-ranking-index .main-area .rank-list li.rank4.active a {
    background-color: #df0101;
  }
  .room-ranking-index .main-area .rank-list li.rank3 a {
    background-color: #d6d7ea;
  }
  .room-ranking-index .main-area .rank-list li.rank3.active a {
    background-color: #000a73;
  }
  .room-ranking-index .main-area .rank-list li.rank2 a {
    background-color: #d8eada;
  }
  .room-ranking-index .main-area .rank-list li.rank2.active a {
    background-color: #008f23;
  }
  .room-ranking-index .main-area .rank-list li.rank1 {
    margin-right: 0;
  }
  .room-ranking-index .main-area .rank-list li.rank1 a {
    background-color: #d5ecf1;
  }
  .room-ranking-index .main-area .rank-list li.rank1.active a {
    background-color: #0095d1;
  }
  .room-ranking-index .main-area .room-content .room-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 26px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-rank {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-rank .rank-icon {
    margin-right: 16px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-rank .rank-count {
    font-size: 2rem;
  }
  .room-ranking-index .main-area .room-content .room-box .room-image {
    position: relative;
    width: 220px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .room-ranking-index .main-area .room-content .room-box .room-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .room-ranking-index .main-area .room-content .room-box .room-image .live {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #ff0000;
    color: #fff;
    padding: 0 4px;
    font-size: 1.2rem;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info {
    position: relative;
    width: 210px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .room-name {
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .user-info {
    display: flex;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .user-info .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 8px 0 0;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .user-info .user-name {
    font-size: 1.2rem;
    color: #999999;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .max-view {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .max-view .number {
    font-size: 2.4rem;
    color: #9e1b9e;
    margin-right: 20px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .max-view .text {
    font-size: 1.6rem;
    color: #999;
  }
  .room-ranking-index .main-area .no-data {
    padding: 20px 0 40px 0;
    font-size: 2rem;
    text-align: center;
  }

  /*
   * フォロー一覧
   */
  .follower-follows {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .follower-follows .main-area {
    width: 100%;
  }
  .follower-follows .main-area h2 {
    font-size: 2rem;
    font-weight: 600;
    padding: 40px 0;
  }
  .follower-follows .main-area .followers {
    margin-right: 20px;
  }
  .follower-follows .main-area .followers .follower-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .follower-follows .main-area .followers .follower-box .user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 30px 0 0;
    border: solid 1px #000;
  }
  .follower-follows .main-area .followers .follower-box .user-right {
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
    line-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .follower-follows .main-area .followers .follower-box .user-right .follow {
    margin-left: auto;
    border-radius: 24px;
    border: solid 2px #9e1b9e;
    color: #9e1b9e;
    padding: 2px 10px;
    line-height: 20px;
  }
  .follower-follows .main-area .followers .follower-box .user-right .follow.on {
    color: #fff;
    background: #9e1b9e;
  }

  /*
   * クラン個別
   */
  .group-detail {
    position: relative;
  }
  .group-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: #f3f5f7;
  }
  .group-detail .main-content {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 120px 40px 40px 40px;
  }
  .group-detail .main-content .group-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .group-detail .main-content .group-info .group-profile {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #9e1b9e;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 34px;
  }
  .group-detail .main-content .game-title {
    color: #f66951;
    margin-bottom: 10px;
  }
  .group-detail .main-content .user-name {
    margin-bottom: 10px;
  }
  .group-detail .main-content .user-name a {
    color: #9e1b9e;
  }
  .group-detail .main-content .group-member {
    margin-bottom: 10px;
  }
  .group-detail .main-content .description {
    white-space: pre-line;
  }
  .group-detail .main-content .description a {
    color: #9e1b9e;
  }

  /*
   * アカウント設定
   */
  .setting-coin,
.setting-coin-request,
.setting-group-list,
.setting-group,
.setting-line,
.setting-notice,
.setting-profile {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .setting-coin .account-sidebar,
.setting-coin-request .account-sidebar,
.setting-group-list .account-sidebar,
.setting-group .account-sidebar,
.setting-line .account-sidebar,
.setting-notice .account-sidebar,
.setting-profile .account-sidebar {
    background: #f3f5f7;
    width: 240px;
    padding: 40px 0;
  }
  .setting-coin .account-sidebar .menu-list li a,
.setting-coin-request .account-sidebar .menu-list li a,
.setting-group-list .account-sidebar .menu-list li a,
.setting-group .account-sidebar .menu-list li a,
.setting-line .account-sidebar .menu-list li a,
.setting-notice .account-sidebar .menu-list li a,
.setting-profile .account-sidebar .menu-list li a {
    display: block;
    padding: 0 20px;
    line-height: 60px;
  }
  .setting-coin .account-sidebar .menu-list li a span,
.setting-coin-request .account-sidebar .menu-list li a span,
.setting-group-list .account-sidebar .menu-list li a span,
.setting-group .account-sidebar .menu-list li a span,
.setting-line .account-sidebar .menu-list li a span,
.setting-notice .account-sidebar .menu-list li a span,
.setting-profile .account-sidebar .menu-list li a span {
    vertical-align: middle;
  }
  .setting-coin .account-sidebar .menu-list li.active,
.setting-coin-request .account-sidebar .menu-list li.active,
.setting-group-list .account-sidebar .menu-list li.active,
.setting-group .account-sidebar .menu-list li.active,
.setting-line .account-sidebar .menu-list li.active,
.setting-notice .account-sidebar .menu-list li.active,
.setting-profile .account-sidebar .menu-list li.active {
    background: #9e1b9e;
  }
  .setting-coin .account-sidebar .menu-list li.active a,
.setting-coin-request .account-sidebar .menu-list li.active a,
.setting-group-list .account-sidebar .menu-list li.active a,
.setting-group .account-sidebar .menu-list li.active a,
.setting-line .account-sidebar .menu-list li.active a,
.setting-notice .account-sidebar .menu-list li.active a,
.setting-profile .account-sidebar .menu-list li.active a {
    color: #fff;
  }
  .setting-coin .main-content,
.setting-coin-request .main-content,
.setting-group-list .main-content,
.setting-group .main-content,
.setting-line .main-content,
.setting-notice .main-content,
.setting-profile .main-content {
    width: 100%;
    margin: 0 40px;
  }
  .setting-coin .main-content h2,
.setting-coin-request .main-content h2,
.setting-group-list .main-content h2,
.setting-group .main-content h2,
.setting-line .main-content h2,
.setting-notice .main-content h2,
.setting-profile .main-content h2 {
    font-weight: 600;
    font-size: 2.4rem;
    padding: 40px 0;
  }

  .setting-profile .main-content .profile-form {
    box-shadow: 0 0 15px #ccc;
    padding: 34px 40px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-profile .main-content .profile-form .flash_message {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-profile .main-content .profile-form li {
    margin-bottom: 42px;
  }
  .setting-profile .main-content .profile-form li .label {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 18px;
  }
  .setting-profile .main-content .profile-form li .icon-wrapper {
    display: flex;
    align-items: center;
  }
  .setting-profile .main-content .profile-form li .icon-wrapper .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 34px 0 0;
  }
  .setting-profile .main-content .profile-form li .icon-wrapper .file-01 {
    display: none;
  }
  .setting-profile .main-content .profile-form li .icon-wrapper .file-mask {
    font-size: 1.6rem;
  }
  .setting-profile .main-content .profile-form li .icon-wrapper .file-mask .btn {
    display: inline-block;
    padding: 2px 10px;
    border: solid 2px #666666;
    border-radius: 4px;
  }
  .setting-profile .main-content .profile-form li input[type=text] {
    width: 500px;
  }
  .setting-profile .main-content .profile-form li textarea {
    padding: 5px 11px;
    width: 500px;
    height: 200px;
  }
  .setting-profile .main-content .profile-form li .connected-box {
    display: flex;
    align-items: center;
  }
  .setting-profile .main-content .profile-form li .connected-box .connected {
    color: #9e1b9e;
    border: solid 1px #9e1b9e;
    padding: 4px 30px;
    text-align: center;
    margin-right: 30px;
  }
  .setting-profile .main-content .profile-form .submit {
    font-size: 1.8rem;
    color: #fff;
    background: #9e1b9e;
    border-radius: 4px;
    padding: 5px 24px;
    border: none;
  }

  .setting-notice .main-content .notice-form {
    box-shadow: 0 0 15px #ccc;
    padding: 34px 40px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-notice .main-content .notice-form .flash_message {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-notice .main-content .notice-form li {
    margin-bottom: 42px;
  }
  .setting-notice .main-content .notice-form li .label {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 18px;
  }
  .setting-notice .main-content .notice-form .submit {
    font-size: 1.8rem;
    color: #fff;
    background: #9e1b9e;
    border-radius: 4px;
    padding: 5px 24px;
    border: none;
  }

  .setting-coin .main-content .coin-form {
    box-shadow: 0 0 15px #ccc;
    padding: 34px 40px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-coin .main-content .coin-form li .coin {
    display: flex;
    align-items: center;
  }
  .setting-coin .main-content .coin-form li .coin img {
    display: block;
    margin-right: 20px;
  }
  .setting-coin .main-content .coin-form li .coin .point {
    font-size: 1.6rem;
  }
  .setting-coin .main-content .coin-form .note {
    margin-top: 20px;
    color: #666666;
  }
  .setting-coin .main-content .coin-form .btn-request {
    margin-top: 36px;
    display: inline-block;
  }
  .setting-coin .main-content .coin-form .request-list {
    margin-top: 40px;
  }
  .setting-coin .main-content .coin-form .request-list h3 {
    border-bottom: 2px solid #000;
    font-size: 1.6rem;
    padding-bottom: 4px;
    margin-bottom: 10px;
  }
  .setting-coin .main-content .coin-form .request-list li {
    margin-bottom: 6px;
  }
  .setting-coin .main-content .coin-form .request-list li span {
    margin-right: 20px;
  }

  .setting-coin-request .main-content .coin-form {
    box-shadow: 0 0 15px #ccc;
    padding: 34px 40px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-coin-request .main-content .coin-form li {
    margin-bottom: 20px;
  }
  .setting-coin-request .main-content .coin-form li input[type=text] {
    width: 500px;
  }
  .setting-coin-request .main-content .coin-form li .label {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 12px;
  }
  .setting-coin-request .main-content .coin-form li .coin {
    display: flex;
    align-items: center;
  }
  .setting-coin-request .main-content .coin-form li .coin img {
    display: block;
    margin-right: 20px;
  }
  .setting-coin-request .main-content .coin-form li .coin .point {
    font-size: 1.6rem;
  }
  .setting-coin-request .main-content .coin-form .bank-info {
    margin-top: 40px;
  }
  .setting-coin-request .main-content .coin-form .bank-info .account-type .account-type-label {
    margin-right: 20px;
  }
  .setting-coin-request .main-content .coin-form .note {
    margin-top: 36px;
    color: #666666;
  }
  .setting-coin-request .main-content .coin-form .btn-request {
    margin-top: 36px;
    display: inline-block;
  }

  /*
   * クラン一覧
   */
  .setting-group-list .main-content .group-list-content {
    box-shadow: 0 0 15px #ccc;
    padding: 24px 40px;
    border-radius: 4px;
  }
  .setting-group-list .main-content .group-list-content .flash_message {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-group-list .main-content .group-list-content .error {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-group-list .main-content .group-list-content .error li {
    margin: 0;
  }
  .setting-group-list .main-content .group-list-content .error li a {
    color: #ff0000;
  }
  .setting-group-list .main-content .group-list-content .group-header {
    display: flex;
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc;
  }
  .setting-group-list .main-content .group-list-content .group-header .column {
    flex-basis: 40%;
    padding: 0 10px;
  }
  .setting-group-list .main-content .group-list-content .group-header .column:nth-child(3) {
    flex-basis: 20%;
  }
  .setting-group-list .main-content .group-list-content .group-row {
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
  }
  .setting-group-list .main-content .group-list-content .group-row a {
    color: #9e1b9e;
  }
  .setting-group-list .main-content .group-list-content .group-row .name {
    flex-basis: 40%;
    padding: 0 10px;
  }
  .setting-group-list .main-content .group-list-content .group-row .game-title {
    flex-basis: 40%;
    padding: 0 10px;
  }
  .setting-group-list .main-content .group-list-content .group-row .member-number {
    flex-basis: 20%;
    padding: 0 10px;
  }
  .setting-group-list .main-content .group-list-content .add-group {
    margin-top: 20px;
  }

  /*
   * クラン作成
   */
  .setting-group .main-content .group-form {
    box-shadow: 0 0 15px #ccc;
    padding: 34px 40px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-group .main-content .group-form .flash_message {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-group .main-content .group-form .error {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-group .main-content .group-form .error li {
    margin: 0;
  }
  .setting-group .main-content .group-form .error li a {
    color: #ff0000;
  }
  .setting-group .main-content .group-form li {
    margin-bottom: 30px;
  }
  .setting-group .main-content .group-form li .label {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 14px;
  }
  .setting-group .main-content .group-form li .icon-wrapper {
    display: flex;
    align-items: center;
  }
  .setting-group .main-content .group-form li .icon-wrapper .icon {
    width: 160px;
    height: 90px;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 34px 0 0;
  }
  .setting-group .main-content .group-form li .icon-wrapper .file-01 {
    display: none;
  }
  .setting-group .main-content .group-form li .icon-wrapper .file-mask {
    font-size: 1.6rem;
  }
  .setting-group .main-content .group-form li .icon-wrapper .file-mask .btn {
    display: inline-block;
    padding: 2px 10px;
    border: solid 2px #666666;
    border-radius: 4px;
  }
  .setting-group .main-content .group-form li input[type=text] {
    width: 500px;
  }
  .setting-group .main-content .group-form li textarea {
    padding: 5px 11px;
    width: 500px;
    height: 200px;
  }
  .setting-group .main-content .group-form .btn-danger {
    margin-left: 20px;
  }

  .setting-stream,
.setting-archive,
.setting-movie,
.setting-movie-list {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .setting-stream .sidebar,
.setting-archive .sidebar,
.setting-movie .sidebar,
.setting-movie-list .sidebar {
    background: #f3f5f7;
    width: 240px;
    padding: 40px 0;
  }
  .setting-stream .sidebar .menu-list li a,
.setting-archive .sidebar .menu-list li a,
.setting-movie .sidebar .menu-list li a,
.setting-movie-list .sidebar .menu-list li a {
    display: block;
    padding: 0 20px;
    line-height: 60px;
  }
  .setting-stream .sidebar .menu-list li a:before,
.setting-archive .sidebar .menu-list li a:before,
.setting-movie .sidebar .menu-list li a:before,
.setting-movie-list .sidebar .menu-list li a:before {
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle;
  }
  .setting-stream .sidebar .menu-list li a span,
.setting-archive .sidebar .menu-list li a span,
.setting-movie .sidebar .menu-list li a span,
.setting-movie-list .sidebar .menu-list li a span {
    vertical-align: middle;
  }
  .setting-stream .sidebar .menu-list li.active,
.setting-archive .sidebar .menu-list li.active,
.setting-movie .sidebar .menu-list li.active,
.setting-movie-list .sidebar .menu-list li.active {
    background: #9e1b9e;
  }
  .setting-stream .sidebar .menu-list li.active a,
.setting-archive .sidebar .menu-list li.active a,
.setting-movie .sidebar .menu-list li.active a,
.setting-movie-list .sidebar .menu-list li.active a {
    color: #fff;
  }
  .setting-stream .sidebar .menu-list li.menu01 a:before,
.setting-archive .sidebar .menu-list li.menu01 a:before,
.setting-movie .sidebar .menu-list li.menu01 a:before,
.setting-movie-list .sidebar .menu-list li.menu01 a:before {
    content: url(/images/icon-setting-menu01.png);
    width: 20px;
    height: 10px;
  }
  .setting-stream .sidebar .menu-list li.menu01.active a:before,
.setting-archive .sidebar .menu-list li.menu01.active a:before,
.setting-movie .sidebar .menu-list li.menu01.active a:before,
.setting-movie-list .sidebar .menu-list li.menu01.active a:before {
    content: url(/images/icon-setting-menu01_on.png);
  }
  .setting-stream .sidebar .menu-list li.menu02 a:before,
.setting-archive .sidebar .menu-list li.menu02 a:before,
.setting-movie .sidebar .menu-list li.menu02 a:before,
.setting-movie-list .sidebar .menu-list li.menu02 a:before {
    content: url(/images/icon-setting-menu02.png);
    width: 20px;
    height: 18px;
  }
  .setting-stream .sidebar .menu-list li.menu02.active a:before,
.setting-archive .sidebar .menu-list li.menu02.active a:before,
.setting-movie .sidebar .menu-list li.menu02.active a:before,
.setting-movie-list .sidebar .menu-list li.menu02.active a:before {
    content: url(/images/icon-setting-menu02_on.png);
  }
  .setting-stream .sidebar .menu-list li.menu03 a:before,
.setting-archive .sidebar .menu-list li.menu03 a:before,
.setting-movie .sidebar .menu-list li.menu03 a:before,
.setting-movie-list .sidebar .menu-list li.menu03 a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: 20px;
  }
  .setting-stream .main-content,
.setting-archive .main-content,
.setting-movie .main-content,
.setting-movie-list .main-content {
    width: 100%;
    margin: 0 40px 0 40px;
  }
  .setting-stream .main-content h2,
.setting-archive .main-content h2,
.setting-movie .main-content h2,
.setting-movie-list .main-content h2 {
    font-weight: 600;
    font-size: 2.4rem;
    padding: 40px 0;
  }

  /*
   * 動画配信設定
   */
  .setting-stream .main-content .stream-form {
    box-shadow: 0 0 15px #ccc;
    padding: 34px 40px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-stream .main-content .stream-form .server-change-banner {
    border: 2px solid #c0392b;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-header {
    background: #c0392b;
    color: #fff;
    padding: 10px 16px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-header .badge {
    background: #fff;
    color: #c0392b;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 10px;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body {
    background: #fdf3f2;
    padding: 16px 20px;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body p {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 12px;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table th, .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table td {
    padding: 6px 14px;
    border: 1px solid #e0c0be;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table th {
    background: #f5dedd;
    font-weight: bold;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table .old-url {
    text-decoration: line-through;
    color: #999;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table .new-url {
    color: #c0392b;
    font-weight: bold;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .note {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 0;
  }
  .setting-stream .main-content .stream-form .flash_message {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-stream .main-content .stream-form .error {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-stream .main-content .stream-form .error li {
    margin: 0;
  }
  .setting-stream .main-content .stream-form .error li a {
    color: #ff0000;
  }
  .setting-stream .main-content .stream-form form {
    position: relative;
  }
  .setting-stream .main-content .stream-form li {
    margin-bottom: 20px;
  }
  .setting-stream .main-content .stream-form li .label {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 18px;
  }
  .setting-stream .main-content .stream-form li .label .btn-copy {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    margin-left: 20px;
    vertical-align: middle;
  }
  .setting-stream .main-content .stream-form li .label .btn-copy img {
    width: 100%;
  }
  .setting-stream .main-content .stream-form li input[type=text] {
    width: 80%;
  }
  .setting-stream .main-content .stream-form li textarea {
    padding: 5px 11px;
    width: 80%;
    height: 200px;
  }
  .setting-stream .main-content .stream-form li .icon-wrapper {
    display: flex;
    align-items: center;
  }
  .setting-stream .main-content .stream-form li .icon-wrapper .icon {
    width: 300px;
    height: 200px;
    background-position: center;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 34px 0 0;
  }
  .setting-stream .main-content .stream-form li .icon-wrapper .file-01 {
    display: none;
  }
  .setting-stream .main-content .stream-form li .icon-wrapper .file-mask {
    font-size: 1.6rem;
  }
  .setting-stream .main-content .stream-form li .icon-wrapper .file-mask .btn {
    display: inline-block;
    padding: 4px 10px;
    border: solid 2px #666666;
    border-radius: 4px;
  }
  .setting-stream .main-content .stream-form li .game-select img {
    height: auto;
    width: 5rem;
    margin-right: 1rem;
  }
  .setting-stream .main-content .stream-form li .game-select .d-center {
    display: flex;
    align-items: center;
  }
  .setting-stream .main-content .stream-form .btn-danger {
    position: absolute;
    top: 0;
    right: 0;
  }

  /*
   * 動画配信設定
   */
  .setting-archive .main-content .archive-download {
    margin-bottom: 20px;
  }
  .setting-archive .main-content .archive-download img {
    vertical-align: middle;
    margin-right: 10px;
  }
  .setting-archive .main-content .archive-content {
    box-shadow: 0 0 15px #ccc;
    padding: 24px 40px;
    border-radius: 4px;
  }
  .setting-archive .main-content .archive-content .archive-header {
    display: flex;
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc;
  }
  .setting-archive .main-content .archive-content .archive-header .column {
    flex-basis: 15%;
    padding: 0 10px;
  }
  .setting-archive .main-content .archive-content .archive-header .column:nth-child(2) {
    flex-basis: 40%;
  }
  .setting-archive .main-content .archive-content .archive-row {
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
  }
  .setting-archive .main-content .archive-content .archive-row .image {
    flex-basis: 15%;
    padding: 0 10px;
  }
  .setting-archive .main-content .archive-content .archive-row .image img {
    width: 100%;
  }
  .setting-archive .main-content .archive-content .archive-row .title {
    flex-basis: 40%;
    padding: 0 10px;
  }
  .setting-archive .main-content .archive-content .archive-row .date {
    flex-basis: 15%;
    padding: 0 10px;
  }
  .setting-archive .main-content .archive-content .archive-row .time {
    flex-basis: 15%;
    padding: 0 10px;
  }
  .setting-archive .main-content .archive-content .archive-row .status {
    flex-basis: 15%;
    padding: 0 10px;
  }

  /*
   * 動画一覧
   */
  .setting-movie-list .notice {
    background: #f3f5f7;
    padding: 1em;
    margin-bottom: 16px;
  }
  .setting-movie-list .main-content h2 {
    padding-bottom: 20px;
  }
  .setting-movie-list .main-content .movie-list-content {
    box-shadow: 0 0 15px #ccc;
    padding: 24px 40px;
    border-radius: 4px;
  }
  .setting-movie-list .main-content .movie-list-content .flash_message {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-movie-list .main-content .movie-list-content .error {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-movie-list .main-content .movie-list-content .error li {
    margin: 0;
  }
  .setting-movie-list .main-content .movie-list-content .error li a {
    color: #ff0000;
  }
  .setting-movie-list .main-content .movie-list-content .movie-header {
    display: flex;
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc;
  }
  .setting-movie-list .main-content .movie-list-content .movie-header .column {
    flex-basis: 40%;
    padding: 0 10px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-header .column:nth-child(1) {
    flex-basis: 15%;
  }
  .setting-movie-list .main-content .movie-list-content .movie-header .column:nth-child(2) {
    flex-basis: 30%;
  }
  .setting-movie-list .main-content .movie-list-content .movie-header .column:nth-child(4) {
    flex-basis: 15%;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row {
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row a {
    color: #9e1b9e;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row .image {
    flex-basis: 15%;
    padding: 0 10px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row .image img {
    width: 100%;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row .game-title {
    flex-basis: 30%;
    padding: 0 10px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row .name {
    flex-basis: 40%;
    padding: 0 10px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row .status {
    flex-basis: 15%;
    padding: 0 10px;
  }
  .setting-movie-list .main-content .movie-list-content .add-movie {
    margin-top: 20px;
  }

  /*
   * 動画投稿
   */
  .setting-movie .main-content .movie-form {
    box-shadow: 0 0 15px #ccc;
    padding: 34px 40px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-movie .main-content .movie-form .flash_message {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-movie .main-content .movie-form .error {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-movie .main-content .movie-form .error li {
    margin: 0;
  }
  .setting-movie .main-content .movie-form .error li a {
    color: #ff0000;
  }
  .setting-movie .main-content .movie-form li {
    margin-bottom: 30px;
  }
  .setting-movie .main-content .movie-form li .label {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 14px;
  }
  .setting-movie .main-content .movie-form li .icon-wrapper {
    display: flex;
    align-items: center;
  }
  .setting-movie .main-content .movie-form li .icon-wrapper .icon {
    width: 160px;
    height: 90px;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 34px 0 0;
  }
  .setting-movie .main-content .movie-form li .icon-wrapper .file-01 {
    display: none;
  }
  .setting-movie .main-content .movie-form li .icon-wrapper .file-mask {
    font-size: 1.6rem;
  }
  .setting-movie .main-content .movie-form li .icon-wrapper .file-mask .btn {
    display: inline-block;
    padding: 2px 10px;
    border: solid 2px #666666;
    border-radius: 4px;
  }
  .setting-movie .main-content .movie-form li input[type=text] {
    width: 500px;
  }
  .setting-movie .main-content .movie-form li video {
    width: 500px;
  }
  .setting-movie .main-content .movie-form .game-select img {
    height: auto;
    width: 5rem;
    margin-right: 1rem;
  }
  .setting-movie .main-content .movie-form .game-select .d-center {
    display: flex;
    align-items: center;
  }
  .setting-movie .main-content .movie-form .btn-danger {
    margin-left: 20px;
  }

  /*
   * LINE連携
   */
  .setting-line .line-content {
    box-shadow: 0 0 15px #ccc;
    padding: 34px 40px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-line .line-content .line-header {
    margin-bottom: 34px;
  }
  .setting-line .line-content .line-header .header-inner .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
  }
  .setting-line .line-content .line-header .header-inner .icon img {
    width: 60px;
  }
  .setting-line .line-content .line-header .header-inner .txt {
    display: inline-block;
    vertical-align: middle;
  }
  .setting-line .line-content .line-header .header-inner .txt .main-text {
    color: #00b900;
    font-size: 2.4rem;
  }
  .setting-line .line-content .line-header .header-inner .txt .sub-text {
    font-size: 1.5rem;
  }
  .setting-line .line-content .line-flow .midashi {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
  .setting-line .line-content .line-flow .flow-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .setting-line .line-content .line-flow .flow-content .flow {
    width: 230px;
    margin-bottom: 30px;
  }
  .setting-line .line-content .line-flow .flow-content .flow .step {
    font-size: 1.5rem;
    color: #9e1b9e;
    border: solid 1px #9e1b9e;
    padding: 4px 0;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 15px;
  }
  .setting-line .line-content .line-flow .flow-content .flow .txt {
    font-size: 1.5rem;
    height: 100px;
    line-height: 1.75;
  }
  .setting-line .line-content .line-flow .flow-content .flow .friend {
    text-align: center;
  }
  .setting-line .line-content .line-flow .flow-content .flow .line-qr {
    width: 190px;
    display: block;
    margin: 0 auto;
  }
  .setting-line .line-content .line-flow .flow-content .flow .image {
    text-align: center;
  }
  .setting-line .line-content .line-flow .flow-content .flow .image img {
    width: 135px;
    vertical-align: top;
  }
  .setting-line .line-content .line-flow .flow-content .flow .sub-txt {
    font-size: 1.3rem;
    margin-top: 12px;
  }
  .setting-line .line-content .line-flow .flow-content .arrow {
    position: relative;
    width: 17px;
    margin-top: 247px;
  }
  .setting-line .line-content .line-flow .flow-content .arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 3px solid #9e1b9e;
    border-right: 3px solid #9e1b9e;
    transform: rotate(45deg);
  }

  /*
   * 支払い画面
   */
  .setting-payment {
    position: relative;
  }
  .setting-payment:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 286px;
    background: #f3f5f7;
  }
  .setting-payment .main-content {
    width: 1120px;
    margin: 0 auto;
    position: relative;
  }
  .setting-payment .main-content h2 {
    font-weight: 600;
    font-size: 2.4rem;
    padding: 40px 0;
  }
  .setting-payment .main-content .payment-form {
    box-shadow: 0 0 15px #ccc;
    padding: 34px 40px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-payment .main-content .payment-form li {
    margin-bottom: 42px;
  }
  .setting-payment .main-content .payment-form li .label {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 18px;
  }
  .setting-payment .main-content .payment-form li input[type=email] {
    width: 500px;
  }
  .setting-payment .main-content .payment-form .card-element {
    width: 500px;
  }
  .setting-payment .main-content .payment-form .stripe-input {
    padding: 8px;
    margin-bottom: 5px;
    background-image: linear-gradient(0deg, #009688 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
    background-size: 0 100%, 100% 100%;
  }
  .setting-payment .main-content .payment-form .stripe-err {
    color: red;
  }
  .setting-payment .main-content .payment-form .back {
    font-size: 1.8rem;
    border-radius: 4px;
    padding: 5px 24px;
    border: none;
    margin-right: 40px;
  }
  .setting-payment .main-content .payment-form .submit {
    font-size: 1.8rem;
    color: #fff;
    background: #9e1b9e;
    border-radius: 4px;
    padding: 5px 24px;
    border: none;
  }

  /*
   * 静的ページ共通設定
   */
  .page-content {
    display: flex;
    justify-content: space-between;
  }
  .page-content .sidebar {
    background: #f3f5f7;
    width: 240px;
    padding: 40px 0;
  }
  .page-content .sidebar .menu-list li a {
    display: block;
    padding: 0 20px;
    line-height: 50px;
  }
  .page-content .sidebar .menu-list li.active {
    background: #9e1b9e;
  }
  .page-content .sidebar .menu-list li.active a {
    color: #fff;
  }
  .page-content .main-content {
    width: 100%;
    margin: 0 40px 0 40px;
  }
  .page-content .main-content .section {
    margin-bottom: 50px;
  }
  .page-content .main-content h2 {
    font-weight: 600;
    font-size: 2.4rem;
    padding: 40px 0;
  }
  .page-content .main-content .box {
    box-shadow: 0 0 15px #ccc;
    padding: 34px 40px;
    background: #fff;
    border-radius: 4px;
    font-size: 1.6rem;
  }
  .page-content .main-content .box h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .page-content .main-content .box .color {
    color: #9e1b9e;
  }

  .page-content .main-content {
    /*
     * お知らせ
     */
    /*
     * お知らせ詳細
     */
    /*
     * 運営会社
     */
    /*
     * 配信者特典
     */
    /*
     * 配信方法
     */
    /*
     * 利用規約
     */
    /*
     * お問い合わせ
     */
    /*
     * コラム
     */
  }
  .page-content .main-content .notice .row {
    padding: 16px 0px;
    border-bottom: 2px solid #cccccc;
  }
  .page-content .main-content .notice .row .date {
    font-size: 1.2rem;
    color: #999999;
    margin-bottom: 8px;
  }
  .page-content .main-content .notice-detail h3 {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .page-content .main-content .notice-detail a {
    color: #9e1b9e;
  }
  .page-content .main-content .notice-detail .date {
    font-size: 1.2rem;
    color: #999999;
    margin-bottom: 20px;
  }
  .page-content .main-content .company {
    padding-top: 60px;
  }
  .page-content .main-content .company .list {
    margin-bottom: 120px;
  }
  .page-content .main-content .company .list li {
    display: flex;
    padding: 18px 0;
    border-bottom: 2px solid #eeeeee;
  }
  .page-content .main-content .company .list li .key {
    width: 154px;
  }
  .page-content .main-content .company .map iframe {
    width: 100%;
  }
  .page-content .main-content .benefits {
    line-height: 1.75;
  }
  .page-content .main-content .benefits h4 {
    font-size: 2rem;
    font-weight: 600;
    padding: 0 0 5px;
    border-bottom: 2px solid #9e1b9e;
    margin-bottom: 20px;
  }
  .page-content .main-content .howto h4 {
    font-size: 2rem;
    font-weight: 600;
    padding: 0 0 5px;
    border-bottom: 2px solid #9e1b9e;
    margin-bottom: 20px;
  }
  .page-content .main-content .howto .section {
    margin-bottom: 60px;
  }
  .page-content .main-content .howto .midashi {
    font-weight: 600;
    margin-bottom: 20px;
  }
  .page-content .main-content .howto .sub-midashi {
    padding: 2px 0 2px 8px;
    border-left: 3px solid #9e1b9e;
    margin-bottom: 20px;
  }
  .page-content .main-content .howto .title {
    margin-bottom: 30px;
  }
  .page-content .main-content .howto p {
    margin-bottom: 10px;
  }
  .page-content .main-content .howto .capture {
    margin-bottom: 30px;
    text-align: center;
  }
  .page-content .main-content .howto .capture img {
    width: 70%;
  }
  .page-content .main-content .terms a {
    color: #9e1b9e;
  }
  .page-content .main-content .contact li {
    margin-bottom: 20px;
  }
  .page-content .main-content .contact li .label {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 18px;
  }
  .page-content .main-content .column_area {
    margin: 0 15px;
  }
  .page-content .main-content .column_area .breadcrumbs {
    clear: both;
    font-size: 90%;
    margin: 0 0 60px;
  }
  .page-content .main-content .column_area h2 {
    font-size: 25px;
    text-align: center;
  }
  .page-content .main-content .column_area h3 {
    clear: both;
    font-size: 20px;
    text-align: left;
    margin: 60px 0 20px;
    padding: 0 0 5px;
    border-bottom: 2px solid #ccc;
  }
  .page-content .main-content .column_area h4 {
    clear: none;
    font-size: 18px;
    text-align: left;
    margin: 45px 0 20px;
    padding: 2px 0 2px 5px;
    border-left: 5px solid #ccc;
  }
  .page-content .main-content .column_area p, .page-content .main-content .column_area ul {
    text-align: left;
    margin: 0 0 1em;
  }
  .page-content .main-content .column_area ul li {
    list-style: disc;
    margin: 0 0 5px 20px;
  }
  .page-content .main-content .column_area a {
    text-decoration: underline;
  }
  .page-content .main-content .column_area a.text_a {
    color: #9e1b9e;
    font-size: 120%;
    font-weight: 700;
  }
  .page-content .main-content .column_area a.text_a:hover {
    text-decoration: none;
  }
  .page-content .main-content .column_area .b-backpattern {
    margin: 60px 0;
  }
  .page-content .main-content .column_area p.summarize {
    clear: both;
    margin: 2.5em 0 1em;
  }
  .page-content .main-content .column_area p.column_btn {
    clear: both;
    margin: 2.5em 0 0 0;
  }
  .page-content .main-content .column_area .column_btn a {
    color: #fff;
    display: block;
    max-width: 300px;
    background: #000;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 13px 10px;
    transition: all 0.3s;
  }
  .page-content .main-content .column_area .column_btn a:hover {
    background: #666;
  }
  .page-content .main-content .column_area .column_company {
    margin: 60px 0 20px;
  }
  .page-content .main-content .column_area .column_company table {
    width: 100%;
    margin: 25px 0 60px;
    border: none;
    border-collapse: collapse;
  }
  .page-content .main-content .column_area .column_company tr {
    border-bottom: 2px solid #eee;
  }
  .page-content .main-content .column_area .column_company th {
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    width: 30%;
    background: #fff;
    border: none;
    border-collapse: collapse;
  }
  .page-content .main-content .column_area .column_company td {
    font-size: 16px;
    text-align: left;
    padding: 15px;
    width: 80%;
    border: none;
    border-collapse: collapse;
  }
  .page-content .main-content .column_area .column_link {
    margin: 60px 0 45px;
  }
  .page-content .main-content .column_area .column_link ul {
    padding: 0;
    list-style-type: none;
    background: #FFF;
  }
  .page-content .main-content .column_area .column_link ul li {
    text-align: left;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    border-bottom: 1px dotted #CCC;
  }
  .page-content .main-content .column_area .column_link li:last-child {
    border-bottom: none;
  }
  .page-content .main-content .column_area .column_link a {
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    transition: all 0.5s;
  }
  .page-content .main-content .column_area .column_link a.active, .page-content .main-content .column_area .column_link a:hover {
    color: #fff;
    text-decoration: none;
    background: #c35ec3;
  }
  .page-content .main-content .column_area .image_area {
    max-width: 400px;
    width: 100%;
    display: block;
    vertical-align: bottom;
    border: none;
  }
}
@media only screen and (max-width: 959px) {
  * {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    font-size: 62.5%;
  }
  html.html-room-message-viewer {
    background: transparent;
  }

  body {
    font-size: 1.4rem;
    font-family: "Noto Sans JP";
    font-weight: normal;
  }

  .html-room-message-viewer body {
    background: transparent;
  }

  input[type=text],
input[type=email] {
    -webkit-appearance: none;
    border-radius: 2px;
    border: 1px solid #666666;
    padding: 4px 8px;
    font-size: 1.6rem;
  }

  textarea {
    font-size: 1.6rem;
  }

  /* iOSでのデフォルトスタイルをリセット */
  input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
  }

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

  .pc_only {
    display: none;
  }

  .btn-default {
    border-radius: 4px;
    color: #fff;
    background: #9e1b9e;
    padding: 4px 24px;
    font-size: 1.4rem;
    border: none;
  }

  .btn-danger {
    border-radius: 4px;
    color: #fff;
    background: #ff0000;
    padding: 4px 24px;
    font-size: 1.4rem;
    border: none;
  }

  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .modal.open {
    display: block;
  }
  .modal.modal01 .modal__content {
    background: #fff;
    padding: 20px 50px 20px 50px;
  }
  .modal.modal01 .modal__content .sns-login {
    max-width: 320px;
    margin: 0 auto;
  }
  .modal.modal01 .modal__content .sns-login .login-title {
    font-weight: 600;
    margin-bottom: 20px;
  }
  .modal.modal01 .modal__content .sns-login ul li {
    margin-bottom: 10px;
  }
  .modal.modal01 .modal__content .sns-login ul li img {
    width: 100%;
  }
  .modal.modal01 .modal__content .sns-login .desc {
    color: #6d6d6d;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .modal.modal01 .modal__content .sns-login .agree {
    color: #6d6d6d;
    font-size: 1.2rem;
  }
  .modal.modal01 .modal__content .sns-login .agree a {
    color: #6d6d6d;
    text-decoration: underline;
  }

  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }

  .modal__content {
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* 利用規約 */
  }
  .modal__content .js-modal-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
  }
  .modal__content .js-modal-close img {
    width: 100%;
  }
  .modal__content .terms h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .modal__content .terms .terms-content {
    height: 50vh;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .modal__content .terms .terms-content .section {
    margin-bottom: 30px;
  }
  .modal__content .terms .terms-content .section h3 {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .modal__content .terms .btn-default {
    display: block;
    width: 12em;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
  }

  .drawer-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
  }

  .drawer-bg.open {
    display: block;
  }

  .drawer-menu {
    position: fixed;
    background: #f3f5f7;
    overflow: scroll;
    width: 80%;
    height: 100%;
    left: 0;
    z-index: 3;
    top: 0;
    transition: all 0.2s;
    transform: translate3d(-100%, 0, 0);
  }
  .drawer-menu.open {
    transform: translate3d(0%, 0, 0);
  }
  .drawer-menu .drawer-menu_close {
    margin: 20px 20px 20px 0;
    text-align: right;
  }
  .drawer-menu .drawer-menu__list a {
    display: block;
    padding: 0 20px;
    line-height: 50px;
  }
  .drawer-menu .drawer-menu__list img {
    width: 20px;
    margin-right: 11px;
    vertical-align: middle;
  }
  .drawer-menu .drawer-menu__list span {
    vertical-align: middle;
  }

  .notice-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
  }
  .notice-bg.open {
    display: block;
  }

  .notice-menu {
    position: fixed;
    background: #f3f5f7;
    overflow: scroll;
    width: 80%;
    height: 100%;
    right: 0;
    z-index: 3;
    top: 0;
    transition: all 0.2s;
    transform: translate3d(100%, 0, 0);
  }
  .notice-menu.open {
    transform: translate3d(0%, 0, 0);
  }
  .notice-menu .notice-menu_close {
    margin: 20px 20px 20px 0;
    text-align: right;
  }
  .notice-menu .notice-menu__list li {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
  .notice-menu .notice-menu__list li.unread {
    background: #edbded;
    border-bottom: 1px solid #c75ac7;
  }
  .notice-menu .notice-menu__list li a {
    display: block;
  }

  .search-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
  }
  .search-bg.open {
    display: block;
  }

  .search-content {
    position: fixed;
    background: #f3f5f7;
    padding: 0 0 20px 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all 0.2s;
    transform: translate3d(100%, 0, 0);
  }
  .search-content.open {
    transform: translate3d(0%, 0, 0);
  }
  .search-content .search-content_close {
    margin: 20px 20px 20px 0;
    text-align: right;
  }
  .search-content .search-content__box form {
    display: flex;
    border-radius: 2px;
    width: 80%;
    margin: 0 auto;
  }
  .search-content .search-content__box form input[type=text] {
    border: 1px solid #9e1b9e;
    padding: 2px 8px;
    width: calc(100% - 30px);
    background: #f3f5f7;
    font-size: 1.6rem;
    border-radius: 2px 0 0 2px;
  }
  .search-content .search-content__box form input[type=submit] {
    border: none;
    width: 32px;
    height: 32px;
    background: #9e1b9e url(/images/btn-search.png) center no-repeat;
  }

  .site-header {
    padding: 8px 0 0;
    border-bottom: 1px solid #cccccc;
    height: 50px;
    z-index: 1;
    background: #fff;
    /* for Xcode */
  }
  .site-header.webview.UserController-detail {
    display: none;
  }

  .site-header__inner {
    display: flex;
    align-items: center;
    margin: 0 10px;
  }

  .site-header__toggle-sidebar {
    margin-right: 20px;
  }
  .site-header__logo a {
    display: block;
  }
  .site-header__logo a img {
    width: 100px;
  }

  .site-header__search {
    display: none;
  }

  .site-header__search-sp {
    margin-left: auto;
  }
  .site-header__search-sp a img {
    width: 20px;
  }

  .site-header__notice {
    margin-left: 20px;
  }
  .site-header__notice a {
    position: relative;
  }
  .site-header__notice a i {
    color: #f6b800;
    font-size: 22px;
  }
  .site-header__notice a .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-weight: bold;
  }

  .site-header__account {
    margin-left: 20px;
  }

  .site-header__login {
    color: #9e1b9e;
    padding: 0 10px;
    border: solid 1px #9e1b9e;
    border-radius: 4px;
    line-height: 34px;
  }

  .site-header__register {
    display: none;
  }

  .site-header__account-loggedin {
    margin-left: 20px;
  }
  .site-header__account-loggedin a {
    display: block;
  }
  .site-header__account-loggedin a .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .vue-infinite-loading {
    text-align: center;
    padding: 10px 0;
  }

  .footer-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
  }
  .footer-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-menu ul li {
    margin-right: 20px;
  }
  .footer-menu ul li a {
    display: block;
    text-align: center;
    padding: 8px 12px;
  }
  .footer-menu ul li a span {
    display: block;
    font-size: 1.2rem;
  }
  .footer-menu ul li a.active span {
    color: #9e1b9e;
  }
  .footer-menu ul li img {
    display: inline-block;
    height: 20px;
    margin-bottom: 2px;
  }
  .footer-menu ul li:nth-child(2) {
    margin-right: 0;
  }

  /*
   * 共通スタイル
   */
  .search-index .main-area .room-wrapper .room-content, .home-index .main-area .room-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .search-index .main-area .room-wrapper .room-content .room-box, .home-index .main-area .room-content .room-box {
    flex-basis: 49%;
    margin: 0 2% 18px 0;
  }
  .search-index .main-area .room-wrapper .room-content .room-box:nth-child(2n), .home-index .main-area .room-content .room-box:nth-child(2n) {
    margin-right: 0;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-image, .home-index .main-area .room-content .room-box .room-image {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-image:before, .home-index .main-area .room-content .room-box .room-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-image a, .home-index .main-area .room-content .room-box .room-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-image .time, .home-index .main-area .room-content .room-box .room-image .time {
    position: absolute;
    left: 6px;
    bottom: 6px;
    padding: 1px 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.54);
    font-size: 1.2rem;
    border-radius: 8px;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-image .live, .home-index .main-area .room-content .room-box .room-image .live {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #ff0000;
    color: #fff;
    padding: 0 4px;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-info, .home-index .main-area .room-content .room-box .room-info {
    margin: 0 10px;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-info .room-name, .home-index .main-area .room-content .room-box .room-info .room-name {
    display: block;
    margin-bottom: 4px;
  }
  .search-index .main-area .room-wrapper .room-content .room-box .room-info .user-name a, .home-index .main-area .room-content .room-box .room-info .user-name a {
    font-size: 1.2rem;
    color: #999999;
  }

  .user-detail .main-content .movie-wrapper .movie-content, .movie-detail .video-info .movie-content, .movie-search .main-area .movie-content, .search-index .main-area .movie-wrapper .movie-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box, .movie-detail .video-info .movie-content .movie-box, .movie-search .main-area .movie-content .movie-box, .search-index .main-area .movie-wrapper .movie-content .movie-box {
    flex-basis: 49%;
    margin: 0 2% 18px 0;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box:nth-child(2n), .movie-detail .video-info .movie-content .movie-box:nth-child(2n), .movie-search .main-area .movie-content .movie-box:nth-child(2n), .search-index .main-area .movie-wrapper .movie-content .movie-box:nth-child(2n) {
    margin-right: 0;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .game-title, .movie-detail .video-info .movie-content .movie-box .game-title, .movie-search .main-area .movie-content .movie-box .game-title, .search-index .main-area .movie-wrapper .movie-content .movie-box .game-title {
    height: 2rem;
    overflow: hidden;
    margin-bottom: 4px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .game-title a, .movie-detail .video-info .movie-content .movie-box .game-title a, .movie-search .main-area .movie-content .movie-box .game-title a, .search-index .main-area .movie-wrapper .movie-content .movie-box .game-title a {
    color: #f66951;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-image, .movie-detail .video-info .movie-content .movie-box .movie-image, .movie-search .main-area .movie-content .movie-box .movie-image, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-image {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-image:before, .movie-detail .video-info .movie-content .movie-box .movie-image:before, .movie-search .main-area .movie-content .movie-box .movie-image:before, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-image a, .movie-detail .video-info .movie-content .movie-box .movie-image a, .movie-search .main-area .movie-content .movie-box .movie-image a, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-image .time, .movie-detail .video-info .movie-content .movie-box .movie-image .time, .movie-search .main-area .movie-content .movie-box .movie-image .time, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-image .time {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 1px 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.54);
    font-size: 1.2rem;
    border-radius: 8px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-image .views, .movie-detail .video-info .movie-content .movie-box .movie-image .views, .movie-search .main-area .movie-content .movie-box .movie-image .views, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-image .views {
    position: absolute;
    left: 6px;
    bottom: 6px;
    padding: 1px 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.54);
    font-size: 1.2rem;
    border-radius: 8px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-info, .movie-detail .video-info .movie-content .movie-box .movie-info, .movie-search .main-area .movie-content .movie-box .movie-info, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-info {
    margin: 0 10px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-info .movie-name, .movie-detail .video-info .movie-content .movie-box .movie-info .movie-name, .movie-search .main-area .movie-content .movie-box .movie-info .movie-name, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-info .movie-name {
    display: block;
    margin-bottom: 4px;
  }
  .user-detail .main-content .movie-wrapper .movie-content .movie-box .movie-info .user-name a, .movie-detail .video-info .movie-content .movie-box .movie-info .user-name a, .movie-search .main-area .movie-content .movie-box .movie-info .user-name a, .search-index .main-area .movie-wrapper .movie-content .movie-box .movie-info .user-name a {
    font-size: 1.2rem;
    color: #999999;
  }

  .home-index .main-area .movie-content {
    display: flex;
    overflow-x: scroll;
    margin: 0 10px;
  }
  .home-index .main-area .movie-content .movie-box {
    width: calc((100% - 44px) / 2);
    flex: 0 0 auto;
    margin-left: 6px;
  }
  .home-index .main-area .movie-content .movie-box:first-child {
    margin-left: 0;
  }
  .home-index .main-area .movie-content .movie-box .game-title {
    height: 2rem;
    overflow: hidden;
    margin-bottom: 4px;
  }
  .home-index .main-area .movie-content .movie-box .game-title a {
    color: #f66951;
  }
  .home-index .main-area .movie-content .movie-box .movie-image {
    position: relative;
    width: 100%;
  }
  .home-index .main-area .movie-content .movie-box .movie-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .home-index .main-area .movie-content .movie-box .movie-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-index .main-area .movie-content .movie-box .movie-image .time {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 1px 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.54);
    font-size: 1.2rem;
    border-radius: 8px;
  }
  .home-index .main-area .movie-content .movie-box .movie-image .views {
    position: absolute;
    left: 6px;
    bottom: 6px;
    padding: 1px 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.54);
    font-size: 1.2rem;
    border-radius: 8px;
  }
  .home-index .main-area .movie-content .movie-box .movie-info .movie-name {
    display: block;
    margin-bottom: 4px;
  }
  .home-index .main-area .movie-content .movie-box .movie-info .user-name a {
    font-size: 1.2rem;
    color: #999999;
  }

  .search-index .main-area .user-wrapper .user-content .user-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .search-index .main-area .user-wrapper .user-content .user-box .user-image {
    margin-right: 12px;
  }
  .search-index .main-area .user-wrapper .user-content .user-box .user-image a {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #9e1b9e;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .search-index .main-area .user-wrapper .user-content .user-box .user-info {
    display: flex;
    flex-direction: column;
  }
  .search-index .main-area .user-wrapper .user-content .user-box .user-info .user-name {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2px;
  }
  /*
   * アプリインストール
   */
  .app-install {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #9e1b9e;
    padding: 12px 10px 17px 10px;
    color: #fff;
  }
  .app-install .headline {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .app-install .headline .app-logo {
    width: 37px;
    margin-right: 22px;
  }
  .app-install .headline .app-logo img {
    width: 100%;
  }
  .app-install .headline .app-text {
    font-weight: 600;
  }
  .app-install .btn-install {
    color: #fff;
    font-weight: 600;
    display: block;
    border: solid 2px #fff;
    border-radius: 30px;
    padding: 6px 0px;
    text-align: center;
    margin: 0 auto;
    width: 14em;
  }

  /*
   * LINE連携
   */
  .line-connect {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #9e1b9e;
    padding: 12px 10px 17px 10px;
    color: #fff;
  }
  .line-connect .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.4em;
  }
  .line-connect .headline {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .line-connect .headline .line-logo {
    width: 37px;
    margin-right: 22px;
  }
  .line-connect .headline .line-logo img {
    width: 100%;
  }
  .line-connect .headline .line-text {
    font-weight: 600;
  }
  .line-connect .btn-connect {
    color: #fff;
    font-weight: 600;
    display: block;
    border: solid 2px #fff;
    border-radius: 30px;
    padding: 6px 0px;
    text-align: center;
    margin: 0 auto;
    width: 14em;
  }

  /*
   * アカウントメニュー
   */
  .account-menu-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background: transparent;
    display: none;
  }

  .account-menu-bg.active {
    display: block;
  }

  .account-menu {
    position: fixed;
    display: none;
    right: 10px;
    top: 45px;
    z-index: 3;
    background: #fff;
    box-shadow: 0 0 6px #999;
    padding: 15px;
  }
  .account-menu.active {
    display: block;
  }
  .account-menu .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #999999;
    padding-bottom: 14px;
  }
  .account-menu .user-info .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 8px;
  }
  .account-menu .user-info .name {
    width: 108px;
    font-size: 1.2rem;
  }
  .account-menu .menu-list img {
    margin-right: 10px;
    vertical-align: middle;
  }
  .account-menu .menu-list li {
    margin-bottom: 16px;
  }

  .common-sidebar {
    display: none;
  }

  /*
   * ログイン
   */
  .login-index {
    background: #fff1ff;
    height: 100%;
    padding-top: 68px;
  }
  .login-index .content {
    margin: 0 30px;
    background: #fff;
    padding: 40px 30px 60px 30px;
  }
  .login-index .content .logo {
    text-align: center;
    margin-bottom: 60px;
  }
  .login-index .content .sns-login {
    max-width: 320px;
    margin: 0 auto;
  }
  .login-index .content .sns-login .login-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 34px;
  }
  .login-index .content .sns-login ul li {
    margin-bottom: 22px;
  }
  .login-index .content .sns-login ul li img {
    width: 100%;
  }
  .login-index .content .sns-login .desc {
    color: #6d6d6d;
    margin-bottom: 30px;
  }
  .login-index .content .sns-login .agree {
    color: #6d6d6d;
  }
  .login-index .content .sns-login .agree a {
    color: #6d6d6d;
    text-decoration: underline;
  }

  /*
   * トップ
   */
  .home-index .main-area {
    padding-bottom: 100px;
  }
  .home-index .main-area .carousel-3d {
    width: 100%;
    margin: 0 0 26px 0;
  }
  .home-index .main-area .carousel-3d .carousel__viewport {
    z-index: 0;
  }
  .home-index .main-area .carousel-3d .carousel__viewport .carousel__slide .carousel__item {
    width: 100%;
    height: calc(100vw * 0.319);
  }
  .home-index .main-area .carousel-3d .carousel__viewport .carousel__slide .carousel__item a {
    display: block;
    width: 100%;
    padding-top: 31.9%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .home-index .main-area .slider video {
    width: 100%;
  }
  .home-index .main-area .main-title {
    font-size: 2rem;
    margin: 26px 0 18px 10px;
  }
  .home-index .main-area .no-content {
    margin: 30px auto 40px auto;
    font-size: 1.6rem;
    text-align: center;
  }
  .home-index .main-area .category-content .game-content {
    display: flex;
    overflow-x: scroll;
    margin: 0 10px;
  }
  .home-index .main-area .category-content .game-content .game-box {
    margin-left: 8px;
  }
  .home-index .main-area .category-content .game-content .game-box:first-child {
    margin-left: 0;
  }
  .home-index .main-area .category-content .game-content .game-box:nth-child(6n) {
    margin-right: 0;
  }
  .home-index .main-area .category-content .game-content .game-box .game-image {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
  }
  .home-index .main-area .category-content .game-content .game-box .game-image a {
    width: 90px;
    height: 120px;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-index .main-area .user-content {
    margin-bottom: 20px;
  }
  .home-index .main-area .user-content .user-box {
    display: flex;
    overflow-x: scroll;
    margin: 0 12px;
  }
  .home-index .main-area .user-content .user-info {
    width: 60px;
    margin-left: 12px;
  }
  .home-index .main-area .user-content .user-info .user-profile {
    margin-bottom: 4px;
  }
  .home-index .main-area .user-content .user-info .user-profile a {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 2px #000;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-index .main-area .user-content .user-info.rank1 .user-profile a {
    border: solid 2px #e9ba31;
  }
  .home-index .main-area .user-content .user-info.rank2 .user-profile a {
    border: solid 2px #9fa0a0;
  }
  .home-index .main-area .user-content .user-info.rank3 .user-profile a {
    border: solid 2px #ba6e40;
  }
  .home-index .main-area .user-content .user-info .user-name {
    font-size: 1.2rem;
    color: #999999;
    text-align: center;
    word-break: break-all;
    height: 1.5em;
    overflow: hidden;
  }
  .home-index .main-area .user-content .user-info .follower-count {
    text-align: center;
    color: #999;
  }
  .home-index .main-area .user-content .user-info .user-level {
    text-align: center;
    margin-top: 4px;
  }
  .home-index .main-area .user-content .user-info .user-level span {
    border-radius: 4px;
    border: 1px solid #9e1b9e;
    padding: 0 4px;
    color: #9e1b9e;
  }
  .home-index .main-area .user-content .user-info:first-child {
    margin-left: 0;
  }
  .home-index .main-area .user-content.frequent .main-title {
    margin-bottom: 3px;
  }
  .home-index .main-area .user-content.frequent .user-info .user-profile a {
    position: relative;
    margin-top: 15px;
  }
  .home-index .main-area .user-content.frequent .user-info.rank1 .user-profile a::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    top: -16px;
    color: #e9ba31;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .home-index .main-area .user-content.frequent .user-info.rank2 .user-profile a::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    top: -16px;
    color: #9fa0a0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .home-index .main-area .user-content.frequent .user-info.rank3 .user-profile a::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    top: -16px;
    color: #ba6e40;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .home-index .main-area .sns-content .sns-items .twitter-content {
    width: 100%;
    margin-bottom: 18px;
  }
  .home-index .main-area .sns-content .sns-items .instagram-content {
    margin-bottom: 18px;
  }
  .home-index .main-area .sns-content .sns-items .youtube-content {
    position: relative;
  }
  .home-index .main-area .sns-content .sns-items .youtube-content::before {
    content: "";
    display: block;
    padding-top: 66%;
  }
  .home-index .main-area .sns-content .sns-items .youtube-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-index .main-area .group-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .home-index .main-area .group-content .group-box {
    flex-basis: 49%;
    margin: 0 2% 18px 0;
  }
  .home-index .main-area .group-content .group-box:nth-child(2n) {
    margin-right: 0;
  }
  .home-index .main-area .group-content .group-box .game-title {
    height: 2rem;
    overflow: hidden;
    margin-bottom: 4px;
    color: #f66951;
  }
  .home-index .main-area .group-content .group-box .group-image {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
  }
  .home-index .main-area .group-content .group-box .group-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .home-index .main-area .group-content .group-box .group-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-index .main-area .group-content .group-box .group-info {
    margin: 0 10px;
  }
  .home-index .main-area .group-content .group-box .group-info .group-name {
    display: block;
    margin-bottom: 4px;
  }
  .home-index .main-area .group-content .group-box .group-info .user-name {
    font-size: 1.2rem;
    color: #999999;
  }

  /*
   * ルーム個別
   */
  .room-stream {
    /* ギフトメッセージ */
    /* コインチャージ */
    /* カード情報入力 */
    /* for Xcode */
  }
  .room-stream .main-area {
    position: -webkit-sticky;
    position: sticky;
    top: -32px;
  }
  .room-stream .main-area .bar {
    display: flex;
    margin: 10px 10px 6px 10px;
  }
  .room-stream .main-area .bar .user-profile {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
  }
  .room-stream .main-area .bar .user-name {
    margin-right: 8px;
    white-space: nowrap;
    overflow: hidden;
  }
  .room-stream .main-area .bar .user-rank {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .room-stream .main-area .bar .user-rank:before {
    content: "";
    display: block;
    margin-right: 4px;
    background-size: cover;
    width: 16px;
    height: 16px;
  }
  .room-stream .main-area .bar .user-rank.rank2 {
    color: #f66951;
  }
  .room-stream .main-area .bar .user-rank.rank2:before {
    background-image: url(/images/icon-user-rank2.png);
  }
  .room-stream .main-area .bar .user-rank.rank5 {
    color: #9e1b9e;
  }
  .room-stream .main-area .bar .user-rank.rank5:before {
    background-image: url(/images/icon-user-rank5.png);
  }
  .room-stream .main-area .bar .tag {
    margin-left: auto;
    color: #fff;
    background: #ff0000;
    padding: 0 14px;
    line-height: 26px;
  }
  .room-stream .main-area .expired img {
    width: 100%;
  }
  .room-stream .main-area .video-container {
    position: relative;
    background: #000;
    display: flex;
    transition: 0.5s;
  }
  .room-stream .main-area .video-container .main-video {
    width: 100%;
    max-height: 60vh;
  }
  .room-stream .main-area .video-container .controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    opacity: 0.2;
    transition: opacity 0.4s;
    gap: 0 10px;
  }
  .room-stream .main-area .video-container .controls .btn-control {
    background: transparent;
    color: #fff;
    font-weight: bolder;
    text-shadow: 2px 1px 2px #000;
    border: none;
    cursor: pointer;
  }
  .room-stream .main-area .video-container .controls .btn-control.btn-gear {
    margin-right: 10px;
  }
  .room-stream .main-area .video-container .controls .btn-control i {
    font-size: 20px;
  }
  .room-stream .main-area .video-container .controls .btn-control img {
    width: 20px;
    height: 20px;
    filter: drop-shadow(2px 2px 1px #000);
  }
  .room-stream .main-area .video-container .controls .volume-slider {
    display: none;
  }
  .room-stream .main-area .video-container .controls .video-menu {
    position: absolute;
    bottom: 40px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  .room-stream .main-area .video-container .controls .video-menu .btn-bitrate {
    background: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  .room-stream .main-area .video-footer {
    font-size: 1.2rem;
    background: #eeeeee;
    color: #666666;
    padding: 6px 20px 6px 10px;
    display: flex;
    justify-content: space-between;
  }
  .room-stream .main-area .video-footer .icon-views {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .room-stream .main-area .video-footer .left-content {
    display: flex;
    align-items: center;
  }
  .room-stream .main-area .video-footer .left-content .view-content {
    margin-right: 10px;
  }
  .room-stream .main-area .video-footer .left-content .view-count-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .room-stream .main-area .video-footer .right-content {
    display: flex;
  }
  .room-stream .main-area .video-footer .right-content .share-content {
    margin-right: 20px;
  }
  .room-stream .main-area .video-footer .right-content .share-content a img {
    height: 20px;
  }
  .room-stream .tabs {
    display: flex;
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid #ccc;
  }
  .room-stream .tabs li {
    flex: 1;
    text-align: center;
  }
  .room-stream .tabs .active {
    border-bottom: 2px solid #9e1b9e;
  }
  .room-stream .video-info {
    display: none;
    margin: 20px 10px 0 10px;
  }
  .room-stream .video-info.active {
    display: block;
  }
  .room-stream .video-info .headline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .room-stream .video-info .from-now {
    color: #666;
    margin-bottom: 10px;
  }
  .room-stream .video-info .from-now .icon {
    margin-right: 10px;
    vertical-align: middle;
  }
  .room-stream .video-info .from-now .icon img {
    width: 16px;
  }
  .room-stream .video-info .from-now .date {
    vertical-align: middle;
  }
  .room-stream .video-info .room-name {
    font-size: 1.6rem;
    margin-right: 10px;
  }
  .room-stream .video-info .follow {
    white-space: nowrap;
    border-radius: 4px;
    border: solid 1px #9e1b9e;
    color: #9e1b9e;
    padding: 4px 8px;
  }
  .room-stream .video-info .follow.on {
    color: #fff;
    background: #9e1b9e;
  }
  .room-stream .video-info .expired {
    margin-bottom: 20px;
  }
  .room-stream .video-info .description {
    white-space: pre-line;
    padding: 0 0 30px 0;
  }
  .room-stream .video-info .description a {
    color: #9e1b9e;
  }
  .room-stream .message-wrapper {
    display: none;
    position: relative;
    transition: 0.5s;
  }
  .room-stream .message-wrapper.active {
    display: block;
  }
  .room-stream .message-wrapper .message-area {
    background: #f9f9f9;
  }
  .room-stream .message-wrapper .message-area .title-area {
    display: none;
  }
  .room-stream .message-wrapper .message-area .chat-area {
    height: 200px;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail {
    position: absolute;
    width: 76%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 4px;
    z-index: 1;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ffd2ff;
    border-radius: 4px 4px 0 0;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail .close {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail .user-profile {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 8px auto;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail .user-name {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 14px;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail .control {
    display: flex;
    justify-content: center;
  }
  .room-stream .message-wrapper .message-area .chat-area .user-detail .control .block {
    display: block;
    margin-right: 20px;
    width: 16px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-flow: column-reverse;
    padding-top: 8px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message {
    margin: 0 10px 8px 10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.rank2 .user-name {
    color: #4169e1;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.rank5 .user-name {
    color: #9e1b9e;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.admin {
    padding: 10px;
    border-radius: 4px;
    background: #be00e7;
    color: #fff;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.admin .user-name {
    color: #fff;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment {
    padding: 10px;
    border-radius: 4px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment .user-name {
    color: #000;
    margin-right: 14px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment .amount {
    font-weight: 600;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment .message {
    display: block;
    margin-top: 10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase1 {
    background: #A9A9A9;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase2 {
    background: #32CD32;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase3 {
    background: #FFA500;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase4 {
    background: #FFD700;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase5 {
    background: #FF1493;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase6 {
    background: #FF4500;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message.payment.purchase7 {
    background: #708090;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message .user-name {
    color: #666666;
    margin-right: 14px;
  }
  .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message .user-name .user-level {
    border-radius: 4px;
    border: 1px solid #9e1b9e;
    padding: 0 4px;
    margin-right: 4px;
    color: #9e1b9e;
    font-size: 1.2rem;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat {
    background: #fff;
    padding: 10px 10px 8px 10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .user-info {
    display: flex;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .user-info .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer {
    display: flex;
    align-items: center;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box {
    display: flex;
    align-items: center;
    width: calc(100% - 54px);
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box .send-message {
    font-size: 1.6rem;
    border: none;
    border-bottom: 2px solid #9e1b9e;
    border-radius: 0;
    width: 100%;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box .send-btn {
    width: 20px;
    height: 20px;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer.no-gift .send-box {
    width: 100%;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .send-footer.no-gift .btn-gift {
    display: none;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .btn-gift {
    margin-left: auto;
  }
  .room-stream .message-wrapper .message-area .chat-area .send-chat .btn-gift img {
    width: 24px;
  }
  .room-stream .supporter {
    display: none;
    padding: 20px 0;
  }
  .room-stream .supporter.active {
    display: block;
  }
  .room-stream .supporter .user-message {
    margin: 0 10px 8px 10px;
  }
  .room-stream .supporter .user-message.payment {
    padding: 10px;
    border-radius: 4px;
  }
  .room-stream .supporter .user-message.payment .user-name {
    color: #000;
    margin-right: 14px;
  }
  .room-stream .supporter .user-message.payment .amount {
    font-weight: 600;
  }
  .room-stream .supporter .user-message.payment .message {
    display: block;
    margin-top: 10px;
  }
  .room-stream .supporter .user-message.payment.purchase1 {
    background: #A9A9A9;
  }
  .room-stream .supporter .user-message.payment.purchase2 {
    background: #32CD32;
  }
  .room-stream .supporter .user-message.payment.purchase3 {
    background: #FFA500;
  }
  .room-stream .supporter .user-message.payment.purchase4 {
    background: #FFD700;
  }
  .room-stream .supporter .user-message.payment.purchase5 {
    background: #FF1493;
  }
  .room-stream .supporter .user-message.payment.purchase6 {
    background: #FF4500;
  }
  .room-stream .supporter .user-message.payment.purchase7 {
    background: #708090;
  }
  .room-stream .supporter .user-message .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
  }
  .room-stream .supporter .user-message .user-name {
    color: #666666;
  }
  .room-stream .listener {
    display: none;
    padding: 0 0 20px 0;
  }
  .room-stream .listener.active {
    display: block;
  }
  .room-stream .listener .title {
    font-size: 1.6rem;
    text-align: center;
    line-height: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  .room-stream .listener .listener-box {
    display: flex;
    align-items: center;
    margin: 0 10px 20px 10px;
  }
  .room-stream .listener .listener-box .user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 14px 0 0;
    border: solid 1px #000;
  }
  .room-stream .listener .listener-box .user-right {
    display: flex;
    align-items: center;
    width: calc(100% - 54px);
    line-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .room-stream .listener .listener-box .user-name {
    padding-right: 10px;
  }
  .room-stream .listener .listener-box .view-time {
    font-size: 1.6rem;
    margin-left: auto;
  }
  .room-stream .modal05 .modal__content {
    height: 90%;
    overflow: scroll;
  }
  .room-stream .modal05 .title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .room-stream .modal05 .gift-error {
    margin-bottom: 20px;
    color: #ff0000;
  }
  .room-stream .modal05 .my-coin {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
    font-size: 1.6rem;
  }
  .room-stream .modal05 .my-coin .coin-info {
    display: flex;
    align-items: center;
  }
  .room-stream .modal05 .my-coin .coin-info img {
    display: block;
    margin-right: 16px;
    width: 20px;
  }
  .room-stream .modal05 .my-coin .charge a {
    text-decoration: underline;
  }
  .room-stream .modal05 .gift-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 24px;
    margin-bottom: 20px;
  }
  .room-stream .modal05 .gift-list li {
    width: 45%;
    margin-bottom: 18px;
  }
  .room-stream .modal05 .gift-list li a {
    display: block;
    line-height: 30px;
    padding-left: 1em;
    border-radius: 4px;
    border: solid 2px #cccccc;
    color: #666;
  }
  .room-stream .modal05 .gift-list li.active a {
    color: #000;
  }
  .room-stream .modal05 .gift-list li.active.gift1 a {
    border-color: #A9A9A9;
    background: #A9A9A9;
  }
  .room-stream .modal05 .gift-list li.active.gift2 a {
    border-color: #32CD32;
    background: #32CD32;
  }
  .room-stream .modal05 .gift-list li.active.gift3 a {
    border-color: #FFA500;
    background: #FFA500;
  }
  .room-stream .modal05 .gift-list li.active.gift4 a {
    border-color: #FFD700;
    background: #FFD700;
  }
  .room-stream .modal05 .gift-list li.active.gift5 a {
    border-color: #FF1493;
    background: #FF1493;
  }
  .room-stream .modal05 .gift-list li.active.gift6 a {
    border-color: #FF4500;
    background: #FF4500;
  }
  .room-stream .modal05 .user-info {
    display: flex;
    margin-bottom: 14px;
  }
  .room-stream .modal05 .user-info .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .room-stream .modal05 .user-info .user-name {
    color: #666;
  }
  .room-stream .modal05 .send-footer .send-box .send-message {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 2px solid #9e1b9e;
    margin-bottom: 14px;
    border-radius: 0;
  }
  .room-stream .modal06 .modal__content {
    height: 90%;
    overflow: scroll;
  }
  .room-stream .modal06 .title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .room-stream .modal06 .my-coin {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
    font-size: 1.6rem;
  }
  .room-stream .modal06 .my-coin .coin-info {
    display: flex;
    align-items: center;
  }
  .room-stream .modal06 .my-coin .coin-info img {
    display: block;
    margin-right: 16px;
    width: 20px;
  }
  .room-stream .modal06 .charge-list {
    padding: 0 20px;
  }
  .room-stream .modal06 .charge-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .room-stream .modal06 .charge-list li .coin {
    font-size: 1.6rem;
  }
  .room-stream .modal06 .charge-list li .btn-purchase {
    border-radius: 16px;
    color: #fff;
    background: #9e1b9e;
    padding: 6px 0;
    width: 7em;
    font-size: 1.4rem;
    border: none;
  }
  .room-stream .modal07 .modal__content {
    height: 90%;
    overflow: scroll;
  }
  .room-stream .modal07 .title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .room-stream .modal07 .email {
    margin-bottom: 20px;
  }
  .room-stream .modal07 .card-submit {
    margin-top: 20px;
  }
  .room-stream.webview .message-wrapper .chat-area {
    height: calc(100vh - 116px);
    display: flex;
    flex-direction: column;
  }
  .room-stream.webview .message-wrapper .chat-area .send-chat .send-footer {
    display: flex;
    align-items: center;
  }
  .room-stream.webview .message-wrapper .chat-area .send-chat .send-footer .send-box {
    width: calc(100% - 54px);
  }
  .room-stream.rotate .main-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .room-stream.rotate .main-area .video-container {
    top: 0;
    left: 0;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: bottom left;
    width: 100dvh;
    height: 100vw;
    margin-top: -100vw;
    -o-object-fit: cover;
       object-fit: cover;
    /* z-index: 4; */
    visibility: visible;
  }
  .room-stream.rotate .main-area .video-container .controls {
    bottom: 20px;
    justify-content: flex-start;
  }
  .room-stream.rotate .main-area .video-container .controls .btn-control {
    margin-left: 10px;
  }
  .room-stream.rotate .main-area .video-container .controls .video-menu {
    right: auto;
    left: 10px;
  }
  .room-stream.rotate .message-wrapper {
    display: none;
    bottom: 0;
    left: 0;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: bottom left;
    width: 30vh;
    height: 100vw;
    margin-bottom: 30vh;
    z-index: 3;
  }
  .room-stream.rotate .message-wrapper.show {
    display: block;
  }
  .room-stream.rotate .message-wrapper .message-area .chat-area {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .room-stream.controller-active .main-area .video-container .controls {
    opacity: 1;
  }

  .html-room-message-viewer .room-stream .message-wrapper .message-area {
    background: transparent;
  }
  .html-room-message-viewer .room-stream .message-wrapper .message-area .chat-area {
    height: 100vh;
  }
  .html-room-message-viewer .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message {
    background: rgba(150, 150, 150, 0.7);
    color: #fff;
    padding: 4px;
    border-radius: 4px;
  }
  .html-room-message-viewer .room-stream .message-wrapper .message-area .chat-area .chat-list .user-message .user-name {
    color: #fff;
  }

  /*
   * 検索結果
   */
  .search-index .main-area {
    padding-bottom: 100px;
  }
  .search-index .main-area .main-title {
    font-size: 2rem;
    margin: 26px 0 18px 10px;
    color: #9e1b9e;
  }
  .search-index .main-area .tabs {
    display: flex;
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .search-index .main-area .tabs li {
    flex: 1;
    text-align: center;
  }
  .search-index .main-area .tabs .active {
    border-bottom: 2px solid #9e1b9e;
  }
  .search-index .main-area .room-wrapper {
    display: none;
  }
  .search-index .main-area .room-wrapper.active {
    display: block;
  }
  .search-index .main-area .movie-wrapper {
    display: none;
  }
  .search-index .main-area .movie-wrapper.active {
    display: block;
  }
  .search-index .main-area .user-wrapper {
    display: none;
    padding: 0 10px;
  }
  .search-index .main-area .user-wrapper.active {
    display: block;
  }
  /*
   * 動画検索
   */
  .movie-search .main-area {
    padding-bottom: 100px;
  }
  .movie-search .main-area .breadcrumbs {
    margin: 26px 0 18px 10px;
  }
  .movie-search .main-area .breadcrumbs span a {
    text-decoration: underline;
  }
  .movie-search .main-area .tabs {
    display: flex;
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .movie-search .main-area .tabs li {
    flex: 1;
    text-align: center;
  }
  .movie-search .main-area .tabs .active {
    border-bottom: 2px solid #9e1b9e;
  }
  /*
   * 動画個別
   */
  .movie-detail .main-area .bar {
    display: flex;
    margin: 10px 10px 6px 10px;
  }
  .movie-detail .main-area .bar .user-profile {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
  }
  .movie-detail .main-area .bar .user-name {
    margin-right: 8px;
  }
  .movie-detail .main-area .bar .user-rank {
    display: flex;
    align-items: center;
  }
  .movie-detail .main-area .bar .user-rank:before {
    content: "";
    display: block;
    margin-right: 4px;
    background-size: cover;
    width: 16px;
    height: 16px;
  }
  .movie-detail .main-area .bar .user-rank.rank2 {
    color: #f66951;
  }
  .movie-detail .main-area .bar .user-rank.rank2:before {
    background-image: url(/images/icon-user-rank2.png);
  }
  .movie-detail .main-area .bar .user-rank.rank5 {
    color: #9e1b9e;
  }
  .movie-detail .main-area .bar .user-rank.rank5:before {
    background-image: url(/images/icon-user-rank5.png);
  }
  .movie-detail .main-area video {
    width: 100%;
  }
  .movie-detail .main-area .video-footer {
    background: #eeeeee;
    color: #666666;
    padding: 6px 20px 6px 10px;
    display: flex;
    justify-content: space-between;
  }
  .movie-detail .main-area .video-footer .left-content {
    display: flex;
    align-items: center;
  }
  .movie-detail .main-area .video-footer .left-content .view-content {
    margin-right: 10px;
  }
  .movie-detail .main-area .video-footer .left-content .view-content .icon-views {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .movie-detail .main-area .video-footer .left-content .view-content .view-count-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .movie-detail .main-area .video-footer .right-content {
    display: flex;
  }
  .movie-detail .main-area .video-footer .right-content .share-content a img {
    height: 20px;
  }
  .movie-detail .tabs {
    display: flex;
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid #ccc;
  }
  .movie-detail .tabs li {
    flex: 1;
    text-align: center;
  }
  .movie-detail .tabs .active {
    border-bottom: 2px solid #9e1b9e;
  }
  .movie-detail .video-info {
    display: none;
    margin: 20px 10px 0 10px;
  }
  .movie-detail .video-info.active {
    display: block;
  }
  .movie-detail .video-info .date {
    color: #666;
    margin-bottom: 10px;
  }
  .movie-detail .video-info .movie-title {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .movie-detail .video-info .headline {
    display: flex;
    align-items: center;
  }
  .movie-detail .video-info .headline .good {
    margin-right: 10px;
  }
  .movie-detail .video-info .headline .good i {
    font-size: 20px;
  }
  .movie-detail .video-info .headline .good-count {
    font-size: 1.6rem;
  }
  .movie-detail .video-info .main-title {
    font-size: 2rem;
    margin: 26px 0 18px 0;
  }
  .movie-detail .message-wrapper {
    display: none;
    position: relative;
  }
  .movie-detail .message-wrapper.active {
    display: block;
  }
  .movie-detail .message-wrapper .message-area {
    background: #f9f9f9;
  }
  .movie-detail .message-wrapper .message-area .title-area {
    display: none;
  }
  .movie-detail .message-wrapper .message-area .chat-area {
    height: 200px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .user-detail {
    position: absolute;
    width: 76%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 4px;
    z-index: 1;
  }
  .movie-detail .message-wrapper .message-area .chat-area .user-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ffd2ff;
    border-radius: 4px 4px 0 0;
  }
  .movie-detail .message-wrapper .message-area .chat-area .user-detail .close {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .user-detail .user-profile {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 8px auto;
  }
  .movie-detail .message-wrapper .message-area .chat-area .user-detail .user-name {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 14px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-flow: column-reverse;
    padding-top: 8px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message {
    position: relative;
    margin: 0 10px 8px 10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message.rank2 .user-name {
    color: #4169e1;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message.rank5 .user-name {
    color: #9e1b9e;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .user-name {
    color: #666666;
    margin-right: 14px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .delete {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .delete-modal {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 13px 19px 10px 10px;
    border: solid 1px #ccc;
  }
  .movie-detail .message-wrapper .message-area .chat-area .chat-list .user-message .delete-modal .close {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat {
    background: #fff;
    padding: 10px 10px 8px 10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .user-info {
    display: flex;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .user-info .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer {
    display: flex;
    align-items: center;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box {
    display: flex;
    align-items: center;
    width: calc(100% - 54px);
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box .send-message {
    font-size: 1.6rem;
    border: none;
    border-bottom: 2px solid #9e1b9e;
    border-radius: 0;
    width: 100%;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer .send-box .send-btn {
    width: 20px;
    height: 20px;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer.no-gift .send-box {
    width: 100%;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .send-footer.no-gift .btn-gift {
    display: none;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .btn-gift {
    margin-left: auto;
  }
  .movie-detail .message-wrapper .message-area .chat-area .send-chat .btn-gift img {
    width: 24px;
  }

  /*
   * ユーザー個別
   */
  .user-detail {
    position: relative;
  }
  .user-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #f3f5f7;
  }
  .user-detail .main-content {
    position: relative;
    padding: 54px 10px 0 10px;
  }
  .user-detail .main-content .user-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .user-detail .main-content .user-info .user-rank {
    position: absolute;
    left: 92px;
    top: 0px;
    display: flex;
    align-items: center;
  }
  .user-detail .main-content .user-info .user-rank:before {
    content: "";
    display: block;
    margin-right: 8px;
    background-size: cover;
    width: 16px;
    height: 16px;
  }
  .user-detail .main-content .user-info .user-rank.rank2 {
    color: #f66951;
  }
  .user-detail .main-content .user-info .user-rank.rank2:before {
    background-image: url(/images/icon-user-rank2.png);
  }
  .user-detail .main-content .user-info .user-rank.rank5 {
    color: #9e1b9e;
  }
  .user-detail .main-content .user-info .user-rank.rank5:before {
    background-image: url(/images/icon-user-rank5.png);
  }
  .user-detail .main-content .user-info .user-profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #9e1b9e;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 12px;
  }
  .user-detail .main-content .user-info .user-about .user-name .user-level {
    border-radius: 4px;
    border: 1px solid #9e1b9e;
    padding: 0 4px;
    margin-right: 6px;
    color: #9e1b9e;
  }
  .user-detail .main-content .follow {
    display: inline-block;
    white-space: nowrap;
    border-radius: 4px;
    border: solid 1px #9e1b9e;
    color: #9e1b9e;
    padding: 4px 8px;
    margin-bottom: 30px;
  }
  .user-detail .main-content .follow.on {
    color: #fff;
    background: #9e1b9e;
  }
  .user-detail .main-content .tabs {
    display: flex;
    overflow-x: scroll;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .user-detail .main-content .tabs li {
    flex: 0 0 7em;
    text-align: center;
    padding-bottom: 4px;
  }
  .user-detail .main-content .tabs .active {
    border-bottom: 2px solid #9e1b9e;
  }
  .user-detail .main-content .profile {
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .user-detail .main-content .profile a {
    color: #9e1b9e;
  }
  .user-detail .main-content .room-wrapper .main-title {
    font-size: 2rem;
    margin: 0 0 18px 0px;
  }
  .user-detail .main-content .room-wrapper .room-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box {
    flex-basis: 49%;
    margin: 0 2% 18px 0;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box:nth-child(2n) {
    margin-right: 0;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box .room-image {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box .room-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .user-detail .main-content .room-wrapper .room-content .room-box .room-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .user-detail .main-content .supporter .supporter-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .user-detail .main-content .supporter .supporter-box .user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 14px 0 0;
    border: solid 1px #000;
  }
  .user-detail .main-content .supporter .supporter-box .user-right {
    display: flex;
    align-items: center;
    width: calc(100% - 54px);
    line-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .user-detail .main-content .supporter .supporter-box .coin {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .user-detail .main-content .supporter .supporter-box .coin img {
    width: 24px;
    margin-right: 10px;
  }
  .user-detail .main-content .listener .title {
    font-size: 1.6rem;
    text-align: center;
    line-height: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  .user-detail .main-content .listener .listener-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .user-detail .main-content .listener .listener-box .user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 14px 0 0;
    border: solid 1px #000;
  }
  .user-detail .main-content .listener .listener-box .user-right {
    display: flex;
    align-items: center;
    width: calc(100% - 54px);
    line-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .user-detail .main-content .listener .listener-box .user-name {
    padding-right: 10px;
  }
  .user-detail .main-content .listener .listener-box .view-time {
    font-size: 1.6rem;
    margin-left: auto;
  }

  /*
   * ランキング
   */
  .room-ranking-index .main-area .room-ranking {
    padding-bottom: 100px;
  }
  .room-ranking-index .main-area .select-month {
    display: flex;
    justify-content: space-between;
    margin: 26px 10px 18px 10px;
    font-size: 1.6rem;
  }
  .room-ranking-index .main-area .select-month h2 {
    font-size: 2rem;
    font-weight: 600;
  }
  .room-ranking-index .main-area .rank-list {
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 18px;
  }
  .room-ranking-index .main-area .rank-list li {
    margin-right: 20px;
  }
  .room-ranking-index .main-area .rank-list li a {
    display: block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
  }
  .room-ranking-index .main-area .rank-list li.rank4 a {
    background-color: #fedccb;
  }
  .room-ranking-index .main-area .rank-list li.rank4.active a {
    background-color: #df0101;
  }
  .room-ranking-index .main-area .rank-list li.rank3 a {
    background-color: #d6d7ea;
  }
  .room-ranking-index .main-area .rank-list li.rank3.active a {
    background-color: #000a73;
  }
  .room-ranking-index .main-area .rank-list li.rank2 a {
    background-color: #d8eada;
  }
  .room-ranking-index .main-area .rank-list li.rank2.active a {
    background-color: #008f23;
  }
  .room-ranking-index .main-area .rank-list li.rank1 {
    margin-right: 0;
  }
  .room-ranking-index .main-area .rank-list li.rank1 a {
    background-color: #d5ecf1;
  }
  .room-ranking-index .main-area .rank-list li.rank1.active a {
    background-color: #0095d1;
  }
  .room-ranking-index .main-area .room-content .room-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px 26px 10px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-rank {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-rank .rank-icon {
    margin-right: 10px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-rank .rank-icon img {
    width: 20px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-rank .rank-count {
    font-size: 1.8rem;
  }
  .room-ranking-index .main-area .room-content .room-box .room-image {
    position: relative;
    width: 30%;
  }
  .room-ranking-index .main-area .room-content .room-box .room-image:before {
    content: "";
    display: block;
    padding-top: 56.8%;
  }
  .room-ranking-index .main-area .room-content .room-box .room-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .room-ranking-index .main-area .room-content .room-box .room-image .live {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #ff0000;
    color: #fff;
    padding: 0 4px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info {
    position: relative;
    width: 66%;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .room-name {
    margin-bottom: 6px;
    overflow: hidden;
    height: 1.4em;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .user-info {
    display: flex;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .user-info .user-profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 8px 0 0;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .user-info .user-name {
    font-size: 1.2rem;
    color: #999999;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .max-view {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .max-view .number {
    font-size: 2rem;
    color: #9e1b9e;
    margin-right: 20px;
  }
  .room-ranking-index .main-area .room-content .room-box .room-info .max-view .text {
    color: #999;
  }
  .room-ranking-index .main-area .no-data {
    padding: 20px 0 40px 0;
    font-size: 2rem;
    text-align: center;
  }

  /*
   * フォロー一覧
   */
  .follower-follows .main-area {
    padding-bottom: 100px;
  }
  .follower-follows .main-area h2 {
    margin: 26px 10px 26px 10px;
    font-size: 2rem;
    font-weight: 600;
  }
  .follower-follows .main-area .followers {
    margin: 0 20px;
  }
  .follower-follows .main-area .followers .follower-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .follower-follows .main-area .followers .follower-box .user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 14px 0 0;
    border: solid 1px #000;
  }
  .follower-follows .main-area .followers .follower-box .user-right {
    display: flex;
    align-items: center;
    width: calc(100% - 54px);
    line-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .follower-follows .main-area .followers .follower-box .user-right .follow {
    margin-left: auto;
    border-radius: 24px;
    border: solid 2px #9e1b9e;
    color: #9e1b9e;
    padding: 2px 10px;
    line-height: 20px;
  }
  .follower-follows .main-area .followers .follower-box .user-right .follow.on {
    color: #fff;
    background: #9e1b9e;
  }

  /*
   * クラン個別
   */
  .group-detail {
    position: relative;
  }
  .group-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #f3f5f7;
  }
  .group-detail .main-content {
    position: relative;
    padding: 54px 10px 10px 10px;
  }
  .group-detail .main-content .group-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .group-detail .main-content .group-info .group-profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #9e1b9e;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 12px;
  }
  .group-detail .main-content .group-info .group-name {
    flex: 1;
  }
  .group-detail .main-content .game-title {
    color: #f66951;
    margin-bottom: 10px;
  }
  .group-detail .main-content .user-name {
    margin-bottom: 10px;
  }
  .group-detail .main-content .user-name a {
    color: #9e1b9e;
  }
  .group-detail .main-content .group-member {
    margin-bottom: 10px;
  }
  .group-detail .main-content .description {
    white-space: pre-line;
  }
  .group-detail .main-content .description a {
    color: #9e1b9e;
  }

  /*
   * アカウント設定
   */
  .setting-coin .account-sidebar,
.setting-coin-request .account-sidebar,
.setting-group-list .account-sidebar,
.setting-group .account-sidebar,
.setting-line .account-sidebar,
.setting-notice .account-sidebar,
.setting-profile .account-sidebar {
    padding: 40px 0 0 0;
  }
  .setting-coin .account-sidebar .menu-list,
.setting-coin-request .account-sidebar .menu-list,
.setting-group-list .account-sidebar .menu-list,
.setting-group .account-sidebar .menu-list,
.setting-line .account-sidebar .menu-list,
.setting-notice .account-sidebar .menu-list,
.setting-profile .account-sidebar .menu-list {
    display: flex;
    flex-wrap: wrap;
  }
  .setting-coin .account-sidebar .menu-list li a,
.setting-coin-request .account-sidebar .menu-list li a,
.setting-group-list .account-sidebar .menu-list li a,
.setting-group .account-sidebar .menu-list li a,
.setting-line .account-sidebar .menu-list li a,
.setting-notice .account-sidebar .menu-list li a,
.setting-profile .account-sidebar .menu-list li a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
  }
  .setting-coin .account-sidebar .menu-list li a span,
.setting-coin-request .account-sidebar .menu-list li a span,
.setting-group-list .account-sidebar .menu-list li a span,
.setting-group .account-sidebar .menu-list li a span,
.setting-line .account-sidebar .menu-list li a span,
.setting-notice .account-sidebar .menu-list li a span,
.setting-profile .account-sidebar .menu-list li a span {
    vertical-align: middle;
  }
  .setting-coin .account-sidebar .menu-list li.active,
.setting-coin-request .account-sidebar .menu-list li.active,
.setting-group-list .account-sidebar .menu-list li.active,
.setting-group .account-sidebar .menu-list li.active,
.setting-line .account-sidebar .menu-list li.active,
.setting-notice .account-sidebar .menu-list li.active,
.setting-profile .account-sidebar .menu-list li.active {
    background: #9e1b9e;
  }
  .setting-coin .account-sidebar .menu-list li.active a,
.setting-coin-request .account-sidebar .menu-list li.active a,
.setting-group-list .account-sidebar .menu-list li.active a,
.setting-group .account-sidebar .menu-list li.active a,
.setting-line .account-sidebar .menu-list li.active a,
.setting-notice .account-sidebar .menu-list li.active a,
.setting-profile .account-sidebar .menu-list li.active a {
    color: #fff;
  }
  .setting-coin .main-content,
.setting-coin-request .main-content,
.setting-group-list .main-content,
.setting-group .main-content,
.setting-line .main-content,
.setting-notice .main-content,
.setting-profile .main-content {
    margin: 0 10px;
    position: relative;
  }
  .setting-coin .main-content h2,
.setting-coin-request .main-content h2,
.setting-group-list .main-content h2,
.setting-group .main-content h2,
.setting-line .main-content h2,
.setting-notice .main-content h2,
.setting-profile .main-content h2 {
    font-size: 2rem;
    padding: 26px 0 18px 0;
  }

  .setting-profile .main-content .profile-form {
    box-shadow: 0 0 15px #ccc;
    padding: 30px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-profile .main-content .profile-form .flash_message {
    margin-bottom: 30px;
    color: #ff0000;
  }
  .setting-profile .main-content .profile-form li {
    margin-bottom: 30px;
  }
  .setting-profile .main-content .profile-form li .label {
    display: block;
    margin-bottom: 18px;
  }
  .setting-profile .main-content .profile-form li .icon-wrapper {
    display: flex;
    align-items: center;
  }
  .setting-profile .main-content .profile-form li .icon-wrapper .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 34px 0 0;
  }
  .setting-profile .main-content .profile-form li .icon-wrapper .file-01 {
    display: none;
  }
  .setting-profile .main-content .profile-form li .icon-wrapper .file-mask .btn {
    display: inline-block;
    padding: 4px 10px;
    border: solid 2px #666666;
    border-radius: 4px;
  }
  .setting-profile .main-content .profile-form li input[type=text] {
    width: 100%;
  }
  .setting-profile .main-content .profile-form li textarea {
    padding: 4px 8px;
    width: 100%;
    height: 100px;
  }
  .setting-profile .main-content .profile-form li .connected-box {
    display: flex;
    align-items: center;
  }
  .setting-profile .main-content .profile-form li .connected-box .connected {
    color: #9e1b9e;
    border: solid 1px #9e1b9e;
    padding: 4px 30px;
    text-align: center;
    margin-right: 30px;
  }
  .setting-profile .main-content .profile-form .submit {
    font-size: 1.4rem;
    color: #fff;
    background: #9e1b9e;
    border-radius: 4px;
    padding: 4px 24px;
    border: none;
  }

  .setting-notice .main-content .notice-form {
    box-shadow: 0 0 15px #ccc;
    padding: 30px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-notice .main-content .notice-form .flash_message {
    margin-bottom: 30px;
    color: #ff0000;
  }
  .setting-notice .main-content .notice-form li {
    margin-bottom: 30px;
  }
  .setting-notice .main-content .notice-form li .label {
    display: block;
    margin-bottom: 18px;
  }
  .setting-notice .main-content .notice-form .submit {
    font-size: 1.4rem;
    color: #fff;
    background: #9e1b9e;
    border-radius: 4px;
    padding: 4px 24px;
    border: none;
  }

  .setting-coin .main-content .coin-form {
    box-shadow: 0 0 15px #ccc;
    padding: 30px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-coin .main-content .coin-form li .coin {
    display: flex;
    align-items: center;
  }
  .setting-coin .main-content .coin-form li .coin img {
    display: block;
    width: 20px;
    margin-right: 20px;
  }
  .setting-coin .main-content .coin-form .note {
    margin-top: 20px;
    color: #666666;
  }
  .setting-coin .main-content .coin-form .btn-request {
    margin-top: 36px;
    display: inline-block;
  }
  .setting-coin .main-content .coin-form .request-list {
    margin-top: 40px;
  }
  .setting-coin .main-content .coin-form .request-list h3 {
    border-bottom: 2px solid #000;
    font-size: 1.6rem;
    padding-bottom: 4px;
    margin-bottom: 10px;
  }
  .setting-coin .main-content .coin-form .request-list li {
    margin-bottom: 6px;
  }
  .setting-coin .main-content .coin-form .request-list li span {
    margin-right: 20px;
  }

  .setting-coin-request .main-content .coin-form {
    box-shadow: 0 0 15px #ccc;
    padding: 30px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-coin-request .main-content .coin-form li {
    margin-bottom: 20px;
  }
  .setting-coin-request .main-content .coin-form li input[type=text] {
    width: 100%;
  }
  .setting-coin-request .main-content .coin-form li .label {
    display: block;
    margin-bottom: 12px;
  }
  .setting-coin-request .main-content .coin-form li .coin {
    display: flex;
    align-items: center;
  }
  .setting-coin-request .main-content .coin-form li .coin img {
    display: block;
    width: 20px;
    margin-right: 20px;
  }

  /*
   * クラン一覧
   */
  .setting-group-list .main-content .group-list-content {
    box-shadow: 0 0 15px #ccc;
    padding: 30px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-group-list .main-content .group-list-content .group-header {
    display: flex;
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc;
  }
  .setting-group-list .main-content .group-list-content .group-header .column {
    flex-basis: 35%;
    padding: 0 4px;
  }
  .setting-group-list .main-content .group-list-content .group-header .column:nth-child(3) {
    flex-basis: 30%;
  }
  .setting-group-list .main-content .group-list-content .group-row {
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding: 4px 0;
  }
  .setting-group-list .main-content .group-list-content .group-row a {
    color: #9e1b9e;
  }
  .setting-group-list .main-content .group-list-content .group-row .name {
    flex-basis: 35%;
  }
  .setting-group-list .main-content .group-list-content .group-row .game-title {
    flex-basis: 35%;
  }
  .setting-group-list .main-content .group-list-content .group-row .member-number {
    flex-basis: 30%;
  }
  .setting-group-list .main-content .group-list-content .add-group {
    margin-top: 20px;
  }

  /*
   * クラン作成
   */
  .setting-group .main-content .group-form {
    box-shadow: 0 0 15px #ccc;
    padding: 30px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-group .main-content .group-form .flash_message {
    margin-bottom: 30px;
    color: #ff0000;
  }
  .setting-group .main-content .group-form li {
    margin-bottom: 30px;
  }
  .setting-group .main-content .group-form li .label {
    display: block;
    margin-bottom: 18px;
  }
  .setting-group .main-content .group-form li input[type=text] {
    width: 100%;
  }
  .setting-group .main-content .group-form li textarea {
    padding: 4px 8px;
    width: 100%;
    height: 100px;
  }
  .setting-group .main-content .group-form li .icon-wrapper {
    display: flex;
    align-items: center;
  }
  .setting-group .main-content .group-form li .icon-wrapper .icon {
    width: 150px;
    height: 100px;
    background-position: center;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 34px 0 0;
  }
  .setting-group .main-content .group-form li .icon-wrapper .file-01 {
    display: none;
  }
  .setting-group .main-content .group-form li .icon-wrapper .file-mask .btn {
    display: inline-block;
    padding: 4px 10px;
    border: solid 2px #666666;
    border-radius: 4px;
  }

  .setting-stream .sidebar,
.setting-archive .sidebar,
.setting-movie .sidebar,
.setting-movie-list .sidebar {
    padding: 40px 0 0 0;
  }
  .setting-stream .sidebar .menu-list,
.setting-archive .sidebar .menu-list,
.setting-movie .sidebar .menu-list,
.setting-movie-list .sidebar .menu-list {
    display: flex;
  }
  .setting-stream .sidebar .menu-list li a,
.setting-archive .sidebar .menu-list li a,
.setting-movie .sidebar .menu-list li a,
.setting-movie-list .sidebar .menu-list li a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
  }
  .setting-stream .sidebar .menu-list li a:before,
.setting-archive .sidebar .menu-list li a:before,
.setting-movie .sidebar .menu-list li a:before,
.setting-movie-list .sidebar .menu-list li a:before {
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle;
  }
  .setting-stream .sidebar .menu-list li a span,
.setting-archive .sidebar .menu-list li a span,
.setting-movie .sidebar .menu-list li a span,
.setting-movie-list .sidebar .menu-list li a span {
    vertical-align: middle;
  }
  .setting-stream .sidebar .menu-list li.active,
.setting-archive .sidebar .menu-list li.active,
.setting-movie .sidebar .menu-list li.active,
.setting-movie-list .sidebar .menu-list li.active {
    background: #9e1b9e;
  }
  .setting-stream .sidebar .menu-list li.active a,
.setting-archive .sidebar .menu-list li.active a,
.setting-movie .sidebar .menu-list li.active a,
.setting-movie-list .sidebar .menu-list li.active a {
    color: #fff;
  }
  .setting-stream .sidebar .menu-list li.menu01 a:before,
.setting-archive .sidebar .menu-list li.menu01 a:before,
.setting-movie .sidebar .menu-list li.menu01 a:before,
.setting-movie-list .sidebar .menu-list li.menu01 a:before {
    content: url(/images/icon-setting-menu01.png);
    width: 20px;
    height: 10px;
  }
  .setting-stream .sidebar .menu-list li.menu01.active a:before,
.setting-archive .sidebar .menu-list li.menu01.active a:before,
.setting-movie .sidebar .menu-list li.menu01.active a:before,
.setting-movie-list .sidebar .menu-list li.menu01.active a:before {
    content: url(/images/icon-setting-menu01_on.png);
  }
  .setting-stream .sidebar .menu-list li.menu02 a:before,
.setting-archive .sidebar .menu-list li.menu02 a:before,
.setting-movie .sidebar .menu-list li.menu02 a:before,
.setting-movie-list .sidebar .menu-list li.menu02 a:before {
    content: url(/images/icon-setting-menu02.png);
    width: 20px;
    height: 18px;
  }
  .setting-stream .sidebar .menu-list li.menu02.active a:before,
.setting-archive .sidebar .menu-list li.menu02.active a:before,
.setting-movie .sidebar .menu-list li.menu02.active a:before,
.setting-movie-list .sidebar .menu-list li.menu02.active a:before {
    content: url(/images/icon-setting-menu02_on.png);
  }
  .setting-stream .sidebar .menu-list li.menu03 a:before,
.setting-archive .sidebar .menu-list li.menu03 a:before,
.setting-movie .sidebar .menu-list li.menu03 a:before,
.setting-movie-list .sidebar .menu-list li.menu03 a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: 20px;
  }
  .setting-stream .main-content,
.setting-archive .main-content,
.setting-movie .main-content,
.setting-movie-list .main-content {
    margin: 0 10px;
  }
  .setting-stream .main-content h2,
.setting-archive .main-content h2,
.setting-movie .main-content h2,
.setting-movie-list .main-content h2 {
    font-size: 2rem;
    padding: 26px 0 18px 0;
  }

  /*
   * 動画配信設定
   */
  .setting-stream .main-content .stream-form {
    box-shadow: 0 0 15px #ccc;
    padding: 30px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-stream .main-content .stream-form .server-change-banner {
    border: 2px solid #c0392b;
    border-radius: 4px;
    margin-bottom: 24px;
    overflow: hidden;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-header {
    background: #c0392b;
    color: #fff;
    padding: 10px 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-header .badge {
    background: #fff;
    color: #c0392b;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 8px;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body {
    background: #fdf3f2;
    padding: 14px 16px;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body p {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table th, .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table td {
    padding: 6px 10px;
    border: 1px solid #e0c0be;
    font-size: 1.3rem;
    word-break: break-all;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table th {
    background: #f5dedd;
    font-weight: bold;
    white-space: nowrap;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table .old-url {
    text-decoration: line-through;
    color: #999;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .url-table .new-url {
    color: #c0392b;
    font-weight: bold;
  }
  .setting-stream .main-content .stream-form .server-change-banner .banner-body .note {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0;
  }
  .setting-stream .main-content .stream-form .flash_message {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-stream .main-content .stream-form .error {
    margin-bottom: 42px;
    color: #ff0000;
  }
  .setting-stream .main-content .stream-form .error li {
    margin: 0;
  }
  .setting-stream .main-content .stream-form .error li a {
    color: #ff0000;
  }
  .setting-stream .main-content .stream-form form {
    position: relative;
  }
  .setting-stream .main-content .stream-form li {
    margin-bottom: 30px;
  }
  .setting-stream .main-content .stream-form li .label {
    display: block;
    margin-bottom: 10px;
  }
  .setting-stream .main-content .stream-form li .label .btn-copy {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    margin-left: 20px;
    vertical-align: middle;
  }
  .setting-stream .main-content .stream-form li .label .btn-copy img {
    width: 100%;
  }
  .setting-stream .main-content .stream-form li input[type=text] {
    width: 100%;
  }
  .setting-stream .main-content .stream-form li textarea {
    padding: 4px 8px;
    width: 100%;
    height: 100px;
  }
  .setting-stream .main-content .stream-form li .icon-wrapper {
    display: flex;
    align-items: center;
  }
  .setting-stream .main-content .stream-form li .icon-wrapper .icon {
    width: 150px;
    height: 100px;
    background-position: center;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 34px 0 0;
  }
  .setting-stream .main-content .stream-form li .icon-wrapper .file-01 {
    display: none;
  }
  .setting-stream .main-content .stream-form li .icon-wrapper .file-mask .btn {
    display: inline-block;
    padding: 4px 10px;
    border: solid 2px #666666;
    border-radius: 4px;
  }
  .setting-stream .main-content .stream-form li .game-select img {
    height: auto;
    width: 5rem;
    margin-right: 1rem;
  }
  .setting-stream .main-content .stream-form li .game-select .d-center {
    display: flex;
    align-items: center;
  }
  .setting-stream .main-content .stream-form .btn-danger {
    position: absolute;
    top: 0;
    right: 0;
  }

  /*
   * 動画配信設定
   */
  .setting-archive .main-content .archive-download {
    display: none;
  }
  .setting-archive .main-content .archive-content .archive-header {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc;
  }
  .setting-archive .main-content .archive-content .archive-header .column {
    flex: 0 0 160px;
    padding: 0 10px;
  }
  .setting-archive .main-content .archive-content .archive-header .column:nth-child(2) {
    flex: 0 0 200px;
  }
  .setting-archive .main-content .archive-content .archive-row {
    display: flex;
    overflow-x: scroll;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
  }
  .setting-archive .main-content .archive-content .archive-row .image {
    flex: 0 0 160px;
    padding: 0 10px;
  }
  .setting-archive .main-content .archive-content .archive-row .image img {
    width: 100%;
  }
  .setting-archive .main-content .archive-content .archive-row .title {
    flex: 0 0 200px;
    padding: 0 10px;
  }
  .setting-archive .main-content .archive-content .archive-row .date {
    flex: 0 0 160px;
    padding: 0 10px;
  }
  .setting-archive .main-content .archive-content .archive-row .time {
    flex: 0 0 160px;
    padding: 0 10px;
  }
  .setting-archive .main-content .archive-content .archive-row .status {
    flex: 0 0 160px;
    padding: 0 10px;
  }

  /*
   * 動画一覧
   */
  .setting-movie-list .notice {
    background: #f3f5f7;
    padding: 16px;
    margin-bottom: 26px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-header {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc;
  }
  .setting-movie-list .main-content .movie-list-content .movie-header .column {
    flex: 0 0 160px;
    padding: 0 10px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-header .column:nth-child(2) {
    flex: 0 0 200px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-header .column:nth-child(3) {
    flex: 0 0 200px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row {
    display: flex;
    overflow-x: scroll;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row .image {
    flex: 0 0 160px;
    padding: 0 10px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row .image img {
    width: 100%;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row .game-title {
    flex: 0 0 200px;
    padding: 0 10px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row .name {
    flex: 0 0 200px;
    padding: 0 10px;
  }
  .setting-movie-list .main-content .movie-list-content .movie-row .status {
    flex: 0 0 160px;
    padding: 0 10px;
  }
  .setting-movie-list .main-content .movie-list-content .add-movie {
    margin-top: 30px;
  }

  /*
   * 動画投稿
   */
  .setting-movie .main-content .movie-form .flash_message {
    margin-bottom: 30px;
    color: #ff0000;
  }
  .setting-movie .main-content .movie-form li {
    margin-bottom: 30px;
  }
  .setting-movie .main-content .movie-form li .label {
    display: block;
    margin-bottom: 10px;
  }
  .setting-movie .main-content .movie-form li video {
    width: 100%;
  }
  .setting-movie .main-content .movie-form li .game-select img {
    height: auto;
    width: 5rem;
    margin-right: 1rem;
  }
  .setting-movie .main-content .movie-form li .game-select .d-center {
    display: flex;
    align-items: center;
  }

  /*
   * LINE連携
   */
  .setting-line .line-content {
    box-shadow: 0 0 15px #ccc;
    padding: 30px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-line .line-content .line-header {
    margin-bottom: 34px;
  }
  .setting-line .line-content .line-header .header-inner {
    margin-bottom: 12px;
  }
  .setting-line .line-content .line-header .header-inner .icon {
    display: inline-block;
    width: 15.7%;
    vertical-align: middle;
    margin-right: 30px;
  }
  .setting-line .line-content .line-header .header-inner .icon img {
    width: 100%;
  }
  .setting-line .line-content .line-header .header-inner .txt {
    display: inline-block;
    vertical-align: middle;
  }
  .setting-line .line-content .line-header .header-inner .txt .main-text {
    color: #00b900;
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .setting-line .line-content .line-header .header-inner .txt .sub-text {
    font-size: 1.5rem;
  }
  .setting-line .line-content .line-header .sub-text {
    line-height: 1.75;
  }
  .setting-line .line-content .line-flow .midashi {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .setting-line .line-content .line-flow .flow-content {
    margin-bottom: 20px;
  }
  .setting-line .line-content .line-flow .flow-content .flow {
    width: 100%;
    margin-bottom: 50px;
  }
  .setting-line .line-content .line-flow .flow-content .flow .step {
    font-size: 1.5rem;
    color: #9e1b9e;
    border: solid 1px #9e1b9e;
    padding: 4px 0;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 10px;
  }
  .setting-line .line-content .line-flow .flow-content .flow .txt {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 17px;
  }
  .setting-line .line-content .line-flow .flow-content .flow .line-submit {
    display: block;
    position: relative;
    background: #9e1b9e;
    color: #fff;
    width: 76%;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
    margin-top: 17px;
  }
  .setting-line .line-content .line-flow .flow-content .flow .line-submit::before {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .setting-line .line-content .line-flow .flow-content .flow .image {
    text-align: center;
  }
  .setting-line .line-content .line-flow .flow-content .flow .image img {
    width: 53%;
    vertical-align: top;
  }
  .setting-line .line-content .line-flow .flow-content .flow .sub-txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .setting-line .line-content .line-flow .flow-content .arrow {
    position: relative;
    width: 17px;
    margin-top: 247px;
  }
  .setting-line .line-content .line-flow .flow-content .arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 3px solid #9e1b9e;
    border-right: 3px solid #9e1b9e;
    transform: rotate(45deg);
  }

  /*
   * 支払い画面
   */
  .setting-payment {
    position: relative;
  }
  .setting-payment:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 286px;
    background: #f3f5f7;
  }
  .setting-payment .main-content {
    margin: 0 10px;
    position: relative;
  }
  .setting-payment .main-content h2 {
    font-size: 2rem;
    padding: 26px 0 18px 0;
  }
  .setting-payment .main-content .payment-form {
    box-shadow: 0 0 15px #ccc;
    padding: 30px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
  }
  .setting-payment .main-content .payment-form li {
    margin-bottom: 42px;
  }
  .setting-payment .main-content .payment-form li .label {
    display: block;
    margin-bottom: 18px;
  }
  .setting-payment .main-content .payment-form li input[type=email] {
    width: 100%;
  }
  .setting-payment .main-content .payment-form .card-element {
    width: 100%;
  }
  .setting-payment .main-content .payment-form .stripe-input {
    padding: 8px;
    margin-bottom: 5px;
    background-image: linear-gradient(0deg, #009688 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
    background-size: 0 100%, 100% 100%;
  }
  .setting-payment .main-content .payment-form .stripe-err {
    color: red;
  }
  .setting-payment .main-content .payment-form .back {
    border-radius: 4px;
    padding: 4px 24px;
    border: none;
    margin-right: 20px;
  }
  .setting-payment .main-content .payment-form .submit {
    color: #fff;
    background: #9e1b9e;
    border-radius: 4px;
    padding: 4px 24px;
    border: none;
  }

  /*
   * 静的ページ共通設定
   */
  .page-content .sidebar {
    padding: 40px 0 0 0;
  }
  .page-content .sidebar .menu-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
  }
  .page-content .sidebar .menu-list li a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
  }
  .page-content .sidebar .menu-list li a:before {
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle;
  }
  .page-content .sidebar .menu-list li a span {
    vertical-align: middle;
  }
  .page-content .sidebar .menu-list li.active {
    background: #9e1b9e;
  }
  .page-content .sidebar .menu-list li.active a {
    color: #fff;
  }
  .page-content .main-content {
    margin: 0 10px;
    word-break: break-all;
  }
  .page-content .main-content .section {
    margin-bottom: 50px;
  }
  .page-content .main-content h2 {
    font-size: 2rem;
    padding: 26px 0 18px 0;
  }
  .page-content .main-content .box {
    box-shadow: 0 0 15px #ccc;
    padding: 30px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
  }
  .page-content .main-content .box h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .page-content .main-content .box .color {
    color: #9e1b9e;
  }

  .page-content .main-content {
    /*
     * お知らせ
     */
    /*
     * お知らせ詳細
     */
    /*
     * 運営会社
     */
    /*
     * 配信者特典
     */
    /*
     * 配信方法
     */
    /*
     * 利用規約
     */
    /*
     * お問い合わせ
     */
    /*
     * コラム
     */
  }
  .page-content .main-content .notice .row {
    padding: 16px 0px;
    border-bottom: 2px solid #cccccc;
  }
  .page-content .main-content .notice .row .date {
    font-size: 1.2rem;
    color: #999999;
    margin-bottom: 8px;
  }
  .page-content .main-content .notice-detail h3 {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 14px;
  }
  .page-content .main-content .notice-detail a {
    color: #9e1b9e;
  }
  .page-content .main-content .notice-detail .date {
    font-size: 1.2rem;
    color: #999999;
    margin-bottom: 20px;
  }
  .page-content .main-content .company {
    padding-top: 40px;
  }
  .page-content .main-content .company .list {
    margin-bottom: 60px;
  }
  .page-content .main-content .company .list li {
    display: flex;
    padding: 18px 0;
    border-bottom: 2px solid #eeeeee;
  }
  .page-content .main-content .company .list li .key {
    width: 7em;
  }
  .page-content .main-content .company .map iframe {
    width: 100%;
  }
  .page-content .main-content .benefits {
    line-height: 1.75;
  }
  .page-content .main-content .benefits h4 {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 0 5px;
    border-bottom: 2px solid #9e1b9e;
    margin-bottom: 20px;
  }
  .page-content .main-content .howto h4 {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 0 5px;
    border-bottom: 2px solid #9e1b9e;
    margin-bottom: 20px;
  }
  .page-content .main-content .howto .section {
    margin-bottom: 60px;
  }
  .page-content .main-content .howto .midashi {
    font-weight: 600;
    margin-bottom: 20px;
  }
  .page-content .main-content .howto .sub-midashi {
    padding: 2px 0 2px 8px;
    border-left: 3px solid #9e1b9e;
    margin-bottom: 20px;
  }
  .page-content .main-content .howto .title {
    margin-bottom: 30px;
  }
  .page-content .main-content .howto p {
    margin-bottom: 10px;
  }
  .page-content .main-content .howto .capture {
    margin-bottom: 30px;
  }
  .page-content .main-content .howto .capture img {
    width: 100%;
  }
  .page-content .main-content .terms a {
    color: #9e1b9e;
  }
  .page-content .main-content .contact {
    padding: 30px 20px 30px 20px;
  }
  .page-content .main-content .contact li {
    margin-bottom: 30px;
  }
  .page-content .main-content .contact li .label {
    display: block;
    margin-bottom: 10px;
  }
  .page-content .main-content .column_area {
    margin: 0 15px;
  }
  .page-content .main-content .column_area .breadcrumbs {
    clear: both;
    font-size: 90%;
    margin: 0 0 60px;
  }
  .page-content .main-content .column_area h2 {
    font-size: 25px;
    text-align: center;
  }
  .page-content .main-content .column_area h3 {
    clear: both;
    font-size: 20px;
    text-align: left;
    margin: 60px 0 20px;
    padding: 0 0 5px;
    border-bottom: 2px solid #ccc;
  }
  .page-content .main-content .column_area h4 {
    clear: none;
    font-size: 18px;
    text-align: left;
    margin: 45px 0 20px;
    padding: 2px 0 2px 5px;
    border-left: 5px solid #ccc;
  }
  .page-content .main-content .column_area p, .page-content .main-content .column_area ul {
    text-align: left;
    margin: 0 0 1em;
  }
  .page-content .main-content .column_area ul li {
    list-style: disc;
    margin: 0 0 5px 20px;
  }
  .page-content .main-content .column_area a {
    text-decoration: underline;
  }
  .page-content .main-content .column_area a.text_a {
    color: #9e1b9e;
    font-size: 120%;
    font-weight: 700;
  }
  .page-content .main-content .column_area a.text_a:hover {
    text-decoration: none;
  }
  .page-content .main-content .column_area .b-backpattern {
    margin: 60px 0;
  }
  .page-content .main-content .column_area p.summarize {
    clear: both;
    margin: 2.5em 0 1em;
  }
  .page-content .main-content .column_area p.column_btn {
    clear: both;
    margin: 2.5em 0 0 0;
  }
  .page-content .main-content .column_area .column_btn a {
    color: #fff;
    display: block;
    max-width: 300px;
    background: #000;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 13px 10px;
    transition: all 0.3s;
  }
  .page-content .main-content .column_area .column_btn a:hover {
    background: #666;
  }
  .page-content .main-content .column_area .column_company {
    margin: 60px 0 20px;
  }
  .page-content .main-content .column_area .column_company table {
    width: 100%;
    margin: 25px 0 60px;
    border: none;
    border-collapse: collapse;
  }
  .page-content .main-content .column_area .column_company tr {
    border-bottom: 2px solid #eee;
  }
  .page-content .main-content .column_area .column_company th {
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    width: 30%;
    background: #fff;
    border: none;
    border-collapse: collapse;
  }
  .page-content .main-content .column_area .column_company td {
    font-size: 16px;
    text-align: left;
    padding: 15px;
    width: 80%;
    border: none;
    border-collapse: collapse;
  }
  .page-content .main-content .column_area .column_link {
    margin: 60px 0 45px;
  }
  .page-content .main-content .column_area .column_link ul {
    padding: 0;
    list-style-type: none;
    background: #FFF;
  }
  .page-content .main-content .column_area .column_link ul li {
    text-align: left;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    border-bottom: 1px dotted #CCC;
  }
  .page-content .main-content .column_area .column_link li:last-child {
    border-bottom: none;
  }
  .page-content .main-content .column_area .column_link a {
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    transition: all 0.5s;
  }
  .page-content .main-content .column_area .column_link a.active, .page-content .main-content .column_area .column_link a:hover {
    color: #fff;
    text-decoration: none;
    background: #c35ec3;
  }
  .page-content .main-content .column_area .image_area {
    max-width: 400px;
    width: 100%;
    display: block;
    vertical-align: bottom;
    border: none;
  }
}
@media only screen and (max-width: 959px) and (min-width: 769px) {
  .page-content .main-content .column_area .image_right {
    float: right;
    margin: 0 0 1.8rem 20px;
  }
  .page-content .main-content .column_area .image_left {
    float: left;
    margin: 0 20px 1.8rem 0;
  }
}
@media only screen and (max-width: 959px) and (max-width: 769px) {
  .page-content .main-content .column_area .column_area h2 {
    font-size: 22px;
  }
  .page-content .main-content .column_area .column_area h3 {
    font-size: 18px;
  }
  .page-content .main-content .column_area .column_area h4 {
    font-size: 16px;
  }
  .page-content .main-content .column_area .column_company th, .page-content .main-content .column_area .column_company td {
    font-size: 14px;
  }
  .page-content .main-content .column_area .image_right {
    float: none;
    margin: 25px auto;
  }
  .page-content .main-content .column_area .image_left {
    float: none;
    margin: 25px auto;
  }
}

