/*-------------------------------------
Smart Logi トナミ
-------------------------------------*/

/********************/
/* 共通 */
/********************/

:root {
  --Akshar: 'Akshar', sans-serif;
}

.s-smartLogi-spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .s-smartLogi-spOnly {
    display: block;
  }
  .s-smartLogi-pcOnly {
    display: none;
  }
}

.s-smartLogi-section-title {
  font-family: var(--Akshar);
  font-weight: 600;
  font-size: 54px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #005BAC;
  padding-bottom: 4px;
  border-bottom: 1px solid #005BAC;
}

.s-smartLogi-section-subTitle {
  margin-top: 7px;
  font-size: 16px;
  letter-spacing: 0.02em;
}



/********************/
/* MV */
/********************/

.s-smartLogi-mv {
  width: 100%;
  height: auto;
  max-height: 688px;
  aspect-ratio: 1366 / 688;
  background-image: url(../img/smartLogi/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 3;
}

.s-smartLogi-mv__body {
  position: absolute;
  bottom: 4.4%;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100vw / 1366 * 1000), 1000px);
}

.s-smartLogi-mv__title {
  width: 93%;
  margin-inline: auto;
  transform: translate(0.5%, 2.5%);
}

.s-smartLogi-mv__text {
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: min(calc(100vw / 1366 * 20), 20px);
  letter-spacing: 0.05em;
  color: #fff;
}


@media screen and (max-width: 767px) {

  .s-smartLogi-mv {
    max-height: none;
    aspect-ratio: 375 / 225;
    background-image: url(../img/smartLogi/mv_sp.jpg);
  }

  .s-smartLogi-lead {
    padding: 30px 0;
    background-color: #005BAC;
    position: relative;
    z-index: 3;
  }

}



/********************/
/* Feature */
/********************/

