.reformContents {
  max-width: 1130px;
  margin: 40px auto 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  .reformContents.-noMargin {
    margin: 0 auto; }
  .reformContents.-noMarginBottom {
    margin: 40px auto 0; }
  .reformContents .Color.-red {
    color: red; }
  .reformContents > .Content:last-child .Content__inner {
    padding-bottom: 80px; }
    .reformContents > .Content:last-child .Content__inner > *:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
  .reformContents img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .reformContents .reformContents__date {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left; }
  .reformContents .reformContents__eyecatch {
    position: relative;
    overflow: hidden;
    margin: 24px 0 64px; }
    .reformContents .reformContents__eyecatch::after {
      content: "";
      opacity: 0.8;
      width: 300px;
      height: 300px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-style: solid;
      border-width: 150px;
      border-color: #0084b9 transparent transparent #0084b9; }
    @media screen and (max-width: 768px) {
      .reformContents .reformContents__eyecatch {
        margin: 12px 0 32px; }
        .reformContents .reformContents__eyecatch::after {
          width: 150px;
          height: 150px;
          border-width: 75px; } }
  .reformContents .reformContents__eyecatch__title {
    line-height: 1; }
    .reformContents .reformContents__eyecatch__title > span {
      color: #0084b9;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 4px;
      background: white;
      display: inline-block;
      padding: 15px 20px; }
      @media screen and (max-width: 768px) {
        .reformContents .reformContents__eyecatch__title > span {
          font-size: 20px;
          letter-spacing: 2px;
          padding: 8px 10px; } }
  .reformContents .reformContents__eyecatch__text {
    position: absolute;
    top: 36px;
    left: 36px;
    z-index: 2;
    max-width: calc(100% - 72px); }
    @media screen and (max-width: 768px) {
      .reformContents .reformContents__eyecatch__text {
        top: 18px;
        left: 18px;
        max-width: calc(100% - 32px); } }
  @media screen and (min-width: 769px) {
    .reformContents .reformContents__eyecatch__caption {
      margin-top: 10px; }
      .reformContents .reformContents__eyecatch__caption > span {
        font-size: 24px;
        font-weight: 600;
        line-height: 3;
        letter-spacing: 0.1em;
        padding: 15px 20px;
        color: #0084b9;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff));
        background: -webkit-linear-gradient(transparent 0%, #fff 0%);
        background: linear-gradient(transparent 0%, #fff 0%);
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; }
        .reformContents .reformContents__eyecatch__caption > span > span {
          display: inline-block; } }
  @media screen and (max-width: 768px) {
    .reformContents .reformContents__eyecatch__caption {
      margin-top: 10px;
      line-height: 1; }
      .reformContents .reformContents__eyecatch__caption > span {
        display: inline-block;
        line-height: 150%;
        font-size: 14px;
        padding: 8px 10px;
        background: white;
        font-weight: 600;
        letter-spacing: 0.1em;
        color: #0084b9; } }
  .reformContents .reformContents__eyecatch__img {
    position: relative;
    width: 100%;
    padding-top: 66%;
    z-index: 0; }
    .reformContents .reformContents__eyecatch__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
  .reformContents .reformContents__toc {
    margin: 64px 0 80px;
    border: 1px solid #0084b9; }
    @media screen and (max-width: 768px) {
      .reformContents .reformContents__toc {
        margin: 32px 0 40px; } }
    .reformContents .reformContents__toc .AccordionList .AccordionList__header,
    .reformContents .reformContents__toc .AccordionList .AccordionList__body {
      padding: 0; }
    .reformContents .reformContents__toc .AccordionList .AccordionList__header::before,
    .reformContents .reformContents__toc .AccordionList .AccordionList__header::after {
      right: 40px; }
      @media screen and (max-width: 768px) {
        .reformContents .reformContents__toc .AccordionList .AccordionList__header::before,
        .reformContents .reformContents__toc .AccordionList .AccordionList__header::after {
          right: 20px; } }
  .reformContents .reformContents__toc__head {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 40px; }
    @media screen and (max-width: 768px) {
      .reformContents .reformContents__toc__head {
        padding: 20px; } }
  .reformContents .reformContents__toc__list {
    counter-reset: number 0;
    padding: 0 40px 40px; }
    @media screen and (max-width: 768px) {
      .reformContents .reformContents__toc__list {
        padding: 0 20px 20px; } }
    .reformContents .reformContents__toc__list > li {
      position: relative;
      padding: 0 0 0 36px;
      line-height: 1; }
      .reformContents .reformContents__toc__list > li > ol li {
        margin-top: 16px; }
        .reformContents .reformContents__toc__list > li > ol li > ol li {
          margin-top: 16px; }
          .reformContents .reformContents__toc__list > li > ol li > ol li a {
            font-size: 90%; }
            .reformContents .reformContents__toc__list > li > ol li > ol li a::before {
              content: "- "; }
            .reformContents .reformContents__toc__list > li > ol li > ol li a:hover {
              text-decoration: underline; }
      .reformContents .reformContents__toc__list > li a {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.05em; }
      .reformContents .reformContents__toc__list > li:not(:first-child) {
        margin-top: 16px; }
      .reformContents .reformContents__toc__list > li > a {
        font-weight: 500; }
      .reformContents .reformContents__toc__list > li::before {
        counter-increment: number 1;
        content: counter(number);
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #0084b9;
        color: white;
        line-height: 22px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0; }
  .reformContents .reformContents__supervisor {
    margin-top: 80px; }
  .reformContents .reformContents__supervisor__head {
    background: #0084b9;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 12px; }
  .reformContents .reformContents__supervisor__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px;
    border: solid #e1e1e1;
    border-width: 0 1px 1px 1px; }
    @media screen and (max-width: 768px) {
      .reformContents .reformContents__supervisor__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .reformContents .reformContents__supervisor__photo {
    width: 140px; }
    .reformContents .reformContents__supervisor__photo img {
      width: 100%;
      height: auto; }
  .reformContents .reformContents__supervisor__detail {
    margin: 0 0 0 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 768px) {
      .reformContents .reformContents__supervisor__detail {
        margin: 24px 0 0 0; } }
  .reformContents .reformContents__supervisor__title {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: left; }
  .reformContents .reformContents__supervisor__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 8px 0 12px; }
  .reformContents .reformContents__supervisor__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: justified; }
  .reformContents .reformContents__links {
    border: 1px solid #e1e1e1;
    padding: 24px;
    margin: 80px 0; }
    @media screen and (max-width: 768px) {
      .reformContents .reformContents__links {
        margin: 64px 0; } }
    .reformContents .reformContents__links li {
      position: relative;
      padding: 0 0 0 20px; }
      .reformContents .reformContents__links li::before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 2px;
        position: absolute;
        top: 15px;
        left: 0;
        background: #3a84b9; }
      .reformContents .reformContents__links li:not(:first-child) {
        margin-top: 4px; }
      .reformContents .reformContents__links li a:hover {
        text-decoration: underline; }
  .reformContents .TextItem__heading > .Heading {
    margin-top: 0; }
  .reformContents .TextItem__heading > .TextItem__heading__title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25; }
    @media screen and (max-width: 768px) {
      .reformContents .TextItem__heading > .TextItem__heading__title {
        font-size: 1.125rem; } }
  .reformContents .TextItem__text small {
    margin-top: 16px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    color: #000; }
  .reformContents .TextItem__text .reformContents__img:not(:first-child) {
    margin-top: 32px; }
    @media screen and (max-width: 768px) {
      .reformContents .TextItem__text .reformContents__img:not(:first-child) {
        margin-top: 16px; } }
  .reformContents .TextItem__image .Card {
    margin: 0; }
  @media screen and (max-width: 768px) {
    .reformContents .reformContents__images.Grid.-col2 .Grid__inner > *:not(:first-child) {
      margin-top: 20px; } }
  @media screen and (max-width: 768px) {
    .reformContents .reformContents__images.CardGrid .CardGrid__inner > *:not(:first-child) {
      margin-top: 20px; } }
  .reformContents .reformContents__img {
    text-align: center; }
    .reformContents .reformContents__img:not(:first-child) {
      margin: 48px 0 0; }
    .reformContents .reformContents__img img {
      max-width: 100%;
      display: inline-block;
      vertical-align: top; }
    .reformContents .reformContents__img.-small img {
      max-width: 300px; }
    .reformContents .reformContents__img.-hsmall img {
      max-height: 300px; }
    .reformContents .reformContents__img.-middle img {
      max-width: 600px; }
    .reformContents .reformContents__img.-center img {
      margin: auto; }
    .reformContents .reformContents__img.-left {
      text-align: left; }
    @media screen and (max-width: 768px) {
      .reformContents .reformContents__img.-scroll {
        overflow-x: scroll;
        overflow-y: auto; }
        .reformContents .reformContents__img.-scroll img {
          max-width: none; } }
    @media screen and (min-width: 769px) {
      .reformContents .reformContents__img.-scroll.-small img {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .reformContents .reformContents__img.-scroll.-small img {
        max-height: 300px; } }
  .reformContents .reformContents__link__blank::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(https://www.ykkap.co.jp/asset_2021/image/icon_blank_blue_001.svg) no-repeat center/100%;
    margin-top: 0.3em;
    margin-left: 0.3em;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .reformContents .reformContents__link__caption {
    color: #333;
    margin-top: 16px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center; }
    .reformContents .reformContents__link__caption p {
      margin: 8px 0;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: 0.03em;
      font-weight: 300; }
  .reformContents .Tables .Table {
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    @media screen and (min-width: 769px) {
      .reformContents .Tables .Table {
        table-layout: fixed;
        max-width: 100%;
        min-width: 100%; } }
    @media screen and (max-width: 768px) {
      .reformContents .Tables .Table > tbody > tr > th,
      .reformContents .Tables .Table > tbody > tr > td {
        max-width: 80vw; } }
    .reformContents .Tables .Table a:hover {
      text-decoration: underline; }
  .reformContents .Tables .Table__wrap {
    padding-bottom: 0; }
  .reformContents .Tables.reformContents__centerTable .Table th,
  .reformContents .Tables.reformContents__centerTable .Table td {
    text-align: center; }
  @media screen and (min-width: 769px) {
    .reformContents .Tables.reformContents__nowrapTable .Table {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; } }
  .reformContents .reformContents__nowrapTable {
    max-width: 100%; }
    @media screen and (min-width: 769px) {
      .reformContents .reformContents__nowrapTable .Tables .Table {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content; } }
  .reformContents .Tables.reformContents__horizontalTable .Table th {
    background: #808080;
    color: white; }
  .reformContents .Tables.reformContents__horizontalTable .Table td {
    background: white; }
  .reformContents .Tables.reformContents__horizontalTable .Table .-tc td {
    text-align: center; }
  .reformContents .Tables.reformContents__horizontalTable .Table .-vt td {
    vertical-align: top; }
  .reformContents .Tables.reformContents__grassTypeTable .Table thead th {
    text-align: center; }
  .reformContents .Tables.reformContents__grassTypeTable .Table tbody th {
    text-align: left; }
  .reformContents .Tables.reformContents__grassTypeTable .Table tbody td {
    text-align: center; }
  .reformContents .Tables.reformContents__correspondenceTable .Table th {
    text-align: center; }
  .reformContents .Tables.reformContents__correspondenceTable .Table td {
    min-width: 100px;
    text-align: center; }
  .reformContents .Tables .reformContents__horizontalTable__sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0; }
    .reformContents .Tables .reformContents__horizontalTable__sticky .Table tr:not(:first-child) th {
      border-top: 1px solid white;
      border-left: 1px solid white; }
    .reformContents .Tables .reformContents__horizontalTable__sticky .Table th {
      border: 0; }
      .reformContents .Tables .reformContents__horizontalTable__sticky .Table th:not(:first-child) {
        border-left: 1px solid white; }
  .reformContents .reformContents__horizontalTable__sticky1 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
    left: 0; }
  .reformContents .reformContents__horizontalTable__sticky2 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
    left: 130px; }
  .reformContents .reformContents__imageTable .Table > thead > tr > th {
    text-align: center; }
  .reformContents .reformContents__imageTable .Table > tbody > tr > td {
    text-align: center; }
    .reformContents .reformContents__imageTable .Table > tbody > tr > td.reformContents__imageTable__imageCell {
      padding: 0; }
    .reformContents .reformContents__imageTable .Table > tbody > tr > td img {
      max-width: 100%;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .reformContents .reformContents__imageTable .Table > tbody > tr > td img {
          max-width: 200px; } }
  .reformContents .reformContents__attention .Attention__body {
    margin-top: 0; }
  .reformContents .reformContents__text {
    margin-top: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #000; }
    .reformContents .reformContents__text > :first-child {
      margin-top: 0; }
    .reformContents .reformContents__text.-center {
      text-align: center; }
    .reformContents .reformContents__text.-right {
      text-align: right; }
  .reformContents .reformContents__largeCaption {
    margin-top: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #000; }
    .reformContents .reformContents__largeCaption > :first-child {
      margin-top: 0; }
    .reformContents .reformContents__largeCaption.-center {
      text-align: center; }
    .reformContents .reformContents__largeCaption.-right {
      text-align: right; }
  .reformContents .reformContents__caption {
    margin-top: 16px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    color: #000; }
    .reformContents .reformContents__caption > :first-child {
      margin-top: 0; }
    .reformContents .reformContents__caption.-center {
      text-align: center; }
    .reformContents .reformContents__caption.-right {
      text-align: right; }
  .reformContents .reformContents__CardGrid__title + *:not(:first-child) {
    margin-top: 16px; }
  .reformContents .reformContents__CardGrid__title p {
    color: #0084b9;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px; }
  .reformContents .TextLink + .TextLink {
    margin-top: -64px; }
  .reformContents .TextLink + .reformContents__caption {
    margin-top: -32px; }
  .reformContents .Content:not(:last-child) > .Content__inner > *:last-child {
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .reformContents .Content:not(:last-child) > .Content__inner > *:last-child {
        margin-bottom: 60px; } }
  .reformContents .Card.-variation {
    margin-top: 64px;
    margin-bottom: 64px; }
    @media screen and (min-width: 769px) {
      .reformContents .Card.-variation.-half .CardGrid > .CardGrid__inner > .CardGrid__col {
        width: calc((100% - 40px * 2) / 2); } }
    .reformContents .Card.-variation .Card__item__heading__main__title {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.25;
      letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .reformContents .Card.-variation {
        margin-top: 32px;
        margin-bottom: 32px; } }
  .reformContents .TextItem > .Card.-variation {
    margin: 0; }
  .reformContents .ProductHeader {
    position: relative; }
    .reformContents .ProductHeader:first-child {
      margin-top: 0; }
    .reformContents .ProductHeader .ProductHeader__catContact__child {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .reformContents .ProductHeader .ProductHeader__catContact__child .ProductHeader__contact {
        color: white; }
      @media print, screen and (max-width: 768px) {
        .reformContents .ProductHeader .ProductHeader__catContact__child > * {
          min-height: 36px;
          max-height: 36px; } }
    .reformContents .ProductHeader .ProductHeader__catalog {
      position: relative;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .reformContents .ProductHeader .ProductHeader__catalog .ProductHeader__catalog__head {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media print, screen and (max-width: 768px) {
          .reformContents .ProductHeader .ProductHeader__catalog .ProductHeader__catalog__head {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row;
                    flex-flow: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
  @media print, screen and (max-width: 768px) and (max-width: 768px) {
    .reformContents .ProductHeader .ProductHeader__catalog .ProductHeader__catalog__head::before {
      width: 18px;
      height: 16px;
      margin: 0 8px 0 0; } }
  @media print, screen and (max-width: 768px) and (max-width: 768px) {
    .reformContents .ProductHeader .ProductHeader__catalog .ProductHeader__catalog__head span {
      width: auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 13px; }
      .reformContents .ProductHeader .ProductHeader__catalog .ProductHeader__catalog__head span > ::before,
      .reformContents .ProductHeader .ProductHeader__catalog .ProductHeader__catalog__head span > ::after {
        content: "";
        display: block;
        width: 9px;
        height: 1px;
        background: #fff;
        margin: auto;
        position: absolute;
        top: 0;
        right: 12px;
        bottom: 0; }
      .reformContents .ProductHeader .ProductHeader__catalog .ProductHeader__catalog__head span > ::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } }
    .reformContents .ProductHeader .ProductHeader__catalogList {
      left: 0;
      width: 100%; }
      @media print, screen and (max-width: 768px) {
        .reformContents .ProductHeader .ProductHeader__catalogList {
          bottom: 100%;
          top: initial; } }
    .reformContents .ProductHeader .ProductHeader__contact {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media print, screen and (max-width: 768px) {
        .reformContents .ProductHeader .ProductHeader__contact {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row;
                  flex-flow: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media print, screen and (max-width: 768px) {
        .reformContents .ProductHeader .ProductHeader__contact span {
          width: auto;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          font-size: 13px; } }
      @media print, screen and (max-width: 768px) {
        .reformContents .ProductHeader .ProductHeader__contact.-catalog2::before {
          width: 18px;
          height: 16px;
          margin: 0 8px 0 0; } }
  @media print, screen and (max-width: 768px) {
    .reformContents .pc-only {
      display: none; } }
  @media print, screen and (min-width: 769px) {
    .reformContents .sp-only {
      display: none; } }
  .reformContents .reformCategory__headlineWrap--shutter {
    background: url(../../window/shutter/image/header.jpg) center center/cover no-repeat; }
  .reformContents .reformCategory__headline {
    height: 300px;
    background: rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .reformContents .reformCategory__headline h1 {
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 1.6px;
      color: #fff;
      text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
      text-align: center; }
    .reformContents .reformCategory__headline p {
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 1px;
      margin-top: 16px;
      color: #fff;
      text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
      text-align: center; }
  .reformContents .reformCategory__kv {
    position: relative; }
    .reformContents .reformCategory__kv__title {
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%; }
      .reformContents .reformCategory__kv__title h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 1.6px;
        color: #fff;
        text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
        text-align: center; }
      .reformContents .reformCategory__kv__title p {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 1px;
        margin-top: 16px;
        color: #fff;
        text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
        text-align: center; }
    .reformContents .reformCategory__kv__img {
      z-index: 1;
      position: relative; }
      .reformContents .reformCategory__kv__img picture {
        display: block; }
        .reformContents .reformCategory__kv__img picture img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
      .reformContents .reformCategory__kv__img:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        background: rgba(0, 0, 0, 0.25); }
  .reformContents .reformCategory__lead {
    margin: 80px 0; }
    .reformContents .reformCategory__lead p {
      text-align: center;
      line-height: 240%;
      letter-spacing: 0.8px; }
    .reformContents .reformCategory__lead small {
      margin-top: 16px;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.5;
      color: #000;
      display: inline-block; }
    @media screen and (max-width: 768px) {
      .reformContents .reformCategory__lead {
        margin: 60px 0; } }
  .reformContents .reformCategory__merit {
    margin-top: 80px;
    margin-bottom: 80px; }
    .reformContents .reformCategory__merit .Grid__inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 768px) {
        .reformContents .reformCategory__merit .Grid__inner .Grid__col {
          margin-top: 20px; } }
  .reformContents .reformCategory__merit__item {
    background: white;
    padding: 40px;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .reformContents .reformCategory__merit__item {
        padding: 20px; } }
  .reformContents .reformCategory__merit__title h3 {
    color: #0084b9;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px; }
  .reformContents .reformCategory__merit__text {
    margin-top: 12px; }
    .reformContents .reformCategory__merit__text p {
      font-weight: 300; }
    .reformContents .reformCategory__merit__text small {
      margin-top: 16px;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.5;
      color: #000; }
  .reformContents .reformCategory__step__num {
    text-align: center; }
    .reformContents .reformCategory__step__num span {
      display: inline-block;
      padding: 8px 20px;
      border-radius: 100px;
      background: #0084b9;
      color: #fff;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0.7px; }
  .reformContents .reformCategory__step__title {
    margin-top: 8px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px; }
  .reformContents .reformCategory__step__text {
    margin-top: 8px; }
    .reformContents .reformCategory__step__text p {
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: 150%;
      letter-spacing: 1px; }
    .reformContents .reformCategory__step__text small {
      margin-top: 16px;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.5;
      color: #000;
      display: block;
      margin-top: 0.5em; }
  .reformContents .reformCategory__idea {
    margin-bottom: 80px; }
  .reformContents .reformCategory__idea__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .reformContents .reformCategory__idea__item__body {
    margin-top: 16px; }
  .reformContents .reformCategory__idea__title p {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px; }
  .reformContents .reformCategory__idea__text p {
    margin-top: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 0.8px; }
  .reformContents .reformCategory__idea__item__image {
    min-height: 0.0001%; }
    .reformContents .reformCategory__idea__item__image img {
      width: 100%;
      display: block; }
  .reformContents .reformCategory__videoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .reformContents .reformCategory__videoList:last-child {
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .reformContents .reformCategory__videoList:last-child {
          margin-bottom: 60px; } }
  .reformContents .reformCategory__video {
    width: 100%;
    margin: auto;
    max-width: 640px;
    aspect-ratio: 16 / 9;
    position: relative; }
    .reformContents .reformCategory__video iframe {
      width: 100%;
      height: 100%; }
  .reformContents .reformCategory__videoList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative; }
  .reformContents .reformCategory__videoList__item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center; }
  .reformContents .reformCategory__videoList__thumbWrapper {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative; }
  .reformContents .reformCategory__videoList__thumb {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000; }
    .reformContents .reformCategory__videoList__thumb img {
      height: 100%; }
  .reformContents .reformCategory__videoList__item-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .reformContents .reformCategory__videoList__title {
    font-weight: 700;
    color: #333;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 12px 0 0; }
  .reformContents .reformCategory__videoList__duration {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000000bf;
    color: #fff;
    text-align: center;
    width: 100px;
    height: 29px; }
    .reformContents .reformCategory__videoList__duration label {
      line-height: 29px;
      font-size: 11px;
      letter-spacing: 0.1px; }
  .reformContents .reformCategory__footer a {
    color: #000; }
  .reformContents .reformCategory__footer__menu__head {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #c4c4c4;
    font-size: 20px;
    position: relative;
    z-index: 1;
    outline: none; }
    .reformContents .reformCategory__footer__menu__head:hover {
      text-decoration: underline; }
    .reformContents .reformCategory__footer__menu__head > b {
      font-weight: 700; }
  .reformContents .reformCategory__footer__menu__link {
    margin-top: 12px;
    padding-bottom: 0; }
    .reformContents .reformCategory__footer__menu__link li {
      line-height: 1; }
      .reformContents .reformCategory__footer__menu__link li a {
        line-height: 1.2;
        display: inline-block;
        color: #000; }
        .reformContents .reformCategory__footer__menu__link li a:hover {
          text-decoration: underline; }
    .reformContents .reformCategory__footer__menu__link li + li {
      margin-top: 12px; }
  .reformContents .Grid.-center .CardGrid__inner,
  .reformContents .CardGrid.-center .CardGrid__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reformContents .reformCategory__text__center {
    text-align: center; }
  .reformContents .reformCategory__textItem__center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .reformContents .reformCategory__textImage__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .reformContents .reformCategory__textImage__grid > * {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .reformContents .reformCard .CardGrid__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reformContents .reformCategory__slimWrap {
    margin-left: 80px;
    margin-right: 80px; }
    @media screen and (max-width: 768px) {
      .reformContents .reformCategory__slimWrap {
        margin-left: 10px;
        margin-right: 10px; } }
  .reformContents .PanelLinks.-center .PanelLinks__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 768px) {
    .reformContents .PanelLinks.-col2 .PanelLink {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse; } }
  @media screen and (max-width: 768px) {
    .reformContents .PanelLinks.-col2 .PanelLink .PanelLink__text {
      padding: 12px 48px 12px 12px; }
      .reformContents .PanelLinks.-col2 .PanelLink .PanelLink__text::after {
        right: 12px; }
      .reformContents .PanelLinks.-col2 .PanelLink .PanelLink__text .-main {
        font-size: 1rem; } }
  @media screen and (max-width: 768px) {
    .reformContents .PanelLinks.-col2 .PanelLink .PanelLink__image {
      width: 40%;
      height: auto; } }
  .reformContents .Page__body .ReachButton {
    margin-top: 20px; }
    .reformContents .Page__body .ReachButton__contact {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0 12px;
      font-weight: 500;
      color: #fff;
      line-height: 1;
      background-color: #0084b9;
      -webkit-transition: background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      position: relative;
      height: 36px;
      font-size: 0.8125rem; }
      .reformContents .Page__body .ReachButton__contact.-center {
        margin-left: auto;
        margin-right: auto; }
      .reformContents .Page__body .ReachButton__contact:hover, .reformContents .Page__body .ReachButton__contact:active, .reformContents .Page__body .ReachButton__contact:focus {
        background: #339dc7;
        text-decoration: none; }
      .reformContents .Page__body .ReachButton__contact::before {
        display: block;
        content: "";
        margin-right: 8px; }
      .reformContents .Page__body .ReachButton__contact.-faq::before {
        background: url(https://www.ykkap.co.jp/asset_2021/image/icon_contact_white_001.svg) no-repeat center/100%; }
        @media print, screen and (min-width: 769px) {
          .reformContents .Page__body .ReachButton__contact.-faq::before {
            width: 18px;
            height: 16px; } }
        @media screen and (max-width: 768px) {
          .reformContents .Page__body .ReachButton__contact.-faq::before {
            width: 25px;
            height: 21px; } }
      @media screen and (max-width: 768px) {
        .reformContents .Page__body .ReachButton__contact.-catalog > span {
          width: 100%; } }
      .reformContents .Page__body .ReachButton__contact.-catalog::before {
        background: url(https://www.ykkap.co.jp/asset_2021/image/icon_catalog_001.svg) no-repeat center/100%; }
        @media print, screen and (min-width: 769px) {
          .reformContents .Page__body .ReachButton__contact.-catalog::before {
            width: 20px;
            height: 16px; } }
        @media screen and (max-width: 768px) {
          .reformContents .Page__body .ReachButton__contact.-catalog::before {
            width: 23px;
            height: 18px; } }
      @media print, screen and (min-width: 769px) {
        .reformContents .Page__body .ReachButton__contact.-catalog2 > span {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      @media screen and (max-width: 768px) {
        .reformContents .Page__body .ReachButton__contact.-catalog2 > span {
          width: 100%; } }
      .reformContents .Page__body .ReachButton__contact.-catalog2::before {
        background: url(https://www.ykkap.co.jp/asset_2021/image/icon_productCatalog_white_001.svg) no-repeat center/100%; }
        @media print, screen and (min-width: 769px) {
          .reformContents .Page__body .ReachButton__contact.-catalog2::before {
            width: 18px;
            height: 16px; } }
        @media screen and (max-width: 768px) {
          .reformContents .Page__body .ReachButton__contact.-catalog2::before {
            width: 24px;
            height: 19px; } }
      @media screen and (max-width: 768px) {
        .reformContents .Page__body .ReachButton__contact.-contractor > span {
          width: 100%; } }
      .reformContents .Page__body .ReachButton__contact.-contractor::before {
        background: url(https://www.ykkap.co.jp/asset_2021/image/icon_contractor_001.svg) no-repeat center/100%;
        background-size: contain; }
        @media print, screen and (min-width: 769px) {
          .reformContents .Page__body .ReachButton__contact.-contractor::before {
            width: 15px;
            height: 19px; } }
        @media screen and (max-width: 768px) {
          .reformContents .Page__body .ReachButton__contact.-contractor::before {
            width: 15px;
            height: 19px; } }
      @media screen and (max-width: 768px) {
        .reformContents .Page__body .ReachButton__contact .-hidden-text-sp {
          display: none; } }
  @media screen and (min-width: 769px) {
    .reformContents .reformCategory__CardGrid__center.CardGrid .CardGrid__inner {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (min-width: 769px) {
    .reformContents .reformCategory__CardGrid__col1to2.CardGrid .CardGrid__inner {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media screen and (max-width: 768px) {
    .reformContents .reformCategory__CardGrid__col1to2.CardGrid .CardGrid__inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 769px) {
    .reformContents .reformCategory__CardGrid__col1to2.CardGrid .CardGrid__inner .CardGrid__col {
      max-width: calc((100% - 40px * 4) / 4); } }
  @media screen and (max-width: 768px) {
    .reformContents .reformCategory__CardGrid__col1to2.CardGrid .CardGrid__inner .CardGrid__col {
      width: calc((100% - 40px) / 2); } }
  @media screen and (min-width: 769px) {
    .Grid__col .reformContents .reformCategory__CardGrid__col1to2.CardGrid .CardGrid__inner .CardGrid__col {
      max-width: inherit; } }
  .reformContents .Card__item__heading__main__title {
    display: block;
    font-size: 1.25rem;
    color: #000;
    font-weight: 500; }
    .reformContents .Card__item__heading__main__title:not(:last-child) {
      margin-right: 0.5rem; }
    .reformContents .Card__item__heading__main__title.-small {
      font-size: 1rem; }
    @media screen and (max-width: 768px) {
      .reformContents .Card__item__heading__main__title {
        font-size: 0.875rem; } }
    @media screen and (max-width: 768px) {
      .reformContents .Card__item__heading__main__title {
        font-size: 1rem; } }
  .reformContents .Heading.-level2-2 > .Heading__title {
    padding-bottom: 13px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.46875;
    letter-spacing: 0.08em;
    position: relative; }
    @media screen and (max-width: 768px) {
      .reformContents .Heading.-level2-2 > .Heading__title {
        padding-bottom: 12px;
        font-size: 1.5rem;
        line-height: 1.5; } }
    .reformContents .Heading.-level2-2 > .Heading__title:after {
      content: "";
      display: block;
      width: 24px;
      border-bottom: 2px solid;
      margin: auto;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .reformContents .Heading.-level2-2 > .Heading__title:after {
          width: 12px; } }
  .reformContents .Heading.-level3 > .Heading__title {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.4642857143;
    letter-spacing: 0.08em; }
    @media screen and (min-width: 769px) {
      .reformContents .Heading.-level3 > .Heading__title {
        min-height: 1.4642857143em; } }
    @media screen and (max-width: 768px) {
      .reformContents .Heading.-level3 > .Heading__title {
        font-size: 1.375rem;
        line-height: 1.5;
        min-height: 1.5em; } }
  .reformContents .Heading.-level4 > .Heading__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.03em;
    min-height: 1.25em; }
    @media screen and (max-width: 768px) {
      .reformContents .Heading.-level4 > .Heading__title {
        font-size: 1rem; } }
  .reformContents .Heading.-level5 > .Heading__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.03em;
    min-height: 1.25em; }
    @media screen and (max-width: 768px) {
      .reformContents .Heading.-level5 > .Heading__title {
        font-size: 1rem; } }
  .reformContents .Heading.-level6 > .Heading__title {
    font-weight: 500; }
  @media screen and (max-width: 768px) {
    .reformContents .CardGrid.-col4-to-col2 .CardGrid__col:nth-child(odd).-spWrap {
      width: calc(100% - 40px);
      padding-right: calc((100% - 40px) / 2);
      margin-left: 20px; } }
  .reformContents .Movie__heading > .Movie__heading__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.25; }
    @media screen and (max-width: 768px) {
      .reformContents .Movie__heading > .Movie__heading__title {
        font-size: 1rem; } }
  .reformContents .reformCategory__hint-heading {
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: 0.03em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .reformContents .reformCategory__hint-heading:not(:first-child) {
    margin-top: 64px; }
  .reformContents .reformCategory__hint-heading::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://www.ykkap.co.jp/asset_2021/image/icon_search_black_001.svg) center/cover no-repeat;
    margin-right: 8px; }
  .reformContents .reformCategory__hint-heading.-light::before {
    width: 18px;
    background-image: url(https://www.ykkap.co.jp/asset_2021/image/icon_light_black_001.svg); }
  .reformContents .reformCategory__hint-text {
    margin-top: 8px;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.08em; }
  .reformContents .reformCategory__hint {
    margin-top: 24px; }
  @media screen and (max-width: 768px) {
    .reformContents .reformCategory__hint ul {
      margin-top: 0; } }
  .reformContents .reformCategory__hint li {
    width: calc(50% - 20px); }
  @media screen and (max-width: 768px) {
    .reformContents .reformCategory__hint li {
      width: 100%;
      margin-top: 0; } }
  .reformContents .reformCategory__hint a {
    -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .reformContents .reformCategory__hint a:hover,
  .reformContents .reformCategory__hint a:active,
  .reformContents .reformCategory__hint a:focus {
    opacity: 0.8; }
  .reformContents .reformCategory__hint img {
    max-width: 100%;
    vertical-align: bottom; }
  .reformContents .reformCategory__hint div {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 24px 40px;
    -webkit-transform: translateY(-64px);
            transform: translateY(-64px);
    width: calc(100% - 64px);
    font-weight: 300; }
  @media screen and (max-width: 768px) {
    .reformContents .reformCategory__hint div {
      padding: 12px 20px;
      -webkit-transform: translateY(-48px);
              transform: translateY(-48px); } }
  .reformContents .reformCategory__hint div > :nth-child(1) {
    color: #000;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: inherit; }
  @media screen and (max-width: 768px) {
    .reformContents .reformCategory__hint div > :nth-child(1) {
      font-size: 1.25rem; } }
  .reformContents .reformCategory__hint div > :nth-child(1)::after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px;
    height: 6px;
    margin-left: 16px;
    background: url(https://www.ykkap.co.jp/asset_2021/image/icon_arrow_blue_004.svg) no-repeat center/100%; }
  .reformContents .reformCategory__hint div > :nth-child(2) {
    color: #000;
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-weight: inherit; }
  @media screen and (max-width: 768px) {
    .reformContents .reformCategory__hint div > :nth-child(2) {
      font-size: 0.875rem; } }
  .reformContents .Emphasis.-white {
    border: none;
    background: white; }

@media screen and (max-width: 768px) {
  .Page[data-ykkap-pid="RF-01"]
.Page__body
.reformContents
.Content:not(:nth-child(2)):not(:nth-child(16)).-gray-bg
> .Content__inner
> *:first-child {
    padding-top: 60px; } }