@charset "UTF-8";
/*!===================================================================

	MEDIA SHOWCASE のみ　since2021.11.24

#mshowcase

====================================================================*/



/*---------------------------------------------------------------
////// ALL
-----------------------------------------------------------------*/
body#mshowcase {
  background-color: #000000;
  color: #ffffff;
}

#mshowcase header {
  z-index:10;
}

#mshowcase main,
#mshowcase_single main{
  margin-top: 0px;/*-25px なせがずれる*/
  padding-bottom: 0;
}
@media screen and (max-width: 769px) {
  #mshowcase main {
    padding-top: 0px;
  }
}

/*コンテンツ本体*/
#mshowcase article #live-content {
  display: flex;
  justify-content: space-between;
}
#mshowcase #ms_container {
  width: calc(100% - 240px);
  position: relative;
  padding-bottom: 100px;
  /*particles.jsをfixedにしたので*/
  background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));

}
@media screen and (max-width: 991px) {
  #mshowcase #ms_container {
    width: 100%;
  }
}


section + section {
    margin-top: 0px;
}


/*---------------------------------------------------------------
////// HEADER
-----------------------------------------------------------------*/
#mshowcase header {
  /*position: fixed;
  display: flex;
  justify-content: flex-end;*/
}

#mshowcase header #live-right-btn {
  position: fixed;
  right: 0;
}
#mshowcase header #live-right-btn a {
  height: 50px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items:center;
  border: 1px solid #606060;
  background-color: #000000;
}
/*ロゴ画像の切り替え*/
#mshowcase header #live-right-btn a img:nth-of-type(1) {}
#mshowcase header #live-right-btn a img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 991px) {
  #mshowcase header #live-right-btn a {
    width: 75px;
  }
  #mshowcase header #live-right-btn a img:nth-of-type(1) {
    display: none;
  }
  #mshowcase header #live-right-btn a img:nth-of-type(2) {
    display: block;
  }
}




/*---------------------------------------------------------------
////// FOOTER
-----------------------------------------------------------------*/
#mshowcase footer {
  background: #000000;
  border-top: 1px solid #404040;
}

/*#mshowcase footer .row {
  padding-bottom: 0;
}*/

#mshowcase footer .row #foot .inqBox {
  background-color: #2B2B2B;
}

#mshowcase footer #footLogo img {
  width: 200px;
  height: 24.44px;
}

#mshowcase footer #footNav a {
  color: #ffffff;
}

#mshowcase footer [class^="icon-"], [class*=" icon-"] {
    color: white;
}

#mshowcase_single #copyright,
#mshowcase #copyright {
  border-top: 1px solid #404040;
}


/*style 1200行目からコピペ*/
#mshowcase footer .row #foot .footIn .otherSite {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #mshowcase footer .row #foot .footIn .otherSite .btn {
    width: 100%;/*85px*/
    height: 30px;/*20px*/
    font-size: 11px;
    font-size: 1.1rem; }
    #mshowcase footer .row #foot .footIn .otherSite .btn a {
      color: #666;
      padding: 0 10px;
      border: 1px solid #e1e1e1;
      background: none; }
      #mshowcase footer .row #foot .footIn .otherSite .btn a:after {
        right: 5px;
        font-size: 10px;
        font-size: 1rem;
        transform: scale(0.8); }
      #mshowcase footer .row #foot .footIn .otherSite .btn a:hover {
        color: #FFF;
        background: #00763c;
        border-color: #00763c; }
    #mshowcase footer .row #foot .footIn .otherSite .btn + .btn {
      margin-left: 5px; }
/*コピペここまで---------------------------------*/


/*---------------------------------------------------------------
////// 左ナビ
-----------------------------------------------------------------*/

/*全体
--------------------------------------*/
#mshowcase #live-left-nav {
}
#mshowcase #live-left-wrap {
  width: 240px;
  margin-right: 0;
  padding-bottom: 100px;
  position: relative;
  height: 100%;
}
/*SVGサイズ*/
#mshowcase #live-left-wrap #live-left-logo img {
  width: 170px;
  height: 39.506px
}


/*左メニュー背景*/
#mshowcase #live-left-wrap::before {
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
  z-index: -6;
}
/*左メニュー背景*/
#mshowcase #live-left-wrap::after {
  content:"";
  width: 225px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(180deg, #00190C 60%, #202020);
background: -webkit-linear-gradient(180deg, #00190C 60%, #202020);
background: linear-gradient(270deg, #00190C 60%, #202020);
  z-index: -5;
}

/*#live-left-logo
--------------------------------------*/
#mshowcase #live-left-wrap #live-left-logo a {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 991px) {
  #mshowcase #live-left-wrap #live-left-logo a {
    padding-top: 15px;
  }
}


