@charset "utf-8";

/*--------------------------------------------------
* Base
==================================================*/

.forPC {
  display: block !important;
}

.forSP {
  display: none !important;
}

main.main.top {
  overflow: hidden;
}

section.top_section {
  max-width: 980px;
  margin: 0 auto 100px auto;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2em;
  box-sizing: content-box;
}

section.top_section h2.headline {
  margin-bottom: 30px;
  overflow: hidden;
}

section.top_section h2.headline span.en {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
}

section.top_section h2.headline span.en::after {
  content: '';
  flex-grow: 1;
  margin-left: 15px;
  height: 21px;
  background: url("/static/full/motorcycle/images/top/bg_headline_01.gif") 0 center no-repeat,
    url("/static/full/motorcycle/images/top/bg_headline_02.gif") right center no-repeat,
    url("/static/full/motorcycle/images/top/bg_headline_03.gif") 0 center repeat-x;
  background-color: #404040;
}

section.top_section h2.headline span.ja {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
}


/*--------------------------------------------------
* mainVisual
==================================================*/

main div.main-veiw {
  margin-bottom: 100px;
  padding: 30px 0 10px 0;
  background-color: #000;
}

main div.main-veiw .slick-dots {
  bottom: -25px;
}

main div.main-veiw .slick-dots li button {
  background-color: #707070;
}

main div.main-veiw .slick-dots li.slick-active button:before {
  background: #fff;
}


/*--------------------------------------------------
* intro
==================================================*/

section#intro {
  text-align: center;
}


/*--------------------------------------------------
* product
==================================================*/

section#product ul.list_product {
  column-count: 3;
  column-gap: 16px;
}

section#product ul.list_product li {
  background-color: #000;
  margin-bottom: 16px;
}

section#product ul.list_product li a {
  position: relative;
  overflow: hidden;
}

section#product ul.list_product li a img {
  transition: .3s all;
}

section#product ul.list_product li a:hover {
  opacity: 1;
}

section#product ul.list_product li a:hover img {
  opacity: 0.5;
  transform: scale(1.1)
}

section#product ul.list_product li a span.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 0 0 10px #000000;
  white-space: nowrap;
}


/*--------------------------------------------------
* recommend
==================================================*/

section#recommend ul.list_recommend {
  display: flex;
  justify-content: space-between;
  line-height: 1.5em;
}

section#recommend ul.list_recommend li {
  width: 31.63%;
  text-align: center;
}

section#recommend ul.list_recommend li a {
  padding: 20px;
}

section#recommend ul.list_recommend li a:hover {
  text-decoration: underline;
  box-shadow: 0 0 5px 3px #bbb;
}

section#recommend ul.list_recommend li a span.pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 295px;
}

section#recommend ul.list_recommend li a span.pic img {
  width: auto;
  max-width: 100%;
  height: auto;
  transition: 0.3s;
}

section#recommend ul.list_recommend li a:hover span.pic img {
  transform: scale(1.05)
}

section#recommend ul.list_recommend li a span.title {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

section#recommend ul.list_recommend li a span.price {
  display: block;
  padding-bottom: 25px;
  font-size: 14px;
}


/*--------------------------------------------------
* information
==================================================*/

section#information ul.list_information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  line-height: 1.5em;
}

section#information ul.list_information li {
  width: 31.63%;
}

section#information ul.list_information li a {
  padding: 20px;
}

section#information ul.list_information li a:hover {
  box-shadow: 0 0 5px 3px #bbb;
}

section#information ul.list_information li a span.date {
  float: left;
}

section#information ul.list_information li a span.category {
  float: right;
  margin-bottom: 10px;
  padding: 5px 18px;
  background-color: #404040;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}

section#information ul.list_information li a img {
  margin-bottom: 10px;
  clear: both;
}

section#information ul.list_information li a:hover span.title {
  text-decoration: underline;
}

section#information ul.nav_information {
  display: flex;
  justify-content: space-between;
}

section#information ul.nav_information li {
  width: 23.46%;
  text-align: center;
  border: 1px solid #404040;
  line-height: 1em;
}

section#information ul.nav_information li a {
  padding: 14px 0;
  background: url("/static/full/motorcycle/images/top/icon_arrow_01.png") right 13px center no-repeat;
}

section#information ul.nav_information li a:hover {
  background: url("/static/full/motorcycle/images/top/icon_arrow_02.png") right 13px center no-repeat #404040;
  color: #fff;
  opacity: 1;
}


/*--------------------------------------------------
* leafVisual
==================================================*/

section#leafVisual {
  height: 35.41vw;
  margin-bottom: 100px;
  background: url("/static/full/motorcycle/images/top/img_lv_01.jpg") center bottom / 100% auto no-repeat fixed;
}


/*--------------------------------------------------
* contents
==================================================*/

section#contents ul.list_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section#contents ul.list_contents li {
  width: 47.95%;
  margin-bottom: 40px;
}

section#contents ul.list_contents li a {
  padding-bottom: 40px;
  position: relative;
}

section#contents ul.list_contents li a:hover {
  box-shadow: 0 0 5px 3px #bbb;
  text-decoration: underline;
}

section#contents ul.list_contents li a span.title {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 40px;
  padding: 15px 0 15px 18px;
  border: 1px solid #4e4e4e;
  border-top: none;
  background: url("/static/full/motorcycle/images/top/icon_arrow_03.gif") right center no-repeat #fff;
  font-weight: bold;
  line-height: 1em;
}

