/*737px以上*/

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contents {
  width: 100% !important;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
}

body p {
  line-height: 1.5;
}

@media print, screen and (min-width: 737px) {
  .spshow {
    display: none;
  }

  body {
    font-size: 14px;
  }

  #wrapperAllIndex {
    width: 100%;
    background: url(../img/bg_pc2022.jpg);
    background-size: cover;
  }

  #wrapperAll {
    width: 100%;
    /*background: url(../img/bg_pc.jpg) top center no-repeat;*/
  }

  #wrapper {
    width: 980px;
    margin: 0 auto;
  }

  #wrapper01 {
    width: 100%;
    /*background: url(../img/bg_index_pc01.jpg) top center no-repeat;*/
  }

  div.inner {
    width: 980px;
    margin: 0 auto;
  }

  #intro {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  #intro h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 786px;
    height: 60px;
    background: url(../img/h1_title_pc.png) no-repeat;
  }

  #intro h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 50px;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }

  .leadCopy {
    font-size: 18px;
    color: #fff;
    line-height: 1.7777;
    margin-bottom: 40px;
  }

  #smp_txt {
    display: none;
  }

  div.hondagorideWrapper {
    box-sizing: border-box;
    border: 4px solid #000;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 36px;
    margin-bottom: 40px;
  }

  div.hondagorideWrapper ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }

  div.hondagorideWrapper ul li.copy {
    width: 580px;
    font-size: 12px;
  }

  div.hondagorideWrapper ul li.btn {
    width: 285px;
  }

  div.hondagorideWrapper ul li.btn a {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
    font-weight: bold;
    padding: 15px 0;
    line-height: 1.3;
    position: relative;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }

  div.hondagorideWrapper ul li.btn a::after {
    position: absolute;
    right: 8%;
    top: calc(50% - 5px);
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    transition: all 0.2s;
  }

  div.hondagorideWrapper ul li.btn a:hover::after {
    right: 6%;
  }

  div.hondamailmagazineWrapper {
    box-sizing: border-box;
    border: 4px solid #fff;
    background: rgba(124, 0, 0, 0.8);
    padding: 40px 36px;
  }

  div.hondamailmagazineWrapper ul {
    display: flex;
    justify-content: space-between;
  }

  div.hondamailmagazineWrapper ul li.copy {
    width: 600px;
    color: #fff;
  }

  div.hondamailmagazineWrapper ul li.copy p:nth-child(1) {
    font-size: 18px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }

  div.hondamailmagazineWrapper ul li.copy p:nth-child(2) {
    font-size: 12px;
    line-height: 1.6;
  }

  div.hondamailmagazineWrapper ul li.btn {
    width: 285px;
  }

  div.hondamailmagazineWrapper ul li.btn a {
    display: block;
    background: #fff;
    color: #7c0000;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
    font-weight: bold;
    padding: 15px 0;
    line-height: 1.3;
    position: relative;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }

  div.hondamailmagazineWrapper ul li.btn a::after {
    position: absolute;
    right: 8%;
    top: calc(50% - 5px);
    content: "";
    display: block;
    border-top: solid 2px #7c0000;
    border-right: solid 2px #7c0000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    transition: all 0.2s;
  }

  div.hondamailmagazineWrapper ul li.btn a:hover::after {
    right: 6%;
  }

  /* hover、半透明*/
  a.trans {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }

  a.trans:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  input.trans:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}

@media screen and (max-width: 736px) {
  /*スマホcss*/

  .pcshow {
    display: none;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  #wrapperAllIndex {
    background: url(../img/bg_sp2022.jpg);
    width: 100%;
    background-size: cover;
    font-family: "Hiragino Kaku Gothic W3 JIS2004", "tofu";
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }

  #wrapperAll {
    /*height: 0;
	width: 100%;
	padding-top: 102.666%;
	background: url(../img/bg_sp.jpg) top center repeat-y;
	background-size: cover;
	position: relative;*/
  }

  #wrapper {
  }

  #wrapper01 {
  }

  #wrapper01 div.inner {
    width: 89.3333%;
    margin: 0 5.33335%;
    padding-top: 8%;
  }

  #intro {
    padding-bottom: 10%;
  }

  #intro h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 8.4%;
    background: url(../img/h1_title_pc.png) no-repeat;
    background-size: contain;
  }

  #intro h2 {
    text-align: center;
    color: #fff;
    margin-top: 2%;
    margin-bottom: 10%;
    font-size: 5.4vw;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "tofu";
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }

  .leadCopy {
    color: #fff;
    margin-bottom: 10%;
    font-size: 4.2vw;
  }

  div.hondagorideWrapper {
    box-sizing: border-box;
    border: 2px solid #000;
    background: rgba(255, 255, 255, 0.95);
    padding: 6vw;
    margin-bottom: 6%;
  }

  div.hondagorideWrapper ul {
    margin-top: 8%;
  }

  div.hondagorideWrapper ul li.copy {
    font-size: 4.2vw;
    margin-bottom: 8%;
  }

  div.hondagorideWrapper ul li.btn a {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 4vw;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
    font-weight: bold;
    padding: 5% 0;
    line-height: 1.3;
    position: relative;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "tofu";
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }

  div.hondagorideWrapper ul li.btn a::after {
    position: absolute;
    right: 8%;
    top: calc(50% - 5px);
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }

  div.hondamailmagazineWrapper {
    box-sizing: border-box;
    border: 2px solid #fff;
    background: rgba(124, 0, 0, 0.8);
    padding: 6vw;
  }

  div.hondamailmagazineWrapper ul {
  }

  div.hondamailmagazineWrapper ul li.copy {
    color: #fff;
  }

  div.hondamailmagazineWrapper ul li.copy p:nth-child(1) {
    font-size: 4.6vw;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.4vw;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "tofu";
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }

  div.hondamailmagazineWrapper ul li.copy p:nth-child(2) {
    font-size: 3.6vw;
    margin-bottom: 8%;
  }

  div.hondamailmagazineWrapper ul li.btn a {
    display: block;
    background: #fff;
    color: #7c0000;
    text-align: center;
    text-decoration: none;
    font-size: 4vw;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
    font-weight: bold;
    padding: 5% 0;
    line-height: 1.3;
    position: relative;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "tofu";
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }

  div.hondamailmagazineWrapper ul li.btn a::after {
    position: absolute;
    right: 8%;
    top: calc(50% - 5px);
    content: "";
    display: block;
    border-top: solid 2px #7c0000;
    border-right: solid 2px #7c0000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }

  #smp_txt {
    width: 100%;
    height: 0;
    padding-top: 53.4328%;
    /*background:url(../img/leadcopy_sp.png) left top no-repeat;*/
    background-size: contain;
  }
}
