@charset "UTF-8";

.iloha-main {
  --iloha-ink: #201c18;
  --iloha-paper: #f4f0e8;
  --iloha-cream: #e8ddca;
  --iloha-orange: #d94b19;
  --iloha-red: #ad2d1f;
  --iloha-line: rgba(32, 28, 24, .18);

  margin: 0;
  background: var(--iloha-paper);
  color: var(--iloha-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.iloha-main * {
  box-sizing: border-box;
}

.iloha-main a {
  color: inherit;
  text-decoration: none;
}

.iloha-main .sub_catch {
  line-height: 1.9;
}

.iloha-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  border-bottom: 1px solid var(--iloha-line);
}

.iloha-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 4vw;
  border-bottom: 1px solid #C4B7A1;
}

.iloha-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.iloha-brand__mark {
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}

.iloha-brand__divider {
  width: 1px;
  height: 29px;
  background: currentColor;
  opacity: .35;
}

.iloha-brand__roman {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .28em;
}

.iloha-header__nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
}

.iloha-header__nav a {
  position: relative;
}

.iloha-header__nav a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--iloha-orange);
  transition: .3s;
}

.iloha-header__nav a:hover::after {
  width: 100%;
}

.iloha-header__contact {
  padding: 4px 0;
  border-bottom: 1px solid;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.iloha-hero {
  display: grid;
  grid-template-columns: 51% 49%;
  min-height: 760px;
  border-bottom: 1px solid var(--iloha-line);
}

.iloha-hero__copy {
  position: relative;
  padding: 180px 2vw 70px 6vw;
}

.iloha-eyebrow,
.iloha-section-no,
.iloha-micro {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .24em;
}

.iloha-eyebrow,
.iloha-section-no {
  color: var(--iloha-orange);
}

.iloha-hero .catchphrase {
  margin: 35px 0;
  font-size: 74px;
  line-height: 1.2;
  letter-spacing: -.08em;
}
@media screen and (max-width: 1180px) {
.iloha-hero .catchphrase {
  font-size: 50px;
}
}



.iloha-hero .catchphrase em {
  position: relative;
  color: var(--iloha-orange);
  font-style: normal;
}

.iloha-hero .catchphrase em::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -12px;
  bottom: 5px;
  left: -5px;
  height: 12px;
  background: rgba(217, 75, 25, .16);
  transform: rotate(-1deg);
}

.iloha-hero__lead {
  font-size: 17px;
  letter-spacing: .08em;
}

.iloha-hero__actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 38px;
}

.iloha-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  min-width: 205px;
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 700;
}

.iloha-button--primary {
  background: var(--iloha-ink);
  color: #fff !important;
}

.iloha-text-link {
  padding: 8px 0;
  border-bottom: 1px solid;
  font-size: 14px;
}

.iloha-text-link span {
  margin-left: 12px;
  color: var(--iloha-orange);
}

.iloha-micro {
  position: absolute;
  bottom: 32px;
  color: #c7bdb4;
}

.iloha-hero__visual {
  position: relative;
  overflow: hidden;
  background: #d8c8ac;
}

.iloha-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .55), transparent 45%),
    repeating-linear-gradient(
      100deg,
      transparent 0 4px,
      rgba(70, 40, 20, .018) 5px
    );
}

.iloha-hero__visual img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 66%;
  max-width: 550px;
  transform: translate(-50%, -47%);
  filter: drop-shadow(0 30px 30px rgba(30, 10, 0, .2));
}

.iloha-hero__sun {
  position: absolute;
  top: 100px;
  right: -80px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: var(--iloha-orange);
}

.iloha-hero__brushstroke {
  position: absolute;
  bottom: 80px;
  left: 10px;
  font-size: 160px;
  font-weight: 900;
  opacity: .08;
  transform: rotate(-12deg);
}

