@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html,
body {
  position: relative;
}

body {
  overflow: auto;
  width: 100%;
  /*min-width: 640px;*/
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
}

img {
  border: none;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

p,
dt,
dd,
li {
  font-size: 1.6rem;
  line-height: 0;
}

li {
  font-size: 1.6rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

p,
dd,
li,
address {
  font-style: normal;
}

body small {
  font-size: 1.2rem;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

.wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wrapper {
    margin-top: 0;
    min-width: 0;
  }
}

#container {
  position: relative;
}

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #333;
  line-height: 0;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }
}
/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}

.sp {
  display: none !important;
}

.inline-pc {
  display: inline-block !important;
}

.inline-sp {
  display: none !important;
}

.inner {
  /* max-width: 1048px; */
  max-width: 1520px;
  /* padding: 0 20px; */
  margin: 0 auto;
  word-wrap: break-word;
  word-break: break-all;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.trans {
  transition: all 0.2s;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
}
input[type="text"].req,
input[type="search"].req,
input[type="tel"].req,
input[type="number"].req,
input[type="url"].req,
input[type="email"].req,
input[type="password"].req,
input[type="date"].req,
textarea.req,
select.req {
  background: #fdf8f7 !important;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  input[type="email"],
  input[type="password"],
  input[type="date"],
  textarea,
  select {
    padding: 11px 10px !important;
    border-width: 2px;
  }
}

textarea {
  resize: vertical;
  width: 100% !important;
  height: 260px !important;
  box-shadow: none;
}
@media (max-width: 750px) {
  textarea {
    height: 124px !important;
  }
}

input::-webkit-input-placeholder {
  color: #aaa;
}
@media (max-width: 750px) {
  input::-webkit-input-placeholder {
    font-size: 3.5vw;
  }
}

input:-moz-placeholder {
  color: #aaa;
}
@media (max-width: 750px) {
  input:-moz-placeholder {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 750px) {
  /*
  ----------------------------------------
  -750
  ----------------------------------------
  */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .inline-pc {
    display: none !important;
  }
  .inline-sp {
    display: inline-block !important;
  }
  .center {
    text-align: left;
  }
  .ta-c {
    text-align: center;
  }
  .wrapper {
    min-width: 100%;
  }
  .bg-fixed {
    position: fixed;
    width: 100%;
  }
  .inner {
    padding: 0 5%;
    max-width: 100%;
    margin: 0;
  }
  p,
  dt,
  dd,
  li {
    font-size: 1.4rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* layout */
  html {
    margin-top: 0 !important;
  }
  /* flex */
  .flex {
    display: block;
  }
}
/*
---------------------------------------
header
---------------------------------------
*/
* {
  line-height: 1;
}

.p-header {
  background: #000;
  padding: 43px 0 12px;
}
@media (max-width: 750px) {
  .p-header {
    padding: 2vw 0 1vw;
  }
}
.p-header .p-header__logo {
  text-align: center;
}
@media (max-width: 750px) {
  .p-header .p-header__logo {
    max-width: 56vw;
    margin: 0 auto;
  }
}
.p-header .inner {
  position: relative;
}

/*
---------------------------------------
l-contents
---------------------------------------
*/
.l-contents {
  text-align: center;
  padding-bottom: 170px;
}
@media (max-width: 750px) {
  .l-contents {
    padding-bottom: 25vw;
  }
}

.new-honda {
  padding: 5px 0;
}
@media (max-width: 750px) {
  .new-honda {
    padding: 0.5vw 0;
  }
  .new-honda img {
    width: 72vw;
    display: block;
    margin-inline: auto;
  }
}
.secMainView__img {
  position: relative;
}

@media (max-width: 750px) {
  .secMainView__img {
    width: 140%;
    max-width: initial;
    margin-left: -20%;
  }
}
.secMainView__img img {
  width: 100%;
}

.secMainView__btn {
  position: absolute;
  left: 50%;
  bottom: 4vw;
  transform: translate(-50%, 0);
  transition: 0.3s;
}

.secMainView__btn:hover {
  opacity: 0.7;
}

.secMainView__btn img {
  width: initial;
}
.btn-shop {
  margin-top: 5.1vw;
  margin-inline: auto;
}
.btn-shop.mt2 {
  margin-top: 3.8vw;
}
.btn-shop img {
  width: 41.55vw !important;
  aspect-ratio: 41.55 / 8.89;
  max-width: initial;
}
@media (max-width: 750px) {
  .btn-shop img {
    width: 70vw !important;
  }
}

.secCampaign img {
  width: 100%;
}
@media (max-width: 750px) {
  .secCampaign .secCampaign__ttl {
    width: 140%;
    max-width: initial;
    margin-left: -20%;
  }
}
.secPresent {
  position: relative;
}

.secNew {
  background-image: url(../img/new_bg_top@2x.webp), url(../img/new_bg@2x.webp);
  background-repeat: no-repeat;
  background-position:
    left top,
    center top;
  background-size: 100%, cover;
  padding: 80px 0 100px;
}
@media (max-width: 750px) {
  .secNew {
    padding: 8vw 0 10vw;
  }
}

.secNew__heading {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .secNew__heading {
    margin-bottom: 2vw;
  }
}

.secNew__list {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .secNew__list {
    margin-bottom: 6vw;
  }
}

.secNew__item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .secNew__item:not(:last-child) {
    margin-bottom: 7vw;
  }
}
.secCampaign__item.item-01 {
  margin-top: 6.4vw;
}
.secCampaign__item.item-02 {
  margin-top: 10vw;
}
.secCampaign__item.item-03 {
  margin-top: 7.4vw;
}
.secNew__item.item-02 .icn-sensing {
  bottom: 144px;
  left: 77px;
}
@media (max-width: 750px) {
  .secNew__item.item-02 .icn-sensing {
    bottom: 13.3vw;
    left: 6.9vw;
  }
}
.secNew__item.item-03 .icn-sensing {
  bottom: 239px;
  left: 239px;
}
@media (max-width: 750px) {
  .secNew__item.item-03 .icn-sensing {
    bottom: 21.4vw;
    left: 21.5vw;
  }
}

.secNew__img {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 750px) {
  .secNew__img {
    margin-bottom: 4vw;
  }
}
.secNew__img .icn-sensing {
  position: absolute;
  width: 159px;
  height: 55px;
}
@media (max-width: 750px) {
  .secNew__img .icn-sensing {
    width: 13vw;
    height: 4.5vw;
  }
}

.sensing {
  padding: 8.67vw 0;
}
@media (max-width: 750px) {
  .sensing {
    padding: 10vw 0;
  }
}

.sensing__txt {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  .sensing__txt {
    margin-bottom: 7vw;
  }
}

.sensing__link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  left: 0;
  top: 223px;
}
@media (max-width: 1519px) {
  .sensing__link {
    top: 15vw;
    height: 6vw;
  }
}
@media (max-width: 750px) {
  .sensing__link {
    top: 18vw;
    height: 10vw;
  }
}

.secDrive__img {
  padding: 5.6vw 0 7.6vw;
}

/* .secZankure {
  padding-bottom: 90px;
}
@media (max-width: 750px) {
  .secZankure {
    padding-bottom: 7vw;
  }
} */

.secZankure__item:not(:last-child) {
  margin-bottom: 5.2vw;
}
@media (max-width: 750px) {
  .secZankure__item:not(:last-child) {
    margin-bottom: 7vw;
  }
}

.foot_txt {
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .foot_txt {
    padding-bottom: 1vw;
  }
}

.neo {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .neo {
    padding-bottom: 10vw;
  }
}

.l-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #c30d23;
  padding: 15px 0;
}
@media (max-width: 750px) {
  .l-footer {
    padding: 2vw 0;
  }
}
.l-footer .inner {
  max-width: 987px;
}
@media (max-width: 750px) {
  .l-footer .inner {
    padding-inline: 8vw;
  }
}

