@charset "utf-8";
/* CSS Document */


/*----------------------------------
 フォント
----------------------------------*/
@font-face {
  font-family: "CircularPro-Book";
  font-display: swap;
  src: url("../font/CircularPro-Book.woff") format("woff");
  src: url("../font/CircularPro-Book.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "CircularPro-Black";
  font-display: swap;
  src: url("../font/CircularPro-Black.woff") format("woff");
  src: url("../font/CircularPro-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "CircularPro-BlackItalic";
  font-display: swap;
  src: url("../font/CircularPro-BlackItalic.otf") format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: "CircularPro-Medium";
  font-display: swap;
  src: url("../font/CircularPro-Medium.otf") format("opentype");
  font-weight: 900;
}


/*----------------------------------
 デバイス
----------------------------------*/

@media screen and (min-width: 800px) {
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
}
@media screen and (max-width: 799px) {
.only-sp {
  display: block;
}
.only-pc {
  display: none;
}
}

body {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP","source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.46;
}

@media screen and (min-width: 800px) {
  body {
    font-size: 1.8rem;
    min-width: 1280px;
    letter-spacing: 0;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #333;
}

a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

*:focus {
  outline: none;
}

.backcountry .backcountry_background {
  background: url("../img/back_body_pc.jpg") repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 799px) {
.backcountry .backcountry_background {
  background: url("../img/back_body_sp.jpg") repeat-y;
  background-size: 100% auto;
}
}

.backcountry sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}


/* font */
.backcountry .en {
  font-family: "CircularPro-Book", sans-serif;
}
.backcountry .enb {
  font-family: "CircularPro-Black", sans-serif;
}
.backcountry p {
  color: #000;
  line-height: 1.64;
}


/* navi */
.backcountry_nav {
  width: 100%;
  padding: 0;
  background-color: rgba(0,0,0,.7);
}
.backcountry_nav.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
  transform: translate(0, 65px);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.pane-header.disable + .backcountry .backcountry_nav.fixed {
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.backcountry_nav .backcountry_navInner {
  position: relative;
}
ul.backcountry_navList {
  display: flex;
  justify-content: center;
}
ul.backcountry_navList li.__navItem {
  width: 33%;
  text-align: center;
  position: relative;
}
ul.backcountry_navList li.__navItem:first-of-type {
  padding-left: 1em;
  text-align: left;
  border-left: none;
}
ul.backcountry_navList .__navItem a {
  padding: 31px 0;
  display: block;
  color: #fff;
  font-size: 28px;
  position: relative;
  font-family: "CircularPro-Black", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1394px) {
ul.backcountry_navList .__navItem a span {
  display: block;
}
}

ul.backcountry_navList .__navItem.__navItemActive > a {
  background-color: rgba(0,0,0,.7);
}
ul.backcountry_navList .__navItem.backcountry_logo a {
  width: 222px;
  margin: 0 auto;
  padding: 28px 0 22px;
}
.backcountry .__snaviArea {
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 2;
  display: none;
}
.backcountry ul.__snavList {
  padding: 1.2em 0;
  background-color: rgba(0,0,0,.7);
}
.backcountry ul.backcountry_navList .__navItem .__snavItem a {
  padding: 1.2em 2em 1.2em 2em;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 799px) {
.backcountry_nav {
  padding: 0;
}
.backcountry_nav.fixed {
  transform: translate(0, 60px);
}
.backcountry_nav .backcountry_navInner {
  height: 46px;
}
.pane-header.disable + .block-gmenu + .pane-main .backcountry .backcountry_nav.fixed {
  transform: translate(0, 0);
}
.backcountry ul.backcountry_navList .__navItem a {
  padding: 18px 0 16px;
  font-size: 12px;
}
.backcountry ul.backcountry_navList .__navItem:first-of-type a {
  width: calc(227/750*100vw);
  padding: calc(24/750*100vw) 0 calc(24/750*100vw);
  font-size: 20px;
}
.backcountry .__snaviArea {
  width: 300%;
  top: 46px;
  left: -200%;
}
.backcountry ul.backcountry_navList .__navItem .__snavCategory {
  padding: 1em 0 0.3em 0.6em;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-family: "CircularPro-Black", sans-serif;
}
.backcountry ul.backcountry_navList .__navItem .__snavItem a {
  padding: 0.8em 1em 0.8em 1em;
  color: #fff;
  font-size: 11px;
  text-align: left;
}
.backcountry .__navItem .__closeBtnArea span {
  width: 100%;
  height: 30px;
  display: block;
  position: relative;
  background-color: rgba(0,0,0,.7);
}
.backcountry .__navItem .__closeBtnArea span:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 30%;
  margin-top: -2px;
  margin-left: -3px;
}

}


/* products panel */
.backcountry .backcountry_Ancher {
  margin-top: -90px;
  padding-top: 90px;
}
.backcountry .backcountry_background .backcountry_Ancher {
  margin-top: -155px;
  padding-top: 155px;
}
@media screen and (max-width: 799px) {
.backcountry .backcountry_Ancher {
  margin-top: -45px;
  padding-top: 45px;
}
.backcountry .backcountry_background .backcountry_Ancher {
  margin-top: -105px;
  padding-top: 105px;
}
}
.backcountry .backcountry_productPanel_name {
  margin: 0;
  padding: 0.5em 0 0;
  border-top: #000 8px solid;
  color: #000;
  font-size: 70px;
  font-family: "CircularPro-Black", sans-serif;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.backcountry .backcountry_product .backcountry_productPanel_name {
  font-size: 45px;
}
.backcountry .backcountry_productPanel_sname {
  margin-bottom: 0.2em;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
  z-index: 1;
}
.backcountry .backcountry_productPanel_price {
  font-size: 18px;
  font-family: "CircularPro-Black", sans-serif;
  color: #333;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 799px) {
.backcountry .backcountry_productPanel_name {
  padding: 0.5em 0 0;
  border-top: #000 5px solid;
  font-size: 20px;
}
.backcountry .backcountry_productPanel_sname {
  font-size: 10px;
}
.backcountry .backcountry_productPanel_price {
  font-size: 10px;
}
.backcountry .backcountry_product .backcountry_productPanel_name {
  font-size: 16px;
}
}
.backcountry .backcountry_productPanel {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 100px;
  padding: 50px 50px 40px;
  background: linear-gradient(45deg, #fff 30px, #fff 30px), linear-gradient(135deg, transparent 30px, #fff 30px), linear-gradient(225deg, #fff 30px, #fff 30px), linear-gradient(315deg, transparent 30px, #fff 30px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
.backcountry .backcountry_productNonSlideArea {
  margin: 0 auto;
  text-align: center;
}
.backcountry .backcountry_productSlideArea {
  margin-top: 40px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.backcountry .backcountry_productSlideArea .backcountry_productSlideMain {
  width: 586px;
  height: 600px;
  margin-right: 100px;
}
.backcountry .backcountry_productSlideArea .backcountry_productSlideThumb {
  width: 180px;
}
.backcountry .backcountry_productSlideArea .backcountry_productSlideThumb .slick-slide {
  margin: 10px 0;
  position: relative;
}
.backcountry .backcountry_productSlideArea .backcountry_productSlideThumb .slick-slide.slick-current:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
}
.backcountry .backcountry_productCopy {
  width: 100%;
  max-width: 700px;
  margin:0 auto 0.6em;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.46;
}
.backcountry .backcountry_product .backcountry_productCopy {
  font-size: 20px;
}
.backcountry .backcountry_productText {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 1.64em;
  font-size: 16px;
  line-height: 1.46;
  text-align: justify;
}
.backcountry .backcountry_forcusproductArea .backcountry_productText {
  margin: 0 auto 0.8em;
  text-align: justify;
}
.backcountry .backcountry_productAdd {
  width: 100%;
  max-width: 700px;
  padding-top: 0.8em;
  margin:0 auto 0.8em;
  font-size: 16px;
  text-align: left;
  line-height: 1.46;
  border-top: #000 1px solid;
  display: flex;
  justify-content: space-between;
}
.backcountry .backcountry_productAdd .backcountry_productAddText {
  width: 590px;
}
.backcountry .backcountry_productAdd .backcountry_productAddText .backcountry_productAddStext {
  font-size: 75%;
  display: block;
}
.backcountry .backcountry_productAddLogo {
  width: 100px;
}
.backcountry .backcountry_productAddLogo img[alt="GORE-TEX"] {
  position: relative;
  top: -32px;
}
.backcountry .backcountry_productSlideThumbSlick.thumbslide02 .slick-track {
  transform:unset!important;
}
@media screen and (max-width: 799px) {
.backcountry .backcountry_productPanel {
  width: 90%;
  margin: 0 auto 34px;
  padding: 15px 20px 20px;
  background: linear-gradient(45deg, #fff 15px, #fff 15px), linear-gradient(135deg, transparent 15px, #fff 15px), linear-gradient(225deg, #fff 15px, #fff 15px), linear-gradient(315deg, transparent 15px, #fff 15px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
.backcountry .backcountry_productSlideArea {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.backcountry .backcountry_productSlideArea .backcountry_productSlideMain {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 20px;
}
.backcountry .backcountry_productSlideArea .backcountry_productSlideThumb {
  width: 100%;
  margin-bottom: 20px;
}
.backcountry .backcountry_productSlideArea .backcountry_productSlideThumb .slick-slide {
  margin: 0 10px;
}
.backcountry .backcountry_productCopy {
  margin-bottom: 0.6em;
  font-size: 13px;
}
.backcountry .backcountry_productText {
  font-size: calc(22/750*100vw);
}
.backcountry .backcountry_productAdd {
  margin-bottom: 20px;
}
.backcountry .backcountry_productArea .backcountry_productAdd {
  margin-bottom: 40px;
}
.backcountry .backcountry_productAdd .backcountry_productAddText {
  width: calc(440/750*100vw);
  font-size: calc(22/750*100vw);
}
.backcountry .backcountry_productAddLogo {
  width: 68px;
  text-align: right;
}
.backcountry .backcountry_productAddLogo img[alt="GORE-TEX"] {
  width: 60px;
  position: relative;
  top: 2px;
}
.backcountry #backcountry_forcusproduct04 .backcountry_productNonSlideArea {
  width: 80%;
}
}


/* deal Area */
.backcountry .backcountry_productDetailArea {
  margin-top: 60px;
  padding-top: 20px;
  position: relative;
  border-top: #000 1px solid;
}
.backcountry .backcountry_productDetailArea .backcountry_productDetailTitle {
  margin-bottom: 0.6em;
  font-size: 40px;
  font-family: "CircularPro-Black", sans-serif;
  text-align: center;
}
.backcountry .backcountry_product .backcountry_productDetailArea .backcountry_productDetailTitle {
  font-size: 25px;
}
.backcountry .backcountry_forcusproductArea .backcountry_productDetailArea .backcountry_goatex {
  position: absolute;
  right: 0;
  top: 10px;
}
.backcountry .backcountry_productDetailListArea {
  padding-bottom: 30px;
  border-bottom: #000 1px solid;
}
.backcountry ul.backcountry_productDetailList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.backcountry ul.backcountry_productDetailList.many {
  justify-content: flex-start;
}
.backcountry ul.backcountry_productDetailList li {
  width: 220px;
}
.backcountry .backcountry_forcusproductArea ul.backcountry_productDetailList li {
  width: 310px;
  margin-bottom: 40px;
  margin-right: 33px;
}
.backcountry .backcountry_forcusproductArea ul.backcountry_productDetailList li:nth-child(3n) {
  margin-right: 0;
}
.backcountry ul.backcountry_productDetailList li .backcountry_productDetailListImg {
  margin-bottom: 0.8em;
  position: relative;
}
.backcountry ul.backcountry_productDetailList li .backcountry_productDetailListImg:before {
  content: "";
  width: 48px;
  height: 1px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  border-top: #000 1px solid;
  transform: rotate(135deg);
}
.backcountry ul.backcountry_productDetailList li .backcountry_productDetailListImg:after {
  position: absolute;
  top: -16px;
  left: 4px;
  font-family: "CircularPro-Black", sans-serif;
  font-size: 20px;
}
.backcountry ul.backcountry_productDetailList li:nth-child(1) .backcountry_productDetailListImg:after {
  content: "1";
}
.backcountry ul.backcountry_productDetailList li:nth-child(2) .backcountry_productDetailListImg:after {
  content: "2";
}
.backcountry ul.backcountry_productDetailList li:nth-child(3) .backcountry_productDetailListImg:after {
  content: "3";
}
.backcountry ul.backcountry_productDetailList li:nth-child(4) .backcountry_productDetailListImg:after {
  content: "4";
}
.backcountry ul.backcountry_productDetailList li:nth-child(5) .backcountry_productDetailListImg:after {
  content: "5";
}
.backcountry ul.backcountry_productDetailList li:nth-child(6) .backcountry_productDetailListImg:after {
  content: "6";
}
.backcountry ul.backcountry_productDetailList li:nth-child(7) .backcountry_productDetailListImg:after {
  content: "7";
}
.backcountry ul.backcountry_productDetailList li:nth-child(8) .backcountry_productDetailListImg:after {
  content: "8";
}
.backcountry ul.backcountry_productDetailList li:nth-child(9) .backcountry_productDetailListImg:after {
  content: "9";
}
.backcountry ul.backcountry_productDetailList li .backcountry_productDetailListText {
  text-align: center;
  font-size: 16px;
  line-height: 1.46;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 799px) {
.backcountry .backcountry_productDetailArea {
  margin-top: 20px;
  padding-top: 10px;
}
.backcountry #backcountry_forcusproduct03 .backcountry_productAdd + .backcountry_productDetailArea,
.backcountry #backcountry_forcusproduct04 .backcountry_productAdd + .backcountry_productDetailArea {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.backcountry .backcountry_productDetailArea .backcountry_productDetailTitle {
  font-size: 16px !important;
}
.backcountry .backcountry_product .backcountry_productDetailArea .backcountry_productDetailTitle {
  padding-top: 6px;
  border-top: #000 1px solid;
  font-size: 11px;
}
.backcountry .backcountry_forcusproductArea .backcountry_productDetailArea .backcountry_goatex {
  right: 0;
  top: 10px;
}
.backcountry .backcountry_productDetailListArea {
  padding-bottom: 10px;
}
.backcountry ul.backcountry_productDetailList {
  justify-content: space-between;
}
.backcountry ul.backcountry_productDetailList.many {
  justify-content: space-between;
}
.backcountry ul.backcountry_productDetailList li {
  width: 45%;
}
.backcountry .backcountry_forcusproductArea ul.backcountry_productDetailList li {
  width: 45%;
  margin-bottom: 20px;
  margin-right: 0;
}
.backcountry ul.backcountry_productDetailList li .backcountry_productDetailListImg:before {
  content: "";
  width: 24px;
  height: 1px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  border-top: #000 1px solid;
  transform: rotate(135deg);
}
.backcountry ul.backcountry_productDetailList li .backcountry_productDetailListImg:after {
  position: absolute;
  top: -8px;
  left: 2px;
  font-family: "CircularPro-Black", sans-serif;
  font-size: 12px;
}
.backcountry ul.backcountry_productDetailList li .backcountry_productDetailListText {
  text-align: center;
  font-size: 10px;
}
.backcountry .backcountry_product .backcountry_productCopy {
  font-size: 12px;
  position: relative;
}
}


/* deal Area for products */
.backcountry .backcountry_productArea {
  padding-bottom: 50px;
}
.backcountry .backcountry_productArea .backcountry_productMainArea {
  margin-top: 40px;
  position: relative;
}
.backcountry .backcountry_productArea .backcountry_productSubArea {
  border-bottom: #000 1px solid;
}
.backcountry .backcountry_productArea .backcountry_productMainArea .backcountry_productImg {
  position: absolute;
  left: 0;
  right: 0;
}
.backcountry .backcountry_productArea.even .backcountry_productMainArea .backcountry_productImg {
  left: auto;
  right: 0;
}
@media screen and (min-width: 800px) {
.backcountry #backcountry_product02 .backcountry_productArea.even .backcountry_productMainArea .backcountry_productImg {
  top: 5%;
}
.backcountry #backcountry_product03 .backcountry_productArea .backcountry_productMainArea .backcountry_productImg {
  top: -12%;
}
.backcountry #backcountry_product04 .backcountry_productArea.even .backcountry_productMainArea .backcountry_productImg {
  top: -40%;
}
.backcountry #backcountry_forcusproduct01,
.backcountry #backcountry_forcusproduct03 {
  margin-bottom: 60px;
}
.backcountry #backcountry_product03 .backcountry_productSubArea,
.backcountry #backcountry_product04 .backcountry_productSubArea {
  position: relative;
  z-index: 1;
}
.backcountry #backcountry_product04 .backcountry_productArea .backcountry_productMainArea {
  margin-top: 80px;
}
}
.backcountry .backcountry_forcusproduct04 {
  margin-top: 60px;
}
.backcountry .backcountry_productArea .backcountry_productMainArea .backcountry_productImg .backcountry_productImgInner {
  position: relative;
}
.backcountry .backcountry_productArea .backcountry_productMainArea .backcountry_productImg .backcountry_productImgInner .backcountry_goatex {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.backcountry .backcountry_productArea .backcountry_productDetailArea {
  margin-top: 14px;
  padding-top: 14px;
}
.backcountry .backcountry_productArea .backcountry_productDetailListArea {
  padding-bottom: 60px;
  border: none;
}
@media screen and (min-width: 800px) {
.backcountry .backcountry_productArea .backcountry_productSubArea {
  padding-left: 500px;
}
.backcountry .backcountry_productArea.even .backcountry_productSubArea {
  padding: 0 500px 0 0;
}
.backcountry .backcountry_productArea .backcountry_productMainArea .backcountry_productImg {
  width: 460px;
}
.backcountry .backcountry_productArea .backcountry_productDetailArea .backcountry_goatex {
  position: absolute;
  right: 0;
  top: 15px;
}
.backcountry .backcountry_productArea ul.backcountry_productDetailList li {
  width: 230px;
}
.backcountry .backcountry_productArea ul.backcountry_productDetailList li:nth-child(even) {
  margin-left: 40px;
}
}
@media screen and (max-width: 799px) {
.backcountry .backcountry_productArea {
  padding-bottom: 40px
}
.backcountry .backcountry_productArea.backcountry_productArea_last {
  padding-bottom: 0
}
.backcountry .backcountry_productArea .backcountry_productMainArea {
  margin-top: 10px;
}
.backcountry .backcountry_productArea .backcountry_productSubArea {
  display: flex;
  flex-direction: column-reverse;
}
.backcountry .backcountry_productArea .backcountry_productDetailArea {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.backcountry #backcountry_product01 .backcountry_productArea .backcountry_productImg {
  padding-top: 4%;
}
.backcountry #backcountry_product02 .backcountry_productArea .backcountry_productImg {
  padding-top: 8%;
}
.backcountry #backcountry_product03 .backcountry_productArea .backcountry_productImg {
  padding-top: 4%;
}
.backcountry #backcountry_product04 .backcountry_productArea .backcountry_productDetailArea {
  padding-top: 25%;
  margin-bottom: 10%;
}
.backcountry .backcountry_productArea .backcountry_productDetailListArea {
  padding-bottom: 15px;
  border: none;
}
.backcountry .backcountry_productArea .backcountry_productDetailArea {
  width: calc(100% - (380/750*100vw));
  margin-left: calc(380/750*100vw);
}
.backcountry .backcountry_productArea.even .backcountry_productDetailArea {
  margin-left: 0;
  margin-right: calc(320/750*100vw);
}
.backcountry .backcountry_productArea .backcountry_productMainArea .backcountry_productImg {
  width: calc(360/750*100vw);
}
.backcountry .backcountry_productArea .backcountry_productMainArea ul.backcountry_productDetailList {
  display: block;
}
.backcountry .backcountry_productArea .backcountry_productMainArea ul.backcountry_productDetailList li {
  width: 100%;
  margin-bottom: 16px;
}
.backcountry .backcountry_productArea .backcountry_productMainArea ul.backcountry_productDetailList li:last-of-type {
  margin-bottom: 0;
}
.backcountry .backcountry_productArea .backcountry_productMainArea .backcountry_productText {
  margin-bottom: 3em;
}
#backcountry_product04 .backcountry_productArea .backcountry_productDetailArea {
  min-height: calc(484/750*100vw);
}
.backcountry #backcountry_forcusproduct01,
.backcountry #backcountry_forcusproduct03 {
  margin-bottom: 30px;
}
.backcountry #backcountry_product03 .backcountry_productArea {
  padding-bottom: 20px;
}
}


