/* =========================================
Component: Split Hero Slider
========================================= */
.c-split-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: var(--primary-blue);
  z-index: 10;
}

.c-split-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.c-split-slider__slide.is-active {
  z-index: 2;
  pointer-events: auto;
}

.c-split-slider__strip {
  position: absolute;
  top: 0;
  height: 100%;
  transform: translateY(100%);
	transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-split-slider__strip:nth-child(even) {
  transform: translateY(-100%);
}
.c-split-slider__slide.is-active .c-split-slider__strip {
  transform: translateY(0);
}
.c-split-slider__slide.is-active .c-split-slider__strip:nth-child(1) {
  transition-delay: 0s;
}
.c-split-slider__slide.is-active .c-split-slider__strip:nth-child(2) {
  transition-delay: 0.1s;
}
.c-split-slider__slide.is-active .c-split-slider__strip:nth-child(3) {
  transition-delay: 0.2s;
}

/* Slide Content */
.c-split-slider__content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  width: 80%;
  max-width: 800px;
}

.c-split-slider__category,
.c-split-slider__title,
.c-split-slider__link {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.c-split-slider__category {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 4px;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.c-split-slider__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  line-height: 1.4;
  margin: 0 0 40px 0;
  font-weight: 700;
}

.c-split-slider__link {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: 2px solid var(--primary-blue);
  padding-bottom: 5px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.c-split-slider__link:hover {
  color: var(--primary-blue);
  background: rgba(255, 255, 255, 0.1);
}

.c-split-slider__slide.is-active .c-split-slider__category {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.c-split-slider__slide.is-active .c-split-slider__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.c-split-slider__slide.is-active .c-split-slider__link {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}

/* Slider Controls */
.c-split-slider__controls {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 20;
  color: #fff;
}
.c-split-slider__controls button {
  background: none;
  border: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  font-size: 0.8rem;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.c-split-slider__controls button:hover {
  opacity: 1;
  color: var(--primary-blue);
}
.c-split-slider__progress {
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.c-split-slider__progress-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--primary-blue);
  transition: width 0.3s;
}

/* =========================================
SECTIONS
========================================= */
.section-padding {
  padding: 100px 0;
}
.l-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* About Section */
.p-about {
  display: flex;
  min-height: 80vh;
  overflow: hidden;
}
.p-about__text {
  flex: 1;
  background: #fff;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  align-items: center;
}
.p-about__text p {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 20px;
  color: #444;
  width: 60%;
  text-align: left;
}
.p-about__image {
  flex: 1;
  background-image: url("https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  min-height: 300px;
  transform: scale(1.1);
  transition: transform 1.2s var(--easing-entrance);
}
.p-about__image.js-animate-fadeup.is-visible {
  transform: scale(1);
}

/* Parallax Sections */
.p-parallax {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.p-parallax__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
  will-change: transform;
}

/* Background Definitions */
.p-parallax__bg--business {
  background-image: url("../images/top/bg-business.png");
}
.p-parallax__bg--business:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/top/bg-business.png") center/cover;
    center/cover;
  z-index: -2;
}
.p-parallax__bg--works {
  background-image: url("../images/top/bg-work.png");
}
.p-parallax__bg--ingredients {
  background-image: url("../images/top/bg-ingredients.png");
}
.p-parallax__bg--ingredients:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/top/bg-ingredients.png") center/cover;
  z-index: -2;
}
.p-parallax__bg--recruit {
  background-image: url("../images/top/bg-contact.png");
}

.p-parallax__content {
  background: rgba(0, 0, 0, 0.6);
  padding: 60px;
  margin-left: 10%;
  color: #fff;
  max-width: 600px;
  backdrop-filter: blur(4px);
  border-left: 4px solid var(--primary-blue);
}
.p-parallax__content p {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 500;
}

.c-section-title {
  overflow: hidden;
  margin-bottom: 20px;
}
.c-section-title__img {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}
.js-animate-fadeup.is-visible .c-section-title__img {
  transform: translateY(0) skewY(0);
  opacity: 1;
}

/* Highlight Section */
.p-highlight {
  background-color: var(--primary-blue);
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.p-highlight::before {
  content: "SPECIAL PRODUCT";
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 10rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.05);
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  pointer-events: none;
}
.p-highlight__grid {
  display: flex;
  align-items: center;
  gap: 60px;
}
.p-highlight__info {
  flex: 1;
}
.p-highlight__label {
  display: inline-block;
  background: #fff;
  color: var(--primary-blue);
  padding: 4px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.p-highlight__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
.p-highlight__desc {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  opacity: 0.9;
  color: #fff;
}
.p-highlight__img-wrap {
  flex: 1;
  position: relative;
}
.p-highlight__img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  filter: brightness(1.1) contrast(1.1);
}

.c-btn.btn-inverse {
  background-color: #fff;
  color: var(--primary-blue);
}
.c-btn.btn-inverse::before {
  background-color: #333;
}
.c-btn.btn-inverse:hover {
  color: #fff;
}

/* News Section */
.p-news {
  background-color: #fff;
  padding: 100px 0;
}
.p-news__header {
  text-align: center;
  margin-bottom: 60px;
}
.p-news__header h2 {
  font-size: 2.5rem;
  color: var(--primary-blue);
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
}
.p-news__container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-news__column {
  flex: 1;
  min-width: 300px;
}

.p-news__heading {
  font-size: 1.2rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  position: relative;
}
.p-news__heading::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-blue);
  transition: width 0.8s var(--easing-entrance) 0.3s;
}
.js-animate-fadeup.is-visible .p-news__heading::after {
  width: 50px;
}
.p-news__heading--important {
  color: var(--primary-blue);
  border-color: var(--primary-blue);
}
.p-news__heading--important::after {
  background-color: var(--primary-blue);
  width: 0;
}
.js-animate-fadeup.is-visible .p-news__heading--important::after {
  width: 100%;
}