.iloha-hero__seal {
  position: absolute;
  z-index: 3;
  bottom: 8%;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(32, 28, 24, .5);
  border-radius: 50%;
}

.iloha-hero__seal b {
  font-family: Arial, sans-serif;
  font-size: 20px;
}

.iloha-hero__seal span {
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 1.4;
}

.iloha-hero__vertical {
  position: absolute;
  z-index: 3;
  right: 3.5%;
  bottom: 8%;
  writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: .2em;
}

.iloha-manufacturer {
  display: grid;
  grid-template-columns: 20% 44% 1fr;
  gap: 4vw;
  padding: 130px 8vw;
  background: var(--iloha-ink);
  color: #eee8df;
}

@media screen and (max-width: 1300px) {
.iloha-manufacturer {
  grid-template-columns: 1fr;
}
}

.iloha-manufacturer__label strong {
  display: block;
  margin: 52px 0 12px;
  font-family: Arial, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
}

.iloha-manufacturer__label > span {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .22em;
}

.iloha-manufacturer__statement > p {
  font-size: 14px;
  letter-spacing: .08em;
}

.iloha-manufacturer__statement h2 {
  font-size: 58px;
  line-height: 1.45;
  letter-spacing: -.05em;
}

@media screen and (max-width: 1180px) {
.iloha-manufacturer__statement h2  {
  font-size: 50px;
}
}

.iloha-manufacturer__statement h2 span {
  color: #ee7047;
}

.iloha-manufacturer__body {
  padding-top: 44px;
}
@media screen and (max-width: 820px) {
.iloha-manufacturer__body {
  padding-top: 0px;
}
}


.iloha-manufacturer__body p {
    font-size: 16px;
    margin-bottom: 30px;
}

.iloha-manufacturer__body a {
  display: inline-block;
  margin-top: 22px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ee7047;
  font-size: 14px;
}

.iloha-statement {
  display: grid;
  grid-template-columns: 18% 44% 1fr;
  gap: 4vw;
  padding: 130px 8vw;
}

@media screen and (max-width: 1300px) {
.iloha-statement {
  grid-template-columns: 1fr;
}
}

.iloha-kicker {
  font-size: 14px;
}

.iloha-statement h2,
.iloha-section-head h2,
.iloha-off__copy h2,
.iloha-compatibility h2 {
  margin: 20px 0;
  font-size: 58px;
  line-height: 1.4;
letter-spacing: -0.1em;
}

@media screen and (max-width: 1180px) {
.iloha-statement h2,
.iloha-section-head h2,
.iloha-off__copy h2,
.iloha-compatibility h2 {
  font-size: 50px;
}
}

.iloha-statement h2 span,
.iloha-section-head h2 span,
.iloha-off__copy h2 span,
.iloha-compatibility h2 span,
.iloha-technical h2 span {
  color: var(--iloha-orange);
}

.iloha-statement__body {
    font-size: 16px;
    margin-bottom: 30px;
}

.iloha-statement__body p {
  margin: 0 0 24px;
}

.iloha-statement__body small,
.iloha-off__copy small {
  display: block;
  color: #6d655d;
  font-size: 14px;
  line-height: 1.8;
}

.iloha-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 8vw;
  border-top: 1px solid var(--iloha-line);
  border-bottom: 1px solid var(--iloha-line);
}

.iloha-benefit {
  position: relative;
  min-height: 390px;
  padding: 54px 45px 60px;
  border-right: 1px solid var(--iloha-line);
}

.iloha-benefit:last-child {
  border-right: 0;
}

.iloha-benefit__no {
  color: var(--iloha-orange);
  font-family: Arial, sans-serif;
  font-size: 20px;
}

.iloha-benefit__icon {
  margin: 10px 0;
  color: var(--iloha-orange);
  font-size: 90px;
}
@media screen and (max-width: 820px) {
.iloha-benefit__icon {
  line-height: 1;
}
}