/* item btn */
.backcountry .itemBtnArea {
  margin: -26px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.backcountry .itemBtnArea a {
  width: 230px;
  margin: 0 auto;
  padding: 0.6em 2em;
  font-size: 16px;
  color: #fff;
  background-color: #333;
  border: #333 1px solid;
  border-radius: 100px;
  display: block;
  transition: all ease .3s;
}
.backcountry .itemBtnArea a.notYet {
  pointer-events: none;
}
@media screen and (min-width: 800px) {
.backcountry .itemBtnArea a:hover {
  color: #333;
  background-color: #fff;
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
.backcountry .itemBtnArea {
  margin: -13px auto 0;
}
.backcountry .itemBtnArea a {
  width: 130px;
  font-size: 10px;
}
}







/* index page */
.backcountry_hero {
  background-color: #1b1b17;
}
.backcountry_hero img {
  width: 100%;
  max-width: none;
}

.backcountry_project {
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (max-width: 799px) {
.backcountry {
  margin-bottom: -40px;
}
.backcountry_project {
  margin-top: -60px;
  padding-top: 60px;
}
}


.backcountry_about {
  margin-top: -65px;
  padding-top: 65px;
}
.backcountry_about .backcountry_aboutInner {
  padding: 100px 0 35px;
}
.backcountry_nav.fixed + .backcountry_about {
  padding-top: 155px;
}
.backcountry_about .backcountry_aboutInner p {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
.backcountry_about {
  margin-top: -68px;
  padding-top: 68px;
}
.backcountry_nav.fixed + .backcountry_about {
  padding-top: 113px;
}
.backcountry_about .backcountry_aboutInner {
  padding: calc(70/750*100vw) 0 calc(70/750*100vw);
}
.backcountry_about .backcountry_aboutInner p {
  text-align: center;
  font-size: calc(24/750*100vw);
}
}


.backcountry_forcus {
  margin-top: -65px;
  padding-top: 65px;
}
.backcountry_forcus .backcountry_forcusInner {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
.backcountry_forcus {
  margin-top: -60px;
  padding-top: 60px;
}
}


.backcountry_product {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 799px) {
.backcountry_product {
  margin-top: -60px;
  padding-top: 60px;
}
}

.backcountry .backcountry_movie.backcountry_Ancher {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 799px) {
.backcountry .backcountry_movie.backcountry_Ancher {
  margin-top: -60px;
  padding-top: 60px;
}
}


.backcountry .anotherItemBtnArea {
  padding-bottom: 20px;
}
.backcountry .anotherItemBtnArea a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.8em 2em;
  font-size: 16px;
  color: #fff;
  background-color: #333;
  border: #333 1px solid;
  border-radius: 100px;
  transition: all ease .3s;
  position: relative;
  vertical-align: middle;
}
.backcountry .anotherItemBtnArea a:before,
.backcountry .anotherItemBtnArea a:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all ease .3s;
}
.backcountry .anotherItemBtnArea a:before{
    right: 23px;
    width: 105px;
    height: 1px;
    background: #fff;
}
.backcountry .anotherItemBtnArea a:after{
    right: 25px;
    width: 18px;
    height: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (min-width: 800px) {
.backcountry .anotherItemBtnArea a:hover {
  color: #333;
  background-color: #fff;
  opacity: 1;
}
.backcountry .anotherItemBtnArea a:hover:before {
  background: #000;
}
.backcountry .anotherItemBtnArea a:hover:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
}
@media screen and (max-width: 799px) {
.backcountry .anotherItemBtnArea {
  padding-bottom: 10px;
}
.backcountry .anotherItemBtnArea a {
  padding: 0.8em 2em;
  font-size: 10px;
}
.backcountry .anotherItemBtnArea a:before{
    right: 12px;
    width: 22px;
    height: 1px;
    background: #fff;
}
.backcountry .anotherItemBtnArea a:after{
    right: 12px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
}


.backcountry .backcountry_movie .backcountry_movieArea {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.backcountry .backcountry_movie .backcountry_movieArea .backcountry_movieTitle {
  margin: 1em 0;
  padding: 0.4em 0 0;
  border-top: #000 8px solid;
  color: #000;
  font-size: 56px;
  font-family: "CircularPro-Black", sans-serif;
  text-align: center;
  line-height: 1.2;
}
.backcountry .backcountry_movie .backcountry_movieInner {
  margin-bottom: 100px;
  padding-bottom: 65px;
  background-color: #fff;
}
.backcountry .backcountry_movieContWrap {
  display: flex;
  justify-content: space-between;
}
.backcountry .backcountry_movieArea .backcountry_movieCont {
  width: 468px;
  text-align: center;
}
.backcountry .backcountry_movieArea .backcountry_movieCont .movieArea {
  position: relative;
  width: 100%;
  max-width: 1920px;
  line-height: 1;
  padding-top: 56.25%;
  margin: 0 auto;
}
.backcountry .backcountry_movieArea .backcountry_movieCont .movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.backcountry .backcountry_movieArea .backcountry_movieCont .movieTitle {
  margin: 1em 0 0.8em;
  font-size: 24px;
  font-family: "CircularPro-Black", sans-serif;
  text-align: center;
  line-height: 1.2;
}
.backcountry .backcountry_movieArea .backcountry_movieCont .movieText {
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .js-modal-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
    z-index: 1;
  }
}
@media screen and (max-width: 799px) {
.backcountry .backcountry_movie.backcountry_Ancher {
  position: relative;
    margin-top: -100px;
    padding-top: 100px;
}
.backcountry .backcountry_movie .backcountry_movieArea {
  width: calc(580/750*100%);
}
.backcountry .backcountry_movie .backcountry_movieArea .backcountry_movieTitle {
  margin: 0 0 0.4em;
  padding: 0.4em 0 0;
  border-top: #000 4px solid;
  font-size: calc(38/750*100vw);
}
.backcountry .backcountry_movie .backcountry_movieInner {
  margin-bottom: 0;
  padding-bottom: 0;
}
.backcountry .backcountry_movieContWrap {
  display: block;
}
.backcountry .backcountry_movieArea .backcountry_movieCont {
  width: 100%;
}
.backcountry .backcountry_movieArea .backcountry_movieCont + .backcountry_movieCont {
  margin: calc(50/750*100vw) auto;
  padding: calc(50/750*100vw) 0 calc(50/750*100vw);
  border-top: #000 1px solid;
}
.backcountry .backcountry_movieArea .backcountry_movieCont .movieTitle {
  margin-bottom: 0.6em;
  font-size: 15px;
}
.backcountry .backcountry_movieArea .backcountry_movieCont .movieText {
  font-size: 10px;
}
}


.backcountry .__pagetop {
  margin-top: 140px;
  padding-bottom: 140px;
  text-align: center;
}
.backcountry .__pagetop a {
  display: inline-block;
}
.backcountry .__pagetop a .icon {
  margin-left: 0.6em;
  display: inline-block;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 800px) {
.backcountry .__pagetop a:hover {
  color: inherit;
  background-color: inherit;
  transition: all ease .3s;
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.backcountry .__pagetop a .icon {
  width: 16px;
  height: 16px;
  top: 0;
}
.backcountry .__pagetop {
  margin-top: 0;
  padding-bottom: 30px;
}
}

.backcountry .glArea .gearSliderArea {
  overflow: hidden;
}
.backcountry .glArea .gearSliderArea .gearSlider {
  margin: 0 auto;
  max-width: 930px;
  overflow: visible;
}
.backcountry .glArea .gearSliderArea .slick-list {
  overflow: inherit;
}
.backcountry .glArea .gearSliderArea .slick-slide {
  padding: 0 25px;
}
.backcountry .slick-slider .slick-arrow {
  opacity: 0.8;
  transition: opacity ease .3s;
  z-index: 8;
  position: absolute;
}
.backcountry .slick-slider .slick-arrow:hover {
  opacity: 0.5;
}
.backcountry .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.backcountry .slider {
  margin: 0 auto;
}
.backcountry .slick-slide img{
  margin: 0 auto;
}


@media screen and (min-width: 800px) {
.backcountry .slick-slider .slick-arrow.prev-arrow {
  width: 64px;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
}
.backcountry .slick-slider .slick-arrow.next-arrow {
  width: 64px;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
}
.backcountry .backcountry_productSlideThumbSlick.slick-slider .slick-arrow.prev-arrow {
  width: 28px;
  left: 50%;
  top: 0;
  transform: translate(-50%,-30%) rotate(90deg);
}
.backcountry .backcountry_productSlideThumbSlick.slick-slider .slick-arrow.next-arrow {
  width: 28px;
  right: auto;
  left: 50%;
  top: auto;
  bottom: -18px;
  transform: translate(-50%,0%) rotate(90deg);
}
}
@media screen and (max-width: 799px) {
  .backcountry .slick-slide img.backcountry_productSlidePt {
    padding-top: 18%;
  }
  .backcountry .glArea .gearSliderArea .slick-arrow {
    opacity: 1 !important;
  }
  .backcountry .glArea .gearSliderArea .slick-arrow.slick-disabled {
    opacity: 0 !important;
  }
  .backcountry .slick-slider .slick-arrow.prev-arrow {
    width: 32px;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
  }
  .backcountry .slick-slider .slick-arrow.next-arrow {
    width: 32px;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
  }
  .backcountry .backcountry_productSlideThumbSlick.slick-slider .slick-arrow.prev-arrow {
    width: 14px;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .backcountry .backcountry_productSlideThumbSlick.slick-slider .slick-arrow.next-arrow {
    width: 14px;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
  }
}

























