main {
  position: relative;
  height: 385px;
  margin: 0 0 75px;
  padding: 50px 0;
  display: block;
  background: #3b3c3d;
}

@media screen and (max-width: 869px) {
  main {
    height: auto;
    margin: 0 0 45px;
  }
}

main section.pickup {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 869px) {
  main section.pickup {
    display: block;
  }
}

main section.pickup > div {
  position: relative;
  display: block;
  width: 48.5%;
}

@media screen and (max-width: 869px) {
  main section.pickup > div {
    width: 100%;
  }
}

main section.pickup > div:first-of-type:before {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding: 56.25% 0 0;
}

@media screen and (max-width: 869px) {
  main section.pickup > div:first-of-type:before {
    display: none;
  }
}

main section.pickup > div h2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-size: 2.5rem;
  line-height: 1em;
  letter-spacing: .05em;
}

@media screen and (max-width: 869px) {
  main section.pickup > div h2 {
    display: block;
    position: relative;
    margin: 0 0 15px;
    font-size: 1.75rem;
  }
}

main section.pickup > div div {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
}

@media screen and (max-width: 869px) {
  main section.pickup > div div {
    display: none;
  }
}

main section.pickup > div div h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: .05em;
  margin: 0 0 15px;
  font-size: 1.4rem;
}

main section.pickup > div div p {
  font-size: 1.1rem;
  line-height: 1.5em;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: .05em;
}

main section.pickup > div span {
  display: block;
  width: 100%;
  position: relative;
}

main section.pickup > div span:before {
  content: "";
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 57.25% 0 0 0;
}

@media screen and (max-width: 869px) {
  main section.pickup > div span {
    margin: 0 0 30px;
    position: relative;
  }
}

main section.pickup > div span iframe {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  border: 0;
  position: absolute;
  z-index: 10;
}

main section.pickup > div span + div {
  display: none;
}

@media screen and (max-width: 869px) {
  main section.pickup > div span + div {
    display: block;
    position: relative;
  }
  main section.pickup > div span + div h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: .05em;
    margin: 0 0 15px;
    font-size: 1.1rem;
  }
  main section.pickup > div span + div p {
    font-size: .8rem;
    line-height: 1.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: .05em;
  }
}

.entries.video {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.entries.video h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1em;
  padding: 0 0 15px;
  margin: 0 0 90px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

@media screen and (max-width: 869px) {
  .entries.video h3 {
    font-size: 1.3rem;
    margin: 0 0 60px;
  }
}

.entries.video h3 div.select {
  position: relative;
  margin: 0 0 0 20px;
  height: 36px;
  background: #fff;
  border-radius: 3px;
  border-bottom: 1px solid #c3c5c7;
}

@media screen and (max-width: 869px) {
  .entries.video h3 div.select {
    margin: 0 0 0 10px;
  }
}

.entries.video h3 div.select a, .entries.video h3 div.select span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 36px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 100;
  font-size: .8rem;
  padding: 0 10px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #c3c5c7;
  border-bottom: 0;
}

.entries.video h3 div.select a:hover, .entries.video h3 div.select span:hover {
  background: #eee;
}

@media screen and (max-width: 869px) {
  .entries.video h3 div.select a, .entries.video h3 div.select span {
    padding: 0 5px;
  }
}

.entries.video h3 div.select a svg,
.entries.video h3 div.select a i, .entries.video h3 div.select span svg,
.entries.video h3 div.select span i {
  color: #5d6164;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 869px) {
  .entries.video h3 div.select a svg,
  .entries.video h3 div.select a i, .entries.video h3 div.select span svg,
  .entries.video h3 div.select span i {
    display: none;
  }
}

.entries.video h3 div.select a {
  display: none;
}

.entries.video h3 div.select a:last-child {
  border-bottom: 1px solid #c3c5c7;
}

