@charset "UTF-8";
/*
Theme Name: leadss
Author: adnacom
Author URI: https://adnacom.jp/
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/*===================
基本設定
===================*/
html {
  font-size: 62.5%
}
body {
  width: 100%;
  height: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  line-height: 2.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
header {
  background-color: #5BC2DC;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
footer {
  text-align: center;
  padding: 20px 0;
  font-size: 80%;
}
/*===================
見出し
===================*/
h1 {
  width: 20%;
  max-width: 120px;
  margin-left: 3%;
}
@media screen and (min-width:480px) {
h1 {
  margin-left: 5%;
}
}
@media screen and (min-width:1366px) {
h1 {
  margin-left: 10%;
}
}
h2 {
  color: #FFFFFF;
  padding-left: 2%;
}
h3 {
  color: #5BC2DC;
  border-left: 2px solid #5BC2DC;
  font-size: 150%;
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.4;
}
/*===================
コンテンツ
===================*/
#content {
  margin-left: 3%;
  margin-right: 3%;
}
@media screen and (min-width:480px) {
#content {
  margin-left: 5%;
  margin-right: 5%;
}
}
@media screen and (min-width:1366px) {
#content {
  margin-left: 10%;
  margin-right: 10%;
}
}
.videoThumbnailWrapper {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000000;
}
.videoThumbnailWrapper:before {
  content: "";
  display: block;
  padding-top: 56.2%; /* 1:1 */
}
.videoThumbnailWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  bottom: 0;
}
.videoThumbnailWrapper .videoThumbnailOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoThumbnailWrapper .videoThumbnailOverlay a {
  width: 100%;
  height: 100%;
  display: block;
}
.videoThumbnailWrapper .videoThumbnailOverlay p {
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:480px) {
.videoThumbnailWrapper .videoThumbnailOverlay p:hover {
  background-color: rgba(255,255,255,0.20);
}
}
.videoThumbnailWrapper .videoThumbnailOverlay img {
  width: 20%;
}
video {
  width: 100%;
  height: auto;
}
#cboxLoadedContent {
  background: transparent;
}
ul.movieList {
}
ul.movieList li {
  margin-bottom: 20px;
}
ul.movieList li ul.flex_cards {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
ul.movieList li ul li {
  -webkit-flex-basis: calc( 100% / 3 - 2% ); /* Safari */
  flex-basis: calc( 100% / 2 - 2% );
}
@media screen and (min-width:480px) {
ul.movieList li ul li {
  flex-basis: calc( 100% / 3 - 15px );
}
}
@media screen and (min-width:1366px) {
ul.movieList li ul li {
  flex-basis: calc( 100% / 4 - 15px );
}
}
.videoThumbnailWrapper .videoThumbnailOverlay.typeImage{
  overflow: hidden;
}
.videoThumbnailWrapper .videoThumbnailOverlay.typeImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.videoThumbnailWrapper .videoThumbnailOverlay.typeFile{
  overflow: hidden;
  background-color: #BCBCBC;
}
.videoThumbnailWrapper .videoThumbnailOverlay.typeFile a{
  color: #676767;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc( 5rem + (( 1vw - 4.8px ) * 0.6944 ));
}
.videoThumbnailWrapper .videoThumbnailOverlay.typeImage:hover,.videoThumbnailWrapper .videoThumbnailOverlay.typeFile:hover{
  opacity: 0.95;
}

.movieTitle {
  background-color: #5BC2DC;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0.5em;
  line-height: 1.4;
  padding: 0.5em 0.2em;
}
.movieText {
  line-height: 1.4;
}
.movieDate {
  font-size: 80%;
}
.fileData{
  background-color: #FFFFFF;
  padding: 2em;
  text-align: center;
}
.fileData a{
  background-color: #5BC2DC;
  padding: 0.5em 1em;
  color: #FFFFFF;
  margin-top: 1em;
  display: inline-block;
  text-decoration: none;
}
/*===================
ログイン関連
===================*/
#loginform {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.login-username, .login-password, .login-remember, .login-submit {
  text-align: center;
}
.login-username, .login-password {
  margin-bottom: 20px;
}
#user_login, #user_pass {
  padding: 0.5em 1em;
  width: 100%;
  text-align: center;
  font-size: 100%;
}
#wp-submit {
-webkit-appearance: none;
  width: 100%;
  max-width: 200px;
  background-color: #005080;
  color: #FFFFFF;
  margin: 1em 0;
  padding: 1em;
  cursor: pointer;
  font-size: 100%;
}
#wp-submit:hover {
  background-color: #003C61;
}
#wp-submit:disabled {
  background-color: #808080;
  cursor: default;
}
.loginError {
  text-align: center;
  color: #FFFFFF;
  background-color: #C40003;
  margin-bottom: 50px;
}
p.logout a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #808080;
  width: 10em;
  color: #FFFFFF;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
p.logout a:hover {
  background-color: #545454;
}
