@charset "utf-8";

/*--------------------------------------------------
* Base
==================================================*/

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 18px;
  line-height: 2em;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #999;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: .3s all;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 0.7;
}

ul {
  list-style-type: none;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

p#pageTop {
  display: none;
}

.forPC {
  display: block !important;
}

.forSP {
  display: none !important;
}


/*--------------------------------------------------
* header
==================================================*/

header {
  position: relative;
  height: 100vh;
  background: url("/static/lite/motorcycle/contents/touringbag/images/bg_header.jpg") center center / cover no-repeat !important;
}

header h1 {
  padding-top: 115px;
  text-align: right;
}

header p#scroll {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translate(-50%,0);
}

header p#scroll a {
  color: #fff;
}

header p#scroll a span {
  display: block;
  animation: sdb 2s infinite;
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 10px);
  }
  40% {
    transform: translate(0, 0);
  }
}


/*--------------------------------------------------
* main
==================================================*/

main h3.h3_type01 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1em;
}

main h3.h3_type02 {
  margin-bottom: 30px;
  padding: 14px 0;
  background-color: #dbdbdb;
  font-size: 26px;
  line-height: 1em;
  text-align: center;
}

main p.btn_type01 {
  text-align: center;
}

main p.btn_type01 a {
  padding: 15px 65px;
  background: url("/static/lite/motorcycle/contents/touringbag/images/icon_arrow_01.png") right 20px center no-repeat#3580c0;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  transition: .3s all;
}

main p.btn_type01.big a {
  padding: 20px 170px;
  background: url("/static/lite/motorcycle/contents/touringbag/images/icon_arrow_02.png") right 30px center no-repeat#3580c0;
  border-radius: 60px;
  font-size: 36px;
  line-height: 1em;
}

main p.btn_type01 a:hover {
  opacity: 0.7;
}

main div.box {
  max-width: 990px;
  margin: 0 auto 100px auto;
  padding: 0 20px;
}


/*--------------------------------------------------
* intro
==================================================*/

main section#intro {
  max-width: 990px;
  margin: 0 auto;
  padding: 120px 20px;
}

main section#intro p {
  margin-bottom: 100px;
  font-size: 24px;
  line-height: 2em;
  text-align: center;
}

main section#intro nav#bagNav ul {
  display: flex;
  justify-content: space-between;
}


/*--------------------------------------------------
* camp
==================================================*/

main section#camp {
  padding-bottom: 100px;
  background: url("/static/lite/motorcycle/contents/touringbag/images/bg_section_01.gif") 0 0 repeat-x #f5f5f5;
}

main section#camp h2 {
  height: 520px;
  margin-bottom: 100px;
  background: url("/static/lite/motorcycle/contents/touringbag/images/bg_headline_01.png") right center / cover no-repeat;
  text-align: right;
}

main section#camp h2 img {
  padding: 75px 100px 0 0;
}

main section#camp div.campBox {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

main section#camp div.campBox div.box_first p.name {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: center;
}

main section#camp div.campBox div.box_first p.name strong {
  font-weight: 700;
}

main section#camp div.campBox div.box_arrow {
  display: flex;
  align-items: center;
}


/*--------------------------------------------------
* capacity
==================================================*/

main section#capacity {
  padding-bottom: 100px;
  background: url("/static/lite/motorcycle/contents/touringbag/images/bg_section_02.gif") 0 0 repeat-x #fff;
}

main section#capacity h2 {
  position: relative;
  height: 520px;
  margin-bottom: 100px;
  background: url("/static/lite/motorcycle/contents/touringbag/images/bg_headline_02.png") 0 center / cover no-repeat;
}

main section#capacity h2 img {
  position: absolute;
  bottom: 65px;
  left: 100px;
}

main section#capacity p.name {
  max-width: 870px;
  margin: 0 auto 40px auto;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

main section#capacity p.name strong {
  margin-right: 10px;
  font-weight: 700;
}

main section#capacity div.capacityBox {
  display: flex;
  justify-content: space-between;
  max-width: 870px;
  margin: 0 auto 20px auto;
}

main section#capacity div.capacityBox div.box_arrow {
  display: flex;
  align-items: center;
}


/*--------------------------------------------------
* daily
==================================================*/

main section#daily {
  padding-bottom: 100px;
  background: url("/static/lite/motorcycle/contents/touringbag/images/bg_section_01.gif") 0 0 repeat-x #f5f5f5;

}

main section#daily h2 {
  position: relative;
  height: 520px;
  margin-bottom: 100px;
  background: url("/static/lite/motorcycle/contents/touringbag/images/bg_headline_03.png") right center / cover no-repeat;
  text-align: right;
}

main section#daily h2 img {
  position: absolute;
  right: 100px;
  bottom: 110px;
}

main section#daily div.dailyBox {
  display: flex;
  justify-content: space-between;
}