section#contents ul.list_contents li a span.title.big {
  padding: 8px 0 8px 18px;
  background: url("/static/full/motorcycle/images/top/icon_arrow_04.gif") right center / auto 100% no-repeat #fff;
  line-height: 1.5em;
}
/*--------------------------------------------------
* sns
==================================================*/

section#sns ul.list_sns {
  display: flex;
  justify-content: center;
}

section#sns ul.list_sns li {
  margin: 0 30px;
}

section#sns ul.list_sns li a {
  height: 40px;
  padding: 12px 0 0 55px;
  font-weight: bold;
  line-height: 1em;
}

section#sns ul.list_sns li a:hover {
  text-decoration: underline;
}

section#sns ul.list_sns li.fb a {
  background: url("/static/full/motorcycle/images/top/icon_facebook.gif") 0 center no-repeat;
}

section#sns ul.list_sns li.insta a {
  background: url("/static/full/motorcycle/images/top/icon_instagram.gif") 0 center no-repeat;
}

section#sns ul.list_sns li.tw a {
  background: url("/static/full/motorcycle/images/top/icon_twitter.gif") 0 center no-repeat;
}


@media screen and (max-width: 767px) {

/*--------------------------------------------------
* Base
==================================================*/

.forPC {
  display: none !important;
}

.forSP {
  display: block !important;
}

section.top_section {
  margin: 0 auto 40px auto;
  padding: 0 5.33vw;
  font-size: 3.46vw;
}

section.top_section h2.headline {
  margin-bottom: 25px;
}

section.top_section h2.headline span.en {
  font-size: 4.53vw;
}

section.top_section h2.headline span.ja {
  font-size: 3.2vw;
}


/*--------------------------------------------------
* mainVisual
==================================================*/

main div.main-veiw {
  margin-bottom: 40px;
  padding: 20px 0 5px 0;
}

main div.main-veiw .slick-dots {
  bottom: -18px;
}


/*--------------------------------------------------
* product
==================================================*/

section#product ul.list_product {
  max-height: 177.6vw;
  column-count: 2;
  column-gap: 4vw;
}

section#product ul.list_product li {
  margin-bottom: 4vw;
}

section#product ul.list_product li a span.title {
  font-size: 4.8vw;
}


/*--------------------------------------------------
* recommend
==================================================*/

section#recommend ul.list_recommend {
  display: block;
}

section#recommend ul.list_recommend li {
  width: 100%;
}

section#recommend ul.list_recommend li a:hover {
  box-shadow: none;
}

section#recommend ul.list_recommend li a span.pic {
  height: auto;
  margin-bottom: 20px;
}

section#recommend ul.list_recommend li a span.price {
  padding-bottom: 0;
  font-size: 3.46vw;
}


/*--------------------------------------------------
* information
==================================================*/

section#information ul.list_information {
  display: block;
}

section#information ul.list_information li {
  width: 100%;
  margin-bottom: 30px;
}

section#information ul.list_information li a {
  padding: 0;
}

section#information ul.list_information li a:hover {
  box-shadow: none;
}

section#information ul.list_information li a span.date {
  padding-top: 2px;
}

section#information ul.list_information li a span.category {
  padding: 5px 10px;
  font-size: 2.93vw;
}

section#information ul.nav_information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section#information ul.nav_information li {
  width: 47.76%;
  margin-bottom: 15px;
}

section#information ul.nav_information li a {
  padding: 14px 0;
  background: url("/static/full/motorcycle/images/top/icon_arrow_01.png") right 10px center / 1.86vw 3.2vw no-repeat;
}

section#information ul.nav_information li a:hover {
  background: url("/static/full/motorcycle/images/top/icon_arrow_02.png") right 10px center / 1.86vw 3.2vw no-repeat #404040;
}


/*--------------------------------------------------
* leafVisual
==================================================*/

section#leafVisual {
  height: 48vw;
  margin-bottom: 55px;
}


/*--------------------------------------------------
* contents
==================================================*/

section#contents ul.list_contents {
  display: block;
}

section#contents ul.list_contents li {
  width: 100%;
  margin-bottom: 15px;
}

section#contents ul.list_contents li a:hover {
  box-shadow: 0 0 5px 3px #bbb;
  text-decoration: underline;
}

section#contents ul.list_contents li a span.title {
  display: block;
  height: 10.66vw;
  padding: 3.5vw 0 0 3.5vw;
  background: url("/static/full/motorcycle/images/top/icon_arrow_03.gif") right center / 14.93vw 10.66vw no-repeat;
}


/*--------------------------------------------------
* sns
==================================================*/

section#sns ul.list_sns {
  display: table;
  margin: 0 auto;
}

section#sns ul.list_sns li {
  margin: 0 0 15px 0;
}

section#sns ul.list_sns li a {
  height: 5.33vw;
  padding: 1vw 0 0 8vw;
}

section#sns ul.list_sns li a:hover {
  text-decoration: underline;
}

section#sns ul.list_sns li.fb a {
  background: url("/static/full/motorcycle/images/top/icon_facebook.gif") 0 center / 5.33vw 5.33vw no-repeat;
}

section#sns ul.list_sns li.insta a {
  background: url("/static/full/motorcycle/images/top/icon_instagram.gif") 0 center / 5.33vw 5.33vw no-repeat;
}

section#sns ul.list_sns li.tw a {
  background: url("/static/full/motorcycle/images/top/icon_twitter.gif") 0 center / 5.33vw 5.33vw no-repeat;
}

}
