@charset "utf-8";

/*--------------------------------------------------
* Base
==================================================*/


/*--------------------------------------------------
* Base
==================================================*/


/*--------------------------------------------------
* header#euro2020
==================================================*/

header#euro2020 {
  height: 740px;
  padding: 100px 20px 0 20px;
  background: url("/static/full/motorcycle/contents/euro2020seo/images/bg_header.jpg") center center / cover no-repeat;
}

header#euro2020 h1 {
  max-width: 1024px;
  margin: 0 auto;
}


/*--------------------------------------------------
* main
==================================================*/

main {
  /*padding-top: 140px;*/
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  line-height: 1.8em;
}

main a {
  color: #000;
  text-decoration: none;
}

main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: opacity 0.3s;
}

main a:hover img {
  opacity: 0.7;
}

main ul {
  list-style-type: none;
}

p#pagetop {
  display: none;
}

.forPC {
  display: block !important;
}

.forSP {
  display: none !important;
}

main div.trace-box {
  line-height: 1em;
}

main h2 {
  margin-bottom: 90px;
  text-align: center;
}

main h2.function {
  margin-bottom: 140px;
}


/*--------------------------------------------------
* intro
==================================================*/

main section#intro {
  max-width: 940px;
  margin: 0 auto;
  padding: 130px 20px;
  font-size: 24px;
  line-height: 2em;
  text-align: center;
}

main section#intro p {
  margin-bottom: 70px;
}

main section#intro p.release {
  margin-bottom: 10px;
  padding: 25px 0;
  background-color: #232323;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
}

main section#intro p.note {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1em;
  text-align: right;
}


/*--------------------------------------------------
* function
==================================================*/

main section#function {
  margin-bottom: 220px;
}

main section#function div.box {
  margin: 0 auto 100px auto;
  background: url("/static/full/motorcycle/contents/euro2020seo/images/bg_function_01.gif") 0 0 repeat-y;
  color: #fff;
}

main section#function div.box.right {
  background: url("/static/full/motorcycle/contents/euro2020seo/images/bg_function_01.gif") right 0 repeat-y;
}

main section#function div.box div.inner {
  display: flex;
  justify-content: flex-end;
  max-width: 1024px;
  min-height: 450px;
  margin: 0 auto;
  padding: 0 36px;
  background-color: #252525;
}

main section#function div.box.right div.inner {
  justify-content: flex-start;
}

main section#function div.box.right div.inner {
  flex-direction: row-reverse;
}

main section#function div.box div.inner p.pic {
  width: 450px;
  margin: -60px 25px 0 0;
}

main section#function div.box.right div.inner p.pic {
  margin: -60px 0 0 25px;
}

main section#function div.box div.inner div.data {
  width: 476px;
}

main section#function div.box div.inner div.data h3 {
  margin-bottom: 20px;
  padding: 50px 0 22px 0;
  background: url("/static/full/motorcycle/contents/euro2020seo/images/bg_headline_01.png") 0 bottom no-repeat;
  font-size: 30px;
  line-height: 1em;
}


/*--------------------------------------------------
* order
==================================================*/

main section#order {
  max-width: 1200px;
  margin: 0 auto 130px auto;
  padding: 0 20px 90px 20px;
  border: 20px solid #ae0e1d;
  text-align: center;
}

main section#order h2 {
  display: inline-block;
  margin: -80px 0 70px 0;
  padding: 0 40px;
  font-size: 44px;
  line-height: 1.3em;
  background-color: #fff;
}

main section#order h3 {
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 6px solid #ceb47d;
  font-size: 30px;
  line-height: 1em;
}

main section#order ul {
  max-width: 650px;
  margin: 0 auto 60px auto;
  text-align: left;
}

main section#order ul li {
  padding-left: 50px;
  background: url("/static/full/motorcycle/contents/euro2020seo/images/icon_check.gif") 0 center no-repeat;
  font-size: 30px;
  line-height: 2em;
}

main section#order p.balloon {
  position: relative;
  max-width: 800px;
  margin: 0 auto 125px auto;
  padding: 35px 20px;
  background-color: #ae0e1d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8em;
  color: #fff;
}