/*アコーディオン全体
--------------------------------------*/
#mshowcase #live-left-ac {
}
/*グループごと
--------------------------------------*/
#mshowcase #live-left-ac .live-left-group {
  margin-bottom:10px;
  /*padding-left: 15px;*/
  position: relative;
}
#mshowcase #live-left-ac .live-left-group::before {
  position: absolute;
  content:"";
  top: 0;
  left: 0;
  height: 1px;
  width: 15px;
  background-color: #00A051;
}
#mshowcase #live-left-ac .live-left-group::after {
  position: absolute;
  content:"";
  top: 0;
  left: 15px;
  height: 1px;
  width: calc(100% - 15px);
  background-color: #606060;
}

/*親
--------------------------------------*/
#mshowcase #live-left-ac .switch {
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items:center;
  padding-left: 30px;
  cursor:pointer;
}
/*親　右アイコン　閉じているとき*/
#mshowcase #live-left-ac .switch {
  position: relative;
}
#mshowcase #live-left-ac .switch::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 15px;
  width: 15px;
  height: 1.5px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform:rotate(-90deg);    /* 中心を基準点に反時計回りに回転する */
}
#mshowcase #live-left-ac .switch::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 15px;
  width: 15px;
  height: 1.5px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform:rotate(0deg);    /* 中心を基準点に反時計回りに回転する */
}

/*親　右アイコン　開いているとき*/
#mshowcase #live-left-ac .switch.active {
  position: relative;
}
#mshowcase #live-left-ac .switch.active::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 15px;
  width: 15px;
  height: 1.5px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform:rotate(0deg);    /* 中心を基準点に反時計回りに回転する */
}
#mshowcase #live-left-ac .switch.active::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 15px;
  width: 15px;
  height: 1.5px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform:rotate(0deg);    /* 中心を基準点に反時計回りに回転する */
}




/*子
--------------------------------------*/
/*hover左緑*/
#mshowcase #live-left-ac .toggle_menu ul li {
  position: relative;
}
#mshowcase #live-left-ac .toggle_menu ul li:before {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
}
#mshowcase #live-left-ac .toggle_menu ul li:hover::before {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background-color: #00A051;
}

/*hover横ラインの動きと矢印の動き*/
#mshowcase #live-left-ac .toggle_menu ul li a {
  height: 40px;
  display: flex;
  align-items:center;
  color: #ffffff;
  text-decoration: none;
  padding-left: 40px;
  font-size: 14px;
  position: relative;
}
#mshowcase #live-left-ac .toggle_menu ul li a:hover {
  padding-left: 45px;
  color:#00A051;
}
/*右矢印*/
#mshowcase #live-left-ac .toggle_menu ul li a::after {
  position: absolute;
  content:"";
  top:16px;
  right:15px;
  height: 8px;
  width: 4px;
  background-image:url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="8" viewBox="0 0 4 8"><path d="M566.9,378.016v1.579l2.414,2.414-2.414,2.414v1.592l4-4Z" transform="translate(-566.898 -378.016)" fill="%23cacaca"/></svg>' );
  z-index: -1;
  transition: all 0.3s ease;
}
#mshowcase #live-left-ac .toggle_menu ul li a:hover::after {
  position: absolute;
  content:"";
  top:16px;
  right:10px;
  height: 8px;
  width: 4px;
  background-image:url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="8" viewBox="0 0 4 8"><path d="M566.9,378.016v1.579l2.414,2.414-2.414,2.414v1.592l4-4Z" transform="translate(-566.898 -378.016)" fill="%2300A051"/></svg>' );
  z-index: -1;
}
/*下線*/
#mshowcase #live-left-ac .toggle_menu ul li a::before {
  position: absolute;
  content:"";
  bottom:0;
  left:15px;
  height: 1px;
  width: 0;
  background-color: rgba(32, 32, 32, 1);
  /*background-color: rgba(225, 225, 225, 0.2);*/
  z-index: -1;
  transition: all 0.3s ease;
}
#mshowcase #live-left-ac .toggle_menu ul li a:hover::before {
  position: absolute;
  content:"";
  bottom:0;
  left:15px;
  height: 1px;
  width: calc(100% - 15px);
  background-color: rgba(32, 32, 32, 1);
  z-index: -1;
}



/*---------------------------*/
h3.switch {

    font-size: 22px ;
    padding:3px 0 3px 22px ;
    border-left: 3px solid #e91b1b;
    margin-bottom: 2px ;
    color: #282828 ;
    cursor:pointer;
}

h3.active {
    color: red;
}

.toggle_faq {
    overflow: hidden;
    padding: 5px 10px;
}
/*---------------------------*/





/* バーガーナビ　左からスライド
-------------------------------------------------*/
/* ハンバーガーメニュー */

.left-hamburger {
  display: none;
}

@media screen and (max-width: 991px) {
  .left-hamburger {
  width: 30px;
  height: 30px;
  /*background: #000;*/
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;/*absolute*/
    left: 15px;
    margin-top: 10px;
  z-index: 999;
}
.left-hamburger:hover {
  cursor: pointer;
}
.left-hamburger span {
  background: #fff;
  width: 25px;
  height: 2px;
  position: absolute;
  transition: 0.3s ease-out;
}
.left-hamburger span:nth-of-type(1) {
  top: 5px;
}
.left-hamburger span:nth-of-type(3) {
  bottom: 5px;
}
/* ハンバーガーメニューにactiveクラスがついたときのスタイル */
.left-hamburger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  transition: 0.3s ease-out;
}
.left-hamburger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
  transition: 0.3s ease-out;
}
.left-hamburger.active span:nth-of-type(2) {
  opacity: 0;
}