.p-news__list li {
  border-bottom: 1px solid #eee;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s ease, transform 0.6s var(--easing-entrance);
}
.js-animate-stagger.is-visible li:nth-child(1) {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(0);
}
.js-animate-stagger.is-visible li:nth-child(2) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateX(0);
}
.js-animate-stagger.is-visible li:nth-child(3) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateX(0);
}

.p-news__list a {
  display: flex;
  padding: 15px 0;
  align-items: baseline;
  transition: background-color 0.3s ease, padding-left 0.3s ease;
}
.p-news__list a:hover {
  opacity: 1;
  background-color: #fff5f5;
  padding-left: 10px;
}
.p-news__list time {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-right: 20px;
  color: #888;
  min-width: 100px;
  transition: color 0.3s ease;
}
.p-news__list a:hover time {
  color: var(--primary-blue);
}
.p-news__list p {
  flex: 1;
  font-size: 0.95rem;
}

.p-news__pdf-banner {
  margin-top: 30px;
}
.p-news__pdf-link {
  display: block;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 15px;
  background: #fdfdfd;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}
.p-news__pdf-link:hover {
  opacity: 1;
  border-color: var(--primary-blue);
  border-left-color: var(--primary-blue);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.p-news__pdf-link h3 {
  font-size: 1rem;
  color: var(--primary-blue);
  margin-bottom: 5px;
}

/* Global BG */
#global-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
  pointer-events: none;
}
.p-global-bg__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
}
.p-global-bg__layer.is-active {
  opacity: 1;
}
#business,
#works,
#ingredients {
  background: transparent !important;
}
#business .p-parallax__bg,
#works .p-parallax__bg,
#ingredients .p-parallax__bg {
  display: none;
}

/* TOP STRENGTH */
.p-strength {
  background-image: url(../images/top/bg-top-blue.png);

  padding: 100px 0 260px;
}

