@charset "utf-8";

.inner {
  width: min(80%, 1540px);
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}

/* splide */
#news_slider {
  width: min(100%, 1400px);
  margin: 0 auto;
}
.splide {
  width: 100%;
  overflow: visible;
  color: #fff;
  position: relative;
}

.splide::before,
.splide::after {
  content: '';
  width: min(calc(50 / 1920 * 100vw), 100px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

body.responsive-sp .splide::before,
body.responsive-sp .splide::after {
  content: none;
}

.splide::before {
  left: 0;
  background-image: linear-gradient(to right, #000 0%, transparent 100%);
}

.splide::after {
  right: 0;
  background-image: linear-gradient(to left, #000 0%, transparent 100%);
  z-index: 10;
}

.splide__arrow {
  width: min(calc(50 / 1920 * 100vw), 50px);
  height: min(calc(50 / 1920 * 100vw), 50px);
  background-size: cover;
  top: min(calc(113 / 1920 * 100vw), 113px);
  transform: none;
  opacity: 1;
}

.splide__arrow:hover {
  opacity: 0.7;
}

.splide__arrow--prev {
  background-image: url(/business/agv/images/top/spride_arrow_prev.svg);
  left: min(calc(120 / 1920 * 100vw), 120px);
}

.splide__arrow--next {
  background-image: url(/business/agv/images/top/spride_arrow_next.svg);
  right: min(calc(120 / 1920 * 100vw), 120px);
}

.splide__arrow svg {
  display: none;
}

.splide__slide {
  opacity: 0.5;
  transition: opacity 0.4s;
}
.splide__slide.is-visible {
  opacity: 1;
}
.splide__list {
  display: flex;
}
.splide__slide img {
  width: 100%;
}
.splide__track {
  padding: 0 min(calc(200 / 1920 * 100vw), 200px);
}

.splide__slide {
  text-align: left;
}

.splide__slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #d2d2d2;
  opacity: 1;
  transition: opacity 0.4s;
}

.splide__slide a:hover {
  opacity: 0.7;
}

.splide__slide .thumbnail {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}

.splide__slide .thumbnail.thumbnail_bg_none {
  background: none;
}

.splide__slide .thumbnail:has(.item_img) {
  padding: 11px 0 8px;
}

.splide__slide .thumbnail_text {
  font-size: min(calc(48 / 1920 * 100vw), 48px);
  font-weight: 500;
  text-align: center;
  background-image: linear-gradient(90deg, #1747c4 0%, #1967cc 50%, #1c86d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.splide__slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__slide .item_img {
  height: 100%;
}

.splide__slide .item_img img {
  width: auto;
  height: 100%;
}

.splide__slide .ttl {
  height: calc(1.5em * 3);
  margin-top: 1.2em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.splide__slide .date,
.splide__slide .data {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 1.2em;
  display: flex;
  align-items: center;
}

.splide__pagination {
  gap: 20px;
  bottom: -30px;
  transform: translateY(100%);
}

.splide__pagination__page {
  width: 15px;
  height: 15px;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  border: 1px solid rgba(227, 227, 227, 0.7);
  opacity: 1;
  transition: all 0.3s;
}

.splide__pagination__page.is-active,
.splide__pagination__page:hover {
  background-color: #e3e3e3;
  transform: scale(1);
}

.news_content a[target='_blank'] .date::after {
  content: '';
  display: inline-block;
  background: url(/business/agv/images/top/news/icon_separate_tab.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-left: 0.5em;
}


/* おすすめ */
.wrapRecommendation {
  width: min(80%, 1200px);
  margin: 125px auto 0;
  padding: 24px 53px 48px;
  border: 1px solid #808080;
  border-radius: 18px;
  box-sizing: border-box;
}

.ttlRecommendationH3 {
  color: #e3e3e3;
  font-weight: 500;
  font-size: 184.6%;
  text-align: left;
  margin-bottom: 27px;
}

.wrapRecommendationContents {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 15px;
  justify-content: center;
}

.wrapRecommendationContents::after {
  content: '';
  display: block;
  width: 535px;
  height: 0px;
}

.RecommendationContents {
  width: 535px;
}

.RecommendationContents a {
  display: flex;
  gap: 35px;
  color: #e3e3e3;
  text-align: left;
  text-decoration: none;
}

.imgRecommendation {
  width: min(49%, 243px);
}

.recommendationTxt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.ttlRecommendationH4 {
  font-size: 153.8%;
}

.recommendationTime {
  font-size: 107.7%;
  display: flex;
  align-items: center;
}

.externalLink .recommendationTime::after {
  content: '';
  display: inline-block;
  background: url(/business/agv/images/top/news/icon_separate_tab.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-left: 0.5em;
}

/* 各コンテンツ */
#fv {
  margin-bottom: min(calc(220 / 1920 * 100vw), 220px);
  position: relative;
}

#fv .inner {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: min(calc(135 / 1920 * 100vw), 135px) min(calc(50 / 1920 * 100vw), 50px) 0 min(calc(88 / 1920 * 100vw), 88px);
}

#fv .text_wrap {
  color: #fff;
  text-align: left;
  /* position: absolute; */
  text-shadow: 0 0 10px #000, 0 2px 4px #000;
  /* left: min(calc(101 / 1920 * 100vw), 101px); */
  /* bottom: min(calc(169 / 1920 * 100vw), 169px); */
}

#fv .text_wrap .ttl {
  margin-bottom: min(calc(30 / 1920 * 100vw), 30px);
  font-size: min(calc(57 / 1920 * 100vw), 57px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

#fv .text_wrap .text {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1920 * 100vw), 24px);
  font-size: min(calc(20 / 1920 * 100vw), 20px);
  line-height: 1.4;
  letter-spacing: 0.1em;
}

#fv .bg {
  width: min(80%, 1540px);
  margin: 0 auto;
}

#fv .btn {
  width: 48px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  position: absolute;
  right: min(calc(38 / 1920 * 100vw), 38px);
  bottom: min(calc(163 / 1920 * 100vw), 163px);
  z-index: 11;
}

#news {
  margin-bottom: 220px;
}

#news .grad_ttl {
  margin-bottom: 110px;
}