/* メニュー */
.left-hamburger-menu {
  width: 240px;
  /*background: #000;*/
  /**/
  color: #fff;
  position: absolute;
  transform: translate(-240px);
  transition: 0.3s ease-out;
  z-index: 990;
}
.left-hamburger-menu li {
  margin-bottom: 10px;
}
/* メニューにopenクラスがついたときのスタイル */
.left-hamburger-menu.open {
  transform: translate(0);
  transition: 0.3s ease-out;
}
  /*開いたときにコンテンツをぼかす（黒背景なので黒網のようになる）*/
  .open-overlay{
    opacity: 0.4;
    transition: 0.3s ease;
  }

}/*ここまで 991px*/








/*---------------------------------------------------------------

#ms_index INDEX

メディアライブラリ　トップページ

-----------------------------------------------------------------*/

/* 動画背景：YouTube表示の場合　indexのみのレイアウト
-------------------------------------------------*/
#mshowcase #ms_index {
  /*padding-bottom:100px;*/
}


#mshowcase #ms_index #live-content-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
  /*z-index: -10;*/
  position: relative;
}

/* video タグに変更
-----------------------------*/
#mshowcase #ms_index .live-video-bg {
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  width: 100%;
  /*padding-top: 56.25%;古いブラウザ用*/
  /*aspect-ratio: 16 / 9;古いブラウザに対応するためコメントアウト*/
  object-fit: contain;
}

#mshowcase #ms_index .live-video-bg video {
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: contain;
  position: relative;
}


/*jquery.mb.YTPlayer
--------------------------------------*/
#mshowcase #ms_index #ytPlayerWrap{
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  width: 100%;
  padding-top: 56.25%;/*古いブラウザ用*/
  /*aspect-ratio: 16 / 9;古いブラウザに対応するためコメントアウト*/
  object-fit: contain;
}
#mshowcase #ms_index #ytPlayer{
  z-index: -2;
  object-fit: contain;
  position: relative;
}
/*上に乗せるロゴ*/
#mshowcase #ms_index #live-content-bg-over{
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, #000000 10%, transparent);
  background: -webkit-linear-gradient(bottom, #000000 10%, transparent);
  background: linear-gradient(to top, #000000 10%, transparent);
  position: relative;
}
/*比率を保持して可変box 16x9
----------------------------------*/
.live-box-16x9::before {
  content: "";
  display: block;
  padding-top: 56.25%;/* 16:9 9÷16×100=56.25%*/
}
/*比率を保持して可変boxのinner*/
#ms_index .live-box-16x9 .live-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  /*ロゴ配置用CSSここから*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*↓サムネを上に乗せているのでpaddingでロゴ位置微調整・#mshowcase #live-vsection-wrapも調整する*/
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  #ms_index .live-box-16x9 .live-inner {
    padding-bottom: 0px;
  }
}
.live-box-16x9 .live-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  /*ロゴ配置用CSSここから*/
  display: flex;
  justify-content: center;
  align-items: center;
}
/*-------------------ここまで--*/

/*ロゴSVGサイズ*/
#mshowcase #ms_index #live-content-bg-over .live-svg img {
  width: 400px;
  height: 87.13px;
}
@media screen and (max-width: 767px) {
  #mshowcase #ms_index #live-content-bg-over .live-svg img {
    width:200px;
    height: auto;
  }
}


/* ローディング画面
-------------------------------------------------*/
#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: #333;*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 50px;
}
/*loading アニメーション------------*/
#loading {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
}

#loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: .8;
}

#loading .one {
  border-top: 1px solid #00A051;
  animation: rotate-left 1s linear infinite;
}

#loading .two {
  border-right: 1px solid #5BA4DB;
  animation: rotate-right 1s linear infinite;
}

#loading .three {
  border-bottom: 1px solid #00A051;
  animation: rotate-right 1s linear infinite;
}

#loading .four {
  border-left: 1px solid #5BA4DB;
  animation: rotate-right 1s linear infinite;
}

@keyframes rotate-left {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*loading アニメーション--ここまで----------*/



/*---------------------------------------------------------------
////// 動画一覧　swiper 部分
-----------------------------------------------------------------*/
/* 動画一覧まわり コンテンツwrap
------------------------------------------------------*/
#mshowcase #ms_index #live-vsection-wrap {
  padding-left: 70px;
  /*↓indexのメイン背景動画の上に少し乗せるために上に位置ずらす538も調整する*/
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}
@media screen and (max-width: 991px) {
  #mshowcase #ms_index #live-vsection-wrap {
    padding-left: 20px;
    top: 0px;
  margin-bottom: 0px;
  }
}
#mshowcase #live-vsection-wrap {
  padding-left: 70px;
}
@media screen and (max-width: 991px) {
  #mshowcase #live-vsection-wrap {
    padding-left: 20px;
  }
}

