/* AXIS Std */
._axis {
    font-family:"AXIS Std", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}

/* メインビジュアル */
.layering-system .mv_inner {
  background-image: url("../img/ls_mv.jpg");
}
.layering-system .mv_catch {
  position: absolute;
  width: 42.4%;
  left: 6%;
  bottom: 32.5%;
}
.layering-system .mv_catch_txt {
  position: absolute;
  width: 56%;
  left: 6.5%;
  bottom: 10%;
}
@media screen and (max-width:767px) {
  .layering-system .mv_inner {
    background-image: url("../img/ls_mv_sp.jpg");
  }
  .layering-system .mv_catch {
    width: 57.5%;
    left: 5.3%;
    top: 4.6%;
    bottom: initial;
  }
  .layering-system .mv_catch_txt {
    width: 53%;
    left: 5.3%;
    bottom: 5%;
  }
}
/* mv */
/*.main .mv {
  background-image: url(../img/bg_mv_pc.png);
  margin-bottom: 50px;
  height: 50vw;
}*/

/* mvTxt */
.main .mvTxt {
  position: absolute;
  width: initial;
  left: 59px;
  bottom: 56px;
  color: #fff;
  font-size: initial;
  text-align: left;
}
.main .mvTxt-ttl {
  font-size: 8.2vw;
  text-align: left;
  line-height: 1.1;
}
.main .mvTxt-subTtl {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.42;
}

/* gnav */
.main .gnav {
  margin-top: 80px;
  margin-left: 0;
}

/* gnavList */
.main .gnavList {

}
.main .gnavList-item {
  width: calc((100% - 6px) / 4);
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  background-color: #838383;
  cursor: pointer;
}
.gnavList-item span {
  display: block;
  padding-top: 6px;
  font-size: 1.6rem;
  line-height: 1;
}

/* chead */
.main .chead {
  position: relative;
  background-image: url(../img/bg_chead-alpine.jpg);
  height: 31vw;
  max-height: 388px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  color: #fff;
}
/* bg_trekking */
._trekking .chead {
  background-image: url(../img/bg_chead-trekking.jpg);
}
/* bg_hiking */
._hiking .chead {
  background-image: url(../img/bg_chead-hiking.jpg);
}
/* bg_exploring */
._exploring .chead {
  background-image: url(../img/bg_chead-exploring.jpg);
}
.main .chead-topTxt {
  position: absolute;
  top: 3vw;
  left: 5vw;
  font-size: 3.5rem;
  line-height: 1;
}
.main .chead-btmTxt {
  position: absolute;
  bottom: 3vw;
  left: 5vw;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
}
.chead-btmTxt span {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: initial;
    padding-left: 10px;
}

/* pdc */
.main .pdc {
  margin-bottom: 55px;
  border-top: 10px solid #FD0D1B;
}
.main .pdc-ttl {
  padding-top: 20px;
  padding-left: 22px;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.main .pdcNum {
  display: inline-block;
  padding-right: 31px;
  padding-left: 0;
  font-size: 60px;
  line-height: 1;
  color: #FF0200;
}
.pdc-ttl span {
  padding-left: 18px;
  font-size: 15px;
  font-weight: 400;
}

/* pdcBox */
.main .pdcBox:nth-of-type(1) {
  padding-right: 20px;
}
.main .pdcBox:nth-of-type(2) {
  padding-left: 20px;
}
.main .pdcBox-ttl {
  padding: 10px 0;
  margin-bottom: 57px;
  font-size: 3rem!important;
  border: 1px solid #000;
  text-align: center;
  line-height: 1;
}
.main ._women {
  color: #FB191B;
  border-color: #e66668;
}
.main .pdcItem {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main .pdcItem:nth-of-type(n + 3) {
  margin-top: 75px;
}
.pdcItem figure {
  max-width: 196px;
  margin: 0 auto 20px;
}
.main .pdcItem-ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  letter-spacing: 1.5px;
  line-height: 1.1;
}

/* .detailBtn */
.main .detailBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 30px;
  padding-top: 2px;
  margin-top: auto; /* 位置を下に揃える */
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF0200;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
}

/* border-right */
.main ._bdr {
  border-right: 1px dashed #000;
}