.entries.video h3 div.select:hover a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.entries.video .entry_list {
  position: relative;
  margin: 0 auto 90px;
  width: 100%;
  max-width: 960px;
}

.entries.video .entry_list h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 30px;
}

@media screen and (max-width: 869px) {
  .entries.video .entry_list h4 {
    font-size: 1.5rem;
  }
}

.entries.video .entry_list .slide .item,
.entries.video .entry_list .flex .item {
  border: #eaebec 1px solid;
  background: #fff;
  border-radius: 0 0 3px 3px;
  width: 30%;
  margin: 0 25px 30px;
  position: relative;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
}

.entries.video .entry_list .slide .item iframe,
.entries.video .entry_list .flex .item iframe {
  border: 0;
  display: block;
  width: 100%;
}

.entries.video .entry_list .slide .item div,
.entries.video .entry_list .flex .item div {
  padding: 25px;
}

.entries.video .entry_list .slide .item div.movie,
.entries.video .entry_list .flex .item div.movie {
  padding: 0;
  position: relative;
}

.entries.video .entry_list .slide .item div.movie:before,
.entries.video .entry_list .flex .item div.movie:before {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding: 56.25% 0 0;
}

.entries.video .entry_list .slide .item div.movie iframe,
.entries.video .entry_list .flex .item div.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.entries.video .entry_list .slide .item div p.title,
.entries.video .entry_list .flex .item div p.title {
  text-align: left;
  display: block;
  font-size: .8em;
  line-height: 1.75em;
  font-weight: 300;
  color: #000;
  height: 4rem;
}

.entries.video .entry_list .slide {
  position: relative;
  margin: 0 -25px 60px;
}

.entries.video .entry_list .slide .slick-prev {
  left: -25px;
  width: 31px;
  height: 31px;
  background: url(/fccrace/video/image/slick-prev.gif) no-repeat center center;
  z-index: 1000;
}

.entries.video .entry_list .slide .slick-prev:before {
  display: none;
}

@media screen and (max-width: 869px) {
  .entries.video .entry_list .slide .slick-prev {
    width: 23px;
    height: 23px;
    top: 50%;
    left: 10px;
    margin-top: -12px;
  }
}

.entries.video .entry_list .slide .slick-next {
  right: -25px;
  width: 31px;
  height: 31px;
  background: url(/fccrace/video/image/slick-next.gif) no-repeat center center;
  z-index: 1000;
}

.entries.video .entry_list .slide .slick-next:before {
  display: none;
}

@media screen and (max-width: 869px) {
  .entries.video .entry_list .slide .slick-next {
    width: 23px;
    height: 23px;
    top: 50%;
    right: 10px;
    margin-top: -12px;
  }
}

.entries.video .entry_list .flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 90px;
}

.entries.video .entry_list .flex .item {
  width: 30%;
  margin: 0 5% 45px 0;
}

@media screen and (min-width: 869px) {
  .entries.video .entry_list .flex .item:nth-of-type(3n) {
    margin: 0 0 45px;
  }
}

@media screen and (max-width: 869px) {
  .entries.video .entry_list .flex .item {
    width: 45%;
    margin: 0 10% 45px 0;
  }
  .entries.video .entry_list .flex .item:nth-of-type(2n) {
    margin: 0 0 45px;
  }
}

@media screen and (max-width: 480px) {
  .entries.video .entry_list .flex .item {
    width: 100%;
  }
}

.entries.video .entry_list .presentation button:before {
  width: 9px;
  height: 9px;
}

.entries.video .entry_list .button {
  margin: 0 auto;
  width: 90%;
  max-width: 250px;
  text-align: center;
  padding: 15px;
  font-size: .8em;
  font-family: 'Poppins', sans-serif;
  line-height: 1em;
  border: 1px solid #c3c5c7;
  border-radius: 5px;
  background: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
  cursor: pointer;
}

.entries.video .entry_list .button:hover {
  background: #eee;
}