.c-border-title.u-text-center {
  text-align: center;
}
.c-border-title div {
  position: relative;
  display: inline-block;
}
.c-border-title ._container {
  overflow: hidden;
}
.c-border-title.is-animated .all_square_anime {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.4s 0.7s ease;
  transition: all 0.4s 0.7s ease;
}
.p-strength .all_square_anime {
  padding-bottom: 0.6em;
}
.c-border-title ._head {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 16px;
  color: #222020;
}
.c-border-title ._main {
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 600;
  font-size: 80px;
  color: #222020;
}
.all_font_poppins {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.all_square_anime:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.c-border-title ._left_top_to_right {
  width: 65%;
  height: 1px;
  left: -13.44%;
  top: -21%;
}
.c-border-title ._border:after {
  content: "";
  background: #222020;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transition: transform 0.8s ease-in-out;
}
.c-border-title ._left_top_to_bottom {
  width: 1px;
  height: 168%;
  left: 0.43%;
  top: -63%;
}
.c-border-title.is-animated ._left_top_to_bottom:after {
  transform: translateY(101%);
}
.c-border-title ._left_top_to_bottom:after {
  transform: translateY(-100%);
}
.c-border-title ._right_bottom_to_left {
  width: 108.4%;
  height: 1px;
  right: -15.18%;
  bottom: 0.3em;
}
.c-border-title ._right_bottom_to_top {
  width: 1px;
  height: 121%;
  right: 0;
  bottom: -6.7%;
}
.c-border-title.is-animated ._right_bottom_to_top:after {
  transform: translateY(-101%);
}
.p-strength .all_title {
  margin: 85px 0 0;
}
.all_title._center {
  text-align: center;
}
.all_title {
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 700;
  font-size: 36px;
  color: #222020;
}
.all_new_line {
  display: inline-block;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.all_title ._color {
  font-weight: inherit;
  letter-spacing: inherit;
  color: #e31e23;
}
.p-strength .all_title + .all_text {
  max-width: 729px;
  margin: 30px auto 0;
  letter-spacing: 0;
  color: #222020;
}
.all_text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 16px;
}
.top_strength_list {
  margin: 70px 0 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}
.top_strength_list li {
  width: 32.5%;
}
li {
  list-style: none;
}
.top_strength_list img {
  width: 100%;
}
.top_strength_list ._text {
  margin: 15px 0 0;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 24px;
  color: #222020;
}
.p-strength ._link {
  margin: 92px 0 0;
}
.all_button._center {
  margin: 0 auto;
}
.all_button {
  width: 200px;
  height: 60px;
  padding: 0 50px 0 30px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px var(--primary-blue) solid;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-blue);
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
/* .all_button:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 10px;
  position: absolute;
  left: -1px;
  top: 30px;
  display: block;
  transform: rotate(-15deg);
  transition: opacity 0.4s ease;
} */
.top_strength ._link .all_button:before {
  background: #ededed;
}
.all_button span {
  width: 100%;
  position: static;
  display: block;
  font-weight: inherit;
}
.all_button .all_font_poppins {
  font-weight: 500;
}
.all_button:after {
  content: "";
  background: url("../images/top/arrow.png") no-repeat center / 16px 12px;
  width: 16px;
  height: 12px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

/* =========================================
Component: Intro Overlay (Page Load Animation)
========================================= */
.c-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0f0f10;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-intro__panel {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: var(--primary-blue);
  transform: translateY(0);
}
.c-intro__panel--left {
  left: 0;
}
.c-intro__panel--right {
  right: 0;
}
.c-intro__logo {
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0.3em;
  font-size: 1.1rem;
  opacity: 0;
  transform: translateY(10px);
}
/* Panels slide away and logo pops when body gets is-loaded */
body.is-loaded .c-intro__panel--left {
  transition: transform 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transform: translateY(-102%);
}
body.is-loaded .c-intro__panel--right {
  transition: transform 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transform: translateY(102%);
}
body.is-loaded .c-intro__logo {
  transition: opacity 0.9s ease 0.8s, transform 0.9s var(--easing-entrance) 0.8s;
  opacity: 1;
  transform: translateY(0);
}
/* Hide overlay after animation */
body.is-loaded .c-intro {
  pointer-events: none;
  animation: introOverlayHide 0s linear 2.1s forwards;
}
@keyframes introOverlayHide {
  to {
    visibility: hidden;
    opacity: 0;
  }
}

/* Initial hero soften-in after overlay */
.c-split-slider {
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.8s ease 2.2s, transform 1.2s var(--easing-entrance) 2.2s;
}
body.is-loaded .c-split-slider {
  opacity: 1;
  transform: scale(1);
}

/* Responsive Top */
@media (max-width: 900px) {
  .c-split-slider {
    height: 600px;
    min-height: auto;
  }
  .c-split-slider__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .c-split-slider__content {
    left: 5%;
    width: 90%;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-split-slider__controls {
    right: 20px;
    bottom: 30px;
    gap: 20px;
  }
  .c-split-slider__progress {
    width: 60px;
  }
  .p-about {
    flex-direction: column;
  }
  .p-about__text {
    padding: 60px 30px;
    order: 2;
  }
  .p-about__text p{
    width: 100%;
  }
  .p-about__image {
    height: 300px;
    flex: none;
    order: 1;
  }
  .p-parallax {
    height: auto;
    min-height: 60vh;
    padding: 80px 0;
    justify-content: center;
  }
  .p-parallax__bg {
    background-attachment: scroll;
  }
  .p-parallax__content {
    margin-left: 0;
    width: 90%;
    max-width: none;
    padding: 40px 30px;
    text-align: left;
  }
  .c-section-title__img {
    font-size: 2.2rem;
  }
  .p-news {
    padding: 60px 0;
  }
  .p-news__container {
    flex-direction: column;
    gap: 50px;
  }
  .p-news__list time {
    min-width: 90px;
    font-size: 0.9rem;
  }
  .p-highlight__grid {
    flex-direction: column;
    gap: 40px;
  }
  .p-highlight__title {
    font-size: 1.8rem;
  }
  .p-highlight::before {
    font-size: 5rem;
    top: 0;
  }
  .p-strength {
    padding: 100px 0 80px;
  }
  .c-border-title ._main {
    font-size: 42px;
  }
  .c-border-title ._head {
    font-size: 14px;
  }
  .p-strength .all_title {
    font-size: 24px;
    margin-top: 40px;
    line-height: 1.5;
  }
  .p-strength .all_title + .all_text {
    width: 100%;
    max-width: none;
    padding: 0 10px;
    font-size: 14px;
    text-align: left;
  }
  .top_strength_list {
    flex-direction: column;
    gap: 40px;
  }
  .top_strength_list li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .top_strength_list ._text {
    font-size: 18px;
  }
  .p-strength ._link {
    margin-top: 50px;
  }
}
/* コンタクトボタン */
.p-fixed-cta {
  position: fixed;
  right: 0;
  bottom: 2.2222222222rem;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: all 0.4s ease-out;
}
.p-fixed-cta a {
  display: block;
  width: 27rem;
  height: 10.6666666667rem;
  padding: 1.7777777778rem 2.2222222222rem;
  border-radius: 0.8888888889rem 0 0 0.8888888889rem;
  background: var(--primary-blue);
}
.p-fixed-cta a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11.7222222222rem;
  height: 8.7777777778rem;
  background-size: cover;
  background-image: url(../images/common/cta-bg.png);
}

.flex-a-ctr {
  align-items: center;
}
.flex {
  display: flex;
}
.pos-rel {
  position: relative;
}
.mgn-btm16 {
  margin-bottom: 0.8888888889rem;
}
.p-fixed-cta a h3 {
  margin-right: 0.8888888889rem;
  letter-spacing: 2.4px;
  line-height: 1;
}
.font-en {
  font-family: var(--font-en-heading);
}
.fz48 {
  font-size: 2.6666666667rem;
}
.clr-primary-default,
.clr-primary-default * {
  color: #fff;
}
.p-fixed-cta a .c-icon-arrow {
  background-color: #fff;
  border-color: #fff;
}
.c-icon-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  border-radius: 50%;
  border: 1px solid;
  margin-left: 1.1111111111rem;
  transition: all 0.4s ease-out;
}
.c-icon-arrow::after {
  content: "";
  display: block;
  width: 1.3333333333rem;
  aspect-ratio: 1;
  background-color: #007aff;
  transition: var(--transit-default);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/top/arrow.png);
  transition: all 0.4s ease-out;
}
/* .p-fixed-cta a .c-icon-arrow::after {
  background-color: #fff;
} */

/* CTA visible control */
.p-fixed-cta {
  transform: translateY(10px);
}
.p-fixed-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.clr-wht,
.clr-wht {
  color: #fff;
}
/*特殊塗料*/
.p-special {
  width: 100%;
  background: var(--primary-blue);
  margin: 0 auto;
  padding: 0 20% 100px;
}
@media (max-width: 768px) {
  .p-fixed-cta {
    display: none;
  }
  .c-btn {
    width: 100%;
  }
  .p-special {
    padding: 0 6% 100px;
  }
}
