@media (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}
body {
  min-width: 100% !important;
  margin: 0;
  padding: 0;
}

body img {
  max-width: 100%;
  margin: 0 auto;
}

.main {
  color: #000000;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.16em;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 750px) {
  .main {
    font-size: 12px;
    line-height: 24px;
  }
}
.main p {
  margin: 0;
  padding: 0;
}
.main img {
  width: 100%;
  height: auto;
}
.main .contents_inner {
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (min-width: 751px) and (max-width: 800px) {
  .main .contents_inner {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .main .contents_inner {
    width: 85.6%;
  }
}
.main {
  /* Arrows */
}
.main .slick-prev,
.main .slick-next {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 28px;
  height: 36px;
  padding: 0;
  transform: translate(0, calc(-50% + 7px));
  border: none;
  outline: none;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  background: url("../../img/next-on.png");
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
@media (max-width: 750px) {
  .main .slick-prev,
  .main .slick-next {
    transform: translate(0, -50%);
    width: 11px;
    height: 14px;
    top: auto;
    bottom: -44px;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .main .slick-prev::before,
  .main .slick-next::before {
    position: absolute;
    content: "";
    background: url("../../img/next.png");
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .main .slick-prev:hover:before,
  .main .slick-next:hover:before {
    opacity: 0;
  }
}
.main .slick-prev:hover,
.main .slick-prev:focus,
.main .slick-next:hover,
.main .slick-next:focus {
  outline: none;
  color: transparent;
}
.main .slick-prev {
  left: -81px;
  background: url("../../img/prev-on.png");
  background-size: cover;
}
@media (max-width: 750px) {
  .main .slick-prev {
    left: calc(50% - 100px);
  }
}
@media screen and (min-width: 1025px) {
  .main .slick-prev::before {
    background: url("../../img/prev.png");
    background-size: cover;
  }
}
.main .slick-next {
  right: -81px;
}
@media (max-width: 750px) {
  .main .slick-next {
    right: calc(50% - 100px);
  }
}
.main .slick-dots {
  position: absolute;
  bottom: -44px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.main .slick-dots li {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 750px) {
  .main .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 6px;
  }
}
.main .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #02195D;
  opacity: 0.25;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .main .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.main .slick-dots li button:hover, .main .slick-dots li button:focus {
  outline: none;
}
.main .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
}
@media (max-width: 750px) {
  .main .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
  }
}
.main .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #02195D;
  background: linear-gradient(180deg, rgb(2, 25, 93) 0%, rgb(27, 44, 173) 100%);
}
@media (max-width: 750px) {
  .main .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
  }
}
.main .kv {
  width: 100%;
  height: 560px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 750px) {
  .main .kv {
    height: 100vh;
  }
}
.main .kv .custom-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .main .kv .custom-video {
    height: 101%;
  }
}
.main .kv video {
  pointer-events: none;
}
.main .kv .contents_inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  color: #fff;
}
.main .kv-title {
  width: 480px;
  margin: 0;
}
@media screen and (min-width: 751px) and (max-width: 800px) {
  .main .kv-title {
    width: 60%;
  }
}
@media (max-width: 750px) {
  .main .kv-title {
    width: 80.5333333333vw;
    margin: 0 0 0 4px;
    padding-bottom: 14px;
  }
}
.main .floating-btn {
  position: relative;
  z-index: 2;
  width: 440px;
  margin: -30px 0 -60px auto;
  line-height: 0;
}
@media (max-width: 750px) {
  .main .floating-btn {
    width: 84.8vw;
    margin: -37px 0 -38px auto;
    margin: -8.8vw 0 -8.8vw auto;
  }
}
@media (min-width: 751px) {
  .main .floating-btn:hover {
    opacity: 0.8;
  }
}
.main .sec01 {
  background: url("../../img/sec01-bg.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 0;
  min-height: 2679px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
  .main .sec01 {
    background: url("../../img/sec01-bg.jpg") no-repeat center top;
    background-size: 1920px;
  }
}
@media (max-width: 750px) {
  .main .sec01 {
    background: url("../../img/sec01-bg-sp.jpg") no-repeat center top;
    background-size: cover;
    padding: 11.7333333333vw 0 0 0;
    min-height: 400.8vw;
  }
}
.main .sec01 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.main .sec01 ul li {
  position: absolute;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.main .sec01 ul li .on {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.main .sec01 ul li.image-box {
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.main .sec01 ul li.image-box.visible {
  opacity: 1;
}
.main .sec01 ul li.image-box.visible .off {
  opacity: 0;
  transition-delay: 1.3s;
}
.main .sec01 ul li.image-box.visible .on {
  opacity: 1;
}
.main .sec01 ul li:nth-child(1) {
  width: 434px;
  top: 238px;
  left: calc(50% - 369px);
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(1) {
    width: 49.6vw;
    top: 23.2vw;
    left: 8vw;
  }
}
.main .sec01 ul li:nth-child(2) {
  width: 209px;
  top: 430px;
  right: calc(50% - 366px);
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(2) {
    width: 27.2vw;
    top: 34.4vw;
    right: 8vw;
  }
}
.main .sec01 ul li.road01 {
  position: absolute;
  width: 100%;
  top: 488px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
  .main .sec01 ul li.road01 {
    width: 1920px;
    left: calc(50% - 960px);
    right: calc(50% - 960px);
  }
}
@media (max-width: 750px) {
  .main .sec01 ul li.road01 {
    width: 100%;
    top: 49.6vw;
    left: 0;
    right: 0;
  }
}
.main .sec01 ul li.road01 picture {
  display: block;
  margin: -100px 0 0 0;
  height: 824px;
}
@media (max-width: 750px) {
  .main .sec01 ul li.road01 picture {
    margin: 0;
    height: 57.6vw;
  }
}
.main .sec01 ul li.road01 img {
  width: 100%;
  height: 100%;
}
.main .sec01 ul li.road02 {
  position: absolute;
  width: 100%;
  height: 1117px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
  .main .sec01 ul li.road02 {
    width: 1920px;
    left: calc(50% - 960px);
    right: calc(50% - 960px);
  }
}
@media (max-width: 750px) {
  .main .sec01 ul li.road02 {
    width: 100%;
    height: 173.8666666667vw;
    left: 0;
    right: 0;
  }
}
.main .sec01 ul li.road02 img {
  width: 100%;
  height: 100%;
}
.main .sec01 ul li:nth-child(4) {
  width: 229px;
  top: 703px;
  left: calc(50% - 124px);
  z-index: 1;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(4) {
    width: 36.5333333333vw;
    top: 82.6666666667vw;
    left: 44.2666666667vw;
  }
}
.main .sec01 ul li:nth-child(5) {
  width: 240px;
  top: 1042px;
  right: calc(50% - 357px);
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(5) {
    width: 37.3333333333vw;
    top: 143.4666666667vw;
    right: 15.7333333333vw;
  }
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(5) img {
    margin: 0 0 0 0;
  }
}
.main .sec01 ul li:nth-child(6) {
  width: 311px;
  top: 910px;
  left: calc(50% - 400px);
  z-index: 1;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(6) {
    width: 43.2vw;
    top: 97.8666666667vw;
    left: 6.4vw;
  }
}
.main .sec01 ul li:nth-child(6) img {
  margin: -50px 0 0 0;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(6) img {
    margin: 0;
  }
}
.main .sec01 ul li:nth-child(7) {
  width: 270px;
  top: 1172px;
  left: calc(50% - 279px);
  z-index: 1;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(7) {
    width: 37.0666666667vw;
    top: 173.6vw;
    left: 12.8vw;
  }
}
.main .sec01 ul li:nth-child(7) img {
  margin: -50px 0 0 0;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(7) img {
    margin: -13.3333333333vw 0 0 0;
  }
}
.main .sec01 ul li:nth-child(8) {
  width: 186px;
  top: 1227px;
  right: calc(50% - 223px);
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(8) {
    width: 32.5333333333vw;
    top: 177.8666666667vw;
    right: 0;
  }
}
.main .sec01 ul li:nth-child(9) {
  width: 249px;
  top: 1360px;
  left: calc(50% - 223px);
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(9) {
    width: 40.5333333333vw;
    top: 198.1333333333vw;
    left: 17.0666666667vw;
    z-index: 1;
  }
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(9) img {
    margin: -5.3333333333vw 0 0 0;
  }
}
.main .sec01 ul li:nth-child(10) {
  width: 171px;
  top: 1439px;
  right: calc(50% - 309px);
  z-index: 2;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(10) {
    width: 24.5333333333vw;
    top: 221.3333333333vw;
    right: 10.4vw;
    z-index: 0;
  }
}
.main .sec01 ul li:nth-child(11) {
  width: 148px;
  top: 1592px;
  left: calc(50% - 256px);
  z-index: 2;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(11) {
    width: 28.5333333333vw;
    top: 230.1333333333vw;
    left: 7.2vw;
    z-index: 2;
  }
}
.main .sec01 ul li:nth-child(11) img {
  margin: -80px 0 0 0;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(11) img {
    margin: -3.7333333333vw 0 0 0;
  }
}
.main .sec01 ul li:nth-child(13) {
  width: 400px;
  top: 1797px;
  left: calc(50% - 400px);
  z-index: 1;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(13) {
    width: 48.5333333333vw;
    top: 269.6vw;
    left: -3.2vw;
  }
}
.main .sec01 ul li:nth-child(13) img {
  margin: -30px 0 0 0;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(13) img {
    margin: 0 0 0 0;
  }
}
.main .sec01 ul li:nth-child(14) {
  width: 235px;
  top: 1894px;
  right: calc(50% - 400px);
  z-index: 1;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(14) {
    width: 37.6vw;
    top: 290.9333333333vw;
    right: -5.8666666667vw;
  }
}
.main .sec01 ul li:nth-child(14) img {
  margin: -100px 0 0 0;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(14) img {
    margin: -13.3333333333vw 0 0 0;
  }
}
.main .sec01 ul li:nth-child(15) {
  width: 325px;
  top: 2039px;
  left: calc(50% - 200px);
  z-index: 1;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(15) {
    width: 51.2vw;
    top: 320.8vw;
    left: 12.8vw;
  }
}
.main .sec01 ul li:nth-child(15) img {
  margin: -50px 0 0 0;
}
@media (max-width: 750px) {
  .main .sec01 ul li:nth-child(15) img {
    margin: -13.3333333333vw 0 0 0;
  }
}
.main .sec01 ul li.visible .on {
  transition-delay: 1s;
}
.main .sec02 {
  position: relative;
  padding: 116px 0 63.2291666667vw 0;
  z-index: 1;
  background: url("../../img/sec02-bg.jpg") no-repeat center bottom;
  background-size: cover;
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
  .main .sec02 {
    background: url("../../img/sec02-bg.jpg") no-repeat center bottom;
    background-size: 1920px;
    padding: 116px 0 1214px 0;
  }
}
@media (max-width: 750px) {
  .main .sec02 {
    background: url("../../img/sec02-bg-sp.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 51px 0 65.0666666667vw 0;
    padding: 48px 0 112vw 0;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 430px) and (max-width: 750px) {
  .main .sec02 {
    background: url("../../img/sec02-bg-sp.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 67px 0 123.7209302326vw 0;
    padding-bottom: 112vw;
  }
}
@media screen and (min-width: 414px) and (max-width: 429px) {
  .main .sec02 {
    background: url("../../img/sec02-bg-sp.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 56px 0 121.9806763285vw 0;
    padding-bottom: 112vw;
  }
}
.main .sec02 .contents_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  transition: opacity 0.5s ease;
}
@media (max-width: 750px) {
  .main .sec02 .contents_inner {
    width: 96%;
  }
}
.main .sec02 .bg-blur {
  position: absolute;
  background: #B1B8C2;
  background: linear-gradient(180deg, rgba(177, 184, 194, 0.8) 0%, rgba(138, 138, 138, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  height: 1628px;
}
@media (max-width: 750px) {
  .main .sec02 .bg-blur {
    background: linear-gradient(180deg, rgb(177, 184, 194) 0%, rgba(138, 138, 138, 0) 100%);
    height: 700px;
  }
}
.main .sec02 .txt {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
  font-size: 23px;
  line-height: 64px;
  letter-spacing: 0.16em;
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
}
@media (max-width: 750px) {
  .main .sec02 .txt {
    font-size: 14px;
    line-height: 40px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin-right: -10px;
  }
}
.main .sec02 .txt + .txt {
  margin-top: 0;
}
@media (max-width: 750px) {
  .main .sec02 .txt + .txt {
    margin-top: 25px;
  }
}
.main .sec03 {
  width: 100%;
  padding-bottom: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .main .sec03 {
    height: 100vh;
    padding-bottom: 0;
  }
}
.main .sec03 .custom-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .main .sec03 .custom-video {
    height: 101%;
  }
}
.main .sec03 video {
  pointer-events: none;
}
.main .sec-bg {
  background: linear-gradient(0deg, rgb(133, 137, 148) 0%, rgb(218, 220, 225) 17.3%, rgb(235, 237, 240) 47.3%, rgb(218, 220, 225) 58.7%, rgb(235, 237, 240) 68.9%, rgb(202, 204, 210) 100%);
  position: relative;
  z-index: 1;
}
.main .sec-bg2 {
  background: #caccd2;
}
.main .sec-bg3 {
  background: linear-gradient(0deg, rgb(230, 232, 236) 0%, rgb(223, 225, 229) 100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .main .sec-bg3 {
    background: linear-gradient(0deg, rgb(218, 220, 225) 0%, rgb(227, 229, 233) 100%);
  }
}
.main .sec04 {
  position: relative;
  z-index: 2;
  padding: 382px 0 0 0;
  margin: -422px 0 0 0;
}
@media (max-width: 750px) {
  .main .sec04 {
    padding: 35px 0 40px 0;
    margin: 0;
  }
}
.main .sec04 .contents_inner {
  position: relative;
  z-index: 1;
}
.main .sec04 .df-list {
  width: 100%;
}
.main .sec04 .df-list .item {
  border-bottom: 2px solid rgba(27, 61, 130, 0.25);
  display: none;
}
.main .sec04 .df-list .item a {
  display: flex;
  text-decoration: none;
  padding: 16px 0 16px 0;
  color: #000;
}
@media (max-width: 750px) {
  .main .sec04 .df-list .item a {
    padding: 16px 2px 19px 0;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .main .sec04 .df-list .item a:hover {
    opacity: 0.5;
  }
}
.main .sec04 .df-list .item-date {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.16em;
  color: #E11B22;
  width: 112px;
}
@media (max-width: 750px) {
  .main .sec04 .df-list .item-date {
    font-size: 15px;
    line-height: 30px;
    width: 110px;
    margin-bottom: 9pxx;
  }
}
.main .sec04 .df-list .item-txt {
  display: block;
  width: calc(100% - 112px);
}
@media (max-width: 750px) {
  .main .sec04 .df-list .item-txt {
    width: 100%;
    order: 2;
    margin: 0;
  }
  .main .sec04 .df-list .item-txt .lp-ex {
    letter-spacing: 0.07em;
  }
}
.main .sec04 .df-list .item-category {
  color: #767676;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 800px) {
  .main .sec04 .df-list .item-category {
    width: 100px;
  }
}
@media (max-width: 750px) {
  .main .sec04 .df-list .item-category {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.16em;
    margin: 0;
    order: 1;
  }
}
.main .sec04 .ttl-cus {
  margin: 0 auto 16px auto;
  width: 266px;
}
@media (max-width: 750px) {
  .main .sec04 .ttl-cus {
    margin: 0 auto 7px auto;
    width: 29.6vw;
  }
}
.main .sec04 .btn-cus {
  margin: 37px 0 109px 0;
}
@media (max-width: 750px) {
  .main .sec04 .btn-cus {
    display: flex;
    width: 100%;
    margin: 20px 0 68px 0;
  }
}
.main .sec04 .btn-cus .readmore {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.16em;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  padding-right: 27.2px;
  position: relative;
}
@media (max-width: 750px) {
  .main .sec04 .btn-cus .readmore {
    font-size: 15px;
    line-height: 23px;
    padding-right: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.main .sec04 .btn-cus .readmore::before {
  content: "";
  display: inline-block;
  width: 11px;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  background: url("../../img/next.png") no-repeat center center;
  background-size: 100%;
}
@media (max-width: 750px) {
  .main .sec04 .btn-cus .readmore::before {
    width: 11px;
  }
}
.main .sec04 .btn-cus .readmore::before img {
  vertical-align: baseline;
}
.main .sec04 .btn-cus .readmore.open::before {
  transform: rotate(-90deg);
}
@media screen and (min-width: 1025px) {
  .main .sec04 .btn-cus .readmore:hover {
    opacity: 0.5;
  }
}
.main .sec04 .txt {
  font-size: 13.5px;
  line-height: 24px;
  letter-spacing: 0.16em;
  color: #fff;
  text-align: center;
  margin: 0 0 26px 0;
}
@media (max-width: 750px) {
  .main .sec04 .txt {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.16em;
    margin: 0 0 22px 0;
  }
}
.main .sec04 .txt.lh-ex {
  line-height: 28px;
  text-align: left;
}
@media (max-width: 750px) {
  .main .sec04 .txt.lh-ex {
    line-height: 24px;
  }
}
.main .sec04 .txt.txt-social {
  color: #000;
  margin-top: 125px;
}
@media (max-width: 750px) {
  .main .sec04 .txt.txt-social {
    margin-top: 66px;
  }
}
.main .sec04 .social {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 -49px 0;
}
@media (max-width: 750px) {
  .main .sec04 .social {
    margin: 0;
  }
}
.main .sec04 .social li {
  width: 66px;
  margin: 0 3px;
  position: relative;
}
@media (max-width: 750px) {
  .main .sec04 .social li {
    width: 73px;
    margin: 0 5px;
  }
}
.main .sec04 .social li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #93939a;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
  border-radius: 10px;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .main .sec04 .social li:hover::before {
    opacity: 1;
  }
}
.main .sec04 .social li img {
  position: relative;
  z-index: 1;
}
.main .sec04 .social li a {
  padding: 10px;
  display: block;
}
.main .sec05 {
  padding: 84px 0 200px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .main .sec05 {
    padding: 40px 0 96px 0;
  }
}
@media (max-width: 750px) {
  .main .sec05 .contents_inner {
    width: 92%;
  }
}
.main .sec05 .ttl-cus {
  width: 312px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  .main .sec05 .ttl-cus {
    width: 34.9333333333vw;
  }
}
.main .sec05 .desc {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.16em;
  color: #02195D;
  margin: 23px 0 38px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .main .sec05 .desc {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin: -4px 0 28px 0;
  }
}
.main .sec05 .slider .group-btn {
  position: absolute;
  width: 190px;
  height: 172px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .main .sec05 .slider .group-btn {
    width: 204px;
    height: 188px;
    bottom: 18px;
  }
}
.main .sec05 .slider .btn-cus {
  width: 100%;
  font-size: 11.5px;
  line-height: 21px;
  letter-spacing: 0.16em;
  font-weight: bold;
  background: #02195D;
  background: linear-gradient(45deg, rgb(27, 44, 173) 0%, rgb(2, 25, 93) 100%);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border-radius: 31px;
  padding: 5px 0 5px 0;
}
@media (max-width: 750px) {
  .main .sec05 .slider .btn-cus {
    font-size: 12px;
    line-height: 23px;
    border-radius: 34px;
  }
}
@media screen and (min-width: 1025px) {
  .main .sec05 .slider .btn-cus:hover {
    background: #02195D;
  }
}
.main .sec05 .slider .btn-cus .arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .main .sec05 .slider .btn-cus .arrow {
    width: 11px;
    margin-left: 10px;
    margin-top: 2px;
  }
}
.main .sec05 .slider .btn-cus .arrow img {
  vertical-align: baseline;
}
.main .sec05 .slider .btn-cus a {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
}
@media (max-width: 750px) {
  .main .sec05 .slider .btn-cus a {
    display: inline-flex;
  }
}
.main .sec05 .slider .btn-cus a .arrow {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 750px) {
  .main .sec05 .slider .btn-cus a .arrow {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.main .sec05 .slider .btn-cus .btn-text {
  max-width: 140px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 750px) {
  .main .sec05 .slider .btn-cus .btn-text {
    max-width: 150px;
  }
}
.main .sec05 .slider .btn-cus + .btn-cus {
  margin-top: 8px;
}
@media (max-width: 750px) {
  .main .sec05 .slider .btn-cus + .btn-cus {
    margin-top: 10px;
  }
}
.main .sec05 .slider {
  margin: 0 auto 0 auto;
}
@media (max-width: 750px) {
  .main .sec05 .slider {
    margin: 0 -5% 0 -5%;
  }
}
@media screen and (min-width: 751px) and (max-width: 970px) {
  .main .sec05 .slider {
    width: 520px;
  }
}
.main .sec05 .slider .slick-track {
  display: flex !important;
}
.main .sec05 .slider .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}
.main .sec05 .slider .item {
  width: 238px;
  background: rgba(245, 248, 255, 0.96);
  margin: 0 21px;
  color: inherit;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.main .sec05 .slider .item.dummy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 25, 93, 0.8);
}
.main .sec05 .slider .item.item-new::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url("../../img/new.jpg") no-repeat center top;
  background-size: 100%;
  width: 58px;
  height: 29.6px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.16);
}
@media (max-width: 750px) {
  .main .sec05 .slider .item {
    width: 260px;
    margin: 0 -7px;
  }
}
.main .sec05 .slider .item .photo {
  width: 100%;
  height: 152px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .main .sec05 .slider .item .photo {
    width: 100%;
    height: 166px;
  }
}
.main .sec05 .slider .item .photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  color: transparent;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 1025px) {
  .main .sec05 .slider .item:hover .photo img {
    transform: scale(1.08);
  }
}
.main .sec05 .slider .item-content {
  padding: 12px 24px 180px 24px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .main .sec05 .slider .item-content {
    padding: 12px 28px 180px 28px;
  }
}
.main .sec05 .slider .item-ttl {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.12em;
  color: #02195D;
  margin: 0 0 12px 0;
}
@media (max-width: 750px) {
  .main .sec05 .slider .item-ttl {
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 18px 0;
  }
}
.main .sec05 .slider .item-ttl .symbol {
  display: inline-block;
  letter-spacing: 0.12em;
  margin: 0 -10px 0 -10px;
}
@media (max-width: 750px) {
  .main .sec05 .slider .item-ttl .symbol {
    letter-spacing: 0.07em;
    margin: 0 -15px 0 -10px;
  }
}
@media (min-width: 751px) {
  .main .sec05 .slider .item-txt {
    font-size: 11.5px;
  }
}
.main .sec05 .slider .item-txt + .item-txt {
  margin: 10px 0 0 0;
}
.main .sec05 .slider .item-note {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin: 10px 0 0 0;
}
@media (max-width: 750px) {
  .main .sec05 .slider .slick-slide {
    transform: scale(0.73845) translateY(0);
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 750px) {
  .main .sec05 .slider .slick-slide,
  .main .sec05 .slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
    transition: all 0.4s ease-in-out;
    transform: scale(0.73845) translateY(0);
  }
}
.main .sec05 .slider .slick-center,
.main .sec05 .slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1) translateY(0);
}
@media (max-width: 750px) {
  .main .sec05 .slider .slick-current.slick-active {
    transform: scale(1) translateY(0);
  }
}
.main .sec05 .slick-slider .slick-track, .main .sec05 .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.main .sec06 {
  padding: 296px 0 132px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .main .sec06 {
    background: url("../../img/sec06-bg-img.jpg") no-repeat center top;
    background-size: auto 100%;
    padding: 22.4vw 0 13.8666666667vw 0;
    padding: 34.1333333333vw 0 17.8666666667vw 0;
  }
}
.main .sec06::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../img/sec05-bg.png") no-repeat center top;
  background-size: 100%;
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
  .main .sec06::after {
    background: url("../../img/sec05-bg.png") no-repeat center top;
    background-size: 1920px;
  }
}
@media (max-width: 750px) {
  .main .sec06::after {
    background: url("../../img/sec05-bg-sp.png") no-repeat center top;
    background-size: cover;
  }
}
.main .sec06::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  right: 0;
  height: 4px;
  background: #D4D6DB;
}
@media (max-width: 750px) {
  .main .sec06::before {
    background: #caccd2;
  }
}
.main .sec06 .bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  position: absolute;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: all 0.1s ease-in-out;
  line-height: 0;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .main .sec06 .bg-slider {
    margin: 0;
    padding: 0;
    animation-duration: 100s;
  }
}
.main .sec06 .bg-slider img {
  width: 2695px;
  height: 954px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 750px) {
  .main .sec06 .bg-slider img {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 751px) {
  .main .sec06 .marqueeStyle2 {
    margin: 0 0 0 1px;
  }
}
.main .sec06 .marqueeStyle {
  animation-name: bgAnimLeft;
}
.main .sec06 .marqueeStyle2 {
  animation-name: bgAnimLeft2;
  transform: translate3d(-100%, 0, 0);
}
.main .sec06 .ttl-02 {
  width: 480px;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .main .sec06 .ttl-02 {
    width: 80.5333333333vw;
    margin: 0;
    margin-left: 1.0666666667vw;
  }
}
.main .pin-spacer {
  z-index: 0;
}
.main .clipIn {
  clip-path: inset(0 0 100% 0);
}
.main .road02.clipIn.visible, .main .sec05 .road.clipIn.visible {
  transition: clip-path 0.6s linear 0.1s;
  clip-path: inset(0 0 0 0);
}
.main .road01.visible .clipIn {
  transition: clip-path 0.6s linear 0.1s;
  clip-path: inset(0 0 0 0);
}
.main .to-top {
  position: fixed;
  width: 60px;
  right: 20px;
  bottom: 24px;
  z-index: 1;
  display: none;
}

@keyframes bgAnimLeft {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes bgAnimLeft2 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  font-weight: normal;
  font-weight: 700;
  opacity: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  transition: all 0.35s ease;
  background: none;
}
@media (max-width: 750px) {
  .modal {
    height: 100dvh;
  }
}
.modal-hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72, 72, 72, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: none;
  z-index: 100000;
}
@media (max-width: 750px) {
  .modal-overlay {
    height: 100dvh;
  }
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal-overlay {
  opacity: 1;
}
.modal_outer {
  background: linear-gradient(45deg, rgb(2, 25, 93) 0%, rgb(27, 44, 173) 100%);
  color: #fff;
  transition: background 0.2s ease;
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 1;
  padding: 3px 0 34px 0;
}
@media (min-width: 751px) {
  .modal_outer {
    padding: 8px 0 38px 0;
  }
}
@media (max-width: 750px) {
  .modal_outer {
    max-width: calc(100% - 45px);
    width: 100%;
  }
}
.modal-inner {
  position: relative;
  z-index: 1;
  padding: 0 3px 0 3px;
}
@media (min-width: 751px) {
  .modal-inner {
    padding: 0 8px 0 8px;
    max-height: 90vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
  }
}
.modal-inner::-webkit-scrollbar {
  width: 0;
}
.modal-inner::-webkit-scrollbar-track {
  background: transparent;
}
.modal-inner::-webkit-scrollbar-thumb {
  background: transparent;
}
.modal-inner::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.modal-inner video {
  width: 100%;
  height: 553px;
}
@media (max-width: 750px) {
  .modal-inner video {
    height: 48.5333333333vw;
  }
}
.modal-img {
  line-height: 1;
}
.modal .btn-close {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  cursor: pointer;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.12em;
  font-weight: 700;
  padding: 0 38px 0 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 750px) {
  .modal .btn-close {
    bottom: 11px;
    font-size: 12px;
    line-height: 13px;
    padding: 0 27px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .modal .btn-close:hover {
    opacity: 0.5;
  }
}
.modal .btn-close::before {
  position: absolute;
  content: "";
  background: url("../../img/close.png") center right no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  top: 0;
  right: 6px;
  bottom: 0;
}
@media (max-width: 750px) {
  .modal .btn-close::before {
    width: 11px;
    height: 11px;
    top: 2px;
  }
}
.modal-slide {
  display: none;
}
.modal-video {
  width: 100%;
  height: 553px;
}
@media (max-width: 750px) {
  .modal-video {
    height: 48.5333333333vw;
  }
}
.modal-video .video_src {
  width: 100%;
  height: 100%;
}
.modal-video .video_src iframe {
  width: 100%;
  height: 100%;
}

.modalActive body {
  overflow: hidden;
}
.modalActive .modal-overlay {
  display: block;
}

.complete-balance {
  position: relative;
  z-index: 1;
  background: #e9eaee;
}
.complete-balance-banner {
  line-height: 0;
}
.complete-balance-banner + .complete-balance-banner {
  margin: 40px auto 0 auto;
}
@media (max-width: 750px) {
  .complete-balance-banner + .complete-balance-banner {
    margin: 12px auto 0 auto;
  }
}

.movie {
  position: relative;
  z-index: 1;
  padding: 136px 0 77px 0;
}
@media (max-width: 750px) {
  .movie {
    padding: 55px 0 15px 0;
  }
}
.movie .ttl-cus {
  width: 688px;
  margin: 0 auto 25px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .movie .ttl-cus {
    width: 76.5333333333vw;
    margin: 0 0 6px 0;
  }
}
.movie .desc {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.12em;
  margin: 0 0 38px 0;
  color: #02195D;
  text-align: center;
}
@media (max-width: 750px) {
  .movie .desc {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.05em;
    margin: 0 0 30px 0;
    text-align: left;
  }
}
.movie-photo {
  width: 100%;
  height: 452px;
  margin: 0 auto 0 auto;
  position: relative;
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
}
@media (min-width: 751px) {
  .movie-photo:hover {
    opacity: 0.8;
  }
}
@media (max-width: 750px) {
  .movie-photo {
    margin: 0 auto 0 auto;
    height: 182px;
  }
}
.movie-photo::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../img/icon-play.svg") no-repeat center center;
  background-size: 100%;
  width: 104px;
  height: 104px;
  margin: auto;
  z-index: 1;
}
@media (max-width: 750px) {
  .movie-photo::before {
    background: url("../../img/icon-play-sp.svg") no-repeat center center;
    background-size: 100%;
    width: 42px;
    height: 42px;
  }
}
.movie-photo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.movie-banner {
  line-height: 0;
}
@media (min-width: 751px) {
  .movie-banner:hover {
    opacity: 0.8;
  }
}
.movie .df {
  max-width: 85.6%;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .movie .df {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
  }
}
@media (min-width: 751px) {
  .movie-item {
    width: 560px;
    width: 48.28%;
  }
}
.movie-item .movie-photo {
  height: auto;
}
@media (max-width: 750px) {
  .movie-item .movie-photo {
    height: 180px;
  }
}
.movie-item .movie-photo video {
  height: auto;
  position: relative;
  top: 0;
  transform: none;
}
@media (max-width: 750px) {
  .movie-item .movie-photo video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.for-you {
  background: url("../../img/for-you-bg.png") no-repeat center top, #caccd2;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding: 129px 0 422px 0;
}
@media (max-width: 750px) {
  .for-you {
    background: url("../../img/for-you-bg-sp.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 49px 0 45.3333333333vw 0;
  }
}
.for-you .ttl-cus {
  width: 358px;
  margin: 0 auto 37px auto;
  text-align: center;
}
@media (max-width: 750px) {
  .for-you .ttl-cus {
    width: 40vw;
    margin: 0 0 16px 0;
    text-align: left;
  }
}
.for-you .desc {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 0 32px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .for-you .desc {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 0 0 28px 0;
    text-align: left;
  }
}
@media (min-width: 751px) {
  .for-you .group-banner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .for-you .banner-item {
    width: 384px;
  }
}
@media screen and (min-width: 751px) and (max-width: 800px) {
  .for-you .banner-item {
    width: 48%;
  }
}
@media (max-width: 750px) {
  .for-you .banner-item + .banner-item {
    margin-top: 55px;
  }
}
.for-you .banner {
  margin: 0 auto 40px auto;
  line-height: 0;
}
@media screen and (min-width: 751px) and (max-width: 804px) {
  .for-you .banner {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .for-you .banner {
    width: 100%;
    margin: 0 auto 35px auto;
  }
}
.for-you .group-download {
  list-style: none;
  padding: 0;
  margin: 0 auto 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  .for-you .group-download {
    width: 260px;
    margin: 0 auto 0 auto;
  }
}
.for-you .group-download .btn-cus span {
  display: block;
  background: #fff;
  color: #02195D;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-align: center;
  width: 230px;
  height: 58px;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .for-you .group-download .btn-cus span {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 60px;
    border-radius: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .for-you .group-download .btn-cus span:hover {
    background: #02195D;
    color: #fff;
  }
}
.for-you .group-download .btn-cus + .btn-cus {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .for-you .group-download .btn-cus + .btn-cus {
    margin-top: 26px;
  }
}/*# sourceMappingURL=style.css.map */