#resolution {
  margin-bottom: 220px;
}

#resolution .content_wrap {
  position: relative;
}

#resolution .ttl {
  width: 80%;
  font-size: min(calc(36 / 1920 * 100vw), 36px);
  font-weight: 500;
  color: #fff;
  margin: 74px auto 0;
}
#resolution .ttl .sp {
  display: none;
}

#resolution .map {
  width: min(calc(1200 / 1920 * 100vw), 1200px);
  margin: min(calc(251 / 1920 * 100vw), 251px) auto 0;
}

#resolution .list {
  display: flex;
  justify-content: center;
  gap: min(calc(15 / 1920 * 100vw), 15px);
  position: absolute;
  top: max(calc(-185 / 1920 * 100vw), -185px);
  left: 50%;
  transform: translateX(-50%);
}

#resolution .content_wrap .item {
  display: flex;
  position: relative;
}

#resolution .content_wrap .item::before,
#resolution .content_wrap .item::after {
  content: '';
  display: block;
  position: absolute;
}

#resolution .content_wrap .item a {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: min(calc(220 / 1920 * 100vw), 220px);
  color: #e3e3e3;
  font-size: min(calc(20 / 1920 * 100vw), 20px);
  text-decoration: none;
  text-align: center;
  border-radius: min(calc(6 / 1920 * 100vw), 6px);
}

#resolution .content_wrap .item a:hover {
  opacity: 1;
}

#resolution .content_wrap .item a .img {
  display: block;
  background: #fff;
  padding: min(calc(12 / 1920 * 100vw), 12px) 0 min(calc(4 / 1920 * 100vw), 4px);
  border-radius: min(calc(6 / 1920 * 100vw), 6px) min(calc(6 / 1920 * 100vw), 6px) 0 0;
}

#resolution .content_wrap .item a .img img {
  width: min(calc(200 / 1920 * 100vw), 200px);
}

#resolution .content_wrap .item a .txt {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(40, 40, 40, 0.7);
  padding: min(calc(13 / 1920 * 100vw), 13px) 0 min(calc(18 / 1920 * 100vw), 18px);
  border-radius: 0 0 min(calc(6 / 1920 * 100vw), 6px) min(calc(6 / 1920 * 100vw), 6px);
  border: 1px solid #e3e3e3;
}

#resolution .content_wrap .item a:hover .txt {
  background: #1967cc;
}

#resolution .kome {
  margin-top: -1em;
  color: #e3e3e3;
  font-size: 123.1%;
  position: relative;
  z-index: 10;
}