/* section
------------------------------------------------------*/
/*グループ見出し*/
#mshowcase section.live-video-group {
  margin-bottom: 70px;
}


/* swiperレイアウト
------------------------------------------------------*/
/*グループ見出し*/
#mshowcase section.live-video-group h2 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* swiper デフォルト設定を変更
------------------------------------------------*/
#mshowcase section.live-video-group .swiper-slide {
  margin-right: 10px!important;
  /*タイトルが二行になった場合の高さそろえ*/
  display: flex;
  flex-direction:column;
  height: auto;/*height: 100%があると孫までそろわないので消す*/
}

/*動画サムネ swiperまわり
-----------------------------*/
#mshowcase section.live-video-group .swiper-slide a {
  color: #ffffff;
  text-decoration: none;
  border: 5px solid transparent;/*まわりの線hoverでずれないため*/
  width: 100%;
  padding: 10px;
  /*タイトルが二行になった場合の高さそろえ*/
  height: 100%;
  /*display: block;*/
}
/*hover*/
#mshowcase section.live-video-group .swiper-slide a:hover {
  border: 5px solid #00763c;
}

/*
.live-video-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
*/




/*サムネ*/
#mshowcase section.live-video-group .live-video-img {}

#mshowcase .live-video-img img,
#mshowcase_single .live-video-img img{
  width: 100%;
  object-fit: cover;
}

/*タイトル*/
#mshowcase h3.live-video-title {
  position: relative;
  background: none;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2rem;
  padding-top: 10px;
  margin-bottom: 5px;
}
#mshowcase h3.live-video-title::before {
  display: none;
}

/*日付*/
#mshowcase .live-video-date,
#mshowcase_single .live-video-date{
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #999;
  /**/
  margin-top: auto;
}

/*NEWマーク*/
.live-newmark {
  color: #ffffff;
  font-size: 1.4rem;
  background-color: #C40000;
  padding: 3px 5px;
  margin-right: 5px;
}


/*---------------------------------------------------------------
////// バナーエリア
-----------------------------------------------------------------*/
/* バナーエリアまわり コンテンツwrap
------------------------------------------------------*/



section.live-msbnr-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
#mshowcase_single section.live-msbnr-list {
  margin-top: 80px;
  margin-bottom: 20px;
}

section.live-msbnr-list ul {
  display: flex;
}

section.live-msbnr-list ul li {
  width: calc((100% - 15px) / 2);
  max-width: 430px;
  margin-right: 15px;
}
section.live-msbnr-list ul li:nth-of-type(2n) {
  margin-right: 0;
}

section.live-msbnr-list ul li a {
  display: flex;
  align-items: center;
  padding: 20px 60px 20px 30px;
  background-color: #272727;
  border: 1px solid #606060;
  height: 100%;
  width: 100%;
  position: relative;
  color: #ffffff;
  text-decoration: none;
}
section.live-msbnr-list ul li a::after {
  position: absolute;
  right: 25px;
  top:43%;
  content: "";
  width: 10px;
  height: 19.965px;
  background-image:url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="19.965" viewBox="0 0 10 19.965"><path d="M102.785,373.47l-.007,3.8,6.167,6.167-6.188,6.189-.007,3.811,10-10Z" transform="translate(-102.75 -373.47)" fill="%2300a051"/></svg>' );
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

section.live-msbnr-list ul li a p:nth-of-type(1) {
  margin-right: 30px;
  min-width: 195px;
  height: 55px;
  display: flex;
  align-items: center;
}
section.live-msbnr-list ul li a p:nth-of-type(2) {
  font-size: 1.4rem;
  line-height: 19px;
}

section.live-msbnr-list ul li a:hover {
  border: 1px solid #00A051;
}

@media screen and (max-width: 1199px) {
  section.live-msbnr-list ul {
    flex-direction: column;
  }
  section.live-msbnr-list ul li {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
	section.live-msbnr-list ul li a p:nth-of-type(2) br {
		display: none;
	}
}

@media screen and (max-width: 575px) {
  section.live-msbnr-list ul li a {
    flex-direction:column;
  }
}




/*ロゴとテキストを縦並びに
@media screen and (max-width: 1199px) {
  section.live-msbnr-list ul li a {
    flex-direction: column;
    padding: 20px 50px 20px 30px;
  }
  section.live-msbnr-list ul li a p:nth-of-type(1){
    margin-bottom: 10px;
    margin-right: 0;
    justify-content: center;
  }
  section.live-msbnr-list ul li a p:nth-of-type(2) {
    text-align: center;
  }
}*/
/*ロゴとテキストを横並びに戻す
@media screen and (max-width: 619px) {
  section.live-msbnr-list ul {
    flex-direction: column;
  }
  section.live-msbnr-list ul li {
    width: 100%;
    max-width:none;
  }
  section.live-msbnr-list ul li a {
    flex-direction:row;
  }
  section.live-msbnr-list ul li a p:nth-of-type(1) {
    margin-right: 30px;
  }
  section.live-msbnr-list ul li a p:nth-of-type(2) {
    text-align: left;
  }
}*/


/*YouTubeのロゴを使った場合：min-height:20px*/
section.live-msbnr-list ul li.live-bnr-youtube img {
  min-height: 20px!important;
}
section.live-msbnr-list ul li.live-bnr-youtube a p:nth-of-type(1) {
    margin-right: 0px;
    min-width: none;
    height: 55px;
    display: flex;
    align-items: center;
}




/****************************************************************************


NEXT body#mshowcase_single

fancyboxを使って表示させるページ


******************************************************************************/

/*閉じるボタン
------------------------------*/
/*
#fbox-close-btn {
  background-color: rgba(0,0,0,0.3);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
#fbox-close-btn img {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  #fbox-close-btn {
    width: 50px;
    height: 50px;
  }
  #fbox-close-btn img {
    width: 20px;
    height: 20px;
  }
}
*/


/*-------------------------------
全体
----------------------------------*/

/*.fancybox-wrap body#mshowcase {
  background-color: #404040;
}*/

#mshowcase_single {
  background-color: #404040;
  color: #ffffff;
  /*padding-bottom: 100px;*/
}




#mshowcase_single #ms_single #ms_container {
  /*padding: 50px 50px;*/
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

#mshowcase_single #ms_single #ms_container section + section {
  margin-top: 70px;
}