main section#order p.balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 50px solid #ae0e1d;
}

main section#order div.box {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto 90px auto;
  line-height: 1.6em;
  text-align: left;
}

main section#order div.box p.pic {
  width: 512px;
  margin-right: 20px;
  text-align: center;
}

main section#order div.box div.data {
  width: 470px;
}

main section#order div.box div.data.pants {
  padding-top: 60px;
}

main section#order div.box div.data p.model {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #232323;
}

main section#order div.box div.data h5 {
  margin: 0 20px;
  font-size: 24px;
}

main section#order div.box div.data p.variation {
  margin: 0 20px;
}

main section#order p.size {
  max-width: 1024px;
  margin: 0 auto 170px auto;
  padding: 30px 50px;
  background-color: #eeeeee;
  font-size: 24px;
  text-align: left;
}

main section#order p.size.mb0 {
  margin-bottom: 0;
}


/*--------------------------------------------------
* link
==================================================*/

main section#link {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 24px;
  line-height: 2em;
  text-align: center;
}

main section#link p {
  margin-bottom: 70px;
}

main section#link p.release {
  margin-bottom: 10px;
  padding: 25px 0;
  background-color: #232323;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
}

main section#link p.note {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1em;
  text-align: right;
}






/*--------------------------------------------------
* leaf_visual
==================================================*/

main section#leaf_visual {
  height: 700px;
  margin-bottom: 130px;
  background: url("/static/full/motorcycle/contents/euro2020seo/images/bg_leaf_visual.jpg") center center / cover fixed;
}


/*--------------------------------------------------
* products
==================================================*/

main section#products {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

main section#products div.box {
  margin-bottom: 100px;
}

main section#products div.box h3 {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 1em;
}

main section#products div.box h3::before,
main section#products div.box h3::after {
	display: block;
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #232323;
}

main section#products div.box h3:before {
	margin-right: 30px;
}

main section#products div.box h3:after {
	margin-left: 30px;
}

main section#products div.box p.note {
  margin-bottom: 50px;
}

main section#products div.box p.pic {
  margin-bottom: 20px;
}

main section#products div.box p.price {
  font-size: 22px;
  line-height: 1.8em;
}

main section#products p.soon {
  margin-bottom: 60px;
}

main section#products iframe {
  width: 100%;
  max-width: 900px;
  height: 500px;
  margin: 0 auto 50px auto;
}


/*--------------------------------------------------
* Smartphone Layout
==================================================*/