/* hover */
.main .gnavList-item:hover {
  background-color: #FB191B;
}
.main .detailBtn:hover {
  opacity: 0.8;
}

/* タブ切り替え */
.main .panel{
  display:none;
  border: none;
  box-shadow: none;
}
.main .js-active{
  background:#F00;
  color:#FFF;
  transition: all 0.2s ease-out;
}
.main .js-show{
  display:block;
}

/*------------ 1110以上 ------------*/
@media screen and (min-width: 1110px) {
  .main .mvTxt-ttl {
    font-size: 9rem;
  } 
.main .mvTxt-subTtl {
  font-size: 3.5rem;
  }
}

/*------------ mobile ------------*/
@media screen and (max-width: 767px) {

  /* mvTxt */
  .main .mvTxt {
    top: 20px;
    left: 19px;
  }
  .main .mvTxt-ttl {
    font-size: 11.35vw;
  }
  .main .mvTxt-subTtl {
  padding-top: 72vw;
  font-size: 4.83vw;
  }
.main .gnav {
    margin-top: 50px;
    margin-left: 0;
}
  /* gnavList */
  .main .gnavList-item {
    width: calc((100% - 6px) / 4);
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 2.8vw;
    line-height: 1;
  }
  .gnavList-item span {
    padding-top: 4px;
    font-size: 2.2vw;
    line-height: 1;
  }

  /* chead */
  .main .chead {
    background-image: url(../img/bg_chead-alpine_sp.jpg);
    height: 48.31vw;
    max-height: initial;
    margin-bottom: 8vw;
  }
  ._trekking .chead {
    background-image: url(../img/bg_chead-trekking_sp.jpg);
  }
  ._hiking .chead {
    background-image: url(../img/bg_chead-hiking_sp.jpg);
  }
  ._exploring .chead {
    background-image: url(../img/bg_chead-exploring_sp.jpg);
  }
  .main .chead-topTxt {
    top: 7vw;
    left: 5.31vw;
    font-size: 3.62vw;
  }
  .main .chead-btmTxt {
    bottom: 4.59vw;
    left: 4.83vw;
    font-size: 5.31vw;
    letter-spacing: 1px;
  }
  .chead-btmTxt span {
    display: block;    
    padding-top: 1vw;
    padding-left: 0;
    font-size: 2.9vw;
  }

  /* pdc */
  .main .pdc-ttl {
    padding-top: 4.35vw;
    padding-left: 3vw;
    margin-bottom: 4vw;
    font-size: 5vw;
  }
  .pdc-ttl span {
    display: block;
    padding-top: 1.5vw;
    padding-left: 8vw;
    font-size: 3vw;
    line-height: 1.6;
  }
  .main .pdc-body {
    flex-direction: column;
  }

  /* pdcNum */
  .main .pdcNum {
    padding-top: 0;
    padding-right: 4.5vw;
    font-size: 7vw;
  }
  
  /* pdcBox */
  main .pdcBox {
    width: 100%;
    margin-bottom: 12.8vw;
  }
  .main .pdcBox-ttl {
    padding: 1vw 0;
    margin-bottom: 4vw;
    font-size: 4vw!important;
  }
  
  /* border-right: none; */
  .main ._bdr {
    border-right: none;
  }

  /* margin-right: 0; */
  .pdcBox ._men {
    margin-right: 0;
  }

  /* margin-left: 0; */
  .pdcBox ._women {
    margin-left: 0;
  }
  .main .pdc {
    margin-bottom: 3vw;
  }
  /* pdcItem */
  main .pdcItem {
    width: calc((100% - 5vw) / 2);
  }
  .main .pdcItem:nth-of-type(n + 3) {
    margin-top: 6vw;
  }
  .pdcItem figure {
    margin-bottom: 2.5vw;
  }
  .main .pdcItem-ttl {
    margin: 0 0 2vw;
    font-size: 3.3vw;
  }

  /* .detailBtn */
  .main .detailBtn {

    font-weight: bold;
    width: 27vw;
    height: 7vw;
    padding-top: 0.48vw;
    font-size: 2.42vw;
  }

  .main .pdcBox:nth-of-type(1) {
    padding-right: 0;
}
.main .pdcBox:nth-of-type(2) {
    padding-left: 0;
}
}