.fancybox-content {
  width: 80%;
  padding: min(calc(40 / 1920 * 100vw), 40px) min(calc(40 / 1920 * 100vw), 40px) min(calc(40 / 1920 * 100vw), 40px);
  border-radius: min(calc(10 / 1920 * 100vw), 10px);
  overflow-y: auto;
}

.fancybox-slide--html .fancybox-close-small {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: min(calc(27 / 1920 * 100vw), 27px);
  right: min(calc(28 / 1536 * 100vw), 28px);
}

.fancybox-close-small svg {
  display: none;
}

.fancybox-close-small::after {
  content: '✕';
  color: #606060;
  font-size: min(calc(36 / 1920 * 100vw), 36px);
  font-weight: 400;
}

.modal_content .flex {
  display: flex;
  justify-content: center;
  gap: min(calc(12 / 1920 * 100vw), 12px);
  width: min(calc(1162 / 1920 * 100vw), 1162px);
  margin: 0 auto;
  margin-bottom: min(calc(37 / 1920 * 100vw), 37px);
}

.modal_content .flex .img {
  width: min(calc(350 / 1920 * 100vw), 350px);
  padding: min(calc(11 / 1920 * 100vw), 11px) min(calc(22 / 1920 * 100vw), 22px);
  border: 1px solid #e3e3e3;
  border-radius: min(calc(6 / 1920 * 100vw), 6px);
}

.modal_content .flex .content {
  width: min(calc(800 / 1920 * 100vw), 800px);
  padding: min(calc(16 / 1920 * 100vw), 16px) min(calc(32 / 1920 * 100vw), 32px) min(calc(32 / 1920 * 100vw), 32px);
  border: 1px solid #e3e3e3;
  border-radius: min(calc(6 / 1920 * 100vw), 6px);
}

.modal_content .flex .content .company_name {
  margin-bottom: min(calc(16 / 1920 * 100vw), 16px);
  font-size: min(calc(16 / 1920 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.5;
}

.modal_content .flex .content .ttl {
  font-size: min(calc(24 / 1920 * 100vw), 24px);
  line-height: 1.44;
  margin-bottom: min(calc(27 / 1920 * 100vw), 27px);
}

.modal_content .flex .content .youtube {
  width: 100%;
  aspect-ratio: 735 / 414;
}

.modal_content .flex .content .youtube iframe {
  width: 100%;
  height: 100%;
}

.modal_content .btn_wrap {
  display: flex;
  flex-direction: column;
  gap: min(calc(12 / 1920 * 100vw), 12px);
  align-items: center;
}

.modal_content .btn_wrap a.primary_btn {
  width: min(calc(330 / 1920 * 100vw), 330px);
  height: min(calc(55 / 1920 * 100vw), 55px);
  border-radius: min(calc(27 / 1920 * 100vw), 27px);
}

.modal_content .btn_wrap a.primary_btn::after {
  font-size: min(calc(24 / 1920 * 100vw), 24px);
}

.modal_content .btn_wrap a.primary_btn span {
  font-size: min(calc(20 / 1920 * 100vw), 20px);
}

.customCloseButton {
  display: none;
}

#product {
  margin-bottom: 220px;
  color: #fff;
}

#product .grad_ttl {
  margin-bottom: 110px;
}

#product .ttl {
  width: min(80%, 1200px);
  margin: 0 auto 48px;
  font-size: min(calc(34 / 1200 * 100vw), 34px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

#product .ttl .sp {
  display: none;
}

#product .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 48px 0 min(calc(37 / 1920 * 100vw), 37px);
  position: relative;
  z-index: 1;
}

#product .text br {
  display: none;
}

#product .img_wrap {
  width: min(80%, 1200px);
  position: relative;
  margin: 126px auto 48px;
}

#product .img_wrap .bg_btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#product .product_txt {
  width: min(80%, 880px);
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.04em;
  line-height: 2;
}

#product .product_img {
  width: min(80%, 1200px);
  margin: 0 auto;
}

#detail {
  margin-bottom: 220px;
}

#detail .grad_ttl {
  margin-bottom: 110px;
}

#detail .splide {
  margin-bottom: 110px;
}

#feature {
  margin-bottom: 131px;
}

#feature .content_wrap {
  padding: 115px 20px 40px;
  color: #e3e3e3;
  background-size: cover;
}

#feature .content_wrap.aos {
  background-image: url(/business/agv/images/top/aos_bg.jpg);
}

