.container{
    width: 100%;
    margin: 0 0px;
    padding: 0 0px;
    background-color:#000;
}
          
figure.snip {
    font-family: "Anton", sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
    background-image: linear-gradient(to bottom, #000 0%, 000 100%);
}
 
figure.snip * {
        -webkit-transition: all 0.05s ease;
        -moz-transition: all 0.05s ease;
        -ms-transition: all 0.05s ease;
    transition: all 0.05s ease;
}
 
figure.snip img {
    max-width: 100%;
    opacity: 1;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
     transition: all .25s ease-out;
}
 
figure.snip:hover img,
figure.snip.hover img {
    opacity: 1;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

figure.snip figcaption {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height:auto;
    z-index: 2;
    left: 50%;
    top: 50%;
   -moz-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
 
figure.snip h2 {
    margin: 0;
    width: 100%;
    left: 50%;
    top: 50%;
    padding:97% 0 103% 0;
    text-align: center;
   letter-spacing:3px;
   -moz-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.2gyou{line-height:1.2em;top:25%; transform:translate(-50% -50%)}
 
figure.snip p {
    margin: 0;
    width: 100%;
    padding: 0px;
}
 
figure.snip h2 {
    background-color: none;
    color: #fff;
    opacity:0.7;
    position: absolute;
    bottom: 100%;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 2000%;
    background: rgba(255, 255, 255, 0);
    font-family:"Anton";
    text-shadow: 2px 2px 0 #000,
             -2px 2px 0 #000,
             2px -2px 0 #000,
             -2px -2px 0 #000;
}
 
figure.snip p {
    background: none;
    text-align: left;
    bottom: 0;
    font-size: 13px;
    font-weight: 100;
    color: #555;
}
 
figure.snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
    opacity:1;
}
 
figure.snip:hover figcaption,
figure.snip.hover figcaption {
    opacity:1;
    color:#fff;
}

figure.snip h2:hover,
figure.snip h2.hover {
    opacity:1;
    color:#fff;
}
@media screen and (max-width: 6000px) { figure.snip h2{  font-size:1500%;}}
@media screen and (max-width: 4000px) { figure.snip h2{  font-size:1200%;}}
@media screen and (max-width: 3000px) { figure.snip h2{  font-size:950%;}}
@media screen and (max-width: 2500px) { figure.snip h2{  font-size:800%;}}
@media screen and (max-width: 1850px) { figure.snip h2{  font-size:750%;}}
@media screen and (max-width: 1750px) { figure.snip h2{  font-size:650%;}}
@media screen and (max-width: 1650px) { figure.snip h2{  font-size:600%;}}
@media screen and (max-width: 1450px) { figure.snip h2{  font-size:500%;}}
@media screen and (min-width: 1281px) {.spNone-l {display: none;}}
@media screen and (max-width: 1280px) {figure.snip h2{  font-size:480%;} .spNone-s {display: none;}}
@media screen and (max-width: 1150px) {figure.snip h2{  font-size:400%;}}
@media screen and (min-width: 992px) {.spNone-mdlg {display: none;} .spNone-nizo {display: none;}}
@media screen and (max-width: 991px) {figure.snip h2{  font-size:500%;}}
@media screen and (max-width: 865px) {figure.snip h2{  font-size:450%;}}
@media screen and (min-width: 769px) {.spNone-xs {display: none;}}
@media screen and (max-width: 768px) {figure.snip h2{  font-size:700%; padding:93% 0 107% 0;}.spNone-nizo {display: none;} .spNone-xss {display: none;}  figure.snip h2{  font-size:700%;}}
@media screen and (max-width: 750px) {figure.snip h2{  font-size:600%;}}
@media screen and (max-width: 650px) {figure.snip h2{  font-size:550%;}}
@media screen and (max-width: 480px) {figure.snip h2{  font-size:480%;}.2gyou{line-height:1.2em;top:43%; transform:translate(-50% -50%)}}
@media screen and (max-width: 400px) {figure.snip h2{  font-size:350%;}}

div.naviContainer{
    width:100%;
    padding:0;
    object-fit:cover;
    transition-duration: 0.2s; 
   -webkit-transition-duration: 0.2s;}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.wrap {
	overflow: hidden;
}
.news-banner {
  display: block;
  height: 30px;
  width: 100%;
  background-color: #fa0202;
  overflow: hidden;
}

.news-banner:hover{
  background-color: #ff3333;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 40s linear infinite;
}

.news-banner__content p{
  font-weight:bold;
  font-size:1.1em;
  letter-spacing:0.3em;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