main section#daily div.dailyBox.reverse {
  flex-direction: row-reverse;
}

main section#daily div.dailyBox div.box_first {
  width: 47.36%;
}

main section#daily div.dailyBox div.box_second {
  position: relative;
  width: 50%;
}

main section#daily div.dailyBox div.box_second div.data {
  position: absolute;
  bottom: 0;
}

main section#daily div.dailyBox div.box_second div.data p.icon {
  margin-bottom: 20px;
  line-height: 1em;
}

main section#daily div.dailyBox div.box_second div.data p.name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 1px;
}

main section#daily div.dailyBox div.box_second div.data p.name strong {
  font-weight: 700;
}


/*--------------------------------------------------
* products
==================================================*/

main section#products {
  max-width: 1040px;
  margin: 0 auto;
  padding: 120px 20px 100px 20px;
}

main section#products h2 {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 1.4em;
  text-align: center;
}

main section#products h2::before,
main section#products h2::after {
  display: block;
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #000;
}

main section#products h2::before {
  margin-right: 0.5em;
}

main section#products h2::after {
  margin-left: 0.5em;
}

main section#products ul.listProducts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 40px;
}

main section#products ul.listProducts li {
  width: 31.57%;
  margin-bottom: 40px;
}

main section#products ul.listProducts li p.pic {
  margin-bottom: 20px;
}

main section#products ul.listProducts li p.name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 1px;
}

main section#products ul.listProducts li p.name strong {
  font-weight: 700;
}


/*--------------------------------------------------
* popup
==================================================*/

main section#popup {
  background-color: #fff;
}

main section#popup div.box {
  width: 950px;
  margin-bottom: 0;
}

main section#popup p.name {
  max-width: 870px;
  margin: 0 auto 40px auto;
  font-size: 20px;
  letter-spacing: 1px;
}

main section#popup p.name strong {
  margin-right: 10px;
}

main section#popup div.popupBox {
  display: flex;
  justify-content: space-between;
  max-width: 870px;
  margin: 0 auto 20px auto;
}

main section#popup div.popupBox div.box_arrow {
  display: flex;
  align-items: center;
}


/*--------------------------------------------------
* Smartphone Layout
==================================================*/

