@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------
clearfix
-----------------------------------------*/
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--------------------------*/
/**/
@media (min-width: 1400px) {}
@media (min-width: 1200px) {}
@media (min-width: 992px) {}
@media (min-width: 769px) {}
@media (max-width: 768px) {}
@media (min-width: 600px) and (max-width: 768px) {}
@media (min-width: 600px) and (max-width: 768px) {}
@media (min-width: 768px) {
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
img {
  width: 100%;
  height: auto;
}
p {
  text-align: justify;
}
/*==================================
common
==================================*/
body {
  font: 300 14px/1.9 "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #fff;
  background-color: #000;
}
a {
  color: #fff;
}
.wrapper-narrow {
  max-width: 980px;
}
.wrapper-small {
  max-width: 890px;
}
section.subsec {
  margin: 2em 0 7em;
}
header.header, footer.footer, .bg-black {
  background-color: #000;
}
.bg-black2 {
  background-color: #1A1A1A;
}
h2.sec-title {
  font-size: 26px;
  margin: 1em 0 0.3em;
}
h3.sec-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0.2em 0 0.5em;
}
p.sub-copy {
  font-size: 22px;
  margin: 0.5em 0 0em;
  font-weight: 600;
}
.post-list-box {
  border-top: 1px solid #cdcdcd;
  margin-bottom: 2em;
}
/**/
.list-page-link {
  text-align: center;
  padding: 0 0 2em;
}
.list-page-link a {
  display: inline-block;
  padding: 0.5em 3em;
  border-radius: 0.3em;
  font-size: 21px;
  font-weight: 500; /* Old browsers */
  text-align: center;
}
.list-page-link a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#890113+0,5d010d+100 */
  background: -moz-linear-gradient(top, #890113 0%, #5d010d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #890113 0%, #5d010d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #890113 0%, #5d010d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#890113', endColorstr='#5d010d', GradientType=0); /* IE6-9 */
}
/*==================================
HEADER
==================================*/
/**/
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header {
  position: fixed;
  width: 100%;
  z-index: 1;
}
main#pagemain, .breadcrumbs {
  padding-top: 86px;
}
@media (max-width: 767px) {
  main#pagemain, .breadcrumbs {
    padding-top: 60px;
  }
}
/**/
.hd-sitelogo, .logo {}
/**/
nav.nav-main-part {
  display: flex;
  align-items: center;
}
/**/
ul.nav-main {
  display: flex;
  list-style-type: none;
  padding: 0;
}
ul.nav-main li {
  border-right: 1px solid #7d7a7a;
}
ul.nav-main li:last-child {
  border: none;
}
ul.nav-main li a {
  display: block;
  padding: 0 17px;
}
ul.nav-main li a img {
  max-width: 60px;
}
/**/
.nav-mainsite {
  display: inline-block;
}
.nav-mainsite a {
  display: block;
}
.nav-mainsite a img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .header-inner {
    padding: 10px 0;
  }
  ul.nav-main {
    display: none;
  }
  /**/
  .hd-sitelogo, .logo {
    flex-basis: 50%;
  }
  nav.nav-main-part {
    flex-basis: 37%;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FOOTER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
p.copyright {
  margin: 0;
  text-align: center;
  padding: 0.5em;
  margin-top: 3em;
  font-size: 11px;
  background-color: #1a1a1a;
}
.ft-sitelogo {
  text-align: center;
}
.ft-sitelogo a {
  display: inline-block;
  max-width: 300px;
}
.ft-sitelogo a img {}
ul.ft-nav-main {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.ft-nav-main li {}
ul.ft-nav-main li a {
  display: block;
  padding: 1em 2em;
  font-size: 14px;
}
@media (max-width: 767px) {
  ul.ft-nav-main {}
  footer.footer {
    margin-bottom: 80px;
  }
}
/*==================================
HOME:MAIN VISUAL
==================================*/
section#mv-part {
  /* background-color: #000; */
  height: 530px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
section#mv-part {
  background-image: url("images/mainvisual-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.sitetitle {
  max-width: 480px;
}
@media (max-width: 767px) {
  section#mv-part {
    height: 250px;
    background-position: bottom center;
    background-size: cover;
    align-items: center;
  }
  .sitetitle {
    width: 60%;
    max-width: 280px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップ お知らせ　新着情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/**/
ul.post-list {}
ul.post-list li {}
ul.post-list li a {
  text-decoration: none;
}
/**/
.information-box ul.post-list {
  /* border-bottom: 1px solid #cdcdcd; */
  /* padding-bottom: 0.6em; */
  margin-bottom: 0.6em;
  display: block;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}
.information-box ul.post-list li {
  border: none;
  box-shadow: unset;
  margin: unset;
  border-bottom: 1px solid #cdcdcd;
  padding-top: 1em;
  padding-bottom: 1em;
  flex-basis: unset;
  width: 100%;
}
/**/
.text-part2 {
  display: flex;
  align-items: center;
}
/**/
p.daytime, p.categoryname {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  margin-right: 1.5em;
}
p.daytime {}
p.categoryname {
  border: 1px solid #9c9c9c;
  font-size: 12px;
  padding: 1px 2px;
  text-align: center;
  min-width: 6em;
}
h3.post-title.vparts01 {
  margin: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  ul.post-list {
    display: flex;
  }
  ul.post-list li {}
  .text-part2 {
    flex-wrap: wrap;
  }
  p.daytime, p.categoryname {}
  h3.post-title.vparts01 {
    display: block;
    flex-basis: 100%;
    margin-top: 0.5em;
    font-size: 17px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップ お知らせ　新着情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.blog-title-part {
  margin-bottom: 1.5em;
}
main.single-basic-box {}
.wrapper.column-2col.single-basic {
  max-width: 1200px;
  min-height: 390px;
  margin: auto;
  /* background-color: #fff; */
  padding: 3em 2em;
}
.column-2col {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .column-2col {
    /* min-height: 1100px; */
  }
}
@media (max-width: 1024px) {
  .column-2col {
    min-height: 840px;
  }
}
@media (max-width: 768px) {
  .column-2col {
    min-height: 550px;
  }
}
.col2-main-part.at-left {
  flex-basis: 72%;
}
.col2-side-part.at-right {
  flex-basis: 25%;
  box-shadow: unset;
  background-color: unset;
  border-radius: unset;
  border-left: 1px solid #cdcdcd;
  padding: 0;
  padding-left: 1em;
  position: relative;
}
aside.sidebar {
  position: sticky;
  top: 70px;
}
@media (max-width: 767px) {
  .column-2col {
    display: block;
  }
  .col2-side-part.at-right {}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
archive BLOG
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
main.blog-archive {
  padding: 2em 0;
}
.blog-list-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}
.blog-thumbnail {
  flex-basis: 25%;
}
.blog-maincon {
  flex-basis: 72%;
}
/**/
.blog-thumbnail a {}
.blog-thumbnail a img {
  object-fit: cover;
  width: 100%;
  height: 170px;
}
/**/
.blog-maincon h2 {}
.blog-maincon h2 a {
  text-decoration: none;
  color: #fbfbfb;
  font-size: 23px;
}
.blog-maincon p.single-meta {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 0.4em;
}
.blog-maincon p.bassui {
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .blog-list-block {
    align-items: flex-start;
  }
  .blog-thumbnail a img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .blog-list-block {}
  .blog-thumbnail a img {
    height: 170px;
  }
  .blog-maincon p.bassui {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .blog-thumbnail {
    flex-basis: 28%;
  }
  .blog-maincon {
    flex-basis: 68%;
  }
  .blog-thumbnail a img {
    height: 111px;
  }
  .pa-contents-part.blog-maincon h2 a {
    font-size: 18px;
    line-height: 1.3;
  }
  .blog-maincon p.bassui {
    font-size: 14px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップ YOUTUBE（CONTENTS）　新着情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
ul.youtube-list-pickup {
  list-style-type: none;
  padding: unset;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
}
ul.youtube-list-pickup li {
  margin-bottom: 1.5em;
  flex-basis: 23%;
  /* padding: 0.5em; */
  background-color: #3c3c3c;
  border-radius: 9px;
  border: 1px solid #525252;
  margin: 1%;
}
ul.youtube-list-pickup li h3 {
  margin: 0.5em 0 0.2em;
  font-size: 14px;
  line-height: 1.4;
  /* padding: 0.7em; */
  margin-top: 0;
  flex-basis: 100%;
}
ul.youtube-list-pickup li h3 a {
  font-size: 16px;
  /* line-height: 1; */
  text-decoration: none;
  color: #FFF;
}
ul.youtube-list-pickup li h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  /* margin-top: 0.4em; */
  /* border-top: 1px solid #75635e; */
  color: #FFF;
  /* padding-top: 0.3em; */
}
/*トップ　youtube list*/
.information-box.youtube-box {}
.rll-youtube-player .play {
  background-position: center center;
}
/*動画リスト*/
ul.youtube-list-pickup li iframe {
  border-radius: 10px 10px 0 0;
}
.movie-text {
  border-radius: 0 0 10px 10px;
  min-height: 110px;
  padding: 0.5em 0.8em 0.8em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.movie-text {
  /* background-color: #5d5b5b; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d6d6d+0,0a0606+64 */
  /* background: #6d6d6d; */ /* Old browsers */
  background: -moz-linear-gradient(top, #6d6d6d 0%, #0a0606 64%); /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, #6d6d6d 0%, #0a0606 64%); */ /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #6d6d6d 0%, #0a0606 64%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#0a0606', GradientType=0); /* IE6-9 */
}
ul.youtube-list-pickup li h3 span.company_name {}
ul.youtube-list-pickup li h3 span.shoulder_name {}
ul.youtube-list-pickup li h3 span.act_name {
  font-size: 20px;
  font-weight: bold;
}
span.youtube_date {
  font-size: 11px;
  font-weight: 400;
}
@media (max-width: 768px) {
  ul.youtube-list-pickup {
    justify-content: flex-start;
  }
  ul.youtube-list-pickup li {
    flex-basis: 33%;
  }
}
@media (max-width: 767px) {
  ul.youtube-list-pickup {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.youtube-list-pickup li {
    flex-basis: 48.5%;
    margin: 2% 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.1em;
    /* justify-content: space-between; */
    flex-wrap: wrap;
  }
  ul.youtube-list-pickup li h3 {
    /* flex-basis: 50%; */
    /* margin-top: 0; */
  }
  .rll-youtube-player {
    flex-basis: 120%;
    max-width: 180px;
    height: 100px;
    padding-bottom: 0%;
    margin-right: 13px;
  }
  .rll-youtube-player .play {
    /* margin-top: -23px; */
    /* margin-left: -32px; */
  }
  /**/
  .movie-text {}
}
/**/
.ft-fixnav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #000;
  border-top: 1px solid #cdcdcd;
}
.ft-fixnav .ft-sp-nav {
  display: block;
  display: flex;
  justify-content: center;
  margin: 0;
}
ul.ft-sp-nav li {
  /* border: none; */
  display: block;
  flex-basis: 17%;
}
ul.ft-sp-nav li a {
  padding: 0;
  padding: 12%;
}
ul.ft-sp-nav li a img {
  /* max-width: 44px; */
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
LOGIN
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/**/
div#wpmem_login {
  color: #FFF;
  max-width: 700px;
  margin: auto;
  background-color: #636363;
  padding: 1em 2em;
}
#wpmem_login fieldset, #wpmem_reg fieldset {
  margin: 2em 0 0em;
}
#wpmem_login .div_text {
  width: 100%;
}
#wpmem_login .button_div {
  width: 100%;
  text-align: center;
}
#wpmem_login {}
#wpmem_login input.buttons.login-submit {
  color: #FFF;
  font-weight: 700;
  padding: 0.5em 3em;
  border-radius: 0.6em;
  font-size: 19px;
}
#wpmem_login input.buttons.login-submit {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#890113+0,5d010d+100 */
  background: -moz-linear-gradient(top, #890113 0%, #5d010d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #890113 0%, #5d010d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #890113 0%, #5d010d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#890113', endColorstr='#5d010d', GradientType=0); /* IE6-9 */
}
/**/
h1.pagetitle-login {
  text-align: center;
  margin: 1em auto 1.5em;
}
h1.pagetitle-login img {
  max-width: 80px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
動画一覧ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.movielist-page {
  padding: 1em 0;
}
h3.movie-ys-name {
  margin-bottom: 0;
  font-size: 22px;
}
.subbox {
  background-color: #3e3e3e;
  padding: 0.3em 1.5em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ABOUT US ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/**/
.subsubbox {
  background-color: #000;
  padding: 2em 3em 1em;
}
.subsubbox h2 {
  margin-top: 0;
}
h4.about {
  font-size: 17px;
  margin-bottom: 0;
}


/**/
/*.jumppoint {
    margin-top: -90px;
    padding-top: 90px;
}*/