.iloha-benefit h3 {
  margin: 0 0 18px;
  font-size: 27px;
  line-height: 1.45;
}

.iloha-benefit p {
  margin: 0;
  font-size: 14px;
}

.iloha-howto {
  margin-top: 130px;
  padding: 140px 8vw;
  background: #e9e0d2;
}

.iloha-section-head {
  display: grid;
  grid-template-columns: 20% 48% 1fr;
  align-items: start;
}
@media screen and (max-width: 1300px) {
.iloha-section-head {
  grid-template-columns: 1fr;
}
}

.iloha-section-head h2 {
  margin-top: 0;
}

.iloha-section-head > p:last-child {
margin-top: 30px;
    font-size: 16px;
}

.iloha-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  border-top: 1px solid var(--iloha-line);
}

.iloha-step {
  padding: 28px 25px;
  border-right: 1px solid var(--iloha-line);
}

.iloha-step:last-child {
  border-right: 0;
}

.iloha-step > b {
  color: var(--iloha-orange);
  font-family: Arial, sans-serif;
  font-size: 20px;
}

.iloha-step__art {
  position: relative;
  display: grid;
  place-items: center;
  height: 170px;
}
@media screen and (max-width: 767px) {
.iloha-step__art {
  height: 120px;
}
}


.iloha-step__art i {
  display: block;
}

.iloha-step__art--nail i {
  position: relative;
  width: 63px;
  height: 100px;
  border: 2px solid;
  border-radius: 50% 50% 42% 42%;
}

.iloha-step__art--nail i::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed var(--iloha-orange);
  border-radius: inherit;
}

.iloha-step__art--drop i {
  width: 65px;
  height: 90px;
  border-radius: 60% 40% 60% 40%;
  background: var(--iloha-orange);
  transform: rotate(45deg);
}

.iloha-step__art--timer i {
  width: 92px;
  height: 92px;
  border: 2px solid;
  border-radius: 50%;
  color: var(--iloha-orange);
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  line-height: 88px;
  text-align: center;
}

.iloha-step__art--timer i::after {
  content: "MIN";
  position: absolute;
    margin: 22px 0 0 -20px;
    color: var(--iloha-ink);
    font-size: 10px;
}

.iloha-step__art--layers i {
  width: 100px;
  height: 55px;
  border: 2px solid;
  box-shadow:
    9px 9px 0 -2px var(--iloha-orange),
    9px 9px 0 0 var(--iloha-ink);
  transform: skew(-25deg);
}

.iloha-step h3 {
  font-size: 27px;
}

.iloha-step p {
  font-size: 14px;
}

.iloha-notice {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 65px;
  padding: 20px 28px;
  border: 1px solid var(--iloha-line);
}

.iloha-notice strong {
  color: var(--iloha-orange);
  font-family: Arial, sans-serif;
  font-size: 20px;
  letter-spacing: .2em;
}

.iloha-notice p {
  margin: 0;
  font-size: 16px;
}

.iloha-off {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 690px;
}

.iloha-off__visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #bf381e;
  color: #fff;
}

.iloha-off__time {
  z-index: 2;
  font-family: Arial, sans-serif;
  font-size: 190px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.1em;
}

.iloha-off__time small {
  font-size: 22px;
  letter-spacing: .1em;
}

.iloha-off__visual > p {
  position: absolute;
  bottom: 35px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .4em;
}

.iloha-ripple {
  position: absolute;
  width: 260px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.iloha-ripple--2 {
  width: 430px;
  height: 150px;
}

.iloha-ripple--3 {
  width: 620px;
  height: 240px;
}

.iloha-off__copy {
  padding: 105px 8vw;
}

.iloha-off__copy h2 {
  font-size: 58px;
}
@media screen and (max-width: 1180px) {
.iloha-off__copy h2 {
  font-size: 50px;
}
}

.iloha-off__copy > p {
  font-size: 16px;
}

.iloha-off__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 35px 0;
  padding: 0;
  list-style: none;
}

