@charset "UTF-8";
:root{
  --ff-base: font-family: "Noto Serif JP", serif;
}

/* BASE・RESET */
#c40446 {
  color: #251E1C;
  font-family: var(--ff-base);
  letter-spacing: .1em;
}
#c40446 h1,
#c40446 h2,
#c40446 h3,
#c40446 h4,
#c40446 h5,
#c40446 h6 {
  padding: unset;
  margin: unset;
}
#c40446 h2 span {
  display: unset;
  font-size: unset;
  list-style: unset;
  padding: unset;
  margin: unset;
}
#c40446 img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
[data-browse-mode="P"] #c40446 section {
  width: 920px;
}
[data-browse-mode="P"] #c40446 a:hover {
  opacity: .7;
}

/* PC・SP表示切替 */
[data-browse-mode="P"] .sp-only{
  display: none !important;
}
[data-browse-mode="S"] .pc-only{
  display: none !important;
}

/* 共通モジュール */
#c40446 .sec {
  margin-bottom: 80px;
}
#c40446 .sec:last-child {
  margin-bottom: 0;
}
#c40446 .sec > *:last-child {
  margin-bottom: 0;
}
#c40446 .sec-hdg {
  background-image: url('/img/usr/category/c40446/hdg-bg.jpg');
  background-repeat: repeat-x;
  text-align: center;
  padding-block: 13px 14px;
  margin-bottom: 50px;
}
#c40446 .sec-hdg-inner {
  background-color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  padding: 2px 49px 4px;
}

/* .firstview */
#c40446 .firstview {
  margin-bottom: 80px;
}
#c40446 .firstview-hdg {
  border-bottom: 1px solid #707070;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: calc(44 / 30);
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 70px;
}
#c40446 .firstview-mv {
  margin-bottom: 7px;
}
#c40446 .firstview-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 80px;
}
#c40446 .firstview-feature {
  position: relative;
}
#c40446 .firstview-feature figcaption {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .05em;
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 6px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#c40446 .firstview-feature figcaption > span {
  background-color: #fff;
  padding-inline: 3px;
}

/* .sec-feature */
#c40446 .features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 22px;
}
#c40446 .feature {
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  padding: 14px 14px 27px;
}
#c40446 .feature-img {
  margin-bottom: 20px;
}
#c40446 .feature-hdg {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: calc(26 / 18);
  margin-bottom: 13px;
}
#c40446 .feature-txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: calc(24 / 14);
}
#c40446 .feature-full {
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  display: grid;
  align-items: center;
  column-gap: 26px;
  grid-template-columns: minmax(0, 1fr) 526px;
  padding: 14px 14px 14px 25px;
  margin-bottom: 22px;
}
#c40446 .feature-full-header {
}
#c40446 .feature-full-main {
}
#c40446 .feature-full-main-pc {
}
#c40446 .feature-full-main-sp {
  display: none;
}
#c40446 .feature-full-main-pc-img {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
}
#c40446 .feature-full-main-pc-img > *:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
#c40446 .feature-full-main-pc-img > *:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
#c40446 .feature-full-main-pc-img > *:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
#c40446 .feature-full-hdg {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: calc(26 / 18);
  margin-bottom: 13px;
}
#c40446 .feature-full-txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: calc(24 / 14);
}
.compression-intro-main {
  display: flex;
  flex-direction: column;
  justify-content: end;
  row-gap: 112px;
}

/* .sec-detail */
#c40446 .detail {
  display: grid;
  align-items: center;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 56px 32px;
}
#c40446 .detail-header {
  text-align: center;
}
#c40446 .detail-hdg {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 27px;
}
#c40446 .detail-txt {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 25px;
}
#c40446 .detail-txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: calc(30 / 16);
}
#c40446 .detail-dl {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: calc(24 / 14);
  margin-bottom: 12px;
}
#c40446 .detail-dl-group {
  display: flex;
  column-gap: 4px;
}
#c40446 .detail-dl-group > dt {
  flex-shrink: 0;
}
#c40446 .detail-dl-group > dd {
  flex-grow: 1;
}
#c40446 .detail-note {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: calc(24 / 12);
}
#c40446 .detail-footer {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  text-align: center;
}
#c40446 .link-btn {
  background-color: #251E1C;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: calc(24 / 16);
  display: inline-block;
  padding: 23px 23px 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  max-width: 464px;
  width: 100%;
}
#c40446 .link-btn::after {
  content: '';
  background-image: url('/img/usr/category/c40446/btn-arrow.png');
  background-size: 100%;
  height: 9px;
  width: 9px;
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
}

/* .sec-develop */
#c40446 .saibou-logo {
  height: 173px;
  width: 182px;
}

/* .sec-phase-free */
#c40446 .phase-free {
  display: block;
  text-align: center;
}

@media (max-width:834px){
  /* 共通モジュール */
  #c40446 .sec {
    padding-inline: calc(20 / 375 * 100vw);
  }
  #c40446 .sec:last-child {
    margin-bottom: 0;
  }
  #c40446 .sec > *:last-child {
    margin-bottom: 0;
  }
  #c40446 .sec-hdg {
    background-repeat: repeat;
    text-align: center;
    padding-block: 15px;
    margin-inline: calc(-1 * (20 / 375 * 100vw));
    margin-bottom: 40px;
  }
  #c40446 .sec-hdg-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(20px, calc(20 / 375 * 100vw));
    line-height: calc(24 / 20);
    padding: 4px min(10px, calc(10 / 375 * 100vw));
    min-height: 60px;
    max-width: 84%;
    width: 100%;
    margin-inline: auto;
  }

  /* .firstview */
  #c40446 .firstview {
    margin-bottom: 80px;
  }
  #c40446 .firstview-hdg {
    font-size: 20px;
    line-height: calc(29 / 20);
    padding-left: 3px;
    padding-bottom: 8px;
    margin-inline: 10px;
    margin-bottom: 40px;
  }
  #c40446 .firstview-mv {
    margin-bottom: 89px;
  }
  #c40446 .firstview-features {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 89px;
    margin-bottom: 80px;
  }
  #c40446 .firstview-feature:nth-child(odd) {
    padding-right: 40px;
  }
  #c40446 .firstview-feature:nth-child(even) {
    padding-left: 40px;
  }
  #c40446 .firstview-feature figcaption {
    bottom: unset;
    top: -49px;
  }
  #c40446 .firstview-feature:nth-child(odd) figcaption {
    left: unset;
    right: 20px;
  }
  #c40446 .firstview-feature:nth-child(even) figcaption {
    left: 20px;
    right: unset;
  }
  #c40446 .firstview-feature figcaption > span {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-inline: 3px;
    margin: unset;
  }

  /* .sec-feature */
  #c40446 .features {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
  }
  #c40446 .feature {
    padding: 20px min(19px, min(19 / 375 * 100vw)) 25px;
  }
  #c40446 .feature-img {
    margin-bottom: 14px;
  }
  #c40446 .feature-hdg {
    margin-bottom: 6px;
  }
  #c40446 .feature-txt {
    line-height: calc(28 / 14);
  }
  #c40446 .feature-full {
    column-gap: 0;
    row-gap: 15px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 19px;
    margin-bottom: 20px;
  }
  #c40446 .feature-full-header {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #c40446 .feature-full-main {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #c40446 .feature-full-main-pc {
    display: none;
  }
  #c40446 .feature-full-main-sp {
    display: block;
  }
  #c40446 .feature-full-main-sp-swiper .swiper-pagination {
    right: 7px;
    bottom: 4px;
    left: auto;
    width: auto;
  }
  #c40446 .feature-full-main-sp-swiper .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #251E1C;
    height: 8px;
    width: 8px;
    margin-inline: 3px;
    opacity: 1;
  }
  #c40446 .feature-full-main-sp-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #251E1C;
  }
  #c40446 .feature-full-hdg {
    margin-bottom: 6px;
  }
  #c40446 .feature-full-txt {
    line-height: calc(28 / 14);
  }
  .compression-intro-main {
    display: flex;
    flex-direction: column;
    justify-content: end;
    row-gap: 112px;
  }

  /* .sec-detail */
  #c40446 .detail {
    align-items: center;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 32px;
  }
  #c40446 .detail-header {
    text-align: center;
  }
  #c40446 .teo-img {
    height: 346px;
    width: 273px;
  }
  #c40446 .detail-hdg {
    font-size: 22px;
    line-height: calc(32 / 22);
    text-align: center;
    margin-bottom: 23px;
  }
  #c40446 .teo-name {
    height: 48px;
    width: 210px;
  }
  #c40446 .detail-txt {
    row-gap: 12px;
    margin-bottom: 9px;
  }
  #c40446 .detail-txt p {
    font-size: 14px;
    line-height: calc(28 / 14);
  }
  #c40446 .detail-dl {
    font-size: 12px;
    line-height: calc(22 / 12);
    margin-bottom: 8px;
  }
  #c40446 .detail-note {
    font-size: 10px;
    line-height: calc(24 / 10);
  }
  #c40446 .detail-footer {
    grid-column: auto;
    grid-row: auto;
  }
  #c40446 .link-btn {
    font-size: 14px;
    line-height: calc(20 / 14);
    padding: 20px 28px;
    max-width: 100%;
    width: 100%;
  }
  #c40446 .link-btn::after {
    height: 12px;
    width: 13px;
    right: 16px;
    top: calc(50% - 6px);
  }

  /* .sec-develop */
  #c40446 .saibou-logo {
    height: 173px;
    width: 182px;
  }

  /* .sec-phase-free */
  #c40446 .sec-phase-free .sec-hdg {
    margin-bottom: 20px;
  }
  #c40446 .phase-free {
    margin-inline: calc(-1 * (20 / 375 * 100vw));
  }
}