.l-footer__btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.l-footer__btns picture {
  text-align: center;
}
/* .l-footer__btn img {
  width: 100%;
} */
@media (max-width: 990px) {
  .l-footer__btns img {
    width: 24vw;
  }
}
@media (max-width: 750px) {
  .l-footer__btns img {
    width: 19vw;
  }
}
a img {
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  a:where(:any-link, :enabled, summary):hover img {
    filter: brightness(1.2);
  }
}

@media (max-width: 750px) {
  .btn-shop img {
    max-width: 70vw;
  }
}

@keyframes shine {
  30% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.shine {
  position: relative;
  outline: none;
  overflow: hidden;
  max-width: 550px;
  margin: 0 auto;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .shine {
    max-width: 70vw;
    margin: 0 auto;
    border-radius: 10px;
  }
}

.shine a {
  position: relative;
  outline: none;
  overflow: hidden;
  display: block;
}

.shine a:before {
  content: "";
  display: block;
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Project ------------ */

.secMainView__img {
  position: relative;
}
#home .btn {
  position: absolute;

  display: inline-block;
  width: max-content;
  left: 50%;
  transform: translate(-50%, 0);
}
#home .btn.btn-01 {
  bottom: 70px;
  width: 645px;
}
@media (max-width: 1519px) {
  #home .btn.btn-01 {
    width: 42.4vw;
    bottom: 4vw;
  }
}
@media (max-width: 750px) {
  #home .btn.btn-01 {
    width: calc(42.4vw * 1.4);
    bottom: 5vw;
  }
}
#home .btn.btn-02 {
  bottom: 130px;
  width: 645px;
}
@media (max-width: 1519px) {
  #home .btn.btn-02 {
    width: 42.4vw;
    bottom: 9vw;
  }
}
@media (max-width: 750px) {
  #home .btn.btn-02 {
    width: calc(42.4vw * 1.4);
    bottom: 9vw;
  }
}
#home .btn.btn-03 {
  bottom: 64px;
  width: 955px;
  transition: 0.3s;
}
#home .btn.btn-03:hover {
  opacity: 0.7;
}
@media (max-width: 1519px) {
  #home .btn.btn-03 {
    width: calc(44.93vw * 1.4);
    bottom: 5vw;
  }
}
@media (max-width: 750px) {
  #home .btn.btn-03 {
    width: calc(55.93vw * 1.4);
    bottom: 6vw;
  }
}
#home .btn.btn-04 {
  bottom: 434px;
  width: 607px;
}
@media (max-width: 1519px) {
  #home .btn.btn-04 {
    width: 39.93vw;
    bottom: 28.5vw;
  }
}
@media (max-width: 750px) {
  #home .btn.btn-04 {
    width: calc(39.93vw * 1.4);
    bottom: 34.5vw;
  }
}
#home .btn.btn-05 {
  top: 910px;
  width: 600px;
}
@media (max-width: 1519px) {
  #home .btn.btn-05 {
    width: 39.47vw;
    top: 59.5vw;
  }
}
@media (max-width: 750px) {
  #home .btn.btn-05 {
    width: calc(39.47vw * 1.4);
    top: 74.5vw;
  }
}
.link-box {
  display: block;
  width: 950px;
  height: 100px;
  position: absolute;
  top: 222px;
  left: 50%;
  transform: translate(-50%, 0px);
}
@media (max-width: 1519px) {
  .link-box {
    top: 14vw;
    width: 64vw;
    height: 8vw;
  }
}
@media (max-width: 750px) {
  .link-box {
    top: 19vw;
    width: 79vw;
    height: 8vw;
  }
}
