@charset "utf-8";

/* ===============================
  Main top（共通）
=============================== */
.ink-hero__bg {
  background: var(--ink);
  width: 100%;
  padding: 100px 0 45px;
  overflow-x: hidden;
}

.ink-hero__bg-title {
  margin: 0;
  text-align: center;
  line-height: 1;
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  color: #2C3344;
  font-size: clamp(12rem, 30vw, 36rem);
}

.ink-hero__ink {
  position: relative;
  z-index: 2;
  height: 263px;
  background: url("../images/pc/ink01.webp") repeat-x center top / contain;
  background: auto 100%;
  margin-top: -1px;
}

.promotion,
.contact-hero {
  position: relative;
}

/* SP TOP （〜768px） */
@media (max-width: 768px) {
  .ink-hero__bg {
    padding: 80px 0 32px;
  }

  .ink-hero__bg-title {
    font-size: clamp(6.4rem, 24vw, 9.6rem);
  }

  .ink-hero__ink {
    height: 113px;
    background: url("../images/sp/ink01sp.webp") repeat-x center top / contain;
    background: auto 100%;
  }
}

/* ===============================
  PROMOTION main
=============================== */
.promotion {
    background: linear-gradient(to bottom, #FF2175 0%, #F200FF 100%);
    color: var(--ink);
    padding: 250px 0 120px;
    margin-top: -250px;
}

.promotion__inner {
    max-width: 1238px;
    margin: 0 auto;
}

.section-title {
    font-family: "Sansation";
    text-align: center;
}

.promotion__lead {
  margin: 40px 0 72px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

.promotion-case {
  margin-top: 30px;
  border-radius: 8px;
}

.promotion-case01 {
  padding: 60px 32px 10px;
  background: var(--beige)
}

.promotion-case02 {
  padding: 16px 32px 40px;
  background: rgba(255, 255, 255, 0.9);
}

.promotion-case03 {
  padding: 40px 32px 40px;
  background: rgba(255, 255, 255, 0.9);
}

.promotion-caseHeading__tag {
  display: inline-block;
  font-size: 2rem;
  font-family: "Sansation";
  color: var(--beige);
}

.promotion-caseHeading__title {
  font-size: 1.8rem;
  font-weight: 700;
}

.promotion-case__main {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 42px;
}

.promotion-case__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.promotion-case__media {
  margin-top: 24px;
}

.promotion-case__media-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.promotion-case__media-images { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0;
  row-gap: 30px;
}

.promotion-case__media-item {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.promotion-case__media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.promotion-case__detail {
  margin-top: 32px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.promotion-case__txt {
  margin-top: 24px;
}

.promotion-eyes {
  display: flex;
  justify-content: flex-end;
  margin-top: 54px;
  transform-origin: center center;
  animation: blink 4s infinite;
    
}

/* まばたきアニメーション */
@keyframes blink {
  0%, 3%, 8%, 100% {
    transform: scaleY(1);
  }
  4% {
    transform: scaleY(0.1);
  }
  6% {
    transform: scaleY(0.2);
  }
}

.promotion__ink {
  height: 263px;
  margin-top: -1px;
  background: url("../images/pc/ink05.webp") repeat-x center top / contain;
  background: auto 100%;
}

/* ===============================
  SP PROMOTION
=============================== */

@media (max-width: 768px) {
  .promotion {
    padding: 140px 0 96px;
    margin-top: -90px;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 32px;
  }

    .promotion__lead {
    margin: 40px 0 72px;
    font-size: 1.3rem;
    line-height: 1.8;
    }
    
    .promotion-caseHeading {
    text-align: center;
  }

  .promotion-caseHeading__tag {
    font-size: 1.3rem;
    padding: 7px 10px;
    border-radius: 8px;
    border: 0.5px solid currentColor;
  }

  .promotion-caseHeading__title {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .promotion-case {
    padding: 24px 20px 32px;
  }

    .promotion-case01 {
    padding-bottom: 4px;
  }

  .promotion-case02 {
    padding-top: 4px;
  }

  .promotion-case__main {
    flex-direction: column;

  }

  .promotion-case__media-images {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .promotion-eyes {
    width: 100%;
    }
    
    .promotion-eyes img {
    width: 55px;
    height: auto;
  }
  
  .promotion__ink {
    height: 113px;
    margin-top: -1px;
    background: url("../images/sp/ink04sp.webp") repeat-x center top / contain;
    background: auto 100%;
    }
}


/* ===============================
  企創天外が出来ること
=============================== */

.promo-strength {
  background: var(--beige);
  padding: 120px 0 140px;
}

.promo-strength__inner {
  max-width: 1238px;
  margin: 0 auto;
  padding: 0 20px;
}

.promo-strength-row {
  display: flex;
  justify-content: center;
  gap: 120px;
  margin-top: 100px;
}

.promo-strength-row--first {
  justify-content: center;
}

.promo-strength-row--second {
  justify-content: center;
}

.promo-strength-item {
  max-width: 240px;
  text-align: center;
}


.promo-strength-item__label {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  border: 0.5px solid var(--ink);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.promo-strength-item__text {
  font-size: 1.4rem;
  line-height: 1.8;
}

.promo-strength__ink {
    position: relative;
    z-index: 2;
  height: 263px;
  margin-top: -1px;
  background: url("../images/pc/ink03.webp") repeat-x center top / contain;
  background: auto 100%;
}

/* ===============================
  SP 企創天外が出来ること
=============================== */

@media (max-width: 768px) {
  .promo-strength {
    padding: 80px 0 96px;
  }

  .promo-strength-row {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }

  .promo-strength-row--second {
    margin-top: 50px;
  }

  .promo-strength-item {
    max-width: 90%;
    text-align: center;
  }

  .promo-strength-item__label {
  padding: 7px 10px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

  .promo-strength-item__text {
  font-size: 1.2rem;
  line-height: 1.8;
}

  .promo-strength__ink {
    height: 113px;
    background: url("../images/pc/ink03.webp") repeat-x center top / contain;
    background: auto 100%;
    }
}


