* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

input, textarea, select {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  background: #141414;
  color: #fff;
  font-size: 14px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #141414;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 20px 0;
}
header .inner nav {
  width: 60%;
}
header .inner nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 50px;
}
header .inner nav ul li {
  font-weight: bold;
}
header .inner .right {
  display: flex;
  align-items: center;
}
header .inner .right .search_box {
  margin-right: 30px;
}
header .inner .right .search_box form {
  position: relative;
}
header .inner .right .search_box form button {
  appearance: none;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
header .inner .right .search_box form input {
  background: #fff;
  padding: 10px 0 10px 50px;
  width: 250px;
  color: #141414;
  font-weight: bold;
}
header .inner .right .search_box form input:focus {
  outline: none;
}
header .inner .right .name_box {
  background: #fff;
  text-align: center;
  color: #141414;
  width: 150px;
  padding: 10px;
  font-weight: bold;
}
header #menu_btn {
  display: none;
}

@media (max-width: 1260px) {
  .inner {
    width: calc(100% - 60px);
  }
  header .inner {
    width: calc(100% - 60px);
  }
  header .inner nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #141414;
    display: none;
  }
  header .inner nav ul {
    flex-direction: column;
    margin-right: 0;
  }
  header .inner nav ul li a {
    display: block;
    padding: 20px 0;
    font-size: 18px;
  }
  header #menu_btn {
    width: 40px;
    height: 30px;
    position: relative;
    display: block;
  }
  header #menu_btn span {
    position: absolute;
    display: block;
    background: #fff;
    width: 40px;
    height: 2px;
    transition: 0.3s;
  }
  header #menu_btn span:nth-child(1) {
    top: 0;
  }
  header #menu_btn span:nth-child(2) {
    top: 14px;
  }
  header #menu_btn span:nth-child(3) {
    top: 28px;
  }
  header #menu_btn.open span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
  }
  header #menu_btn.open span:nth-child(2) {
    opacity: 0;
  }
  header #menu_btn.open span:nth-child(3) {
    top: 14px;
    transform: rotate(-45deg);
  }
}
#pagetop {
  z-index: 100;
  position: fixed;
  margin: 0px;
  color: #fff;
  background: #e50914;
  bottom: 30px;
  right: 50px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

footer {
  text-align: center;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .inner {
    width: calc(100% - 30px);
  }
  header .inner {
    width: calc(100% - 30px);
    height: 60px;
  }
  header .inner .right .name_box {
    padding: 7px;
  }
  header .inner nav {
    top: 60px;
    padding: 30px 0;
  }
  header .inner nav ul li a {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  footer {
    font-size: 12px;
  }
  #pagetop {
    right: 15px;
    bottom: 15px;
  }
}
#mv {
  margin: 80px 0 30px;
}
#mv .video {
  position: relative;
}
#mv .video video {
  width: 100%;
}
#mv .video .btn {
  position: absolute;
  left: 30px;
  bottom: 100px;
}
#mv .video .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e50914;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  width: 200px;
  padding: 15px 0;
}
#mv .video .btn a::after {
  content: "\f105";
  position: absolute;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

#sponsor {
  background: #fff;
  margin-bottom: 30px;
}

#content .inner {
  overflow: hidden;
}
#content p {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
#content .list {
  margin: 0 -10px 80px;
}
#content .list > p:first-child {
  margin-left: 10px;
}
#content .list .slick-list {
  overflow: visible;
}
#content .list .block {
  position: relative;
  transition: 0.5s;
  aspect-ratio: 3/2;
  margin: 0 10px;
}
#content .list .block .thumb {
  margin-bottom: 0;
  position: relative;
}
#content .list .block .thumb img {
  border-radius: 5px;
  width: 100%;
}
#content .list .block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  opacity: 0;
  transition: 0.5s;
}
#content .list .block .overlay .btnarea {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#content .list .block .overlay .btnarea .play {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: #e50914;
  border-radius: 50%;
  font-size: 15px;
  margin-bottom: 0;
  margin-right: 8px;
}
#content .list .block .overlay .btnarea ul {
  display: flex;
}
#content .list .block .overlay .btnarea ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: #e50914;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
  transition: 0.5s;
}
#content .list .block .overlay .btnarea ul li:not(:last-child) {
  margin-right: 8px;
}
#content .list .block .overlay .btnarea ul li.active {
  background: #e50914;
  color: #fff;
}
#content .list .block .overlay .desc p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}
#content .list .block:hover {
  transform: scale(1.2);
  z-index: 500;
}
#content .list .block:hover .overlay {
  opacity: 1;
}
#content .list .block:nth-child(5n+1):hover {
  transform-origin: left;
}
#content .list .block:nth-child(5n):hover {
  transform-origin: right;
}

button.slick-prev,
button.slick-next {
  display: block;
  appearance: none;
  border: none;
  background: #e50914;
  font-size: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 600;
}

