html {
  height: auto;
}
.main-contents-narrow {
  margin-top: calc(70 / var(--font-size) * 1rem);
}
.form-presentation {
  margin: calc(60 / var(--font-size) * 1rem) auto calc(200 / var(--font-size) * 1rem);
  text-align: center;
  padding: 0;
}
.form-presentation__ttl {
  font-size: calc(32 / var(--font-size) * 1rem);
  text-decoration: none;
}
.form-presentation__txt {
  font-size: calc(18 / var(--font-size) * 1rem);
  margin-top: calc(30 / var(--font-size) * 1rem);
}
.l-section:before {
  display: none;
}
.l-section:first-of-type {
  margin-top: calc(70 / var(--font-size) * 1rem);
}
.l-section .c-section-title {
  font-size: calc(26 / var(--font-size) * 1rem);
  margin-bottom: calc(30 / var(--font-size) * 1rem);
}
.l-section .lineup {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: calc(30 / var(--font-size) * 1rem);
}
.l-section .lineup__item {
  width: 32%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
.l-section .lineup__item a {
  display: block;
  padding: calc(30 / var(--font-size) * 1rem);
}
.l-section .lineup__item picture {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}
.l-section .lineup__item picture img {
  position: relative;
  transition: 0.2s;
}
.l-section .lineup__item ul {
  margin: calc(20 / var(--font-size) * 1rem) 0 0;
  text-align: left;
}
.l-section .lineup__item ul li {
  display: flex;
}
.l-section .lineup__item ul li span {
  display: block;
  width: calc(55 / var(--font-size) * 1rem);
}
@media screen and (min-width: 481px) {
  .l-section .lineup__item:hover {
    box-shadow: 0 0 calc(4 / var(--font-size) * 1rem) rgba(0, 0, 0, 0.12);
  }
  .l-section .lineup__item a:hover {
    color: #272343;
    text-decoration: none;
  }
  .l-section .lineup__item a:hover img {
    opacity: 1;
    filter: none;
    transform: scale(1.05);
  }
}
@media screen and (max-width: 480px) {
  .main-contents-narrow {
    margin-top: 0;
  }
  .form-presentation {
    margin: calc(45 / 375 * 100vw) auto 0;
    text-align: center;
  }
  .form-presentation__ttl {
    font-size: calc(26 / 375 * 100vw);
  }
  .form-presentation__txt {
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
  .l-section {
    max-width: calc(300 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .l-section:first-of-type {
    margin-top: calc(50 / 375 * 100vw);
  }
  .l-section .c-section-title {
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
  .l-section .lineup {
    row-gap: calc(30 / 375 * 100vw);
  }
  .l-section .lineup__item {
    width: 100%;
    box-shadow: 0 0 calc(10 / var(--font-size) * 1rem) rgba(0, 0, 0, 0.12);
  }
  .l-section .lineup__item a {
    padding: calc(25 / 375 * 100vw);
  }
  .l-section .lineup__item ul {
    position: relative;
    margin: calc(14 / 375 * 100vw) 0 0 0;
  }
  .l-section .lineup__item ul li span {
    width: calc(55 / 375 * 100vw);
  }
  .l-section .lineup__item ul::after {
    position: absolute;
    content: '';
    right: calc(5 / var(--font-size) * 1rem);
    bottom: calc(8 / var(--font-size) * 1rem);
    width: calc(10 / var(--font-size) * 1rem);
    height: calc(10 / var(--font-size) * 1rem);
    border-top: calc(2 / var(--font-size) * 1rem) solid #272343;
    border-right: calc(2 / var(--font-size) * 1rem) solid #272343;
    transform: rotate(45deg);
  }
  .sticky-bnr-sp div.col-1 {
    display: none;
  }
}
#femtech {
  padding-top: calc(66 / var(--font-size) * 1rem);
  margin-top: calc(44 / var(--font-size) * 1rem);
}