.iloha-off__copy li {
  padding: 10px 17px;
  border: 1px solid var(--iloha-line);
  border-radius: 30px;
  font-size: 14px;
}

.iloha-compatibility {
  display: grid;
  grid-template-columns: 20% 50% 1fr;
  gap: 4vw;
  padding: 120px 8vw;
  background: var(--iloha-ink);
  color: #eee8df;
}

@media screen and (max-width: 1300px) {
  .iloha-compatibility {
    grid-template-columns: 1fr;
  }
}

.iloha-compatibility h2 {
  font-size: 58px;
}
@media screen and (max-width: 1180px) {
.iloha-compatibility h2 {
  font-size: 50px;
}
}

.iloha-compatibility > div > p {
  font-size: 16px;
}

.iloha-flow {
  grid-column: 2 / 4;
  display: flex;
  align-items: center;
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

@media screen and (max-width: 1300px) {
  .iloha-flow {
    grid-column: auto;
  }
}

.iloha-flow span {
    flex: 1;
    padding: 20px 25px;
    text-align: center;
    font-size: 16px;
}

.iloha-flow i {
  /* color: #8a8177; */
    color: #ffffff;
    font-style: normal;
    font-size: 24px;
    margin: 0 5px;
}

.iloha-flow__accent {
  background: var(--iloha-orange);
  font-size: 24px !important;
  font-weight: 700;
}

.iloha-technical {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 8vw;
  padding: 120px 8vw;
  background: #d9cbb4;
}

@media screen and (max-width: 1300px) {
.iloha-technical {
    grid-template-columns: 1fr;
  }
}

.iloha-technical h2 {
    font-size: 58px;
    line-height: 1.25;
    margin: 10px 0 20px;
}

@media screen and (max-width: 1180px) {
.iloha-technical h2 {
    font-size: 50px;
}
}

.iloha-technical__intro > p:last-of-type {
  font-size: 16px;
}

.iloha-sds-link {
  display: inline-block;
  margin-top: 28px;
  padding: 12px 0;
  border-bottom: 1px solid var(--iloha-orange);
  font-size: 14px;
  font-weight: 700;
}

.iloha-technical__data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.iloha-technical__data > div {
  padding: 30px;
  border-bottom: 1px solid var(--iloha-line);
  border-left: 1px solid var(--iloha-line);
}
@media screen and (max-width: 767px) {
.iloha-technical__data > div {
  padding: 10px 20px;
}
}


.iloha-technical__data dt {
    margin-bottom: 5px;
    color: #766c61;
    font-size: 16px;
}

.iloha-technical__data dd {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}

.iloha-technical__data dd b {
  font-family: Arial, sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
.iloha-technical__data dd {
  font-size: 16px;
}
.iloha-technical__data dd b {
  font-size: 18px;
}
}



.iloha-spec {
  display: grid;
  grid-template-columns: 20% 32% 1fr;
  align-items: start;
  gap: 4vw;
  padding: 130px 5vw 130px;
}

@media screen and (max-width: 1300px) {
.iloha-spec {
  display: grid;
  grid-template-columns: 30% 70%;
  padding: 130px 8vw;
}
.iloha-spec > div:first-child {
  grid-column: 1 / 3;
}
}

.iloha-spec__title {
  padding-top: 15px;
}

.iloha-spec__title .iloha-section-no {
  margin: 0 0 15px;
}

.iloha-spec__title h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.iloha-product-card {
  width: 100%;
  min-height: 655px;
  padding: 45px 25px 50px;
  background: #dfd2bc;
  text-align: center;
}
.iloha-product-card img{
  margin-bottom: 10px;
}

.iloha-product-card h3{
  font-size: 40px;
}
.iloha-product-card h3 small{
font-size: 14px;
  display: block;
  letter-spacing: 2px;
}

.iloha-product-card__image {
  width: 100%;
}

.iloha-product-card__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: cover;
}