#mshowcase_single #ms_single #ms_container h2.related-box {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px){
  #mshowcase_single main {
    margin-top: 0!important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #mshowcase_single #ms_single #ms_container {
    padding: 10px 20px;
  }
}


/*YouTube埋め込み部分
--------------------------------*/
#ms_single #ms_container section#youtube-wrap {
  color: #ffffff;
}
#ms_single #ms_container section#youtube-wrap h2 {
  font-size: 2.4rem;
  line-height: 2.7rem;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
#ms_single #ms_container section#youtube-wrap .live-info-txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 20px;
}
/*行間*/
#ms_single #ms_container section#youtube-wrap .live-info-txt p + p {
  margin-top: 15px;
}

#ms_single #ms_container section#youtube-wrap .live-info-date {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 7px 6px;
  background-color: #787878;
  display: inline;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px){
  #ms_single #ms_container section#youtube-wrap h2 {
    font-size: 1.8rem;
    line-height: 2.1rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #ms_single #ms_container section#youtube-wrap .live-info-txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  #ms_single #ms_container section#youtube-wrap .live-info-date {
    /*font-size: 1.4rem;
    line-height: 2.4rem;*/
  }
}



/*===================================================
 youtube埋め込み　レスポンシブ　比率保持
======================================================*/
.live-youtube-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.live-youtube-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*関連　width 200px / 280px
-------------------------------*/
#ms_single .live-related-obj-col-w200,
#ms_single .live-related-obj-col-w280{
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
/*周りのライン
-------------------------------*/
#ms_single .live-related-obj a {
  border: 5px solid #404040;
  padding: 5px;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
#ms_single .live-related-obj a:hover {
  border: 5px solid #00763c;
  padding: 5px;
}



/*関連製品画像 width:200px
--------------------------------------------*/
#ms_single .live-related-obj-col-w200 .live-related-obj {
  margin-right: 10px;
  width: 200px;
}

#ms_single .live-related-obj-col-w200 .live-related-obj .live-related-img {
  background-color: #ffffff;
  width: 100%;
  min-height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
/*シリーズトップが選ばれたとき*/
#ms_single .live-related-obj-col-w200 .live-related-obj .live-related-img span {
  color: #000000;
  font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  width:100%;
  text-align: left;
  position: relative;
}
#ms_single .live-related-obj-col-w200 .live-related-obj .live-related-img span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 94%;
  height: 10px;
  background-image:url("../images/common/deco02.svg");
  background-repeat:no-repeat;
  background-size: contain;
  background-position: left bottom;
}


/*製品名*/
#ms_single .live-related-obj .live-pro-name {
  position: relative;
  padding-left: 10px;
  transition: all 0.3s ease;
}
#ms_single .live-related-obj .live-pro-name::before {
  position: absolute;
  left: 0px;
  top:7px;
  content: "";
  width: 5px;
  height: 10px;
  background-image:url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="10" viewBox="0 0 5 10"><path d="M566.9,378.016v1.974l3.018,3.017-3.018,3.018v1.991l5-5Z" transform="translate(-566.898 -378.016)" fill="%23cacaca"/></svg>' );
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
/*
#mshowcase .live-related-obj a:hover .live-pro-name {
  padding-left: 20px;
  transition: all 0.3s ease;
}
#mshowcase .live-related-obj a:hover .live-pro-name::before {
  position: absolute;
  left: 10px;
  top:7px;
  content: "";
  width: 5px;
  height: 10px;
  background-image:url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="10" viewBox="0 0 5 10"><path d="M566.9,378.016v1.974l3.018,3.017-3.018,3.018v1.991l5-5Z" transform="translate(-566.898 -378.016)" fill="%23cacaca"/></svg>' );
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}*/