#feature .content_wrap.support {
  background-image: url(/business/agv/images/top/support_bg.jpg);
}

#feature .content_wrap .text_wrap {
  margin-bottom: 115px;
}

#feature .content_wrap .ttl {
  font-size: min(calc(57 / 1566 * 100vw), 57px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.15em;
}

#feature .content_wrap .text {
  width: 80%;
  margin: 0 auto;
  font-size: 276.92%;
  font-weight: 400;
  line-height: 1.3;
}

#feature .wrap_feature_contents {
  width: min(80%, 1200px);
  margin: 120px auto 0;
  color: #fff;
  text-align: left;
}

#feature .feature_contents {
  margin-bottom: 120px;
}

#feature .feature_contents:last-child {
  margin-bottom: 0;
}

#feature .feature_item {
  margin-bottom: 56px;
}

#feature .ttl_feature {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 5%;
  margin-bottom: 20px;
}

#feature .feature_flex_box {
  display: flex;
  gap: 40px;
}

#feature .feature_flex_item {
  width: min(calc(50% - 20px), 580px);
}

#feature .feature_txt {
  font-size: 16px;
  line-height: 2;
}

#feature .ul_feature li {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5em;
}

#feature .ul_feature li:last-child {
  margin-bottom: 0;
}

#feature .ul_feature li h4 {
  color: #4fa0ff;
}

#feature a.bg_btn {
  width: 100%;
}

a.bg_btn {
  width: min(80%, 1200px);
  box-sizing: border-box;
}

#detail_slider {
  width: min(100%, 1400px);
  margin: 0 auto;
}

.cta {
  width: min(80%, 1200px);
}

/* レスポンシブ */

body.responsive-sp .inner {
  width: 100%;
  padding: 0 15px;
}

body.responsive-sp #fv {
  display: flex;
  flex-direction: column;
  margin-bottom: 112px;
}

body.responsive-sp #fv .inner {
  width: 100%;
  position: static;
  transform: translateX(0);
}

body.responsive-sp #fv .text_wrap {
  width: calc(100% - 30px);
  left: 50%;
  bottom: 72px;
  transform: translateX(-50%);
}

body.responsive-sp #fv .text_wrap .ttl {
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 700;
}

body.responsive-sp #fv .text_wrap .text {
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

body.responsive-sp #fv .bg {
  width: 100%;
  height: calc(100% - 140px);
  margin-top: auto;
}

body.responsive-sp #fv .btn {
  right: 8px;
  bottom: 8px;
}

body.responsive-sp #news {
  margin-bottom: 112px;
}

body.responsive-sp #news .grad_ttl {
  margin-bottom: 56px;
}

body.responsive-sp #news_slider {
  width: 100%;
}

body.responsive-sp .splide__arrow {
  width: 36px;
  height: 36px;
  top: calc(85 / 375 * 100vw);
}

body.responsive-sp .splide__arrow--prev {
  left: 20px;
}

body.responsive-sp .splide__arrow--next {
  right: 20px;
}

body.responsive-sp .splide__slide .thumbnail_text {
  font-size: 20px;
}

body.responsive-sp #resolution {
  margin-bottom: 112px;
}

body.responsive-sp #resolution .map {
  width: 100%;
  margin-top: 72px;
}

body.responsive-sp #resolution .ttl {
  width: calc(100% - 30px);
  font-size: 153.8%;
}
body.responsive-sp #resolution .ttl .sp {
  display: block;
}

body.responsive-sp #resolution .content_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 8px;
  width: calc(100% - 30px);
  margin: 0 auto;
  position: static;
  transform: translateX(0);
}

body.responsive-sp #resolution .content_wrap .item {
  width: calc(50% - 4px);
  position: static;
  background-image: none;
}

body.responsive-sp #resolution .content_wrap .item:nth-child(1) {
  order: 1;
}

body.responsive-sp #resolution .content_wrap .item:nth-child(2) {
  order: 2;
}

body.responsive-sp #resolution .content_wrap .item:nth-child(3) {
  order: 5;
}

body.responsive-sp #resolution .content_wrap .item:nth-child(4) {
  order: 3;
}

body.responsive-sp #resolution .content_wrap .item:nth-child(5) {
  order: 4;
}

body.responsive-sp #resolution .content_wrap .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0;
  background-image: none;
  background-color: rgba(40, 40, 40, 0.7);
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
}

body.responsive-sp #resolution .content_wrap .item a .img {
  display: none;
}