.iloha-product-card__text {
  padding-top: 4px;
}

.iloha-product-card__text p {
  margin: 0 0 5px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .2em;
}

.iloha-product-card__text h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.iloha-product-card__text span {
  display: block;
  margin-top: 4px;
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .4em;
}

.iloha-spec__data {
  width: 100%;
  margin: 0;
  padding: 0;
}

.iloha-spec__data > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  min-height: 58px;
  padding: 15px 0;
  border-bottom: 1px solid var(--iloha-line);
}

.iloha-spec__data > div:first-child {
  border-top: 0;
}

.iloha-spec__data dt {
  margin: 0;
  padding: 0 15px 0 0;
  color: #796f66;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.iloha-spec__data dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
}

.iloha-safety {
  display: grid;
  grid-template-columns: 28% 1fr;
  gap: 7vw;
  padding: 120px 8vw;
  background: #eee7dc;
}
@media screen and (max-width: 1300px) {
.iloha-safety {
    grid-template-columns: 1fr;
  }
}



.iloha-safety h2 {
  margin: 24px 0;
  font-size: 48px;
}

.iloha-safety__intro > p:last-child {
  font-size: 16px;
}

.iloha-safety__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--iloha-line);
  border-left: 1px solid var(--iloha-line);
}

.iloha-safety__grid > div {
  padding: 34px;
  border-right: 1px solid var(--iloha-line);
  border-bottom: 1px solid var(--iloha-line);
}

@media screen and (max-width: 767px) {
.iloha-safety__grid > div {
  padding: 15px;
}
}


.iloha-safety__grid span {
  color: var(--iloha-orange);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .24em;
}

.iloha-safety__grid h3 {
  margin: 17px 0 10px;
  font-size: 22px;
}

.iloha-safety__grid p {
  margin: 0;
  font-size: 14px;
}

.iloha-sales {
  display: grid;
  grid-template-columns: 31% 1fr;
  gap: 8vw;
  padding: 120px 8vw;
}
@media screen and (max-width: 1300px) {
.iloha-sales {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}




.iloha-sales h2 {
  font-size: 58px;
}
@media screen and (max-width: 1180px) {
.iloha-sales h2 {
  font-size: 50px;
}
}

.iloha-sales__intro > p:last-child {
  font-size: 16px;
}

.iloha-sales__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--iloha-line);
}

.iloha-sales__cards > div {
  padding: 42px;
  border-right: 1px solid var(--iloha-line);
}

.iloha-sales__cards > div:last-child {
  border-right: 0;
}

.iloha-sales__cards span {
  color: var(--iloha-orange);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .25em;
}

.iloha-sales__cards h3 {
  font-size: 28px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
.iloha-sales__cards h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 5px 0;
}
}


.iloha-sales__cards p {
  font-size: 14px;
}

.iloha-sales__cards b {
  display: block;
  margin-top: 25px;
  color: #81776d;
  font-size: 14px;
}

.iloha-sales > small {
  grid-column: 2;
  color: #766c61;
  font-size: 14px;
}

@media screen and (max-width: 1300px) {
  .iloha-sales > small {
    grid-column: 1;
  }
}



.iloha-faq {
  padding: 100px 20vw;
  background: #e9e0d2;
}

.iloha-faq h2 {
  margin: 25px 0 55px;
  font-size: 58px;
}

@media screen and (max-width: 1180px) {
.iloha-faq h2 {
  font-size: 50px;
}
}

.iloha-faq details {
  padding: 24px 0;
  border-top: 1px solid var(--iloha-line);
}

.iloha-faq details:last-child {
  border-bottom: 1px solid var(--iloha-line);
}

.iloha-faq summary {
  display: flex;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
}

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

.iloha-faq summary span {
  color: var(--iloha-orange);
  font-family: Arial, sans-serif;
  font-size: 24px;
}