/*3カラム以下になったら2カラムで固定*/
@media screen and (max-width: 769px){
  #ms_single .live-related-obj-col-w200 .live-related-obj {
    width: calc((100% - 20px) / 2);
  }
}


/*関連動画 width:280px
----------------------------------------------*/
#ms_single .live-related-obj-col-w280 .live-related-obj {
  margin-right: 10px;
  width: 280px;
}

#ms_single .live-related-obj-col-w280 .live-related-obj .live-related-img {
  width: 100%;
  min-height: 148.69px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ms_single .live-related-obj-col-w280 .live-related-obj .live-related img {
  object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 991px){
  #ms_single .live-related-obj-col-w280 .live-related-obj {
    width: calc((100% - 20px) / 2);
  }
}

/*タイトル*/
#ms_single .live-related-obj h3.live-video-title {
  position: relative;
  background: none;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2rem;
  padding-top: 10px;
  margin-bottom: 5px;
}
#ms_single .live-related-obj h3.live-video-title::before {
  display: none;
}



/**********************************************
スクロールバーのカスタマイズ
***********************************************/
/*全体の幅*/
::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの全体後ろ*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(96, 96, 96, 1);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(0, 0, 0, .3);
}


/*ユーザーボイスで登録のある情報
-------------------------------------------------*/
.live-single-table-wrap {
  margin-top: 20px;
}
.live-single-table-wrap .table {
  color: #ffffff;
}

/*ユーザーボイス　table contents.cssからコピペ
-----------------------------------------------------------------------*/
.live-single-table-wrap dl.table {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 60px;
  border-top: none;
  border-left: none;
    background-color: rgba(0,0,0,0.2);/*追加*/
}
  .live-single-table-wrap dl.table > dt:last-of-type, .live-single-table-wrap dl.table > dd:last-of-type {
    border-bottom: none; }
  .live-single-table-wrap dl.table > dt {
    width: 180px;/*120px*/
    padding: 10px 20px;
    border-right: none;
    background: none;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative; }
    .live-single-table-wrap dl.table > dt:after {
      content: "";
      position: absolute;
      top: 10px;
      right: 0;
      width: 3px;
      height: calc(100% - 20px);
      background: #787878; }
  .live-single-table-wrap dl.table > dd {
    width: calc(100% - 180px);/*120px*/
    padding: 10px 30px;
    border-right: none; }
    .live-single-table-wrap dl.table > dd .flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .live-single-table-wrap dl.table > dd .flex .txt {
        margin-right: 25px; }
      .live-single-table-wrap dl.table > dd .flex .btn.rev {
        width: 95px;
        height: 22px;
        font-size: 11px;
        font-size: 1.1rem; }
        .live-single-table-wrap dl.table > dd .flex .btn.rev a {
          padding-right: 10px;
          padding-left: 5px; }
          .live-single-table-wrap dl.table > dd .flex .btn.rev a:after {
            right: 3px;
            transform: scale(0.8); }
      .live-single-table-wrap dl.table > dd .flex + .flex {
        margin-top: 5px; }
  @media screen and (max-width: 769px) {
    .live-single-table-wrap dl.table {
      margin-bottom: 40px;
      border-top: 1px solid #787878;
      border-left: 1px solid #787878; }
      .live-single-table-wrap dl.table > dt:last-of-type, .live-single-table-wrap dl.table > dd:last-of-type {
        border-bottom: 1px solid #787878; }
      .live-single-table-wrap dl.table > dt {
        border-right: 1px solid #787878;
        background: #787878; }
        .live-single-table-wrap dl.table > dt:after {
          display: none; }
      .live-single-table-wrap  dl.table > dd {
        border-right: 1px solid #787878;}
        .live-single-table-wrap dl.table > dd .flex .txt {
          margin-right: 15px; } }


/* contents.cssからコピペ　ここまで-----------------------*/
.live-single-table-wrap dl.table > dd {
  border-bottom: 1px solid #787878;
}
.live-single-table-wrap dl.table > dt {
  border-bottom: 1px solid #787878;
}
/*追加ここまで-----------------*/




/* ケーススタディ
-----------------------------------------------*/
#ms_single #case-study {}

#ms_single #case-study .live-case-study-wrap {
  width: 100%;
  max-width: 220px;
}

#ms_single #case-study .live-case-study-wrap .live-case-img-wrap {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #606060;
  position: relative;
}

#ms_single #case-study .live-case-study-wrap .live-case-img-wrap::after {
  content:"";
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 45px;
  height: 45px;
  background-image: url("../images/medialibrary/case-study/icon-pdf.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-color: #272727;
}

#ms_single #case-study .live-case-study-wrap .live-case-img-wrap img {
  max-width: 150px;
  max-height: 220px;/*念のため*/
  width: auto;
  height: auto;
}


#ms_single #case-study .live-case-study-wrap .live-case-btn {
  width: 100%;
  height: 35px;
  background-color: #272727;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  position: relative;
  transition: all 0.3s ease;
}
#ms_single #case-study .live-case-study-wrap .live-case-btn::after {
  position: absolute;
  right: 15px;
  top: 10px;
  content: "";
  width: 7px;
  height: 13.98px;
  background-image:url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="19.965" viewBox="0 0 10 19.965"><path d="M102.785,373.47l-.007,3.8,6.167,6.167-6.188,6.189-.007,3.811,10-10Z" transform="translate(-102.75 -373.47)" fill="%2300a051"/></svg>' );
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}