@media screen and (max-width: 767px) {

  /*--------------------------------------------------
  * Base
  ==================================================*/

  p#pagetop {
    width: 10vw;
  }

  .forPC {
    display: none !important;
  }

  .forSP {
    display: block!important;
  }


  /*--------------------------------------------------
  * header#euro2020
  ==================================================*/

  header#euro2020 {
    height: 53.33vw;
    padding: 40px 20px 0 20px;
    background: url("/static/full/motorcycle/contents/euro2020seo/images/bg_header.jpg") center center / cover no-repeat;
  }

  header#euro2020 h1 {
    max-width: 66.66vw;
    margin: 0;
  }


  /*--------------------------------------------------
  * main
  ==================================================*/

  main {
    padding-top: 80px;
    font-size: 15px;
    line-height: 2.0em;
  }

  main h2 {
    margin-bottom: 30px;
    text-align: center;
  }

  main h2.function {
    margin-bottom: 50px;
  }


  /*--------------------------------------------------
  * intro
  ==================================================*/

  main section#intro {
    padding: 50px 20px;
    font-size: 14px;
    line-height: 2.5em;
  }

  main section#intro p {
    margin-bottom: 30px;
  }

  main section#intro p.release {
    margin-bottom: 5px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1em;
  }

  main section#intro p.note {
    font-size: 11px;
  }


  /*--------------------------------------------------
  * function
  ==================================================*/

  main section#function {
    margin-bottom: 60px;
  }

  main section#function div.box {
    margin: 0 0 40px 0;
    background: none;
  }

  main section#function div.box.right {
    background: none;
  }

  main section#function div.box div.inner {
    justify-content: space-between;
    min-height: inherit;
    padding: 0;
    background-color: #252525;
  }

  main section#function div.box.left div.inner {
    margin-right: 20px;
    padding: 0 15px 0 20px;
  }

  main section#function div.box.right div.inner {
    margin-left: 20px;
    padding: 0 20px 0 15px;
  }

  main section#function div.box div.inner p.pic {
    width: 40vw;
    margin: -20px 15px 20px 0;
  }

  main section#function div.box.right div.inner p.pic {
    margin: -20px 0 20px 15px;
  }

  main section#function div.box div.inner div.data {
    width: 40.66vw;
    font-size: 14px;
    line-height: 1.8em;
  }

  main section#function div.box div.inner div.data h3 {
    margin-bottom: 10px;
    padding: 15px 0 8px 0;
    background: url("/static/full/motorcycle/contents/euro2020seo/images/bg_headline_01.png") 0 bottom / contain no-repeat;
    font-size: 14px;
    line-height: 1em;
  }


  /*--------------------------------------------------
  * order
  ==================================================*/

  main section#order {
    margin: 0 20px 40px 20px;
    padding: 0 10px 25px 10px;
    border: 5px solid #ae0e1d;
  }

  main section#order h2 {
    margin: -20px 0 30px 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.3em;
  }

  main section#order h3 {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 3px solid #ceb47d;
    font-size: 13px;
    line-height: 1em;
  }

  main section#order ul {
    margin: 0 10px 30px 10px;
  }

  main section#order ul li {
    padding-left: 20px;
    background: url("/static/full/motorcycle/contents/euro2020seo/images/icon_check.gif") 0 5px / 15px 16px no-repeat;
    font-size: 13px;
    line-height: 2em;
  }

  main section#order p.balloon {
    margin-bottom: 45px;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.8em;
  }

  main section#order p.balloon::before {
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 20px solid #ae0e1d;
  }

  main section#order div.box {
    display: block;
    margin: 0 auto 20px auto;
  }

  main section#order div.box p.pic {
    width: 64vw;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  main section#order div.box p.pic.pants {
    width: 46.66vw;
  }

  main section#order div.box div.data {
    width: 100%;
  }

  main section#order div.box div.data.pants {
    padding-top: 0;
  }

  main section#order div.box div.data p.model {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  main section#order div.box div.data h5 {
    margin: 0 10px;
    font-size: 13px;
  }

  main section#order div.box div.data p.variation {
    margin: 0 10px;
    font-size: 13px;
  }

  main section#order p.size {
    margin-bottom: 60px;
    padding: 10px;
    font-size: 13px;
  }


  /*--------------------------------------------------
  * link
  ==================================================*/

  main section#link {
    margin-bottom: 80px;
  }

  main section#link {
    padding: 20px 20px;
    font-size: 14px;
    line-height: 2.5em;
  }

  main section#link p {
    margin-bottom: 30px;
  }

  main section#link p.release {
    margin-bottom: 5px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1em;
  }

  main section#link p.note {
    font-size: 11px;
  }




  /*--------------------------------------------------
  * leaf_visual
  ==================================================*/

  main section#leaf_visual {
    height: 300px;
    margin-bottom: 40px;
    background: url("/static/full/motorcycle/contents/euro2020seo/images/bg_leaf_visual.jpg") center center / cover no-repeat;
  }


  /*--------------------------------------------------
  * products
  ==================================================*/

  main section#products {
    margin-bottom: 40px;
  }

  main section#products div.box {
    margin-bottom: 30px;
  }

  main section#products div.box h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1em;
  }

  main section#products div.box h3:before {
    margin-right: 15px;
  }

  main section#products div.box h3:after {
    margin-left: 15px;
  }

  main section#products div.box p.note {
    margin-bottom: 20px;
  }

  main section#products div.box p.price {
    font-size: 14px;
    line-height: 1.8em;
  }

  main section#products p.soon {
    max-width: 81.33vw;
    margin: 0 auto 30px auto;
  }

  main section#products iframe {
    height: 190px;
    margin: 0 auto 30px auto;
  }

}