.iloha-faq details p {
  margin-top: 20px;
  padding-right: 12%;
  font-size: 16px;
}

.iloha-contact {
  padding: 110px 20px;
  background: var(--iloha-orange);
  color: #fff;
  text-align: center;
}

.iloha-contact > p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .4em;
}

.iloha-contact h2 {
  font-size: 58px;
  line-height: 1.2;
  margin: 20px 0;
}

@media screen and (max-width: 1180px) {
.iloha-contact h2 {
  font-size: 50px;
}
}

.iloha-contact__sub {
  display: block;
  margin: 0 auto 20px;
  font-size: 16px;
}

.iloha-button--light {
  display: flex;
  width: max-content;
  margin: 28px auto 0;
  border: 1px solid rgba(255, 255, 255, .7);
  color: #fff !important;
}

.iloha-footer {
  position: relative;
  display: grid;
  grid-template-columns: 28% 38% 1fr;
  gap: 4vw;
  padding: 70px 8vw 30px;
  font-size: 11px;
}

.iloha-footer__brand {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.iloha-footer__brand .iloha-brand__mark {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
.iloha-footer__brand .iloha-brand__mark {
  font-size: 28px;
}
}


.iloha-footer__links {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 14px;
}

.iloha-footer > small {
  grid-column: 1 / 4;
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid var(--iloha-line);
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  border-top: 1px solid #D7D4CC;
}


/* ==============================
   1180px
============================== */
@media screen and (max-width: 1180px) {

  .iloha-manufacturer__statement h2 {
    font-size: 50px;
  }

  .iloha-statement h2,
  .iloha-section-head h2 {
    font-size: 50px;
  }
  .iloha-spec__title h2 {
    font-size: 50px;
  }
}


/* ==============================
   1024px
============================== */
@media screen and (max-width: 1024px) {

  .iloha-header__nav {
    gap: 20px;
  }


  .iloha-manufacturer,
  .iloha-technical,
  .iloha-sales {
    grid-template-columns: 1fr;
  }

  .iloha-manufacturer__label strong {
    margin-top: 28px;
  }

  .iloha-manufacturer__statement h2 {
    font-size: 46px;
  }

  .iloha-sales > small {
    grid-column: 1;
  }

  .iloha-spec__data > div {
    grid-template-columns: 100px 1fr;
  }

}



/* ==============================
   820px
============================== */
@media screen and (max-width: 820px) {


  .iloha-flow {
    grid-column: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 40px 0 0;
    overflow: visible;
    border-top: 1px solid rgba(255, 255, 255, .25);
    border-bottom: 1px solid rgba(255, 255, 255, .25);
  }

  .iloha-flow span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        padding: 10px 10px;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
  }

  .iloha-flow i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    color: #8a8177;
    font-size: 18px;
    font-style: normal;
    transform: rotate(90deg);
  }

  .iloha-flow .iloha-flow__accent {
    width: 100%;
    min-width: 0;
    padding: 22px 20px;
    background: var(--iloha-orange);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }

  .iloha-header__nav {
    display: none;
  }

  .iloha-header__contact {
    font-size: 14px;
  }

  .iloha-header__contact span {
    font-size: 18px;
  }

  .iloha-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .iloha-hero__copy {
    padding: 140px 8vw 70px;
  }

  .iloha-hero__visual {
    height: 560px;
  }

  .iloha-micro {
    display: none;
  }

  .iloha-statement,
  .iloha-section-head,
  .iloha-compatibility {
    grid-template-columns: 1fr;
  }

  .iloha-statement {
    padding: 90px 8vw;
  }

  .iloha-benefits {
grid-template-columns: repeat(2, 1fr);
  }

  .iloha-benefit {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--iloha-line);
  }

  .iloha-benefit:last-child {
    border-bottom: 0;
  }

  .iloha-section-head {
    gap: 10px;
  }

  .iloha-steps {
    grid-template-columns: 1fr 1fr;
  }

  .iloha-step:nth-child(2) {
    border-right: 0;
  }

  .iloha-off {
    grid-template-columns: 1fr;
  }

  .iloha-off__visual {
    min-height: 250px;
  }

  .iloha-technical__data {
    grid-template-columns: 1fr 1fr;
  }

  .iloha-product-card {
    max-width: 480px;
  }

  .iloha-safety {
    grid-template-columns: 1fr;
  }

  .iloha-faq {
        padding: 50px 4vw;
  }

  .iloha-footer {
    grid-template-columns: 1fr 1fr;
  }

  .iloha-footer__links {
    grid-column: 1 / 3;
  }

  .iloha-footer > small {
    grid-column: 1 / 3;
  }

  .iloha-spec {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 4vw;
  }

  .iloha-spec > div:first-child {
    grid-column: auto;
  }

  .iloha-spec__title,
  .iloha-product-card,
  .iloha-spec__data {
    width: 100%;
    max-width: none;
    margin: 0;
  }

}


