@charset "utf-8";

/*--------------------------------------------------
* Base
==================================================*/

main#goretex {
  padding-top: 140px;
  color: #111;
}

main#goretex img {
  width: auto;
  max-width: 100% !important;
  height: auto;
}

main#goretex .forPC {
  display: block !important;
}

main#goretex .forSP {
  display: none !important;
}


/*--------------------------------------------------
* mainVisual
==================================================*/

main#goretex section#mainVisual {
  width: 100%;
  height: 590px;
  margin-bottom: 70px;
  background: url("/static/lite/motorcycle/contents/goretex/images/bg_mainVisual.jpg") center center / cover no-repeat;
}

main#goretex section#mainVisual div.inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: url("/static/lite/motorcycle/contents/goretex/images/bg_black_line.png") 0 center repeat-x;
}

main#goretex section#mainVisual div.inner h1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 980px;
  margin: 0 auto;
}


/*--------------------------------------------------
* section_intro
==================================================*/

main#goretex section.section_intro {
  margin-bottom: 70px;
  font-size: 22px;
  line-height: 2em;
  text-align: center;
}


/*--------------------------------------------------
* section_normal
==================================================*/

main#goretex section.section_normal {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 2em;
}

main#goretex section.section_normal.grey {
  padding: 80px 0 60px 0;
  background-color: #f5f5f5;
}

main#goretex section.section_normal div.inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

main#goretex section.section_normal div.inner h2 {
  margin-bottom: 40px;
}

main#goretex section.section_normal div.inner h3.line {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

main#goretex section.section_normal div.inner h3.line span {
  border-bottom: 1px solid #111;
}

main#goretex section.section_normal div.inner h3.point {
  margin: 50px 0 30px 0;
}

main#goretex section.section_normal div.inner p {
  margin-bottom: 20px;
}

main#goretex section.section_normal div.inner p.icon {
  margin-bottom: 25px;
  text-align: center;
}

main#goretex section.section_normal div.productbox {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 60px 70px 0 70px;
  background: url("/static/lite/motorcycle/contents/goretex/images/bg_borderline.png") 0 0 no-repeat;
}

main#goretex section.section_normal div.productbox div.product {
  margin: 0 10px;
  text-align: center;
  line-height: 1.5em;
}

main#goretex section.section_normal div.productbox div.product p.pic {
  margin-bottom: 15px;
}

main#goretex section.section_normal div.productbox div.product p.name {
  font-weight: bold;
  margin-bottom: 10px;
}

main#goretex section.section_normal div.productbox div.product p.price {
  font-size: 16px;
  margin-bottom: 15px;
}

main#goretex section.section_normal div.productbox div.product p.btn a {
  display: block;
  padding: 10px 0;
  background: url("/static/lite/motorcycle/contents/goretex/images/icon_arrow.gif") right 20px center no-repeat #b11b13;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
}


/*--------------------------------------------------
* flexbox
==================================================*/

main#goretex section.section_normal div.flexbox {
  display: flex;
  justify-content: space-between;
}

main#goretex section.section_normal div.flexbox.mb030 {
  margin-bottom: 30px;
}

main#goretex section.section_normal div.flexbox p.pic {
  margin-bottom: 10px;
}

main#goretex section.section_normal div.flexbox div.box310 {
  width: 310px;
}

main#goretex section.section_normal div.flexbox div.box650 {
  width: 650px;
}



/*--------------------------------------------------
* W1040 Layout
==================================================*/

@media screen and (max-width: 1040px) {

/*--------------------------------------------------
* flexbox
==================================================*/

main#goretex section.section_normal div.flexbox {
  display: block;
}

main#goretex section.section_normal div.flexbox.mb030 {
  margin-bottom: 0;
}

main#goretex section.section_normal div.flexbox p.pic {
  margin-bottom: 10px;
  text-align: center;
}

main#goretex section.section_normal div.flexbox div.box310 {
  width: 100%;
}

main#goretex section.section_normal div.flexbox div.box650 {
  width: 100%;
}

}





/*--------------------------------------------------
* Smartphone Layout
==================================================*/

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

/*--------------------------------------------------
* Base
==================================================*/

main#goretex {
  padding-top: 80px;
  color: #111;
}

main#goretex .forPC {
  display: none !important;
}

main#goretex .forSP {
  display: block !important;
}

main#goretex div.trace-box {
  line-height: 2em;
}


/*--------------------------------------------------
* mainVisual
==================================================*/

main#goretex section#mainVisual {
  height: 62.66vw;
  margin-bottom: 40px;
  background: url("/static/lite/motorcycle/contents/goretex/images/bg_mainVisual_sp.jpg") center center / cover no-repeat;
}

main#goretex section#mainVisual div.inner {
  background: url("/static/lite/motorcycle/contents/goretex/images/bg_black_line.png") 0 center / 100% 13.33vw repeat-x;
}

main#goretex section#mainVisual div.inner h1 {
}


/*--------------------------------------------------
* section_intro
==================================================*/

main#goretex section.section_intro {
  margin-bottom: 40px;
  font-size: 3.46vw;
  line-height: 2em;
}


/*--------------------------------------------------
* section_normal
==================================================*/

main#goretex section.section_normal {
  margin-bottom: 40px;
  font-size: 3.46vw;
  line-height: 1.9em;
}

main#goretex section.section_normal.grey {
  padding: 40px 0 20px 0;
}

main#goretex section.section_normal div.inner h2 {
  margin-bottom: 20px;
}

main#goretex section.section_normal div.inner h3.line {
  margin-bottom: 20px;
  font-size: 3.46vw;
  line-height: 2.2em;
}

main#goretex section.section_normal div.inner h3.point {
  margin: 20px 0 15px 0;
}

main#goretex section.section_normal div.inner p.icon {
  margin-bottom: 15px;
}

main#goretex section.section_normal div.inner p.icon img {
  width: 40vw;
}

main#goretex section.section_normal div.productbox {
  display: block;
  margin-top: 20px;
  padding: 30px 15px 0 15px;
  background: url("/static/lite/motorcycle/contents/goretex/images/bg_borderline.png") 0 0 / 100% 1.6vw no-repeat;
}

main#goretex section.section_normal div.productbox div.product {
  margin: 0 0 30px 0;
}

main#goretex section.section_normal div.productbox div.product p.name {
  margin-bottom: 5px;
}

main#goretex section.section_normal div.productbox div.product p.price {
  font-size: 3.2vw;
  margin-bottom: 10px;
}

}