@media screen and (max-width: 768px) {

  /*--------------------------------------------------
  * Base
  ==================================================*/

  body {
    font-size: 13px;
    line-height: 2em;
  }

  img {
    transition: none;
  }

  a:hover img {
    opacity: 1;
  }

  .forPC {
    display: none !important;
  }

  .forSP {
    display: block !important;
  }


  /*--------------------------------------------------
  * header
  ==================================================*/

  header {
    height: 250px;
    background: url("/static/lite/motorcycle/contents/touringbag/images/bg_header.jpg") center center / cover no-repeat;
  }

  header h1 {
    padding-top: 20px;
  }

  header h1 img {
    width: 90.66%;
  }

  header p#scroll {
    display: none;
  }


  /*--------------------------------------------------
  * main
  ==================================================*/

  main h3.h3_type01 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
  }

  main h3.h3_type02 {
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1em;
  }

  main p.btn_type01 {
    text-align: center;
  }

  main p.btn_type01 a {
    padding: 10px 40px;
    background: url("/static/lite/motorcycle/contents/touringbag/images/icon_arrow_01_sp.png") right 15px center / 8px 13px no-repeat#3580c0;
    font-size: 12px;
    line-height: 1em;
    transition: none;
  }

  main p.btn_type01.big a {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: url("/static/lite/motorcycle/contents/touringbag/images/icon_arrow_02_sp.png") right 20px center / 12px 20px no-repeat#3580c0;
    border-radius: 60px;
    font-size: 16px;
  }

  main p.btn_type01 a:hover {
    opacity: 1;
  }

  main div.box {
    margin: 0 auto 40px auto;
    padding: 0 35px;
  }


  /*--------------------------------------------------
  * intro
  ==================================================*/

  main section#intro {
    padding: 50px 20px;
  }

  main section#intro p {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 2em;
  }

  main section#intro nav#bagNav ul li {
    width: 31.34%;
  }


  /*--------------------------------------------------
  * camp
  ==================================================*/

  main section#camp {
    padding-bottom: 20px;
    background: url("/static/lite/motorcycle/contents/touringbag/images/bg_section_01.gif") 0 0 / 100% 75px repeat-x #f5f5f5;
  }

  main section#camp h2 {
    height: 170px;
    margin-bottom: 35px;
    background: url("/static/lite/motorcycle/contents/touringbag/images/bg_headline_01_sp.png") right center / cover no-repeat;
    text-align: right;
  }

  main section#camp h2 img {
    width: 250px;
    margin: 25px 20px 0 0;
    padding: 0;
  }

  main section#camp div.campBox {
    display: block;
    padding-top: 25px;
  }

  main section#camp div.campBox div.box_first {
    text-align: center;
  }

  main section#camp div.campBox div.box_first img {
    width: 48.5%;
  }

  main section#camp div.campBox div.box_first p.name {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5em;
  }

  main section#camp div.campBox div.box_arrow {
    display: block;
    margin: 15px 0;
    text-align: center;
  }

  main section#camp div.campBox div.box_second {
    text-align: center;
  }

  main section#camp div.campBox div.box_second img {
    width: 74.62%;
  }


  /*--------------------------------------------------
  * capacity
  ==================================================*/

  main section#capacity {
    padding-bottom: 20px;
    background: url("/static/lite/motorcycle/contents/touringbag/images/bg_section_02.gif") 0 0 / 100% 75px repeat-x #fff;
  }

  main section#capacity h2 {
    position: relative;
    height: 170px;
    margin-bottom: 35px;
    background: url("/static/lite/motorcycle/contents/touringbag/images/bg_headline_02_sp.png") 0 center / cover no-repeat;
  }

  main section#capacity h2 img {
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: 255px
  }

  main section#capacity p.name {
    margin: 0 0 20px 0;
    font-size: 12px;
  }

  main section#capacity p.name strong {
    margin-right: 5px;
  }

  main section#capacity div.capacityBox {
    margin-bottom: 5px;
  }

  main section#capacity div.capacityBox div.box_first,
  main section#capacity div.capacityBox div.box_second {
    width: 40.98%;
  }

  main section#capacity div.capacityBox div.box_arrow {
    width: 14.75%;
  }


  /*--------------------------------------------------
  * daily
  ==================================================*/

  main section#daily {
    padding-bottom: 20px;
    background: url("/static/lite/motorcycle/contents/touringbag/images/bg_section_01.gif") 0 0 / 100% 75px repeat-x #f5f5f5;
  }

  main section#daily h2 {
    height: 170px;
    margin-bottom: 35px;
    background: url("/static/lite/motorcycle/contents/touringbag/images/bg_headline_03_sp.png") 0 center / cover no-repeat;
  }

  main section#daily h2 img {
    position: absolute;
    right: 20px;
    bottom: 25px;
    width: 205px;
  }

  main section#daily div.dailyBox {
    display: block;
  }

  main section#daily div.dailyBox div.box_first {
    width: 100%;
    margin-bottom: 20px;
  }

  main section#daily div.dailyBox div.box_second {
    width: 73.77%;
    margin: 0 auto;
  }

  main section#daily div.dailyBox div.box_second div.data {
    position: static;
    margin-top: 10px;
  }

  main section#daily div.dailyBox div.box_second div.data p.icon {
    margin-bottom: 5px;
    width: 162px;
  }

  main section#daily div.dailyBox div.box_second div.data p.name {
    font-size: 12px;
    line-height: 1.5em;
  }


  /*--------------------------------------------------
  * products
  ==================================================*/

  main section#products {
    padding: 40px 20px 70px 20px;
  }

  main section#products h2 {
    margin-bottom: 30px;
    font-size: 16px;
  }

  main section#products ul.listProducts {
    padding-bottom: 20px;
  }

  main section#products ul.listProducts li {
    width: 48%;
    margin-bottom: 20px;
  }

  main section#products ul.listProducts li p.pic {
    margin-bottom: 10px;
  }

  main section#products ul.listProducts li p.name {
    font-size: 12px;
    line-height: 1.5em;
  }


  /*--------------------------------------------------
  * popup
  ==================================================*/

  main section#popup {
    background-color: #fff;
  }

  main section#popup div.box {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
  }

  main section#popup p.name {
    margin: 0 0 20px 0;
    font-size: 12px;
  }

  main section#popup p.name strong {
    margin-right: 5px;
  }

  main section#popup div.popupBox {
    display: flex;
    justify-content: space-between;
    max-width: 870px;
    margin: 0 auto 10px auto;
  }

  main section#popup div.popupBox div.box_first,
  main section#popup div.popupBox div.box_second {
    width: 40.98%;
  }

  main section#popup div.popupBox div.box_arrow {
    width: 14.75%;
  }

}


/*--------------------------------------------------
* Tablet Layout
==================================================*/

@media screen and (max-width: 768px) and (min-width: 768px) {

  header {
    height: 500px;
  }

  header h1 {
    padding-top: 40px;
  }

  main section#camp h2 {
    height: 340px;
  }

  main section#camp h2 img {
    width: 500px;
    margin: 50px 40px 0 0;
  }

  main section#capacity h2 {
    height: 340px;
  }

  main section#capacity h2 img {
    bottom: 50px;
    left: 40px;
    width: 510px
  }

  main section#daily h2 {
    height: 340px;
  }

  main section#daily h2 img {
    right: 40px;
    bottom: 50px;
    width: 410px;
  }

}