.s-smartLogi-feature {
  margin-top: 40px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.s-smartLogi-feature::before {
  position: absolute;
  bottom: 100%;
  left: calc(50% - 400px);
  transform: translateY(935px);
  content: "";
  width: calc(400px + 50vw);
  height: auto;
  aspect-ratio: 100 / 86;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #F2F2F2;
  z-index: -1;
}
.s-smartLogi-feature::after {
  position: absolute;
  bottom: 190px;
  right: calc(50% - 490px);
  content: "";
  width: calc(490px + 50vw);
  height: auto;
  aspect-ratio: 100 / 86;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #F2F2F2;
  z-index: -1;
}

.s-smartLogi-feature__list {
  margin-top: 65px;
}

.s-smartLogi-feature__item {
  display: flex;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.s-smartLogi-feature__item--reverse {
  flex-direction: row-reverse;
}
.s-smartLogi-feature__item:not(:first-child) {
  margin-top: 70px;
}

.s-smartLogi-feature__slider-zone {
  width: 50%;
  max-height: 408px;
  position: relative;
  z-index: 2;
}

.s-smartLogi-slider {
  max-height: 408px;
  background-color: #00539E;
}

.s-smartLogi-feature__item__image {
  max-height: 408px;
}
.s-smartLogi-feature__item__image img {
  width: 100%;
  max-height: 408px;
  object-fit: cover;
}

.s-smartLogi-feature__body {
  width: 50%;
  padding-top: 13px;
}

.s-smartLogi-feature__body__number {
  width: 520px;
  padding-left: 50px;
  font-family: var(--Akshar);
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.085em;
  line-height: 1;
  color: #005BAC;
  display: flex;
  align-items: center;
}
.s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__number {
  width: 500px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 40px;
}

.s-smartLogi-feature__body__number span {
  margin-left: 6px;
  font-size: 56px;
}

.s-smartLogi-feature__body__container {
  width: 520px;
  min-height: 407px;
  padding-left: 50px;
  margin-top: 30px;
  padding-top: 45px;
  padding-bottom: 57px;
  position: relative;
  z-index: 1;
}
.s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__container {
  width: 500px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 50px;
}
.s-smartLogi-feature__body__container::before {
  position: absolute;
  top: 0;
  left: -347px;
  content: "";
  width: calc(50vw + 347px);
  height: 100%;
  min-height: 407px;
  background: linear-gradient(180deg, #00539E, #004788);
  z-index: -1;
}
.s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__container::before {
  left: auto;
  right: -347px;
}

.s-smartLogi-feature__body__title {
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: calc(64 / 50);
  color: #fff;
}
.s-smartLogi-feature__body__title span {
  display: inline-block;
}

.s-smartLogi-feature__body__text {
  margin-top: 35px;
  font-feature-settings: "palt";
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
.s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__text {
  letter-spacing: 0.05em;
}

.s-smartLogi-slider {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.s-smartLogi-slick-img img {
  width: 100%;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: fadezoom 5s 0s forwards;
}


@media screen and (max-width: 1099px) {
  .s-smartLogi-feature__body__number {
    font-size: 26px;
  }
  .s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__number {
    padding-left: 20px;
  }
  .s-smartLogi-feature__body__container {
    width: 500px;
  }
  .s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__container {
    padding-left: 20px;
  }
  .s-smartLogi-feature::after {
    bottom: 220px;
  }
}

@media screen and (max-width: 999px) {

  .s-smartLogi-feature::before {
    left: calc(50% - 300px);
    width: calc(300px + 50vw);
    aspect-ratio: 100 / 120;
    bottom: 103.5%;
  }
  .s-smartLogi-feature::after {
    top: 45.5%;
    right: calc(50% - 300px);
    width: calc(300px + 50vw);
    aspect-ratio: 100 / 120;
  }

  .s-smartLogi-feature__body {
    padding-top: 0;
  }

  .s-smartLogi-feature__body__number {
    width: 100%;
    padding-left: 3vw;
    font-size: 2.7vw;
    line-height: unset;
  }
  .s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__number {
    width: 100%;
    padding-right: 3vw;
    justify-content: flex-end;
  }

  .s-smartLogi-feature__body__number span {
    margin-left: 0.9vw;
    font-size: 4.5vw;
  }

  .s-smartLogi-feature__body__container {
    width: 95%;
    min-height: auto;
    margin-top: 1vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 3vw;
  }
  .s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__container {
    width: 95%;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 3vw;
  }
  .s-smartLogi-feature__body__container::before {
    left: -200px;
    width: calc(50vw + 200px);
    height: 100%;
    min-height: auto;
  }
  .s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__container::before {
    left: 0;
    right: -200px;
  }

  .s-smartLogi-feature__body__title {
    font-size: 5vw;
  }

  .s-smartLogi-feature__body__text {
    margin-top: 3vw;
    font-size: 2vw;
  }

}

@media screen and (max-width: 767px) {

  .s-smartLogi-mv__body {
    bottom: 4%;
    width: 97vw;
  }

  .s-smartLogi-lead {
    padding: 23px 0;
  }

  .s-smartLogi-lead__text {
    text-align: justify;
    font-feature-settings: "palt";
    font-weight: bold;
    font-size: 16px;
    line-height: calc(30 / 16);
    letter-spacing: 0.05em;
    color: #fff;
  }

  .s-smartLogi-feature {
    margin-top: 25px;
    padding-top: 50px;
  }
  .s-smartLogi-feature::before {
    display: none;
  }
  .s-smartLogi-feature::after {
    display: none;
  }

  .s-smartLogi-feature .l-wrap {
    z-index: 5;
  }

  .s-smartLogi-section-title {
    font-size: 41px;
    padding-bottom: 6px;
  }

  .s-smartLogi-section-subTitle {
    margin-top: 10px;
    font-size: 14px;
  }

  .s-smartLogi-feature__list {
    margin-top: 45px;
  }

  .s-smartLogi-feature__item {
    flex-direction: column;
    padding-top: 68px;
    position: relative;
  }
  .s-smartLogi-feature__item:not(:first-child) {
    margin-top: 86px;
  }
  .s-smartLogi-feature__item:nth-child(1) {
    z-index: 4;
  }
  .s-smartLogi-feature__item:nth-child(2) {
    z-index: 3;
  }
  .s-smartLogi-feature__item:nth-child(2)::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100vw;
    height: auto;
    aspect-ratio: 375 / 1245;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #F2F2F2;
    z-index: -1;
  }
  .s-smartLogi-feature__item:nth-child(3) {
    z-index: 2;
  }
  .s-smartLogi-feature__item:nth-child(4) {
    z-index: 1;
  }
  .s-smartLogi-feature__item:nth-child(4)::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100vw;
    height: auto;
    aspect-ratio: 375 / 1155;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #F2F2F2;
    z-index: -1;
  }

  .s-smartLogi-feature__body__number {
    position: absolute;
    top: 0;
    left: 6.7%;
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 0.095em;
  }
  .s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__number {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }

  .s-smartLogi-feature__body__number span {
    margin-left: 3px;
    font-size: 36px;
  }

  .s-smartLogi-feature__slider-zone {
    width: 100%;
    padding: 0 25px;
    max-height: none;
    height: auto;
  }

  .s-smartLogi-slider {
    aspect-ratio: 325 / 195;
  }

  .s-smartLogi-feature__item__image {
    max-height: none;
  }
  .s-smartLogi-feature__item__image img {
    max-height: none;
    height: auto;
    aspect-ratio: 325 / 195;
  }

  .s-smartLogi-feature__body {
    width: 100%;
    min-height: 325px;
    margin-top: -97px;
    padding: 133px 25px 38px;
    background: linear-gradient(180deg, #00539E, #004788);
  }

  .s-smartLogi-feature__body__container {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .s-smartLogi-feature__item--reverse .s-smartLogi-feature__body__container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .s-smartLogi-feature__body__container::before {
    display: none;
  }

  .s-smartLogi-feature__body__title {
    font-size: 24px;
  }

  .s-smartLogi-feature__body__text {
    margin-top: 23px;
    text-align: justify;
    font-size: 14px;
    line-height: calc(25 / 14);
    letter-spacing: 0.05em;
  }

}



/********************/
/* Floor Map */
/********************/

.s-smartLogi-map {
  padding-top: 103px;
  padding-bottom: 148px;
  position: relative;
  z-index: 1;
}
.s-smartLogi-map::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 438px);
  content: "";
  width: calc(438px + 50vw);
  height: auto;
  aspect-ratio: 100 / 86;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #F2F2F2;
  z-index: -1;
}

.s-smartLogi-map__content {
  margin-top: 60px;
}

.s-smartLogi-map__facility {
  margin-top: 32px;
}

.s-smartLogi-map__facility__title {
  width: 100%;
  height: 34px;
  font-feature-settings: "palt";
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  padding: 0 20px;
  background-color: #005BAC;
  clip-path: polygon(17px 0%, 100% 0, 100% 100%, 0 100%, 0% 17px);
}

.s-smartLogi-map__facility__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-size: 16px;
  color: #231815;
}

.s-smartLogi-map__facility__item {
  width: calc(100% / 3);
  display: flex;
  border-bottom: 1px solid #000;
}
.s-smartLogi-map__facility__item:nth-child(3n+1),
.s-smartLogi-map__facility__item:nth-child(3n+2) {
  border-right: 1px solid #000;
}

.s-smartLogi-map__facility__name {
  width: 76%;
  padding: 6px 15px 7px;
  display: flex;
  align-items: center;
}

.s-smartLogi-map__facility__count {
  width: 24%;
  border-left: 1px dashed #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 999px) {

  .s-smartLogi-map__facility__title {
    height: 3.2vw;
    font-size: 1.73vw;
    line-height: 3.2vw;
    padding: 0 1.9vw;
    clip-path: polygon(1.7vw 0%, 100% 0, 100% 100%, 0 100%, 0% 1.7vw);
  }

  .s-smartLogi-map__facility__list {
    font-size: 1.6vw;
  }

}

@media screen and (max-width: 767px) {

  .s-smartLogi-map {
    margin-top: 50px;
    padding-top: 47px;
  }
  .s-smartLogi-map::before {
    left: 0;
    width: 100vw;
    height: 100%;
    aspect-ratio: auto;
  }

  .s-smartLogi-map__content {
    max-width: 325px;
    margin-top: 34px;
    margin-inline: auto;
  }

  .s-smartLogi-map__facility {
    margin-top: 47px;
  }

  .s-smartLogi-map__facility__title {
    height: min(calc(100vw / 375 * 27), 27px);
    font-size: min(calc(100vw / 375 * 15), 15px);
    line-height: min(calc(100vw / 375 * 27), 27px);
    padding: 0 min(calc(100vw / 375 * 16), 16px);
    clip-path: polygon(min(calc(100vw / 375 * 13), 13px) 0%, 100% 0, 100% 100%, 0 100%, 0% min(calc(100vw / 375 * 13), 13px));
  }

  .s-smartLogi-map__facility__list {
    font-size: min(calc(100vw / 375 * 14), 14px);
  }

  .s-smartLogi-map__facility__item {
    width: 100%;
  }
  .s-smartLogi-map__facility__item:nth-child(3n+1),
  .s-smartLogi-map__facility__item:nth-child(3n+2) {
    border-right: none;
  }
  .s-smartLogi-map__facility__item:nth-child(1) {
    order: 1;
  }
  .s-smartLogi-map__facility__item:nth-child(2) {
    order: 4;
  }
  .s-smartLogi-map__facility__item:nth-child(3) {
    order: 7;
  }
  .s-smartLogi-map__facility__item:nth-child(4) {
    order: 2;
  }
  .s-smartLogi-map__facility__item:nth-child(5) {
    order: 5;
  }
  .s-smartLogi-map__facility__item:nth-child(6) {
    order: 8;
  }
  .s-smartLogi-map__facility__item:nth-child(7) {
    order: 3;
  }
  .s-smartLogi-map__facility__item:nth-child(8) {
    order: 6;
  }
  .s-smartLogi-map__facility__item:nth-child(9) {
    order: 9;
  }

  .s-smartLogi-map__facility__name {
    width: 79%;
    padding: 9px 15px 7px;
  }

  .s-smartLogi-map__facility__count {
    width: 21%;
    padding-top: 2px;
    padding-left: 5px;
  }

}


/********************/
/* Movie */
/********************/

.s-smartLogi-feature_video {
  position: relative;
  width: 100%;
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
  margin:50px 0 120px;
}

.s-smartLogi-feature_video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 767px) {
  .s-smartLogi-feature_video {
    margin: 30px 0 53px;
  }
}