body.responsive-sp #resolution .content_wrap .item a .txt {
  background: none;
  border: none;
}

body.responsive-sp #resolution .kome {
  text-align: left;
  margin-top: 10px;
  font-size: 92.7%;
}

body.responsive-sp .fancybox-slide--html {
  padding: 16px 15px;
}

body.responsive-sp .fancybox-content {
  width: 100%;
  aspect-ratio: auto;
  padding: 56px 10px 112px;
  border-radius: 10px;
}

body.responsive-sp .fancybox-close-small {
  top: 27px;
}

body.responsive-sp .fancybox-close-small::after {
  font-size: 36px;
}

body.responsive-sp .modal_content .flex {
  width: 100%;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 56px;
}

body.responsive-sp .modal_content .flex .img,
body.responsive-sp .modal_content .flex .content {
  width: 100%;
  max-width: none;
  padding: 0;
  border: none;
  border-radius: 6px;
}

body.responsive-sp .modal_content .flex .img img {
  width: 100%;
}

body.responsive-sp .modal_content .flex .content .company_name {
  font-size: 12px;
  margin-bottom: 20px;
}

body.responsive-sp .modal_content .flex .content .ttl {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

body.responsive-sp .modal_content .flex .content .ttl br {
  display: none;
}

body.responsive-sp .fancybox-slide--html .fancybox-close-small {
  position: fixed;
  top: 22px;
  right: 28px;
}

body.responsive-sp .modal_content .btn_wrap {
  gap: 12px;
}

body.responsive-sp .modal_content .btn_wrap a.primary_btn {
  width: 100%;
  height: 55px;
  border-radius: 27px;
}

body.responsive-sp .modal_content .btn_wrap a.primary_btn::after {
  font-size: 24px;
}

body.responsive-sp .btn_wrap a.primary_btn span {
  font-size: 153.84%;
}

body.responsive-sp .customCloseButton {
  display: block;
  text-align: center;
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 400;
  margin: 84px auto 0;
}

body.responsive-sp #product {
  margin-bottom: 112px;
}

body.responsive-sp #product .grad_ttl {
  margin-bottom: 17px;
}

body.responsive-sp #product .ttl {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
}

body.responsive-sp #product .ttl .sp {
  display: block;
}

body.responsive-sp #product .text {
  font-size: 12px;
  margin: 20px 0;
}

body.responsive-sp #product .text br {
  display: inline;
}

body.responsive-sp #product .img_wrap {
  width: 100%;
  margin: 5px 0 20px;
}

body.responsive-sp #product .img_wrap .bg_btn {
  margin-top: 20px;
  position: static;
  transform: none;
}

body.responsive-sp #product .product_txt {
  font-size: 14px;
}

body.responsive-sp #detail {
  margin-bottom: 112px;
}

body.responsive-sp #detail .grad_ttl {
  margin-bottom: 56px;
}

body.responsive-sp #detail_slider {
  width: 100%;
}

body.responsive-sp #detail .bg_btn {
  display: none;
}

body.responsive-sp #feature {
  margin-bottom: 112px;
}

body.responsive-sp #feature .content_wrap {
  background-image: none;
  padding: 0;
}

body.responsive-sp #feature .aos {
  margin-bottom: 56px;
}

body.responsive-sp #feature .text_wrap {
  padding: 31px 0 29px;
  margin-bottom: 21px;
  background-size: cover;
}

body.responsive-sp #feature .aos .text_wrap {
  background-image: url(/business/agv/images/top/aos_bg.jpg);
}

body.responsive-sp #feature .support .text_wrap {
  background-image: url(/business/agv/images/top/support_bg.jpg);
}

body.responsive-sp #feature .content_wrap .ttl {
  font-size: 20px;
  margin-bottom: 2px;
}

body.responsive-sp #feature .content_wrap .text {
  font-size: 12px;
}

body.responsive-sp #feature .wrap_feature_contents {
  width: calc(100% - 30px);
  margin: 56px auto 0;
}

body.responsive-sp #feature .feature_contents {
  margin-bottom: 56px;
}

body.responsive-sp #feature .feature_contents:last-child {
  margin-bottom: 0;
}

body.responsive-sp #feature .feature_item {
  margin-bottom: 32px;
}

body.responsive-sp #feature .ttl_feature {
  font-size: 18px;
  margin-bottom: 8px;
}

body.responsive-sp #feature .feature_flex_box {
  display: block;
}

body.responsive-sp #feature .feature_flex_item {
  width: 100%;
  margin-bottom: 24px;
}

body.responsive-sp #feature .feature_flex_item:last-child {
  margin-bottom: 0;
}

body.responsive-sp #feature .feature_txt {
  font-size: 14px;
}

body.responsive-sp #feature .ul_feature li {
  font-size: 14px;
}

body.responsive-sp #feature .ul_feature li h4 {
  font-size: 16px;
}

.bg_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_video .sp {
  display: none;
}

body.responsive-sp .bg_video .sp {
  display: block;
}

body.responsive-sp .bg_video .pc {
  display: none;
}

/* おすすめ */
body.responsive-sp .wrapRecommendation {
  width: calc(100% - 30px);
  padding: 24px 5% 48px;
  box-sizing: border-box;
}

body.responsive-sp .RecommendationContents {
  width: 100%;
}

/* スライダー */
#fv .sp {
  display: none;
}

#fv .pc {
  display: block;
}

#fv_slider {
  position: absolute;
  top: min(calc(440 / 1920 * 100vw), 440px);
  left: 0;
  z-index: 100;
}

#fv_slider::before,
#fv_slider::after {
  content: none;
}

#fv_slider::before {
  content: '';
  display: block;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.65) 72%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

#fv_slider .splide__track {
  padding: 0;
}

#fv_slider .splide__slide {
  padding: min(calc(77 / 1920 * 100vw), 77px) 0 min(calc(77 / 1920 * 100vw), 77px) min(calc(92 / 1920 * 100vw), 92px);
  opacity: 0;
  transition: opacity 1.5s;
}

#fv_slider .splide__slide.is-active {
  opacity: 1;
}

.ul_category {
  display: flex;
  gap: min(calc(8 / 1920 * 100vw), 8px);
}

.ul_category li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(33 / 1920 * 100vw), 33px);
  padding: 0 min(calc(22 / 1920 * 100vw), 22px);
  font-size: min(calc(18 / 1920 * 100vw), 18px);
  font-weight: 500;
  background: #d9d9d9;
  border-radius: min(calc(4 / 1920 * 100vw), 4px);
  color: #282828;
}

.ttl_h3_fv {
  font-weight: 500;
  font-size: min(calc(32 / 1920 * 100vw), 32px);
  letter-spacing: 0.05em;
  color: #fff;
  margin: min(calc(29 / 1920 * 100vw), 29px) 0 min(calc(21 / 1920 * 100vw), 21px);
}

.txt_fv {
  width: min(calc(565 / 1920 * 100vw), 565px);
  font-size: min(calc(18 / 1920 * 100vw), 18px);
  line-height: calc(32 / 18);
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: min(calc(40 / 1920 * 100vw), 40px);
}

#fv_slider a.primary_btn.grad_btn {
  width: min(calc(330 / 1920 * 100vw), 330px);
  height: min(calc(55 / 1920 * 100vw), 55px);
  font-size: min(calc(20 / 1920 * 100vw), 20px);
}

#fv_slider a.primary_btn.grad_btn span {
  font-size: min(calc(20 / 1920 * 100vw), 20px);
}

#fv_slider a.primary_btn.grad_btn::after {
  font-size: min(calc(24 / 1920 * 100vw), 24px);
}

.img_fv_slide {
  width: min(calc(768 / 1920 * 100vw), 768px);
  position: absolute;
  top: 50%;
  right: min(calc(-92 / 1920 * 100vw), -92px);
  transform: translateY(-50%);
}

.fv_slide_content2 .img_fv_slide {
  width: min(calc(688 / 1920 * 100vw), 688px);
  right: min(calc(-52 / 1920 * 100vw), -52px);
}

/* 矢印 */
#fv_slider .splide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(calc(1380 / 1920 * 100vw), 1380px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  pointer-events: none;
}

#fv_slider .splide__arrow {
  position: static;
  transform: none;
  pointer-events: auto;
}

#fv_slider .splide__arrow--prev {
  left: 0;
}

#fv_slider .splide__arrow--next {
  right: 0;
}

/* ページネーション */
#fv_slider .splide__pagination {
  bottom: 0;
  gap: min(calc(20 / 1920 * 100vw), 20px);
}

#fv_slider .splide__pagination__page {
  width: min(calc(15 / 1920 * 100vw), 15px);
  height: min(calc(15 / 1920 * 100vw), 15px);
  margin: 0;
}

/* 再生・停止ボタン */
.splide__toggle {
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: min(calc(422 / 1920 * 100vw), 422px);
  right: min(calc(229 / 1920 * 100vw), 229px);
}

.splide__toggle span img {
  width: min(calc(48 / 1920 * 100vw), 48px);
  height: min(calc(48 / 1920 * 100vw), 48px);
}

/* ==============================
SP用
============================== */
body.responsive-sp #fv .sp {
  display: block;
  margin-top: auto;
}

body.responsive-sp #fv .pc {
  display: none;
}

body.responsive-sp #fv {
  padding-bottom: calc(149 / 393 * 100vw);
  margin-bottom: 0;
}

body.responsive-sp #fv .inner {
  padding: calc(33 / 393 * 100vw) calc(14 / 393 * 100vw) 0 calc(15 / 393 * 100vw);
}

body.responsive-sp #fv .text_wrap {
  transform: translateX(0);
}

body.responsive-sp #fv .text_wrap .text {
  letter-spacing: 0;
}

/* テキスト */
body.responsive-sp #fv .text_wrap .ttl {
  margin-bottom: calc(29 / 393 * 100vw);
}

body.responsive-sp #fv .text_wrap .text {
  gap: calc(10 / 393 * 100vw);
}

/* スライダー */
body.responsive-sp #fv_slider {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  margin-top: calc(82 / 393 * 100vw);
}

body.responsive-sp #fv_slider::before {
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.65) 72%, rgba(0, 0, 0, 0) 100%);
}

body.responsive-sp #fv_slider .splide__slide {
  display: flex;
  flex-direction: column;
  padding: 0;
}

body.responsive-sp .ul_category {
  gap: calc(5 / 393 * 100vw);
}

body.responsive-sp .ul_category li {
  height: calc(24 / 393 * 100vw);
  padding: 0 calc(16 / 393 * 100vw);
  font-size: calc(13 / 393 * 100vw);
  border-radius: calc(3 / 393 * 100vw);
}

body.responsive-sp .ttl_h3_fv {
  font-size: calc(18 / 393 * 100vw);
  margin: calc(20 / 393 * 100vw) 0 calc(10 / 393 * 100vw);
}

body.responsive-sp .txt_fv {
  width: 100%;
  font-size: calc(13 / 393 * 100vw);
  line-height: calc(21.1 / 13);
  margin-bottom: calc(14 / 393 * 100vw);
}

body.responsive-sp #fv_slider a.primary_btn.grad_btn {
  width: 100%;
  height: calc(55 / 393 * 100vw);
  font-size: calc(20 / 393 * 100vw);
  margin: 0 auto;
  border-radius: calc(40 / 393 * 100vw);
}

body.responsive-sp #fv_slider a.primary_btn.grad_btn span {
  font-size: calc(20 / 393 * 100vw);
}

body.responsive-sp #fv_slider a.primary_btn.grad_btn::after {
  font-size: calc(24 / 393 * 100vw);
}

body.responsive-sp .img_fv_slide {
  width: calc(283 / 393 * 100vw);
  margin: calc(14 / 393 * 100vw) auto;
  position: static;
  transform: translateY(0);
}

/* 矢印 */
body.responsive-sp #fv_slider .splide__arrows {
  width: calc(355 / 393 * 100vw);
  top: 50%;
}

/* ページネーション */
body.responsive-sp #fv_slider .splide__pagination {
  bottom: calc(-30 / 393 * 100vw);
  gap: calc(20 / 393 * 100vw);
}

body.responsive-sp #fv_slider .splide__pagination__page {
  width: calc(13 / 393 * 100vw);
  height: calc(13 / 393 * 100vw);
  margin: 0;
}

/* 再生・停止ボタン */
body.responsive-sp .splide__toggle {
  top: calc(-17 / 393 * 100vw);
  right: calc(13 / 393 * 100vw);
  transform: translateY(-100%);
}

body.responsive-sp .splide__toggle span img {
  width: calc(48 / 393 * 100vw);
  height: calc(48 / 393 * 100vw);
}

/* 製品詳細ボタン */
body.responsive-sp #fv_slider a.primary_btn.grad_btn {
  max-width: none;
}

/* 背景動画 */
body.responsive-sp #fv .bg {
  height: calc(590 / 393 * 100vw);
  position: absolute;
  top: 0;
  left: 0;
}