#ms_single #case-study .live-case-study-wrap a {
  text-decoration: none;
  font-size: 1.4rem;
}

#ms_single #case-study .live-case-study-wrap:hover .live-case-btn {
  background-color: #004A25;
}




/*************************************************************

SERIES TOP

#ms_seriestop

****************************************************************/

/*===================================================
bootstrap container と同じ働きをさせるが、767以下で100%
※1200以上の場合のみ追加
======================================================*/

.live-container-wide1 {
  width: 100%;
  margin-right: auto;
  /*margin-left: auto;*/
}

@media (min-width: 576px) {
  .live-container-wide1 {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .live-container-wide1 {
    max-width: 100%;/*720*/
  }
}

@media (min-width: 992px) {
  .live-container-wide1{
    max-width: 100%;/*960*/
  }
}

@media (min-width: 1200px) {
  .live-container-wide1 {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .live-container-wide1{
    max-width: 1280px;/*1280*/
  }
}
@media (min-width: 1800px) {
  .live-container-wide1{
    max-width: 1600px;
  }
}
/*----------------------------*/


#mshowcase .live-section-container {
  padding-left: 70px;
  padding-right: 20px;
  padding-top: 100px;
  width: 100%;
  /*max-width: 960px;870px*/
}
@media screen and (max-width: 991px) {
  #mshowcase .live-section-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 53px;
  }
}


#mshowcase #ms_seriestop {}

/*main 画像*/
#mshowcase #ms_seriestop section#live-page-main {
  position: relative;
}

#mshowcase #ms_seriestop section#live-page-main #live-content-bg img {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 260px;
  opacity: 0.6;
}

/*ページタイトル*/
#mshowcase #ms_seriestop section#live-page-main .live-page-title {
  position: absolute;
  top: 35%;
  left: 60px;
}
#mshowcase #ms_seriestop section#live-page-main .live-page-title p:nth-of-type(1) {
  font-size: 1.4rem;
}
#mshowcase #ms_seriestop section#live-page-main .live-page-title p:nth-of-type(2) {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 4.0rem;
  line-height: 4.5rem;
}
/*ページタイトル 製品ページ以外*/
#mshowcase #ms_seriestop section#live-page-main .live-page-title-yuG {
  position: absolute;
  top: 45%;
  left: 60px;
}
#mshowcase #ms_seriestop section#live-page-main .live-page-title-yuG p {
  font-weight: bold;
  font-size: 3.5rem;
    line-height: 4.5rem;
    letter-spacing: 1px;
  font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}




@media screen and (max-width: 767px) {
  #mshowcase #ms_seriestop section#live-page-main #live-content-bg img {
    height: 180px;
  }
  #mshowcase #ms_seriestop section#live-page-main .live-page-title {
    left: 30px;
  }
  #mshowcase #ms_seriestop section#live-page-main .live-page-title p:nth-of-type(1) {
    font-size: 1.0rem;
  }
  #mshowcase #ms_seriestop section#live-page-main .live-page-title p:nth-of-type(2) {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
  #mshowcase #ms_seriestop section#live-page-main .live-page-title-yuG {
    left: 20px;
    top: 35%;
  }
  #mshowcase #ms_seriestop section#live-page-main .live-page-title-yuG p {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }
}



/****************************************
タブ　レイアウト　bootstrap設定上書きあり
*****************************************/

#mshowcase #live-video-tab .live-tab-links {
  margin-top: 40px;
  position: relative;/*追加　トップメッセージと若手社員に密着を開くと他のタブが開けなくなる*/
  z-index: 999;/*追加　トップメッセージと若手社員に密着を開くと他のタブが開けなくなる*/
}


#mshowcase #live-video-tab .tab-content ul {
  display: flex;
  flex-wrap: wrap;
}

/*1500以上*/
#mshowcase #live-video-tab .tab-content ul li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  margin-bottom: 20px;
}
#mshowcase #live-video-tab .tab-content ul li:nth-of-type(4n) {
  margin-right: 0;
}
/*1499以下*/
@media (max-width: 1499px) {
  #mshowcase #live-video-tab .tab-content ul li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  #mshowcase #live-video-tab .tab-content ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
  #mshowcase #live-video-tab .tab-content ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}


#mshowcase #live-video-tab .tab-content ul li a {
  color: #ffffff;
  text-decoration: none;
      border: 5px solid transparent;/*まわりの線hoverでずれないため*/
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
}
/*hover*/
#mshowcase #live-video-tab .tab-content ul li a:hover {
  border: 5px solid #00763c;
}