button.slick-prev {
  position: absolute;
  top: -40px;
  right: 50px;
}
button.slick-prev::after {
  content: "\f104";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

button.slick-next {
  position: absolute;
  top: -40px;
  right: 10px;
}
button.slick-next::after {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 1200px) {
  #content .list .block:nth-child(5n+1):hover, #content .list .block:nth-child(5n):hover {
    transform-origin: center;
  }
  #content .list .block:nth-child(3n+1):hover {
    transform-origin: left;
  }
  #content .list .block:nth-child(3n):hover {
    transform-origin: right;
  }
}
@media (max-width: 768px) {
  #mv {
    margin-top: 60px;
  }
  #mv .video .btn {
    margin-top: 15px;
    position: static;
  }
  #mv .video .btn a {
    position: relative;
    padding: 10px;
    margin: 0 auto;
  }
  #content .list {
    margin-bottom: 30px;
  }
  #content .list .block:nth-child(3n+1):hover, #content .list .block:nth-child(3n):hover {
    transform-origin: center;
  }
  #content .list .block:nth-child(2n+1):hover {
    transform-origin: left;
  }
  #content .list .block:nth-child(2n):hover {
    transform-origin: right;
  }
  #content .list .block .overlay .desc p {
    font-size: 10px;
  }
  #content p {
    font-size: 15px;
  }
  button.slick-prev, button.slick-next {
    width: 25px;
    height: 25px;
    top: -33px;
  }
}
.player .ttl {
  font-size: 25px;
  margin-bottom: 15px;
}
.player .txt {
  font-size: 16px;
  line-height: 1.7em;
}
.player #detail .desc {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.player #detail .desc .btnarea {
  margin-bottom: 15px;
}
.player #detail .desc .btnarea ul {
  display: flex;
}
.player #detail .desc .btnarea ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #e50914;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.player #detail .desc .btnarea ul li:not(:last-child) {
  margin-right: 10px;
}
.player #detail .desc .btnarea ul li.active {
  background: #e50914;
  color: #fff;
}
.player #detail .comment {
  border-bottom: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.player #detail .comment .user {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.player #detail .comment .user .img {
  margin-right: 15px;
  width: 40px;
}
.player #detail .comment .user .img img {
  border-radius: 40px;
  width: 100%;
}
.player #detail .comment .user .txt {
  font-weight: bold;
}
.player #detail .comment .user .txt span {
  font-weight: normal;
  margin-left: 10px;
}
.player #detail .comment .annotation {
  color: #e50914;
  margin-bottom: 10px;
}
.player #detail .comment .post {
  margin-top: 20px;
}
.player #detail .comment .post textarea {
  width: 100%;
  background: #fff;
  color: #141414;
  height: 10em;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.player #detail .comment .post textarea:focus {
  outline: none;
}
.player #detail .comment .post button {
  appearance: none;
  border: none;
  background: #e50914;
  color: #fff;
  text-align: center;
  width: 100px;
  padding: 10px 0;
  cursor: pointer;
}
.player #content {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .player .ttl {
    font-size: 18px;
  }
  .player .txt {
    font-size: 13px;
  }
}
.privacy #content {
  margin: 80px 0 30px;
  padding-top: 50px;
}
.privacy #content .inner h1 {
  font-size: 28px;
  font-weight: bold;
  background: #e50914;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
  letter-spacing: 0.05em;
}
.privacy #content .inner p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2em;
}
.privacy #content .inner h2 {
  margin: 50px 0 20px;
  border-left: 10px solid #e50914;
  font-size: 22px;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
.privacy #content .inner ul li {
  margin-left: 20px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .privacy #content {
    margin: 30px 0;
    padding-top: 50px;
  }
  .privacy #content .inner h1 {
    font-size: 22px;
    font-weight: bold;
    background: #e50914;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    letter-spacing: 0.05em;
  }
  .privacy #content .inner p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8em;
  }
  .privacy #content .inner h2 {
    margin: 40px 0 20px;
    border-left: 10px solid #e50914;
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: 0.05em;
  }
  .privacy #content .inner ul li {
    margin-left: 20px;
    list-style-type: disc;
    font-size: 12px;
    line-height: 2em;
  }
}
.mypage #content {
  margin: 80px 0 30px;
  padding-top: 50px;
}
.mypage #content .inner h1 {
  font-size: 28px;
  font-weight: bold;
  background: #e50914;
  color: #fff;
  margin-bottom: 60px;
  padding: 10px;
  letter-spacing: 0.05em;
}
.mypage #content .inner p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2em;
}
.mypage #content .inner h2 {
  margin-bottom: 10px;
  border-left: 10px solid #e50914;
  font-size: 22px;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
.mypage #content .inner .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 40px 0;
}
.mypage #content .inner .block .desc {
  width: 40%;
  margin-right: 50px;
}
.mypage #content .inner .block .form {
  padding: 20px;
  width: 60%;
  background: #333;
}
.mypage #content .inner .block .form p {
  margin-bottom: 50px;
}
.mypage #content .inner .block .form .formparts label {
  display: block;
  margin-bottom: 8px;
}
.mypage #content .inner .block .form .formparts input {
  width: 80%;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  height: 3em;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.mypage #content .inner .block .form .session {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.mypage #content .inner .block .form .session .ico {
  margin-right: 20px;
}
.mypage #content .inner .block .form .session .ico i {
  font-size: 40px;
}
.mypage #content .inner .block .form .session .txt p {
  margin-bottom: 0;
}
.mypage #content .inner .block .form .session .txt p.ip {
  font-size: 0.9em;
}
.mypage #content .inner .block .form .session .txt p.ip span {
  color: #00F800;
}
.mypage #content .inner .block .form .btn {
  text-align: right;
}
.mypage #content .inner .block .form .btn button {
  appearance: none;
  border: none;
  background: #e50914;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}
.mypage #content .inner .block .form .btn.btn_l {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .mypage #content {
    margin: 30px 0;
    padding-top: 50px;
  }
  .mypage #content .inner h1 {
    font-size: 22px;
    font-weight: bold;
    background: #e50914;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    letter-spacing: 0.05em;
  }
  .mypage #content .inner p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8em;
  }
  .mypage #content .inner h2 {
    margin: 40px 0 20px;
    border-left: 10px solid #e50914;
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: 0.05em;
  }
  .mypage #content .inner .block {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 20px 0;
  }
  .mypage #content .inner .block .desc {
    width: 100%;
  }
  .mypage #content .inner .block .form {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */