@charset "utf-8";

.bg-top-base{
  width:100%;
  height:300px;
  background: linear-gradient(to top, #000, #000, #cd121b);
  background: -webkit-linear-gradient(top, #000, #000, #cd121b);
  background: -moz-linear-gradient(top, #000, #000, #cd121b);
  background: -o-linear-gradient(top, #000, #000, #cd121b);
  background: -ms-linear-gradient(top, #000, #000, #cd121b);
  position: absolute;
  top:0;
  z-index:0;
}


.content{
  width:90%;
  margin:20px auto 0;
  background-image:url("../img/bg_lattice@2x.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
  position: relative;
  z-index: 1;
}


.bg-content-base{
}
.bg-content-base img{
  width:100%;
}

@media screen and ( min-width:640px ) { /* PC ==================== */
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
}

.video{
  margin:0 !important;
  padding:0 !important;
  background: linear-gradient(to right, rgba(0,0,0,0,), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
  background: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
  background: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
  background: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
}
.video iframe{
  width:80%;
  border: 8px solid #460000;
  margin:0;
  padding:0;
  aspect-ratio: 16 / 9;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.banner{
  width:90%;
  margin:50px auto 0;
}


/* 20240223 追加 */
/* .content{
  width: 100% !important;
} */

.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block01{
  background-image: url(../img/bg_red@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 111%;
  position: relative;
  top: 0;
  left: -5.5%;
}

.block01 .flex{
  width: 90%;
  margin: 0 auto;
}

.block01 .flex li:first-of-type{
  width: 38%;
  margin-top:5%;
}

.block01 .flex li:last-of-type{
  width: 61%;
  position: relative;
  top: -3.5vw;
  margin: 0 auto 0 1%;
}

.block01 .flex li img{
  width: 100%;
}

.block01 .catchcopy img{
  width: 100%;
}

.block01 .explane{
  width: 91.5%;
  margin: 9% 5% 0 auto;
  position: relative;
}

.block01 .explane::after{
  content: "";
  display: block;
  background-image: url(../img/bg_pic@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 76%;
  height: 100%;
  position: absolute;
  top: 16%;
  left: -4%;
  z-index: -1;
}

.block01 .explane img{
  width: 100%;
}

.block01 .rifle{
  width: 100%;
  margin: -11% auto 10%;
}

.block01 .rifle img{
  width: 100%;
}

.block02{
  position: relative;
  width: 111.5%;
  position: relative;
  top: 0;
  left: -6%;
  transform: translate(0, 0);
}

.block02::after{
  content: "";
  display: block;
  background-image: url(../img/bg_rifle@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 60%;
  position: absolute;
  top: -4.3vw;
  left: 0;
  z-index: -1;
}

.block02 .text{
  width: 38%;
  margin: 0 auto 1%;
}

.block02 .text img{
  width: 100%;
}

.block02 .video{
  width: 100%;
  margin: 0 auto;
}

.block02 .video img{
  width: 100%;
}

.block02 .anime-pic{
  position: relative;
  top: 1vw;
}

.block02 .anime-pic img{
  width: 100%;
}

.block02 .model{
  margin: 5% auto;
}

.block02 .model img{
  width: 100%;
}

.block02 .size img{
  width: 100%;
}

.block02 .banner{
  width: 80%;
  margin: 4% auto 0;
}

.block02 .banner img{
  width: 100%;
}

.block02 .btn01{
  width: 30%;
  margin: 4% auto 8%;
}

.block02 .btn02{
  width: 34%;
  margin: 0 auto 6%;
}

.block02 .btn img{
  width: 100%;
}