/*位置合わせ用 inner div */
#mshowcase .live-tab-content-inner,
#mshowcase_single .live-tab-content-inner{
  position: relative;
  width: 100%;
  height: 100%;
}

/*カテゴリ？*/
#mshowcase .live-video-cate,
#mshowcase_single .live-video-cate{
  padding: 5px 10px;
  display: inline;
  position: absolute;
  top: 0;
  right: 0%;
  z-index: 5;
  font-size: 1.2rem;
}
/*色違い-------------------------*/
/*製品*/
.live-video-cate.live-pro {
  background-color: rgba(0, 160, 81, 0.7);
}
/*ユーザーボイス*/
.live-video-cate.live-user {
  background-color: rgba(230, 40, 0, 0.69);
}

/*その他*/
.live-video-cate.live-other {
  background-color: rgba(0, 78, 137, 0.7);
}


/*サムネ画像
#mshowcase #live-video-tab .tab-content ul li .live-video-img {
  width: 100%;
  object-fit: cover;
}
#mshowcase #live-video-tab .tab-content ul li .live-video-img img {
  width: 100%;
}*/


@media screen and (max-width: 1200px) {
  #mshowcase #live-video-tab .tab-content ul li {
    width: calc((100% - 20px) / 2);
  }
  #mshowcase #live-video-tab .tab-content ul li:nth-of-type(3n) {
    margin-right: 20px;
  }
  #mshowcase #live-video-tab .tab-content ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}





/*/////////// bootstrap設定上書き //////////*/
/*タブ下　下線*/
.nav-tabs {
    border-bottom: none;
  margin-bottom: 20px;
}

/*タブ　li */
.nav-tabs .nav-item {
    margin-bottom: 0;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
/*追加*/
.nav-tabs .nav-item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #ffffff;
}

/*追加　ユーザーボイスのみ枠で囲う*/
.nav-tabs .nav-item.live-tab-userv .nav-link {
  border: 1px solid #ffffff;
  border-radius: 20px;
}
.nav-tabs .nav-item.live-tab-userv .nav-link:hover {
  border: 1px solid #f16316;
}
/*追加　ユーザーボイスのみ枠で囲う hoverで消す*/
.nav-tabs .nav-item.live-tab-userv .nav-link.active {
  border: 1px solid transparent;
  background-color:#f16316;
}


/*アクティブタブ*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #004A25;
    border: none;
}
/*タブ内　a */
.nav-tabs .nav-link {
    border: none;
    /*border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;*/
  border-radius: 20px;
}
.nav-link {
    display: block;
  padding: 1px 8px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.4rem;
}


/*画面サイズが狭くなったらクリックするタブを大き目にする*/
@media screen and (max-width: 767px) {
  .nav {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;*/
    justify-content: center;
}


  .nav-tabs .nav-item {
    min-width: 120px;
    height: 35px;
  }
  /*.nav-tabs .nav-item.live-tab-userv {
    width: calc(((100% - 60px) / 4) * 2);
  }*/
  .nav-tabs .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  /*.nav-tabs .nav-item:nth-child(4n)::after {
    position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: transparent;
  }*/
}


/*/////////// fancybox設定上書き //////////*/
/*--------------------------------------------------------元々のCSS
.fancybox-close {
	position: absolute;
	top: 14px;
	right: 26px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image
	}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image
	}
}
----------------------------------*/


.fancybox-close {
    position: absolute;
    top: 14px!important;
    right: 27px!important;
    width: 50px!important;
  height: 50px!important;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-close {
    background-image: url("../script/fancybox/icon_fancy_close.svg")!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  width: 50px!important;
  height: 50px!important;
}

@media screen and (max-width: 991px) {
  .fancybox-close {
    top: -50px!important;
    background-color: #404040;
  }
}

/*991以下でポップアップ画面の上に固定すると画面外に行ってしまうのでmargin追加*/
.fancybox-opened .fancybox-skin {
    /*-webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgb(0 0 0 / 50%);*/
    margin-top: 50px;
}




/*アンカーリンクでタブをactiveで表示させたときのズレを修正
----------------------------------------------------------*/
/*若手社員の仕事に密着*/
#mshowcase #tab-junior_staff {
  position: relative;
}
#mshowcase #tab-junior_staff::before {
  content: "";
    margin-top: -200px;
    height: 200px;
    display: block;
    visibility: hidden;
}
/*トップメッセージ*/
#mshowcase #tab-top_message {
  position: relative;
}
#mshowcase #tab-top_message::before {
  content: "";
    margin-top: -200px;
    height: 200px;
    display: block;
    visibility: hidden;
}
