@charset "UTF-8";

/* CSS Document */
body {
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
/* #marine_content h2 {
  margin: 80px auto 40px;
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  color: #35363b;
} */

#marine_content h2 p {
  color: red;
  line-height: 50%;
  font-size: 16px;
  font-weight: 700;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  z-index: 2;
}

/* .slick-dots {
  bottom: 0;
  position: relative !important;
  order: 2;
  width: auto !important;
} */

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button::before {
  font-family: "slick";
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 17px;
  left: 0;
  width: 0;
  height: 24px;
  content: "〇";
  text-align: center;
  color: #df0000;
  border-width: 5px;
  border-color: #df0000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  vertical-align: middle;
}

.slick-dots li.slick-active button::before {
  font-family: "slick";
  font-size: 12px;
  line-height: 12px;
  content: "●";
  color: #df0000;
  opacity: 1;
  vertical-align: middle;
}
.slick-dots li.is-iphone.slick-active button::before {
  font-size: 14px;
  line-height: 9px;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
  transition: all 0.6s;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.open {
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
}
.close {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.movie-arrow-btn{
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 20px;
  border-width: 0;
  background-color: transparent;
}
.movie-arrow-btn:disabled{
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  #marine_content {
    background: #fff;
  }

  /*
	-------------main visual
	*/
  main {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 0 100%;
    width: 100%;
  }

  section.movie-gallary{
    width: min(80vw,1146px);
    margin: 0 auto;
    position: relative;
    padding-bottom: 120px;
  }

  #movie-container,
  .slick-container {
    grid-area: 1/2;
  }

  #movie-container {
    position: relative;
    width: 100%;
    z-index: 999;
  }

  #movie-container video {
    width: 100%;
    object-fit: cover;
  }

  .slick-container {
    margin-top: 24px;
    left: 0;
  }

  .slick-pagination {
    display: block;
    height: 52px;
    position: relative;
    width: 170px;
    left: 11.5%;
    margin: 0;
  }
  .pagination-1 .slick-dots {
    bottom: 36px;
  }

  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    padding: 5px 0;
    cursor: pointer;
  }
  .slick-prev {
    background: url(../images/kv-prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 50% !important; */
    height: 18px !important;
    left: 0;
    transition: all 0.6s;
    width: 26px !important;
    z-index: 1 !important;
    order: 1;
  }
  .slick-next {
    background: url(../images/kv-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 50% !important; */
    height: 18px !important;
    right: 0;
    transition: all 0.6s;
    width: 26px !important;
    z-index: 1 !important;
    order: 1;
  }
  .slick-pagination-2 .slick-prev {
    background: url(../images/kv-prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 50% !important; */
    height: 18px !important;
    left: 0 !important;
    transition: all 0.6s;
    width: 26px !important;
    z-index: 1 !important;
    order: 1;
  }

  .slick-prev::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .youtube-carousel .slick-prev {
    position:absolute;
    background: url(../images/kv-prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 18px !important;
    left: 40% !important;
    transition: all 0.6s;
    width: 26px !important;
    order: 3;
    top: 105%;
  }

  .youtube-carousel .slick-next {
    position:absolute;
    background: url(../images/kv-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 18px !important;
    right: 40%;
    transition: all 0.6s;
    width: 26px !important;
    order: 3;
    top: 105%;
  }

  .main-visual {
    height: 36vw;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .main-visual .visual-item {
    width: min(100%, 1200px);
    display: flex;
    justify-content: center;
    margin: 0 24px 8px 24px;
  }

  .slick-container .catch-copy {
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: 5;
  }

  h2.catch-head {
    color: white;
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    width: auto;
  }

  h2.catch-head .catch-st {
    background-color: #df0000;
    width: fit-content;
    padding: 8px;
    margin-bottom: 16px;
  }

  h2.catch-head .catch-st:nth-child(3) {
    margin-bottom: 0;
  }

  .slick-container .catch-copy .catch-copy-sub {
    font-size: 20px;
  }
  .slick-container .catch-copy .catch-copy-sub span {
    background-color: transparent;
    height: 20px;
    color: #df0000;
  }

  /*
    .main-visual .visual-item .movie-item{
        position: relative;
    }

    .main-visual .visual-item .movie-item::before {
        padding-top: 56.25%;
        display: block;
        content: "";
    }

    .main-visual .visual-item .movie-item iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    */
    .movie-item{
      cursor: pointer;
    }
  .main-visual .visual-item img {
    box-shadow: 4px 4px 4px rgb(0 0 0 / 40%);
    width: 100%;
  }

  .main-visual .visual-item {
    line-height: 0;
    transition: all 0.6s;
    width: 96%;
    /* max-width: 1146px; */
    position: relative;
  }

  .main-visual .visual-item a:hover span {
    background: rgba(0, 0, 0, 0);
  }

  .main-visual .visual-item .txt-block {
    display: flex;
    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    /* background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
    top: 0;
    padding: 0 15px 0 63px;
    position: absolute;
    align-items: center;
    right: 0;
    color: #fff;
    line-height: 1.2;
    width: 416px;
    height: 70px;
  }

  .main-visual .visual-item .txt-block .kv-explain {
    font-size: 12px;
    font-weight: 500;
    margin-right: 20px;
  }

  .main-visual .visual-item .txt-block .machine-name {
    font-size: 36px;
    font-weight: 900;
  }

  .main-visual .visual-item.bf250lp .txt-block {
    right: 0;
    left: inherit;
  }

  .support-button {
    position: fixed;
    display: flex;
    right: 100px;
    bottom: 64px;
    width: 222px;
    height: 52px;
    background-color: #df0000;
    border-style: solid;
    border-color: white;
    border-width: 3px;
    z-index: 3;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 30px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 70%);
    cursor: pointer;
    transition: 0.5s;
    font-style: normal;
  }
  .support-button:hover {
    opacity: 0.7;
  }

  .support-button p {
    color: white;
    font-weight: 700;
    font-size: 16px;
    align-self: center;
    margin-left: 16px;
  }

  .scroll-object {
    position: absolute;
    left: 8.9%;
    bottom: -3%;
    z-index: 0;
  }

  .scroll-object span {
    color: #df0000;
    font-size: 12px;
  }

  .scroll-object .line {
    display: block;
    margin: 10px auto 0;
    width: 1px;
    height: 89px;
    background-color: #df0000;
  }

  .scroll-object .circle {
    display: block;
    margin: 0px auto;
    width: 6.8px;
    height: 6.8px;
    background-color: #df0000;
    border-radius: 50%;
  }

  /* .support-button p::after {
    background-image: url(../images/plus.svg);
    width: 50px;
    height: 50px;
  } */

  /*
  ------------PICKUP
  */

  .pick-up .img-wrapper {
    width: 80%;
    max-width: 1020px;
    /* height: 325px; */
    aspect-ratio: (1020/384);
    display: flex;
    justify-content: center;
    justify-self: center;
  }

  .pick-up .img-wrapper .pick-up-content {
    /* background-image: url(../images/bf250-picture.png);
    background-size: contain;
    background-repeat: no-repeat; */
    width: 33.33%;
    height: 100%;
    position: relative;
  }

  .pick-up .img-wrapper .pick-up-content img {
    width: 100%;
    object-fit: contain;
  }

  .pick-up .img-wrapper .pick-up-content h3 {
    color: white;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 46px;
    font-weight: 700;
  }

  .pick-up .img-wrapper .pick-up-content p {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  /*
	-------------PRODUCT
	*/
  .product {
    display: block;
    width: 100%;
    background: linear-gradient(white 0%, white 33%, #35363b 33%, #35363b 100%);
    margin: 0 auto;
    padding-bottom: 80px;
    padding: 0;
  }

  .product .product-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px;
    width: calc(980px - 50px);
  }

  .product a {
    transition: all 0.6s;
    text-decoration: none;
  }

  .product a:hover {
    opacity: 0.6;
  }

  .product h3 {
    color: #707070;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: center;
    width: 100%;
  }

  .product .product-content {
    width: 270px;
    margin-bottom: 64px;
  }

  .product .product-content img {
    width: 100%;
  }

  .product .product-content .product-content-text {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-top: -3px;
    text-align: center;
    background-color: #df0000;
    line-height: 42px;
  }

  .product .product-content .product-content-explain {
    color: white;
    margin: 16px 0;
    text-align: center;
  }

  /*
	-------------FEATURE
	*/
  .feature {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 70px auto 0;
    width: 980px;
  }

  .feature a {
    display: block;
    line-height: 0;
    transition: all 0.6s;
    text-decoration: none;
  }

  .feature a:hover {
    opacity: 0.6;
  }

  .feature .feature-content {
    position: relative;
    width: 50%;
  }

  .feature .feature-content img {
    width: 100%;
  }

  .feature .feature-content .feature-content-text {
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    line-height: 1.3;
    padding: 5px 1em;
    position: absolute;
  }

  .feature .feature-content .feature-content-text span {
    font-size: 16px;
  }

  /*
	-------------NEWS
	*/
  .bg-gray,
  .bg-gray-2 {
    background-color: #e4e5e6;
    margin: 60px auto 0;
    max-width: 1146px;
    padding-bottom: 56px;
  }

  .bg-gray-half {
    background-color: #e4e5e6;
    margin: 60px auto 0;
    /* max-width: 1146px; */
    /* padding-bottom: 56px; */
    background: linear-gradient(#e4e5e6 0%, #e4e5e6 66%, white 66%, white 100%);
  }

  .bg-gray h2,
  .bg-gray-2 h2,
  .bg-gray-half h2 {
    width: 980px;
    padding-top: 60px;
  }

  /* .bg-gray h3 {
    color: #f80404;
    font-style: italic;
    font-size: 20px;
    margin: 0 0 25px;
    text-align: center;
    width: 100%;
  } */

  /*tech*/
  .technology {
    height: auto;
  }

  /* .technology .tech-bg {
    width: 100vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  } */

  .technology .tech-bg img {
    width: 100%;
  }

  /* .technology .bg-gray {
    position: relative;
    margin-top: -160px;
    margin-bottom: 80px;
    z-index: 2;
  } */

  .technology .bg-gray h2 {
    /* padding-top: 0; */
  }

  .technology p {
    color: #707070;
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
  }

  /*
  -------------SPECIAL
	*/
  .special {
    /* background: #f6f6f6;
    display: flex;
    justify-content: space-between;
    width: calc(980px - 50px); */
    /* margin: 0px auto 0; */
    /* padding: 0px; */
    /* display: block; */
    padding: 0;
    width: 100vw;
    background-color: #fff;
    background-image: url(../images/special-bg-pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .special a {
    transition: all 0.6s;
    text-decoration: none;
  }

  .special h2 {
    padding-top: 80px;
  }

  .special a:hover {
    opacity: 0.6;
  }

  /* .special .project-story {
    position: relative;
    width: 74.29%;
    aspect-ratio: 1040/360;
    max-width: 1040px;
    background-image: url(../images/project-story-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 40px auto;
  } */

  .special .project-story .project-story-text-wrapper {
    position: relative;
    transform: translateY(-50%);
    left: 40px;
    top: 50%;
    width: 38.46%;
    height: 77.77%;
    background-color: #35363b;
    background-image: url(../images/next-arrow-3.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 16px bottom 16px;
  }

  .special .project-story .project-story-text-wrapper .project-story-title {
    position: absolute;
    display: flex;
    align-items: center;
    left: 32px;
    top: 32px;
    width: 204px;
    height: 32px;
    background-color: #fff;
  }

  .special .project-story .project-story-text-wrapper .project-story-title p {
    font-size: 15px;
    font-family: 700;
  }

  .special .project-story .project-story-text-wrapper .project-story-title .square {
    width: 15px;
    height: 15px;
    margin-left: 9px;
    margin-right: 7px;
    background-color: #df0000;
  }

  .special .project-story .project-story-text-wrapper .project-story-explain {
    position: absolute;
    top: 88px;
    left: 32px;
    color: #fff;
    font-family: 700;
    font-size: 24px;
    line-height: 36px;
  }
  .special .special-other-contents {
    position: relative;
    width: 74.29%;
    max-width: 1040px;
    margin: 0 auto 40px auto;
    display: grid;
    grid-template-columns: 48.08% 40px 48.08%;
  }
  .special .special-other-contents .special-content {
    width: 100%;
    max-width: 500px;
  }
  .special .special-other-contents .special-content img {
    width: 100%;
  }
  .special .special-other-contents .special-content .content-explain {
    display: flex;
    width: 100%;
    height: 90px;
    margin-top: -3px;
    background-color: #35363b;
    z-index: 2;
    color: white;
    font-size: 24px;
    align-items: center;
    background-color: #35363b;
    background-image: url(../images/next-arrow-3.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 16px center;
  }
  .special .special-other-contents .special-content .content-explain p {
    margin-left: 20px;
  }
  .special .special-other-contents .special-content-1 {
    grid-column: 1;
  }
  .special .special-other-contents .special-content-2 {
    grid-column: 3;
  }
  .movie-item a .txt-block {
    color: #505157;
    font-size: 14px;
    line-height: 22px;
  }
  .movie-items {
    display: flex;
    justify-content: center;
  }
  .movie-items .slick-list {
    width: 89.35%;
    max-width: 1024px;
  }
  .movie-items .slick-list .slick-track {
    width: 100%;
  }
  .movie-item a {
    max-width: 320px;
    text-decoration: none;
  }
  .movie-item a img {
    padding: 0 8px;
    width: 100%;
  }

  .movie-container {
    display: flex;
    /* justify-content: center; */
    overflow-x: scroll;
    max-width: 1146px;
    margin-bottom: 16px;
  }
  .movie-items {
    height: 400px;
    /* max-width: 1024px; */
  }

  .movie-item a {
    width: 400px;
    text-decoration: none;
  }
  .movie-item a img {
    padding: 0 16px;
    width: 320px;
  }

  .movie-item a .txt-block {
    padding: 8px 16px 32px;
    display: flex;
    justify-content: center;
    /* width: 100%; */
  }
  .movie-item a .txt-block {
    color: #505157;
    font-size: 14px;
    line-height: 22px;
  }
  .movie-arrow-btn.prev-mv-btn{
    position: absolute;
    top: 48%;
    left: -66px;
  }
  .movie-arrow-btn.next-mv-btn{
    position: absolute;
    top: 48%;
    right: -50px;
  }
  .movie-container::-webkit-scrollbar {
    display: none;
  }



  .simplebar-scrollbar::before {
    background: #df0000;
    border-radius: 0;
    height: 5px !important;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    bottom: 5px;
  }
  .simplebar-content {
    height: 94%;
    display: flex;
  }
  .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .simplebar-track {
    position: absolute;
    bottom: 0px;
    background: #c8c9cc;
    height: 5px !important;
    width: 80%;
    margin: 0 auto;
    /* padding-top: 16px; */
  }

  .pagination-2 {
    display: block;
    height: 2px;
    position: relative;
    width: min(68.6%, 786px);
    transform: translateX(-50%);
    left: 50%;
    margin: 16px 0 0;
    z-index: 100;
  }
  .pagination-2 .slick-dots li {
    margin: 0;
    width: 16.66%;
    max-width: 786px;
    padding: 0;
    height: 2px;
  }
  .pagination-2 .slick-dots :not(.slick-active) {
    background-color: #c8c9cc;
  }
  .pagination-2 .slick-dots .slick-active {
    background-color: #df0000;
  }
  .movie-prev-arrow {
    z-index: 2;
    display: block;
    background-image: url(../images/prev-movie-arrow.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    left: -22%;
    top: -190px;
    cursor: pointer;
  }
  .movie-next-arrow {
    z-index: 2;
    display: block;
    background-image: url(../images/next-movie-arrow.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    right: -22%;
    top: -190px;
    cursor: pointer;
  }
  .slick-disabled {
    opacity: 0.4;
  }
  .info-wrapper {
    max-width: 1040px;
    height: 444px;
    /* background-color: #df0000; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
  }

  .info-wrapper .info-items {
    position: relative;
    width: 320px;
    height: 202px;
    background-color: #e4e5e6;
  }
  .info-wrapper .info-items:nth-child(2n) {
    background-color: #d7d8da;
  }
  .info-wrapper .info-items .info-img {
    width: 130px;
    height: 112px;
    margin: 12px auto;
    display: flex;
    align-self: center;
  }
  .info-wrapper .info-items .info-title {
    width: max-content;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: 26px;
    display: flex;
    text-align: center;
    color: #df0000;
    font-family: 700;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
  }
  .info-wrapper .info-items .info-explain {
    width: max-content;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: 9.375%;
    display: flex;
    text-align: center;
    font-family: 700;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #505157;
  }
  .info-wrapper .info-items .info-title .info-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  .info-wrapper .info-items:nth-child(2) .info-title .info-icon {
    position: absolute;
    right: 12%;
    top: 45%;
  }

  .news.bg-gray {
    margin-top: 80px;
    padding-top: 24px;
    padding-bottom: 72px;
    /* margin: 0 auto; */
  }

  ul.news_table{
    border-top: solid 1px #bcbcbc;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 880px;
  }
  ul.news_table li{
    border-bottom: solid 1px #bcbcbc;
    list-style: none;
    margin: 0 auto;
    padding: 16px;
    width: 880px;
  }

  ul.news_table li:nth-child(odd) {
      background: #e4e5e6;
  }

  ul.news_table li dl {
    display: flex;
  }

  ul.news_table li dl dt {
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    color: #df0000;
    font-weight: 600;
    padding: 0;
    width: 100px;
    
  }
  ul.news_table li dl dd a {
    color: #505157;
    display: block;
    text-decoration: none;
    transition: all 0.6s;
    width: 680px;;
  }


  .bg-gray-2 {
    width: 100%;
    background-color: #e4e5e6;
  }
  /*
  -------------faq
  */
  .faq-accordion {
    max-width: 1040px;
    /* background-color: #f2f2f2; */
    margin: 0 auto;
  }

  .faq-accordion:not([open]) {
    margin-bottom: 16px;
  }

  .faq-accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 40px;
    background-color: #ffffff;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 40px center;
  }
  .faq-accordion summary span {
    color: #df0000;
    font-style: bold;
  }

  .faq-accordion:not([open]) summary {
    background-image: url(../images/accordion-plus.svg);
  }
  .faq-accordion[open] summary {
    background-image: url(../images/accordion-minus.svg);
  }

  .faq-accordion summary::-webkit-details-marker {
    display: none;
  }

  .faq-accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 24px 40px;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    /* transition: transform 0.5s, opacity 0.5s; */
  }

  .faq-accordion p span {
    color: #df0000;
  }

  .faq-accordion[open] p {
    transform: none;
    opacity: 1;
    margin-bottom: 16px;
    background-color: #d7d8da;
  }

  ul.news_table li:nth-child(2n + 1) {
    /* background: #f6f6f6; */
  }

  .bottom-btn-wrapper {
    display: flex;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: 0 auto;
  }

  .bg-gray .more-btn,
  .detail-wrapper .more-btn,
  section.Honda-active .decorated-row .more-btn,
  .bottom-btn-wrapper .more-btn {
    border: 1px solid #df0000;
    margin: 40px auto 0;
    background-color: white;
  }
  .bg-gray .more-btn,
  .bottom-btn-wrapper .more-btn {
    width: 360px;
    background-color: white;
  }

  .detail-wrapper .more-btn {
    width: 240px;
    margin: 64px 0;
  }

  .bottom-btn-wrapper .more-btn {
    max-width: 480px;
    margin: 0 20px 40px 20px;
    border-color: transparent;
  }

  .bg-gray .more-btn a,
  .detail-wrapper .more-btn a,
  section.Honda-active .decorated-row .more-btn a,
  .bottom-btn-wrapper .more-btn a {
    color: #df0000;
    display: block;
    text-align: start;
    text-decoration: none;
    transition: all 0.6s;
    font-weight: 700;
    background-image: url(../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 24px center;
  }

  .more-btn.rigging a{
    background-image: url(../images/new-tab-red.svg);
  }

  .bg-gray .more-btn a,
  section.Honda-active .decorated-row .world-user-wrapper .more-btn a {
    font-size: 18px;
    padding: 20px 24px;
  }
  section.Honda-active .movie-container{
    top: 70%;
  }

  .bottom-btn-wrapper .more-btn a {
    font-size: 24px;
    padding: 20px 20px;
    text-align: center;
  }

  .portable-first-btn-wrapper .operation-btn {
    margin: 64px auto 64px 16px;
  }
  .operation-btn {
    background-color: white;
  }

  .operation-btn a {
    color: #35363b;
    display: block;
    text-align: start;
    text-decoration: none;
    transition: all 0.6s;
    font-weight: 700;
    width: 240px;
    background-image: url(../images/new-tab.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #35363b;
  }
  .detail-wrapper .more-btn a,
  .operation-btn a {
    font-size: 14px;
    padding: 16px 24px;
    background-position: right 16px center;
  }

  .product-button {
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    text-align: start;
    /* margin-bottom: 64px; */
  }

  .more-btn a:hover {
    /* background: #707070; */
    color: red;
    background-position: right 24px center;
  }
  .detail-wrapper .more-btn a:hover {
    background-position: right 16px center;
  }

  .bg-gray-2 .faq-button {
    border: 1px solid #303030;
    margin: 40px auto 0;
    width: 360px;
    background-color: #303030;
  }

  .bg-gray-2 .faq-button a,
  .product-button a {
    color: white;
    display: block;
    font-size: 16px;
    padding: 20px 22px 20px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.6s;
    font-weight: 700;
    background-image: url(../images/next-arrow-faq.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 24px center;
    border-color: white;
    border-width: 2px;
    /* background-color: #35363b; */
  }

  .bg-gray-2 .faq-button a:hover,
  .product-button a:hover {
    /* background: #707070; */
    color: white;
    background-position: right 24px center;
  }

  .product-button a {
    text-align: start;
    margin-left: 20px;
  }

  /*
	-------------日本マリン事業協会バナー
	*/
  .marine-jbia {
    display: flex;
    justify-content: center;
  }

  .marine-jbia a {
    display: block;
    height: auto;
    margin: 0 5px;
    transition: all 0.6s;
    width: 230px;
  }

  .marine-jbia a:hover {
    opacity: 0.7;
  }

  .marine-jbia a img {
    height: auto;
    width: 100%;
  }

  .support-modal {
    position: fixed;
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
    top: 0;
    left: 0;
    transition: 0.5s;
    padding: 0;
  }
  .support-modal .modal-bg {
    background-color: #00000080;
    height: 100%;
    width: 100%;
  }
  .support-modal .modal-close {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 50px;
  }
  .support-modal .info-wrapper {
    width: 85.71%;
    max-width: 1200px;
    height: 604px;
    padding: 80px 0;
    margin: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-color: white;
    align-content: space-between;
    justify-content: space-evenly;
  }
  .support-modal .info-wrapper .info-items {
    position: relative;
    width: 30%;
    height: 45%;
    max-width: 320px;
    aspect-ratio: 320/202 !important;
    background-color: #e4e5e6;
  }
  .support-modal .info-wrapper .info-items .info-title {
    bottom: 16px;
  }
  .support-modal .info-wrapper .info-items:nth-child(2n) {
    background-color: #d7d8da;
  }

  /*
	-------------電動推進機
	*/
  /* .matsue {
    margin: 70px auto 0;
    width: 750px;
  }

  .matsue img {
    height: auto;
    width: 100%;
  } */
}

/* Code by yamamoto */

@media screen and (max-width: 1024px) {
  #marine_content h2 {
    font-size: 1.8rem;
  }

  #marine_content h2 p {
    font-size: 0.8rem;
    color: #df0000;
  }

  #marine_content h2 p br {
    display: none;
  }
  .pick-up .bg-gray-half {
    overflow: hidden;
  }

  .img-wrapper {
    /* width: 190.4%; */
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    display: flex;
    overflow: hidden;
  }

  .img-wrapper > .pick-up-content {
    overflow-x: scroll;
    position: relative;
  }

  .img-wrapper > .pick-up-content img {
    width: 100%;
  }

  .img-wrapper > .pick-up-content h3 {
    color: #ffffff;
    top: 0;
    position: absolute;
    padding: 18px 0 0px 18px;
    font-size: 2em;
    font-weight: 600;
  }

  .img-wrapper > .pick-up-content p {
    position: absolute;
    bottom: 0;
    padding: 18px 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
  }
  .main-visual .visual-item {
    line-height: 0;
    transition: all 0.6s;
    width: 96%;
    /* max-width: 1146px; */
    position: relative;
  }

  .main-visual .visual-item img {
    box-shadow: 4px 4px 4px rgb(0 0 0 / 40%);
    width: 100%;
  }

  .main-visual .visual-item a:hover span {
    background: rgba(0, 0, 0, 0);
  }

  .main-visual .visual-item .txt-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 35.13%, rgba(0, 0, 0, 0) 70.56%);
    /* background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
    bottom: 0;
    padding: 0 15px 16px 15px;
    position: absolute;
    align-items: flex-end;
    color: #fff;
    line-height: 1.2;
    width: 100%;
    height: 28%;
  }

  .main-visual .visual-item .txt-block .kv-explain {
    font-size: 10px;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 2%;
  }

  .main-visual .visual-item .txt-block .machine-name {
    font-size: 32px;
    font-weight: 900;
  }

  .main-visual .visual-item.bf250lp .txt-block {
    right: 0;
    left: inherit;
  }

  .main-visual {
    height: 117.76vw;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .main-visual .visual-item {
    width: min(100%, 1200px);
    display: flex;
    justify-content: center;
    margin: 0 5px 5px 5px;
  }

  .slick-container {
    position: relative;
  }
  .slick-container .catch-copy {
    position: absolute;
    left: 5%;
    top: 3%;
    z-index: 5;
  }
  .slick-track {
    width: 100%;
    margin-top: 16px;
  }
  .pick-up .slick-pagination:nth-child(1) .slick-dots {
    display: none;
    /* display: flex;
    justify-content: space-evenly; */
  }

  h2.catch-head {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    width: auto;
  }

  h2.catch-head .catch-st {
    background-color: #df0000;
    width: fit-content;
    padding: 4px;
    margin-bottom: 8px;
  }

  .slick-container .catch-copy .catch-copy-sub {
    font-size: 20px;
  }
  .slick-container .catch-copy .catch-copy-sub span {
    background-color: transparent;
    height: 20px;
    color: #ffffff;
  }

  .slick-pagination {
    display: block;
    height: 52px;
    position: relative;
    width: 30%;
    right: -57.5%;
    margin: 1vw 0;
  }

  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12%;
    height: 12%;
    margin: 0 3%;
    padding: 5px 0;
    cursor: pointer;
  }
  main {
    position: relative;
  }

  .scroll-object span {
    color: #df0000;
    font-size: 12px;
  }

  .scroll-object .line {
    display: block;
    margin: 10px auto 0;
    width: 1px;
    height: 89px;
    background-color: #df0000;
  }

  .scroll-object {
    position: absolute;
    transform: translateY(-50%);
    left: 15%;
    bottom: -4%;
    z-index: 0;
  }

  .slick-prev {
    background: url(../images/kv-prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 50% !important; */
    height: 18px !important;
    left: 0 !important;
    transition: all 0.6s;
    width: 6% !important;
    z-index: 1 !important;
    order: 1;
  }
  .slick-pagination-2 .slick-prev {
    background: url(../images/kv-prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 50% !important; */
    height: 18px !important;
    left: 0 !important;
    transition: all 0.6s;
    width: 26px !important;
    z-index: 1 !important;
    order: 1;
  }

  .slick-prev::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .slick-next {
    background: url(../images/kv-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 18px !important;
    right: 0 !important;
    transition: all 0.6s;
    width: 6% !important;
    order: 3;
  }

  .pagination-1 .slick-dots {
    bottom: 28px;
  }

  .slick-dots li button::before {
    font-family: "slick";
    font-size: clamp(10px, 2vw, 24px);
    line-height: 12px;
    position: absolute;
    top: 18px;
    left: 2px;
    width: 12px;
    height: 24px;
    content: "〇";
    text-align: center;
    color: #df0000;
    border-width: 5px;
    border-color: #df0000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
  }
  .youtube-carousel .slick-dots li button::before {
    font-family: "slick";
    font-size: clamp(10px, 2vw, 24px);
    line-height: 12px;
    position: absolute;
    top: 48px;
    left: 2px;
    width: 12px;
    height: 24px;
    content: "〇";
    text-align: center;
    color: #df0000;
    border-width: 5px;
    border-color: #df0000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
  }
  .slick-dots li.slick-active button::before {
    font-size: clamp(10px, 2vw, 24px);
    line-height: 12px;
    content: "●";
    color: #df0000;
    opacity: 1;
  }
  .slick-dots li.is-iphone.slick-active button::before {
    font-size: clamp(14px, 2.8vw, 34px);
    line-height: 9px;
  }

  .yputube-carousel .slick-list.draggable{
    overflow: hidden;
  }

    /* .youtube-carousel {
      position: relative;
    }
    .youtube-carousel .fit-iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 560 / 315;
        border: none;
        pointer-events: none;
    }
    .youtube-carousel .slick-slide {
      padding: 0 8px;
      opacity: 0.5;
      transition: opacity 0.3s, transform 0.3s;
      transform: scale(0.9);
      box-sizing: border-box; 
    }

    .youtube-carousel .slick-center {
      opacity: 1;
      transform: scale(1.0);
    } */
  /* .youtube-carousel .slick-dots li button::before {
    font-family: "slick";
    font-size: clamp(10px, 2vw, 24px);
    line-height: 12px;
    position: absolute;
    top: 17px;
    left: 2px;
    width: 0;
    height: 24px;
    content: "〇";
    text-align: center;
    color: #df0000;
    border-width: 5px;
    border-color: #df0000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    padding: 0 10px;
    margin: 0 10px;
  } */
  /* .youtube-carousel .slick-prev,
  .youtube-carousel .slick-next {
      position: absolute;
      height: 18px !important;
      z-index: 1 !important;
      transition: all 0.6s;
      top: 105.7%;
      width: 26px !important;
  }
  .youtube-carousel .slick-prev {
      background: url(../images/kv-prev.svg);
      background-repeat: no-repeat;
      background-position: center center;
      left: 36% !important;
  }
  .youtube-carousel .slick-next {
      background: url(../images/kv-next.svg);
      background-repeat: no-repeat;
      background-position: center center;
      right: 33% !important;
  } */

  .support-button {
    position: fixed;
    display: flex;
    transform: translateX(-50%);
    left: 50%;
    bottom: 18px;
    width: 75%;
    height: 52px;
    background-color: #df0000;
    border-style: solid;
    border-color: white;
    border-width: 3px;
    z-index: 5;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 30px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 70%);
    transition: .5s;
    cursor: pointer;
    /* margin-top: 18px; */
  }
  .support-button.bottom-absolute {
    position: absolute;
    display: flex;
    bottom: 0px;
  }

  .support-button p {
    color: white;
    font-weight: 700;
    font-size: 16px;
    align-self: center;
    margin-left: 16px;
  }

  .bg-gray h2,
  .bg-gray-2 h2,
  .bg-gray-half h2 {
    width: 100%;
    padding-top: 60px;
  }

  .bg-gray-half {
    background: linear-gradient(#e4e5e6 0%, #e4e5e6 66%, white 66%, white 100%);
  }

  .product {
    background: linear-gradient(0deg, #35363b 0%, #35363b 87%, white 87%, white 100%);
    color: #ffffff;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .product .product-content {
    width: 100%;
    padding-bottom: 8px;
  }

  .product .product-content > img {
    position: relative;
    top: -50px;
    width: 60%;
    padding-top: 16px;
    margin: 32px auto 0;
    display: block;
  }

  .product .product-content > .product-content-text {
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    background: #df0000;
    font-size: 22px;
    position: relative;
    top: -70px;
    width: 92%;
  }

  .product .product-content > .product-content-explain {
    position: relative;
    top: -52px;
    text-align: center;
    font-size: 22px;
    line-height: 33px;
  }

  .product .product-content > .more-btn.product-button {
    width: 100%;
    display: flex;
    position: relative;
    top: -28px;
  }

  .product .product-content > .more-btn.product-button a {
    width: 92%;
    border: solid 1px #ffffff;
    padding: 18px 18px;
    color: #ffffff;
    position: relative;
    margin: 0 auto;
    text-align: start;
  }
  /* .product .product-content > .more-btn.product-button a::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../images/next-arrow-faq.svg);
    border-radius: 50px;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
  } */

  .bottom-btn-wrapper {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .bottom-btn-wrapper .more-btn a {
    width: 92%;
    background: #ffffff;
    padding: 26px 18px;
    display: flex;
    font-size: 18px;
    /* margin: 0 auto 18px; */
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #df0000;
    font-weight: 600;
    position: relative;
    text-decoration: none;
  }
  .bottom-btn-wrapper .more-btn a::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../images/next-arrow.svg);
    border-radius: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .bottom-btn-wrapper .more-btn.rigging a::before {
    background: url(../images/new-tab-red.svg);
    border-radius: 0;
  }

  section.technology {
    position: relative;
  }

  section.technology .tech-bg {
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
  }

  section.technology .tech-bg img {
    object-fit: cover;
    width: 100%;
  }

  section.technology .bg-gray,
  section.Honda-active .decorated-row .bg-gray {
    position: relative;
    z-index: 1;
    top: 0;
    background: #efefef;
    padding: 0 18px 24px;
    width: calc(100% - 34px);
    margin: auto;
    margin-top: 64px;
    /* margin-bottom: 80px; */
  }

  #marine_content section.technology .bg-gray h2 {
    margin: 0 0 24px 0;
  }

  section.technology .bg-gray p {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 24px;
  }

  section.technology .bg-gray br {
    display: none;
  }
  section.Honda-active .decorated-row .more-btn a,
  section.technology .bg-gray .more-btn a {
    width: 100%;
    background: #ffffff;
    padding: 18px 18px;
    display: flex;
    margin-bottom: 18px;
    text-align: start;
    justify-content: flex-start;
    align-items: center;
    color: #df0000;
    font-weight: 600;
    position: relative;
    border: solid 1px #df0000;
  }
  section.technology .bg-gray .more-btn a::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../images/next-arrow.svg);
    border-radius: 50px;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .special {
    /* background: #f6f6f6;
    display: flex;
    justify-content: space-between;
    width: calc(980px - 50px); */
    margin: 0px auto 0;
    padding: 0px;
    display: block;
    width: 100vw;
  }

  .special {
    background-color: #fff;
    background-image: url(../images/special-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    /* display: flex; */
    justify-content: space-between;
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
  }

  .special h2 {
    padding-top: 64px;
  }

  .special .project-story {
    text-align: center;
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 1.4em;
  }
  .project-story-item.item-first .project-story-text-wrapper,
  .special .special-content {
    display: block;
    position: relative;
    margin-bottom: 18px;
    width: 92%;
    margin: 12px auto;
  }

 
  .special .project-story {
    position: relative;
    width: 92%;
    /* height: 360px; */
    aspect-ratio: 345 / 194;
    /* max-width: 1040px; */
    background-image: url(../images/project-story-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto calc(min(41.1vw, 154px) + 24px) auto;
  }
  .special .project-story .project-story-text-wrapper {
    position: relative;
    left: 0;
    top: 100%;
    width: 100%;
    height: min(41.1vw, 154px);
    background-color: #35363b;
    background-image: url(../images/next-arrow-3.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 16px bottom 16px;
  }
  .special .project-story .project-story-text-wrapper .project-story-title {
    position: absolute;
    display: flex;
    align-items: center;
    left: 16px;
    top: 16px;
    width: 194px;
    height: 32px;
    font-size: 14px;
    background-color: #fff;
  }
  .special .project-story .project-story-text-wrapper .project-story-explain {
    position: absolute;
    top: 64px;
    left: 16px;
    color: #fff;
    font-family: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: start;
  }
  .special .project-story .project-story-text-wrapper .project-story-title .square {
    width: 15px;
    height: 15px;
    margin-left: 9px;
    margin-right: 7px;
    background-color: #df0000;
  }
  .special .special-content .content-explain {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 18px 18px;
  }
  .special .special-other-contents {
    position: relative;
    width: 92%;
    margin: 0 auto 40px auto;
    /* display: grid;
    grid-template-columns: 48.08% 40px 48.08%; */
  }
  .special-content {
    width: 100%;
  }
  .special-content img {
    width: 100%;
  }
  .special .special-other-contents .special-content .content-explain {
    display: flex;
    width: 100%;
    height: 35%;
    margin-top: -3px;
    background-color: #35363b;
    z-index: 2;
    color: white;
    font-size: 18px;
    align-items: center;
    background-color: #35363b;
    background-image: url(../images/next-arrow-3.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 16px center;
  }
  section.news.bg-gray {
    background-color: #e4e5e6;
    padding: 24px 0 64px 0;
    /* margin: 0 auto; */
  }

  section.news.bg-gray .news_table {
    width: 92%;
    margin: 0 auto;
  }

  section.news.bg-gray .news_table li {
    padding: 18px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    /* background: #e4e5e6 !important; */
  }
  ul.news_table li:nth-child(2n + 1) {
    background: #e4e5e6;
  }

  section.news.bg-gray .news_table dt {
    font-size: 14px;
    color: #df0000;
    text-align: left;
    font-weight: 600;
  }
  section.news.bg-gray .news_table a {
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    margin-top: 8px;
    display: inline-block;
    line-height: 1.4em;
  }

  .news .more-btn {
    border: none;
    margin: initial;
    width: initial;
  }

  section.news.bg-gray .more-btn a {
    width: 80%;
    background: #ffffff;
    padding: 18px 18px;
    display: flex;
    margin: 24px auto 18px;
    text-align: center;
    align-items: center;
    color: #df0000;
    font-weight: 600;
    position: relative;
    border: solid 1px #df0000;
    background-image: url(../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 16px center;
  }
  .bf-items {
    display: flex;
    justify-content: center;
    overflow-x: scroll;
  }
  .bf-item {
    width: 320px;
  }
  .bf-items a {
    width: 320px;
    text-decoration: none;
  }
  .bf-items a img {
    padding: 0 8px;
    margin-bottom: 24px;
    /* width: 100%; */
  }

  .bf-items a .txt-block {
    padding: 8px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .movie-container {
    display: flex;
    /* justify-content: center; */
    overflow-x: scroll;
    max-width: 94%;
    margin-bottom: 16px;
    margin: 0 auto;
  }
  .movie-items {
    width: 240px;
    cursor: pointer;
    /* height: 400px; */
    /* max-width: 1024px; */
  }

  .movie-item a {
    width: 320px;
    text-decoration: none;
  }
  .movie-item a img {
    padding: 0 16px;
    width: 320px;
  }
  .pagination-2 .slick-dots:nth-child(1) {
    display: none;
  }
  .pagination-2 .slick-dots:nth-child(2) {
    display: none;
  }
  .movie-item a .txt-block {
    padding: 8px 16px 32px;
    display: flex;
    justify-content: center;
    /* width: 100%; */
  }
  .movie-item a .txt-block {
    color: #505157;
    font-size: 14px;
    line-height: 22px;
  }
  .movie-arrow-btn.prev-mv-btn{
    position: absolute;
    right: 80px;
    bottom: 96px;
  }
  .movie-arrow-btn.next-mv-btn{
    position: absolute;
    right: 20px;
    bottom: 96px;
  }
  .movie-container::-webkit-scrollbar {
    display: none;
  }
  .simplebar-scrollbar::before {
    background: #df0000;
    border-radius: 0;
    height: 5px !important;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    bottom: 5px;
  }
  .simplebar-content {
    height: 94%;
    display: flex;
  }
  .simplebar-content-wrapper{
    width:94%;
    margin: 0 auto;;
  }
  .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .simplebar-track {
    position: absolute;
    bottom: 0px;
    background: #c8c9cc;
    height: 5px !important;
    width: 94%;
    margin: 0 auto;
  }
  .pagination-2 {
    display: block;
    height: 2px;
    position: relative;
    width: 92%;
    transform: translateX(-50%);
    left: 50%;
    margin: 16px 0 0;
  }
  .pagination-2 .slick-dots li {
    margin: 0;
    width: 16.66%;
    max-width: 786px;
    padding: 0;
    height: 2px;
  }
  .pagination-2 .slick-dots :not(.slick-active) {
    background-color: #c8c9cc;
  }
  .pagination-2 .slick-dots .slick-active {
    background-color: #df0000;
  }
  .pagination-2 span:nth-child(1) {
    background-image: url(../images/prev-movie-arrow.svg);
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 48px;
    top: 60px;
  }
  .pagination-2 span:nth-child(2) {
    display: block;
    background-image: url(../images/prev-movie-arrow.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    right: 48px;
    top: 20px;
  }
  .pagination-2 span:nth-child(3) {
    background-image: url(../images/next-movie-arrow.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    display: block;
    right: 0%;
    top: 20px;
  }
  .pagination-2 span:nth-child(5) {
    background-image: url(../images/next-movie-arrow.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    display: block;
    right: 0%;
    top: 60px;
  }
  .pagination-2 ul:nth-child(2) {
    top: 400px;
  }
  .slick-disabled {
    opacity: 0.4;
  }
  .info-wrapper {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 18px;
  }

  .info-wrapper > a.info-items {
    width: calc(50% - 18px);
    background: #efefef;
    padding: 18px 18px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .info-wrapper > a.info-items > .info-img {
    width: 100%;
  }

  .info-wrapper > a.info-items > p.info-title {
    font-size: max(2.4vw,12px);
    font-weight: 600;
    margin-bottom: 18px;
    text-align: center;
    color: #df0000;
    line-height: 1.4em;
  }

  .info-wrapper > a.info-items > p.info-explain {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: left;
    line-height: 1.4em;
  }

  .info-wrapper > a.info-items > p.info-title img {
    width: 1em;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.2em;
    vertical-align: middle;
  }

  /*
  -------------faq
  */

  .faq {
    background-color: #e4e5e6;
    padding-bottom: 64px;
  }
  .faq-accordion {
    width: 92%;
    /* background-color: #f2f2f2; */
    margin: 0 auto;
  }

  .faq-accordion:not([open]) {
    margin-bottom: 16px;
  }

  .faq-accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 60px 16px 24px;
    background-color: #ffffff;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right 16px center;
  }
  .faq-accordion summary span {
    color: #df0000;
    font-style: bold;
    align-self: self-start;
  }

  .faq-accordion:not([open]) summary {
    background-image: url(../images/accordion-plus.svg);
  }
  .faq-accordion[open] summary {
    background-image: url(../images/accordion-minus.svg);
  }

  .faq-accordion summary::-webkit-details-marker {
    display: none;
  }

  .faq-accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 16px;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    /* transition: transform 0.5s, opacity 0.5s; */
  }

  .faq-accordion p span {
    color: #df0000;
  }

  .faq-accordion[open] p {
    transform: none;
    opacity: 1;
    margin-bottom: 16px;
    background-color: #d7d8da;
  }

  .bg-gray-2 .faq-button a,
  .product-button a {
    color: white;
    display: block;
    font-size: 16px;
    padding: 20px 22px 20px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.6s;
    font-weight: 700;
    background-image: url(../images/next-arrow-faq.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 24px center;
    border-color: white;
    border-width: 2px;
    background-color: #35363b;
    width: 92%;
    margin: 40px auto 0 auto;
  }

  .marine-jbia {
    display: block;
    margin: 40px auto;
    width: 90%;
    max-width: 337.5px;
  }

  .marine-jbia a {
    display: block;
    height: auto;
    margin: 8px 5px;
    transition: all 0.6s;
  }

  .marine-jbia a:hover {
    opacity: 0.7;
  }

  .marine-jbia a img {
    height: auto;
    width: 100%;
  }
  /* .bg-gray .more-btn {
    border: 1px solid #df0000;
    margin: 40px auto 0;
    background-color: white;
  } */
  .detail-wrapper .more-btn,
  section.Honda-active .decorated-row .more-btn,
  .bottom-btn-wrapper .more-btn {
    border: 1px solid #df0000;
    margin: 40px auto 0;
    background-color: white;
  }
  .detail-wrapper .more-btn {
    width: 240px;
    margin: 32px 0;
  }

  section.Honda-active .decorated-row .more-btn a,
  .detail-wrapper .more-btn a {
    color: #df0000;
    display: block;
    text-align: start;
    text-decoration: none;
    transition: all 0.6s;
    font-weight: 700;
    background-image: url(../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 16px center;
  }

  .detail-wrapper .more-btn {
    width: 88%;
    max-width: 240px;
    margin: 32px auto 8px;
  }
  .portable-first-btn-wrapper .detail-wrapper .more-btn {
    width: 80%;
    max-width: 240px;
    margin: 32px auto 8px;
  }

  .bg-gray .more-btn a {
    font-size: 18px;
    padding: 16px 16px;
    text-decoration: none;
  }

  .bottom-btn-wrapper .more-btn a {
    font-size: 24px;
    padding: 20px 20px;
    text-align: center;
  }

  .detail-wrapper .more-btn a,
  .operation-btn a {
    font-size: clamp(7px, 2.2vw, 12px);
    padding: 12px 8px;
    background-position: right 8px center;
    margin: 0 auto;
  }

  .operation-btn {
    background-color: white;
  }

  .operation-btn a {
    color: #35363b;
    display: block;
    text-align: start;
    text-decoration: none;
    transition: all 0.6s;
    width: 88%;
    max-width: 240px;
    margin: 8px auto 0;
    font-weight: 700;
    background-image: url(../images/new-tab.svg);
    background-repeat: no-repeat;
    background-size: clamp(10px, 2vw, 16px);
    background-position: right 8px center;
    border: 1px solid #35363b;
  }
}
a {
  text-decoration: none;
}
main {
  position: relative;
  display: block;
  grid-template-rows: initial;
  grid-template-columns: initial;
  /* width: 100%; */
}

section {
  /* width: 100%; */
  padding: 42px 0px 42px 0px;
}
@media screen and (max-width: 1024px) {
  section.movie-gallary {
    padding: 0 0 120px;
    position: relative;
  }
}

.contents-inner {
  width: 100%;
  /* max-width: calc(1040px + 42px); */
  margin: 0 auto;
}

section.kv {
  max-width: 100vw;
  padding: 0;
}

.slick-container {
  position: relative;
}

.scroll-object {
  position: absolute;
  left: 9.4%;
  bottom: -8%;
  z-index: 0;
}

.header-news .arrow {
  /* right: 18px; */
}

span.catch-st {
  display: block;
  color: #ffffff;
  font-weight: 600;
}

h2.catch-head {
  margin: 0px auto 40px;
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  color: #35363b;
}
@media screen and (max-width: 768px) {
  h2.catch-head {
    font-size: 24px !important;
  }
}

.slick-container .catch-copy {
  position: absolute;
  left: 11%;
  top: 38px;
  z-index: 5;
}

.slick-container .catch-copy .catch-copy-sub {
  text-align: left;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #df0000;
  outline: none;
  /* background: initial !important; */
}

h3.topic-title {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 32px;
  margin-top:56px;
}

.topic-title.center {
  text-align: center;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .tech-title {
    margin-top: 0;
  }
}

h3.topic-title .sub {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-top: 16px;
  color: #df0000;
}

section.pick-up .img-wrapper {
  width: 100%;
  /* height: 325px; */
  /* aspect-ratio: (1020/384); */
  display: flex;
  justify-content: center;
  justify-self: center;
  margin: 0 auto;
}

section.pick-up .img-wrapper .pick-up-content {
  /* background-image: url(../images/bf250-picture.png);
  background-size: contain;
  background-repeat: no-repeat; */
  /* width: 33.33%; */
  display: block;
  height: 100%;
  position: relative;
}

section.pick-up .img-wrapper .pick-up-content img {
  width: 100%;
  object-fit: contain;
}

section.pick-up .img-wrapper .pick-up-content h3 {
  color: white;
  position: absolute;
  top: 24px;
  left: 20px;
  font-size: 46px;
  font-weight: 700;
}
section.pick-up .img-wrapper .pick-up-content p {
  color: white;
  position: absolute;
  bottom: 44px;
  left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

section.pick-up .pick-up .img-wrapper .pick-up-content p {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  section.technology {
    background-image: url(/marine/images/technology-bg-sp.png);
  }
  section.Honda-active .decorated-row .more-btn a{
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  section.technology {
    background-image: url(/marine/images/technology-bg-pc.png);
  }
}
section.Honda-active {
  /* background: #dcdddf #3d3e44; */
background: linear-gradient(
  to bottom,
  #dcdddf 46%,
  #3d3e44 46%
);
  position: relative;
  height: 1317px;
}
section.Honda-active .topic-title {
  margin-top: 56px;
  margin-bottom: 48px;
}
section.Honda-active .decorated-row {
  display: flex;
  justify-content: center;
  margin-top: -1vw;
}
section.Honda-active .decorated-row .bg-gray{
  margin-top: 24px;
  width: 100%;
  max-width: 1257px;
  aspect-ratio: 1040/460;
  background-color: white;
  background-image: url(../images/user-voice-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
section.Honda-active .decorated-row .Honda-active-title{
  margin-top: 84px;
  margin-left: 80px;
  font-size: 46px;
}
section.Honda-active .decorated-row p{
  margin-top: 44px;
  margin-left: 80px;
  font-size: 22px;
  line-height: 44px;
}
section.Honda-active .decorated-row .more-btn{
  margin-top: 60px;
  margin-left: 80px;
  font-size: 18px;
  width: 360px;
}
  section.Honda-active .decorated-row .World-VOICE{
    color: white;
    left: 50%;
    text-align: center;
}
  section.Honda-active .decorated-row .world-user-wrapper .more-btn{
  position: absolute;
  bottom: 5%;
  transform: translateX(-50%);
  left: 50%;
  margin: 0;
  font-size: 18px;
  width: 300px;
  margin-right: 16px;
}
section.Honda-active .movie-container {
  display: flex;
  overflow-x: auto; 
  white-space: nowrap; 
  padding-bottom: 8px; 
  scroll-behavior: smooth; 
  margin-bottom: 24px;
}

section.Honda-active .movie-container::-webkit-scrollbar {
  height: 8px;
}
section.Honda-active .movie-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  section.Honda-active .movie-container .movie-item {
    flex: 0 0 auto; 
    width: 90%; 
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  section.Honda-active .movie-container .movie-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: white;
  }

  section.Honda-active .movie-container .movie-item a img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  section.Honda-active .movie-container .movie-item {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  section.Honda-active .movie-container .movie-item a{
    width: 100%;
    max-width: 400px;
  }
  section.Honda-active .movie-container .movie-item a img{
    width: 100%;
    max-width: 400px;
  }
  section.Honda-active .movie-container .movie-item .movie-explain{
    color: white;
    text-align: center;
  }
  section.technology {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0px;
  }

}

section.Honda-active .movie-container .movie-item .movie-explain{
  color: white;
  text-align: center;
}
section.technology {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0px;
}

.bg-gray {
  /* width: 1040px; */
  margin: 0 auto 38px auto;
  padding: 18px 42px 64px;
}

.product_common_content .more-btn a {
  color: #df0000;
  display: block;
  text-align: start;
  text-decoration: none;
  transition: all 0.6s;
  font-weight: 700;
  background-image: url(../images/next-arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 24px center;
  border: solid 1px #df0000;
}
.product_common_content .more-btn {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 18px;
}
.product_common_content .more-btn a {
  font-size: 1rem;
  padding: 1.6rem 3.2rem 1.6rem 1.8rem;
  background-position: right 16px center;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .bg-gray {
    width: 100%;
    margin: 0 auto 38px auto;
    padding: 24px 0;
  }
}

.decorated-row {
  margin-top: 18vw;
}

.project-story-item {
  position: relative;
  width: 100%;
}

span.tag:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-color: #df0000;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
span.tag {
  background-color: #ffffff;
  color: #000000;
  padding: 8px 14px 8px 32px;
  position: relative;
  display: inline-block;
}

h4.project-story-explain {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 200;
  margin-top: 24px;
}
  .item-first .project-story-description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #35363b;
    margin: 42px 42px;
    padding: 28px 24px;
    /* min-width: 400px; */
    color: #ffffff;
    max-width: 400px;
  }
  .item-sec .project-story-description {
    display: flex;
    background-color: #35363b;
    /* min-width: 400px; */
    color: #ffffff;
    padding: 1rem 4rem 1rem 18px;
    min-height: 6rem;
    position: relative;
  }
  .item-sec .project-story-explain {
    margin: auto 0;
  }

.project-story-item .project-story-description:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/next-arrow-3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  right: 18px;
}

.project-story-item.item-first .project-story-description:before {
  top: auto;
  bottom: 1rem;
}

 @media screen and (max-width:1024px) { 
  h4.project-story-explain {
      font-size: 18px;
      line-height: 1.2em;
      font-weight: 200;
      margin-top: 24px;
  }
 }
.project-story-item img {
  width: 100%;
  display: block;
  object-fit: cover;
  /* height: 80%; */
}

.project-story-item.item-sec {
}

.movie-wrap {
  background: var(--green);
  padding: 8rem 0 16.2rem;
  position: relative;
}

.movie-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4rem;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% + 1px));
  background: url(../images/top-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.movie-title {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4rem;
}
.movie-link {
  display: block;
  width: 59.216%;
  border-radius: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.movie-wrap-for-modal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 100;
}
.movie-wrap-for-modal .modal-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #00000080;
  cursor: pointer;
  pointer-events: auto;
}
.movie-wrap-for-modal iframe {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 60vw;
  height: 36vw;
}

@media (min-width: 768px) {
  .movie-thumb {
    transition: 0.3s ease-out;
  }

  .movie-thumb:hover {
    filter: brightness(0.6);
  }
}

@media (max-width: 767px) {
  .movie-wrap-for-modal iframe {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 90vw;
    height: 54vw;
  }
  .movie-wrap {
    padding: 4rem 0 8rem;
  }

  .movie-wrap::before {
    height: 2rem;
    background: url(../images/top-01-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .movie-title {
    font-size: 2.4rem;
  }

  .movie-link {
    width: 34.5rem;
    border-radius: 24px;
  }
  .project-story-item.item-first .project-story-description {
    display: flex;
    background-color: #35363b;
    /* min-width: 400px; */
    color: #ffffff;
    padding: 2rem 4rem 2rem 18px;
    min-height: 6rem;
    position: relative;
    margin: 0;
    flex-direction: column;
    width: 100%;
    max-width: initial;
    
  }
  .project-story-item.item-first .project-story-description h4.project-story-explain {
    line-height: 1.6em;
  }
  .project-story-item.item-first .project-story-description span.tag { 
    max-width: 11.5rem;
  }
  .project-story-item.item-first .project-story-description:before {
    top: 0;
    bottom: 0;
  }
}
/*山本さん追加部分ここから*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 18px;
}
@media screen and (max-width: 768px) {
  .row .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .row .col {
    padding: 0;
  }
}
.row .col.col-1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-1 {
    width: 100%;
  }
}
.row .col.col-2 {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-2 {
    width: 100%;
  }
}
.row .col.col-3 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .row .col.col-3 {
    width: 100%;
  }
}
.row .col.col-4 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-4 {
    width: 100%;
  }
}
.row .col.col-5 {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-5 {
    width: 100%;
  }
}
.row .col.col-6 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .row .col.col-6 {
    width: 100%;
  }
}
.row .col.col-7 {
  width: 58.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-7 {
    width: 100%;
  }
}
.row .col.col-8 {
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-8 {
    width: 100%;
  }
}
.row .col.col-9 {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .row .col.col-9 {
    width: 100%;
  }
}
.row .col.col-10 {
  width: 83.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-10 {
    width: 100%;
  }
}
.row .col.col-11 {
  width: 91.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-11 {
    width: 100%;
  }
}
.row .col.col-12 {
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .row .col.col-12 {
    width: 100%;
  }
}
.row + .row {
  margin-top: 24px;
  width: 100%;
  max-width: 1146px;
  margin: 32px auto;
}

@media screen and (max-width: 768px) {
  .row + .row {
  margin-top: 24px;
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
}
}

.pagetopbtn {
  display: none !important;
}

.slick-slider-master + .slick-pagination {
  display: flex;
  height: auto;
  position: relative;
  width: 100%;
  right: 0;
  flex-direction: column-reverse;
  margin: 24px 0 18px 0px;
  padding: 0 18px;
}

.arrowWrap {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 18px;
}

.arrowWrap > span {
  margin-left: 18px;
}

.arrowWrap span.movie-next-arrow.slick-arrow,
.arrowWrap span.movie-prev-arrow.slick-arrow {
  width: 8.6vw;
  height: 8.6vw;
  background-color: #35362b;
  border-radius: 100%;
  position: relative;
}

.arrowWrap span.movie-next-arrow.slick-arrow:active,
.arrowWrap span.movie-prev-arrow.slick-arrow:hover,
.arrowWrap span.movie-next-arrow.slick-arrow:hover,
.arrowWrap span.movie-prev-arrow.slick-arrow:active,
.arrowWrap span.movie-next-arrow.slick-arrow:focus,
.arrowWrap span.movie-prev-arrow.slick-arrow:focus {
  opacity: 0.3;
}

.arrowWrap span.movie-next-arrow.slick-arrow::before,
.arrowWrap span.movie-prev-arrow.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.4vw;
  height: 1.4vw;
  margin: auto;
  border-right: solid 0.6vw #ffffff;
  border-top: solid 0.6vw #ffffff;
}

.arrowWrap span.movie-next-arrow.slick-arrow::before {
  transform: rotate(45deg);
  left: -0.4vw;
}
.arrowWrap span.movie-prev-arrow.slick-arrow::before {
  transform: rotate(-135deg);
  right: -1vw;
}

.slick-slider-master + .slick-pagination .slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
}

.slick-slider-master + .slick-pagination .slick-dots li {
  position: relative;
  display: inline-block;
  width: 33%;
  height: 33%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-slider-master + .slick-pagination .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 0.6vw;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #c8c9cc;
}

.slick-slider-master + .slick-pagination .slick-dots li.slick-active button {
  background: #df0000;
}

.slick-slider-master + .slick-pagination .slick-dots li button::before,
.slick-slider-master + .slick-pagination .slick-dots li.slick-active button::before {
  display: none;
}
/*山本さん追加部分ここまで*/

/*20250617-小松追加分*/
.information,.marine-jbia{
  background-color: white;;
}
@media screen and (max-width: 1024px) {
    .marine-jbia {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .marine-jbia {
        display: block;
        width: 100%;
    }
    /* .youtube-carousel .slick-slide {
      position: relative;
      padding: 0 8px;
      opacity: 1;
      transition: opacity 0.3s, transform 0.3s;
      box-sizing: border-box;
      transform: scale(0.6);
      transform-origin: center center;
      margin: 0 -17vw;
      height: auto !important;
      overflow: hidden;
    }
    .youtube-carousel {
      height: auto !important;
      display: flex !important;
      align-items: stretch !important;
    }
    .youtube-carousel {
      height: auto !important;
      display: flex !important;
      align-items: stretch !important;
    }
    .youtube-carousel .slick-center {
      opacity: 1;
      transform: scale(0.8);
    }
    .youtube-carousel iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 560/315;
      border: none;
      pointer-events: none;
    }
    .youtube-carousel .slick-slide p{
      font-size: 18px;
      margin: 24px;
      color: #5a5b61;
      text-align: center;
      opacity: 0;
    }
    .youtube-carousel .slick-center p{
      opacity: 1;
    }
    .youtube-carousel .slick-prev,
    .youtube-carousel .slick-next {
        height: 18px !important;
        z-index: 1 !important;
        transition: all 0.6s;
        top: calc(104.7% + 5vw);
        width: 26px !important;
    }
    .youtube-carousel .slick-prev {
        background: url(../images/kv-prev.svg);
        background-repeat: no-repeat;
        background-position: center center;
        left: 32% !important;
    }
    .youtube-carousel .slick-next {
        background: url(../images/kv-next.svg);
        background-repeat: no-repeat;
        background-position: center center;
        right: 36% !important;
    }
    .youtube-carousel .slick-dots {
      position: absolute;
      bottom: -5.8vw;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
    }
    .youtube-carousel .slick-dots li {
      position: relative;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 3% 0 0;
      padding: 0;
      cursor: pointer;
    } */
    .youtube-carousel .slick-slide .video-controls button{
      width: 48px;
      height: 36px;
      border-radius: 50%;
      background-color: transparent;
      border-color: transparent;
    }
    section.Honda-active .movie-container{
      display: block;
    }
    section.Honda-active {
      background: linear-gradient(to bottom, #dcdddf 36%, #3d3e44 36%);
      position: relative;
      height: auto;
    }
    section.Honda-active .movie-container .movie-item a img {
        width: 100%;
        padding: 0;
    }
    section.Honda-active .decorated-row .Honda-active-title{
      text-align: center;
      margin: 35% auto 0;
    }
    section.Honda-active .decorated-row p {
        margin: 24px auto;
        text-align: center;
        font-size: 16px;
        line-height: 32px;

    }
    section.Honda-active .decorated-row .bg-gray {
      position: relative;
      width: 90%;
      background-color: white;
      background-image: url(../images/user-voice-bg-sp.png);
      background-size: contain;
      background-position: top;
      background-repeat: no-repeat;
    }
    section.Honda-active .decorated-row .more-btn {
        margin-bottom: 80px;
        margin: 0 auto;
        font-size: 18px;
        width: min(360px,100%);
    }
    section.Honda-active .decorated-row .world-user-wrapper .more-btn{
      bottom: 2%;
    }
    .between-section {
    aspect-ratio: 1366 / 370;
    background-size: cover;
    background-position: right;;
  }
}

.youtube-carousel .slick-slide .video-controls{
    position: absolute;
    top: 10%;
    right: 7%;
    width: 48px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    border-color: transparent;
}

.youtube-carousel .slick-slide .video-controls button{
  width: 60px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border-color: transparent;
}

.slick-list {
  /* overflow: visible; */
}


.slick-slide {
    padding: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.youtube-wrapper .content-slick-inner {
  width: 100%;
  margin: 0 -3vw;
}
.youtube-wrapper .content-slick-inner {
    opacity: 0.8;
    transform: scale(1);
    transition: 0.5s;
    padding: 2vw;
}
.main-visual .slick-slide {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .youtube-carousel .slick-slide {
    padding: 8vw;
  }
  .youtube-wrapper .content-slick-inner {
    opacity: 0.8;
    transform: scale(1);
    transition: 0.5s;
    padding: 0;
    transform: translateY(calc(-3% + -5px));
  }
    .youtube-carousel .slick-prev {
    position:absolute;
    background: url(../images/kv-prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 18px !important;
    left: 27% !important;
    transition: all 0.6s;
    width: 26px !important;
    order: 3;
    top: calc(100% + 29px);
  }

  .youtube-carousel .slick-next {
    position:absolute;
    background: url(../images/kv-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 18px !important;
    right: 27% !important;;
    transition: all 0.6s;
    width: 26px !important;
    order: 3;
    top: calc(100% + 29px);
  }

  .youtube-carousel .slick-slide .video-controls{
    position: absolute;
    top: 3%;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    border-color: transparent;
  }

  .youtube-carousel .slick-slide .video-controls button{
    width: 80%;
    height: 28px;
    border-radius: 50%;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
  }
}


.youtube-wrapper .content-slick-inner  > p {
    opacity: 0;
}
.youtube-wrapper.slick-center > .content-slick-inner {
    transform: scale(1.25);
}
@media screen and (max-width: 1024px) {
  .youtube-wrapper.slick-center > .content-slick-inner {
      transform: scale(1.35);
  }
}
@media screen and (max-width: 768px) {
  .youtube-wrapper.slick-center > .content-slick-inner {
      transform: scale(1.5);
  }
}
.youtube-wrapper.slick-center > .content-slick-inner > p {
    opacity: 1;
    margin: 16px 8px;
    font-size: 11px;
}

.youtube-wrapper .content-slick-inner > iframe.fit-iframe {
        width: 100%;
      height: auto;
      aspect-ratio: 560/315;
      border: none;
      pointer-events: none;
      margin: auto;
}

.between-section{
  background-image: url(../images/between-section-bg.png);
  background-size: contain;
  width: 100vw;
  aspect-ratio: 1366/270;
}


  .youtube-carousel .slick-pagination {
    display: block;
    height: 52px;
    position: relative;
    width: 170px;
    left: 11.5%;
    margin: 0;
  }

  .youtube-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    top: 0;
    padding: 5px 0;
    cursor: pointer;
  }
  .youtube-carousel .slick-dots {
    position: absolute;
    top: calc(93.4% + 3.1vw);
  }
@media screen and (max-width: 1024px) {
  .youtube-carousel .slick-dots {
    top: calc(78% + 12.6vw);
  }
  .youtube-carousel .slick-dots li {
    margin: 0 calc(1.5vw - 3px);
    top: calc(-10px - 1.6vw);
  }
}

@media screen and (max-width: 768px) {
  .youtube-carousel .slick-dots {
    top: calc(89.5% + 4.5vw);
  }
}
@media screen and (min-width: 1366px) {
  .youtube-carousel .slick-dots {
    top: calc(93.4% + 50px);
  }
}