/* ==============================
   767px
============================== */
@media screen and (max-width: 767px) {
  .iloha-manufacturer__statement h2 {
    font-size: 36px;
  }
  .iloha-header {
    height: 70px;
  }

  .iloha-brand__mark {
    font-size: 20px;
  }
  .iloha-brand__roman {
    font-size: 10px;
}

  .iloha-hero__copy {
    padding-top: 120px;
  }

  .iloha-hero__lead {
    font-size: 14px;
  }

  .iloha-hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .iloha-hero__visual {
    height: 440px;
  }

  .iloha-hero__visual img {
    width: 82%;
  }

  .iloha-hero__sun {
    width: 230px;
    height: 230px;
  }

  .iloha-hero__brushstroke {
    font-size: 100px;
  }

  .iloha-statement h2,
  .iloha-section-head h2,
  .iloha-off__copy h2,
  .iloha-compatibility h2 {
    font-size: 30px;
  }

  .iloha-howto {
    padding: 90px 8vw;
  }

  .iloha-steps {
    grid-template-columns: 1fr;
  }

  .iloha-step {
    border-right: 0;
    border-bottom: 1px solid var(--iloha-line);
  }

  .iloha-step:last-child {
    border-bottom: 0;
  }

  .iloha-notice {
    align-items: flex-start;
  }

  .iloha-off__time {
    font-size: 130px;
  }

  .iloha-off__copy {
    padding: 80px 8vw;
  }

  .iloha-compatibility {
    padding: 80px 8vw;
  }

  .iloha-technical,
  .iloha-sales,
  .iloha-safety {
    padding: 80px 8vw;
  }

  .iloha-technical h2,
  .iloha-sales h2,
  .iloha-safety h2 {
    font-size: 30px;
  }

  .iloha-technical__data,
  .iloha-sales__cards,
  .iloha-safety__grid {
    grid-template-columns: 1fr;
  }

  .iloha-sales__cards > div {
    padding: 15px;
    border-right: 0;
    border-bottom: 1px solid var(--iloha-line);
  }


  .iloha-sales__cards > div:last-child {
    border-bottom: 0;
  }

  .iloha-spec {
    padding: 90px 8vw;
  }

  .iloha-spec__title h2,
  .iloha-faq h2 {
    font-size: 30px;
  }

  .iloha-contact h2 {
    font-size: 26px;
    line-height: 1.6;
  }

  .iloha-footer {
    grid-template-columns: 1fr;
  }

  .iloha-footer__links,
  .iloha-footer > small {
    grid-column: 1;
    font-size: 12px;
  }

  /* .iloha-desktop {
    display: none;
  } */

}


