@charset "utf-8";

/* top ------------------------------------------------------------------- */

/*-- mainvisual --*/
.mainvisual{
  width: 100%;
  text-align: center;
  padding: 80px 20px;
  margin: 0 0 80px;
  color: #fff;
  background-color: #000;
}
.mainvisual h2{
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 200%;
}
.mainvisual-top{
  width: 100%;
  background-color: #000;
  color: #fff;

  aspect-ratio: 560 / 280;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .mainvisual{
    padding: 40px 15px;
    margin: 60px 0 80px;
  }
  .mainvisual-top{
    padding-top: 70px;
    aspect-ratio: 1 / 1;
  }
  .mainvisual-top .videoWrap{
    /* height: 100%; */
    aspect-ratio: 1 / 1;
  }
  .mainvisual-top .videoWrap video{
    object-fit: cover;
  }
}

.videoWrap{
  padding-top: 56.25%;
	width: 100%;
	position: relative;
  background: #000;
  /* aspect-ratio: 560 / 315; */
}
.videoWrap video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.videoItem iframe {
  width: 100%;
  height: 100%;
}

.toplogo {
  width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.toplogo .logoa {
  flex-grow: 1;
  position: relative;
  text-align: center;
}
.toplogo .logoa::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333;
}
.toplogo .logob {
  flex-grow: 1;
  text-align: center;
}
.toplogo img {
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .toplogo {
    width: auto;
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  .toplogo .logoa {
    display: flex;
    align-items: center;
    max-width: 45%;
    height: 200px;
  }
  .toplogo .logoa::after {
    margin: 0 1rem;
  }
  .toplogo .logob {
    display: flex;
    align-items: center;
    max-width: 45%;
    height: 200px;
  }
  .toplogo img {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
}
.scale img{
  transition: all 0.3s;
}
.scale:hover img{
  transform:scale(1.05) ;
}



/* cont-airbag
----------------------------------------------------*/
.cont-airbag{
  background-color: #efefef;
  padding-block: 60px;
}
.cont-airbag .inner{
  position: relative;
  container-type: inline-size;
}
.cont-airbag .inner::after{
  content: "";
  position: absolute;
  right: 10px;
  top: -4%;
  background: url(../img/top/logo-airbugs.png) no-repeat;
  background-size: 100%;
  width: 22.16cqw;
  height: 20%;
}
.btn-airbag{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
}
@media screen and (max-width:1024px) {
  .cont-airbag .inner::after{
    top: 0;
  }
}
@media screen and (max-width:768px) {
  .cont-airbag .inner::after{
    width: 28cqw;
    right: 15px;
    top: -2%;
  }
}
@media screen and (max-width:580px) {
.cont-airbag .inner::after{
    width: 38cqw;
    right: 15px;
    top: 0%;
  }
}

/*title*/
.hdg_ab{
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.hdg_ab span{
  font-weight: 700;
  display: block
}
.hdg_ab .ja{
  font-size:110%;
  font-weight: 400;
}
.hdg_ab .en{
  font-size:200%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .hdg_ab{
    margin-bottom: 15px;
  }
  .hdg_ab .ja{
    font-size:84%;
  }
  .hdg_ab .en{
    font-size:150%;
    margin-bottom: 5px;
  }
}

/* btn */
.cont-airbag__btn{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  margin-bottom: 40px;
  gap: 10px 30px;
}
.cont-airbag__btn li{
  display: block;
}
.cont-airbag__btn li a{
  background: #fff;
  border: solid 1px#DBDBDB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111;
  padding: 20px 20px;
  text-decoration: none;
  transition: all 0.3s;
  line-height: 1.1;
}
.cont-airbag__btn li a:hover{
  color: #666;
  transform: scale(1.02);
}
@media screen and (max-width:768px) {
  .cont-airbag__btn{
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
    margin-bottom: 20px;
  }
  .cont-airbag__btn li a{
    padding: 12px 10px;
    font-size: 74%;
  }
  .cont-airbag__btn li a span img{
    transform: scale(0.7);
  }
}



/* flex-nav
----------------------------------------------------*/
.sec.nav-wrap{
  background: #000;
  padding: 20px 0 40px;
  margin-bottom: 0;
  color: #fff;
}
.sec.nav-wrap h2{
  font-weight: 600;
  text-align: center;
  font-size: 160%;
  margin: 0 auto 10px;
}
.sec.nav-wrap p{
  font-size: 100%;
}
@media screen and (max-width:768px) {
  .sec.nav-wrap h2{
    font-size: 114%;
  }
  .sec.nav-wrap p{
    font-size: 78%;
  }

}

.flex-nav_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3%;
}

.flex-nav_list li{
  width: calc((100% - 6%)/3);
}
.flex-nav_list li a{
  display: block;
  text-decoration: none;
}
.flex-nav_list li a p{
  display: block;
  padding-top: 5px;
  text-align: center;
  color:#fff;
  font-family: "Roboto Condensed", sans-serif;
	text-decoration:none;
  font-weight: 500;
  text-transform:uppercase;
  letter-spacing: 0.05em;
  font-size: 124%;
}
@media screen and (max-width:768px) {
  .flex-nav_list{
    /* flex-direction: column; */
    gap: 3%;
  }
  .flex-nav_list li{
    width: 48.50%;
    margin-bottom: 20px;
  }
}




/* news
----------------------------------------------------*/
.cont-news ul{
  clear: both;
    overflow-y: scroll;
    height: 7.5vw;
}
.cont-news ul li {
  display: flex;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #666;
  /* font-size: 1rem; */
}
.cont-news ul li span{
  width: 8em;
}
.cont-news ul li a {
  display: block;
  width: calc(100% - 9em);
}
@media screen and (max-width:768px) {
  .cont-news{
    width: 100%;
  }
  .cont-news ul {
    height: 140px;
  }
  .cont-news ul li{
    font-size: 78%;
  }
}


/* youtube
----------------------------------------------------*/
.youtube {
  display: flex;
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  .youtube {
    margin-bottom: 0;
  }
}

/* protector
----------------------------------------------------*/
/* ghost-txt-list */
.ghost-txt-list li{
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

/* specTable */
.spec-comparison{
  width: 100%;
  table-layout: fixed;
  margin-top: 30px;

}
.spec-comparison tr{
  border-bottom: 1px solid #ccc;
}
.spec-comparison th {
  background-color: #e3e3e3;
  vertical-align: middle;
  word-break:break-all
}
.spec-comparison td {
  background-color: #fff;
  word-break:break-all
}
.spec-comparison img{
  width: 70%;
}
.spec-comparison th,.spec-comparison td{
  padding: 10px;
  text-align: center;
}
.spec-comparison td:first-of-type{
  background-color: #FDF9F9;
}
.spec-comparison td:nth-of-type(3){
  background-color: #FDF9F9;
}
@media screen and (max-width:768px){
  .spec-comparison tr{
    display: block;
    width: 100%;
  }
  .spec-comparison td {
    text-align: left;
  }
  .spec-comparison th {
    width: 10%;
  }
  .spec-comparison img{
    width: 100%;
  }
  .spec-comparison th,.spec-comparison td{
    vertical-align: middle;
  }
  .spec-comparison tr:first-of-type td{
    padding: 0px;
  }
}




/* --------------------------------------------------
/* bg
----------------------------------------------------*/
.bg-wht{
  background: #FFF;
  padding: 20px 20px;
  /* border: solid 1px #ededed; */
}

.bg-ss,
.bg-all,
.bg-fw{
  padding: 20px !important;
  margin-bottom: 20px;
}
.bg-ss{
  background-color: #e8f3ff;
}
.bg-all{
  background-color: #f5faf0;
}
.bg-fw{
  background-color: #fff4db;
}
@media screen and (max-width:768px){
  .bg-ss,
.bg-all,
.bg-fw{
  padding: 10px !important;
}
  .bggry > .sec{
    margin: 0 0 60px;
  }
}

/* col
----------------------------------------------------*/
.box_col2,
.box_col3{
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2%;
}
.box_col4{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
}
.box_col3 > .box-item{
  width: calc((100% - 4%) / 3);
}
.box_col2 > .box-item{
  width: calc((100% - 2%) / 2);
}
.box_col2 > .box-item.one-row{
  width: 100%;
}
@media screen and (max-width:768px){
  .box_col2,
  .box_col3{
    display: block;
  }
  .box_col2 > .box-item,
  .box_col3 > .box-item{
    width: 100%;
    margin-bottom: 20px;
  }
  .box_col4{
    grid-template-columns: 1fr 1fr;
  }
}


/* hdg
----------------------------------------------------*/
.hdg_cont{
  background-color: #000;
  color: #fff;
  padding: 20px 10px;
  display: block;
  font-size: 200%;
  font-weight: normal;
  text-align: center;
}
.hdg_cont span{
  position: relative;
}
.hdg_cont.cont01 span::before{
  content: "";
  /*
  background: url(/common/img/furygan/productlist01.jpg) no-repeat;
  background-size: 100%;
  */
  width: 70px;
  height: 60px;
  position: absolute;
  left: -80px;
  top: -10px;
}
.hdg_cont.cont02 span::before{
  content: "";
  background: url(/common/img/furygan/D75_0337_kat.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 100px;
  position: absolute;
  left: -70px;
  top: -20px;
}
.hdg_cont img{
  max-width: 120px;
}
.hdg_line-btm{
  font-weight: 700;
  font-size: 24px;
  border-bottom:solid 1px #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.hdg_lineup{
  margin-bottom: 20px;
  /* display: flex;
  flex-wrap: wrap; */
  align-items: center;
}
/* .hdg_lineup .icon_season{
  margin-right: 20px;
} */
.hdg_lineup h4{
  font-weight: 700;
  font-size: 22px;
}
.hdg_lineup h4 .p-copy{
  display: block;
  font-size: 72%;
}
.hdg_lineup h4 .p-kana{
  font-weight: 400;
  font-size: 72%;
}
.hdg_lineup-icon{
  height:1.5em;
}

.part-num{
  display: flex;
  font-weight: 700;
  font-size: 15px;
  margin-top: 5px;
  gap: 20px;
}

@media screen and (max-width:768px){
  .hdg_cont{
    font-size: 124%;
    padding: 10px;
  }
  .hdg_cont.cont01 span::before{
    width: 50px;
    left: -60px;
    top: -5px;
  }
  .hdg_line-btm{
    font-size: 20px;
  }
  .hdg_lineup{
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  .hdg_lineup h4{
    font-size: 18px;
  }

  .part-num{
    font-size: 14px;
  }
}

/* spec / lineup
----------------------------------------------------*/
.f-common-spec{
  width: 100%;
  background: #EFEFEF;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.f-common-spec > h4{
  text-align: center;
  font-weight: 700;
  font-size: 124%;
  margin-bottom: 10px;
}
.f-common-spec-txt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.f-common-spec-txt .f-common-spec__img{
  width: 30.6%;
}
.f-common-spec-txt p{
  width: 58.6%;
  line-height: 2;
}
.f-common-spec__list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-common-spec__list li{
  width: 23%;
}
@media screen and (max-width:768px){
  .f-common-spec{
    padding:10px 20px;
    margin-bottom: 30px;
  }
  .f-common-spec-txt{
    display: block;
    margin-bottom: 20px;
  }
  .f-common-spec-txt .f-common-spec__img{
    width:70%;
    max-width: 500px;
    margin: 0 auto 15px;
  }
  .f-common-spec-txt p{
    width:100%;
  }
  .f-common-spec__list li{
    width: 48%;
    margin-bottom: 10px;
  }
}

/* globe-spec */
.globe-spec{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.globe-spec .globe-spec-img{
  width: 30%;
  max-width: 300px;
}
.globe-spec .globe-spec-txt{
  width: 70%;
}
.globe-spec .globe-spec-txt.t2407{
  width: 30%;
}
.globe-spec .globe-spec-video{
  width: 35%;
}
@media screen and (max-width:768px){
  .globe-spec{
    flex-wrap: wrap;
  }
  .globe-spec-img{
    width:35%;
    margin: 0 auto 15px;
  }
  .globe-spec-txt,
  .globe-spec-txt.t2407{
    width:62%;
  }
  .globe-spec .globe-spec-video{
    width: 100%;
  }
}

/* spec-list */
.spec-list{
  background: rgba(230,230,230,0.3);
  padding: 1em;
  /* margin-bottom: 20px; */
}
@media screen and (max-width:768px){
  .spec-list{
     font-size: 82%;
  }
}

/* linep-list */
.lineup-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  margin: 20px 0;
}
.lineup-list li{
  width:calc((100% - 50px) / 6);
  text-align: center;
  /* border: solid 1px #eee; */
}
@media screen and (max-width:768px){
  .lineup-list li{
    width:calc((100% - 20px) / 3);
  }
}

/**/
.spec-icon{
  display: block;
  /* margin: 10px 0 0; */
}
.spec-icon  img{
  max-width: 320px;
  width: 80%;
}





/* jan
----------------------------------------------------*/
/* lineup-jan */
.lineup-jan{
  background: #fff;
  padding: 10px;
}
.lineup-jan-ttl{
  font-size:18px;
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.lineup-jan-ttl::after{
  content: "+";
  font-size: 18px;
  position: absolute;
  top: 6px;
  right: 15px;
  line-height: 1;
}
.lineup-jan-ttl.open::after{
  content: "-";
}

.acd_cont{
  display: none;
}
.lineup-jan h5{
  font-size:16px;
  margin-bottom: 5px;
  padding-top:1em;
  font-weight: 400;
}
.lineup-jan-cont{
  padding: 0;
  margin-bottom: 30px;
}
.tbl-jan{
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  font-size: 13px;
}
.tbl-jan th,
.tbl-jan td{
  border-bottom: 1px solid #ccc;
  text-align:center;
  padding:7px 5px;
  vertical-align: middle;
  position: relative;
}
.tbl-jan th{
  background-color:#f3f3f3;
}
.tbl-jan td img{
  /* display: none; */
  width: 26px;
  margin-right: 5px;
}
.finite{
  position: absolute;
  text-align: right;
  bottom: 5px;
  right: 5px;
  font-size: 11px;
}
@media screen and (max-width:768px){
  .lineup-jan-ttl{
    font-size:16px;
    margin-bottom: 20px;
  }
  .type_model th, .type_model td{
    border: 1px solid #ccc;
    border-collapse: collapse;
  }
  .type_model{
    text-align:center;
    /* width: 500px;     */
  }
  .type_model th{
    font-size: 12px;
    vertical-align: middle;
    background-color:#f3f3f3;

  }
  .tbl-jan td span{
    font-size:11px;
  }
  .tbl-jan td span img{
    margin: auto;
    display: block;
  }
  .tbl-jan .spnone{
    display: none;
  }
}


/* shopList
----------------------------------------------------*/
.list-shop{
  width: 100%;
  display: grid;grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.list-shop-glove-online {
  display: grid;grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:768px){
  .list-shop{
    width: 100%;
    display: grid;grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .list-shop-online {
    display: grid;grid-template-columns: repeat(2, 1fr);
  }
  .list-shop-glove-online {
    display: grid;grid-template-columns: repeat(2, 1fr);
  }
}
.list-shop li{
  background: #fff;
}
.list-shop::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.list-shop li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  text-decoration: none;
  color: #333;
}
.list-shop li .icon{
  text-align: center;
}
.list-shop li .icon img{
  height: 70px;
}
.list-shop li p{
  font-size: 13px;
  padding-top: 1em;
}
.list-shop li p span{
  display: block;
  padding-top: 5px;
  font-size: 11px;
}
.list-shop li.shop-rinkan{border: solid 1px #6ee26e;}
.list-shop li.shop-naps{border: solid 1px #e5006e;}
.list-shop li.shop-rico{border: solid 1px #d7151e;}
.list-shop li.shop-rakuten{border: solid 1px #bf0000;}
.list-shop li.shop-amazon{border: solid 1px #232f3e;}
.list-shop li.shop-lmart{border: solid 1px #2d619a;}
@media screen and (max-width:768px) {
  .list-shop li{
    width: 100%;
  }
  .list-shop li a{
    padding: 5px 10px;
  }
  .list-shop li:after {
    display: none;
  }
  .list-shop li .icon img{
    height: 50px;
  }
  .list-shop li p{
    font-size: 12px;
    padding-top: .5em;
  }
}