/* ==============================
   480px
============================== */
@media screen and (max-width: 480px) {
.iloha-benefits {
grid-template-columns: repeat(1, 1fr);
  }


  .iloha-manufacturer,
  .iloha-statement,
  .iloha-compatibility,
  .iloha-technical,
  .iloha-spec,
  .iloha-safety,
  .iloha-sales {
    padding-right: 6vw;
    padding-left: 6vw;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .iloha-manufacturer__statement h2 {
    font-size: 30px;
    margin-top: 10px;
  }

  .iloha-hero__seal {
    width: 75px;
    height: 75px;
  }

  .iloha-benefit {
    padding-right: 1vw;
    padding-left: 1vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .iloha-notice {
    flex-direction: column;
    gap: 10px;
  }

  .iloha-product-card {
    padding: 25px 20px 35px;
    min-height: 460px;
  }

  .iloha-spec__data > div {
    grid-template-columns: 100px 1fr;
    gap: 10px;
  }

  .iloha-faq summary {
    gap: 20px;
    font-size: 14px;
  }

  .iloha-faq details p {
    padding-right: 0;
        font-size: 14px;
  }

}

.iloha-footer__company{
  font-size: 16px;
}


/* ==============================
   HERO SP
============================== */
@media screen and (max-width: 1024px) {

  .iloha-hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .iloha-hero__copy {
    padding: 120px 8vw 60px;
  }

  .iloha-eyebrow {
    margin: 0 0 25px;
    font-size: 10px;
    line-height: 1.5;
  }

  .iloha-hero .catchphrase {
    margin: 0;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.06em;
  }

  .iloha-hero .catchphrase em {
    position: relative;
    color: var(--iloha-orange);
    font-style: normal;
  }

  .iloha-hero .sub_catch {
    margin: 30px 0 0;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .05em;
  }

  .iloha-button {
    min-width: 220px;
  }

  .iloha-micro {
    display: none;
  }

  .iloha-hero__visual {
    position: relative;
    height: 520px;
    overflow: hidden;
  }

  .iloha-hero__visual img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 78%;
    object-fit: contain;
    transform: translate(-50%, -50%);
  }

  .iloha-hero__sun {
    top: 55px;
    right: -70px;
    width: 260px;
    height: 260px;
  }

  .iloha-hero__brushstroke {
    bottom: 50px;
    left: 5vw;
    font-size: 100px;
  }

  .iloha-hero__seal {
    bottom: 7%;
    left: 7%;
    width: 78px;
    height: 78px;
  }

  .iloha-hero__seal b {
    font-size: 18px;
  }

  .iloha-hero__vertical {
    right: 5%;
    bottom: 7%;
    margin: 0;
    font-size: 11px;
  }

}


/* ==============================
   480px
============================== */
@media screen and (max-width: 480px) {

  .iloha-hero__copy {
    padding: 105px 6vw 50px;
  }

  .iloha-eyebrow {
    margin-bottom: 20px;
    font-size: 9px;
    letter-spacing: .18em;
  }

  .iloha-hero .catchphrase {
    font-size: 38px;
    line-height: 1.25;
  }

  .iloha-hero .sub_catch {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.8;
  }

  .iloha-hero__actions {
    margin-top: 30px;
  }

  .iloha-button {
    width: 100%;
    min-width: 0;
  }

  .iloha-text-link {
    font-size: 13px;
  }

  .iloha-hero__visual {
    height: 430px;
  }

  .iloha-hero__visual img {
    height: 72%;
  }

  .iloha-hero__sun {
    top: 45px;
    right: -65px;
    width: 210px;
    height: 210px;
  }

  .iloha-hero__brushstroke {
    bottom: 45px;
    font-size: 80px;
  }

  .iloha-hero__seal {
    bottom: 6%;
    left: 6%;
    width: 68px;
    height: 68px;
  }

  .iloha-hero__seal b {
    font-size: 16px;
  }

  .iloha-hero__seal span {
    font-size: 8px;
  }

  .iloha-hero__vertical {
    right: 4%;
    bottom: 6%;
    font-size: 10px;
  }

}