main img {
  height: auto;
}
.m-icon-pdf img {
  width: auto;
}
.height_revert-layer {
  height: revert-layer;
}
ul.jumplinkul {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
ul .jumplinkul_lists {
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul .jumplinkul_lists a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.875rem 1rem 0.625rem;
  text-decoration: none;
}
ul .jumplinkul a:link {
  color: inherit;
  text-decoration: none;
  line-height: 100%;
}
ul .jumplinkul_lists a span {
  line-height: 150%;
  font-size: 14px;
  font-weight: bold;
  color: #4B4949;
}
ul .jumplinkul_lists a::after {
  content: "";
  width: 16px;
  height: 9px;
  background-image: url(../img/reform/botarrows.png);
  background-size: contain;
  margin-top: 0.5rem;
}
ul .jumplinkul_lists::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #B3B3B3;
  position: absolute;
  top: 10%;
  right: 0;
}
ul .jumplinkul_lists:last-child::after {
  display: none;
}
ul .jumplinkul_lists:hover {
  background-color: #e1f5fe;
}
ul .jumplinkul_lists:hover::after {
  display: none;
}
@media screen and (min-width: 768px) {
  ul.jumplinkul {
    grid-template-columns: 33.5% 33.5% 33%;
  }
  ul .jumplinkul_lists a span {
    font-size: max(calc(14 / 1200* 100vw), 12px);
  }
  ul .jumplinkul_lists a {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  ul .jumplinkul_lists a span {
    font-size: 18px;
  }
}
.reformpricetab {
  margin-bottom: 13px;
}
@media only screen and (min-width: 769px) {
  .reformpricetab ul li:not(:nth-child(2n)) {}
}
@media only screen and (min-width: 769px) {
  .reformpricetab ul li {
    width: 32%;
    margin-right: 2%;
  }
  .reformpricetab ul li:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 769px) {
  .reformpricetab ul li a {
    min-height: 49px;
    font-size: 1.5rem;
  }
}
.reformpricetab ul li a {
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #73cbe8;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  transition: background 0.2s ease;
}
@media only screen and (min-width: 769px) {
  .reformpricetab ul li a ::after {
    right: 22px;
  }
}
.reformpricetab ul li a ::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-left: solid #fff 2px;
  border-bottom: solid #fff 2px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(-45deg);
  right: 22px;
}
@media only screen and (min-width: 769px) {
  .reformpricetab ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.reformpricetab ul li a:hover {
  background: #005bac;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .reformpricetab ul li a::after {
    width: 24px;
    height: 8px;
    right: 12px;
    background: url(/img/reform/system_kitchen/icn_btn.png) center / 100% auto no-repeat;
  }
}
.reformpricetab ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.kosodateecohomediv {
  margin-bottom: 100px;
}
.kosodateecohomediv h2 {
  border-bottom: solid #73cbe8 2px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-weight: 600;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: fit-content;
  margin: 0 auto 30px;
}
.kosodateecohomediv img {
  width: 90%;
  display: block;
  margin: 0 auto 20px;
}
.kosodateecohomediv p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
  padding-right: 4px;
  font-weight: 300;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 769px) {
  br.sp {
    display: none;
  }
  .reformpricetab ul li {
    margin-bottom: 10px;
  }
  .reformpricetab ul li a {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .reformpricetab ul {
    margin-bottom: 40px;
  }
}
h1.m-hdg-05eco {
  font-size: 2.8rem;
}
@media only screen and (max-width: 769px) {
  h1.m-hdg-05eco {
    font-size: 2.2rem;
  }
}
/*　/reform/system_kitchen/　*/
.container-kitchen ul.jumplinkul {
  margin-top: 40px;
  display: flex;
}
.container-kitchen ul .jumplinkul_lists {
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  position: relative;
  padding: 0;
  display: grid;
  align-content: center;
  flex: 1 0 auto;
}
.container-kitchen ul .jumplinkul_lists a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  text-decoration: none;
}
.container-kitchen ul .jumplinkul_lists a span {
  line-height: 150%;
  font-size: 13px;
  font-weight: bold;
  color: #4B4949;
}
.kosodateecohomediv .link-item {
  margin: 0 auto;
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .container-kitchen ul.jumplinkul {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .container-kitchen ul .jumplinkul_lists {
    width: 45%;
    border-bottom: none;
  }
  .kitchenreformjump ul .jumplinkul_lists:nth-child(even)::after {
    content: none;
  }
  .container-kitchen ul .jumplinkul_lists a span {
    font-size: 11px;
  }
  .kosodateecohomediv {
    margin-bottom: 45px;
  }
  .kosodateecohomediv h2 {
    font-size: 2.2rem;
    margin: 50px auto 30px;
  }
  .kosodateecohomediv p {
    font-size: 1.45rem;
    line-height: 1.3793103448;
  }
  .section-kitchen-step .link-item {
    font-size: 1.3rem;
  }
}
/*　/case　*/
.reformgraph {
  margin-top: 60px;
  margin-bottom: 40px;
}
.reformgraph img {
  width: 85%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .reformgraph p {
    font-size: 1.3rem;
  }
}
.container-kitchen {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #000;
}
.wrapper {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 769px) {
  .wrapper {
    width: 910px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: 375px;
    min-width: 320px;
  }
}
.wrapper-inner {
  border: solid #73cbe8 3px;
}
.section-kitchen-step .wrapper-inner {
  background: #fff;
}
.section-kitchen-step .block-step {
  position: relative;
}
.section-kitchen-step .step-title {
  text-align: center;
}
.section-kitchen-step .step-title .is-small {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.section-kitchen-step .step-title .is-big {
  border-bottom: solid #73cbe8 2px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-weight: 600;
}
.section-kitchen-step .step-image img {
  display: block;
  width: 100%;
}
.section-kitchen-step .step-count {
  background: #73cbe8;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
  flex: 0 0 auto;
}
.section-kitchen-step .step-subtitle {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section-kitchen-step .step-text {
  font-weight: 300;
  letter-spacing: 0.15em;
}
.section-kitchen-step .step-text .is-spacing {
  font-feature-settings: "palt";
}
.section-kitchen-step .link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #73cbe8;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  transition: background 0.2s ease;
}
.section-kitchen-step .link-item:hover {
  background: #005bac;
  color: #fff;
}
.section-kitchen-step .link-item::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-left: solid #fff 2px;
  border-bottom: solid #fff 2px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(-45deg);
  right: 22px;
}
@media only screen and (min-width: 769px) {
  .section-kitchen-step {
    padding-bottom: 100px;
    margin-top: 75px;
  }
  .section-kitchen-step .title-common-secondary {
    margin-bottom: 21px;
  }
  .section-kitchen-step .wrapper-inner {
    background: #fff;
    padding: 56px 0 26px;
    margin-bottom: 60px;
  }
  .section-kitchen-step .block-step {
    position: relative;
    padding: 55px 0 22px;
  }
  .section-kitchen-step .step-title {
    text-align: center;
    margin-bottom: 3px;
  }
  .section-kitchen-step .step-title .is-small {
    margin-bottom: 1px;
    font-size: 2rem;
  }
  .section-kitchen-step .step-title .is-big {
    padding-bottom: 1px;
    font-size: 3.6rem;
  }
  .section-kitchen-step .step-main {
    display: flex;
    padding: 0 62px 0 50px;
    margin-bottom: 19px;
  }
  .section-kitchen-step .step-left {
    width: 300px;
    margin-right: 19px;
    position: relative;
  }
  .section-kitchen-step .step-content {
    flex: 1;
    margin-top: 64px;
  }
  .section-kitchen-step .step-count {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: max-content;
    left: calc(100% + 19px);
    top: 24px;
    padding: 6px 29px 7px 12px;
    clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
    font-size: 1.7rem;
  }
  .section-kitchen-step .step-subtitle {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .section-kitchen-step .step-text {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding-right: 4px;
  }
  .section-kitchen-step .step-link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
    padding: 0 67px;
  }
  .section-kitchen-step .step-link > li {
    margin-bottom: 23px;
  }
  .section-kitchen-step .step-link > li:not(:nth-child(2n)) {
    margin-right: 23px;
  }
  .section-kitchen-step .link-item {
    width: fit-content;
    min-height: 49px;
    font-size: 1.5rem;
    padding: 10px 35px;
  }
  .section-kitchen-step .link-item::after {
    right: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .section-kitchen-step {
    padding-bottom: 0px;
    margin-top: 50px;
  }
  .section-kitchen-step .title-common-secondary {
    margin-bottom: 19px;
  }
  .section-kitchen-step .wrapper-inner {
    padding-top: 25px;
    margin-bottom: 28px;
  }
  .section-kitchen-step .block-step {
    position: relative;
    padding: 40px 0 13px;
  }
  .section-kitchen-step .step-title {
    margin-bottom: -10px;
  }
  .section-kitchen-step .step-title .is-small {
    margin-bottom: -1px;
    font-size: 1.6rem;
  }
  .section-kitchen-step .step-title .is-big {
    padding-bottom: 3px;
    font-size: 2.2rem;
  }
  .section-kitchen-step .step-main {
    padding: 0 21px;
    margin-bottom: 14px;
  }
  .section-kitchen-step .step-left {
    display: flex;
    padding-left: 9px;
    margin-bottom: 7px;
  }
  .section-kitchen-step .step-one .step-left {
    margin-bottom: -8px;
  }
  .section-kitchen-step .step-three .step-left {
    margin-bottom: 1px;
  }
  .section-kitchen-step .step-three .step-count {
    margin: 37px 4px 0 7px;
  }
  .section-kitchen-step .step-count {
    display: block;
    width: 73px;
    height: 73px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    margin: 44px 11px 0 0;
  }
  .section-kitchen-step .step-count .number {
    font-size: 2.5rem;
  }
  .section-kitchen-step .step-subtitle {
    margin-bottom: 6px;
    font-size: 2rem;
    line-height: 1.25;
  }
  .section-kitchen-step .step-text {
    font-size: 1.45rem;
    line-height: 1.3793103448;
  }
  .section-kitchen-step .step-link {
    margin-bottom: 22px;
    padding: 0 21px;
  }
  .section-kitchen-step .step-link > li:not(:last-child) {
    margin-bottom: 13px;
  }
  .section-kitchen-step .link-item {
    font-size: 1.45rem;
    line-height: 1.1206896552;
    min-height: 40px;
    padding: 4px 35px;
  }
  .section-kitchen-step .link-item::after {
    right: 18px;
  }
}
.arrow_right {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 12px auto 0;
}
.arrow_right::before {
  background: url('data:image/svg+xml;utf-8,<svg fill="%233DB4D0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>arrow-right-drop-circle</title><path d="M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M10,17L15,12L10,7V17Z" /></svg>') no-repeat center center;
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  opacity: 1;
}
.micro_cvtxt {
  font-size: 2em;
}
@media only screen and (max-width: 768px) {
  .micro_cvtxt {
    font-size: 1em;
  }
}
.flow_inner_flex {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 20px 10px;
  border: 3px solid #3eb4d0;
  background: #fff;
  max-width: 890px;
  margin: auto;
}
.flow_inner_flex_item {
  flex-basis: 58%;
}
.flow_inner_flex_div {
  flex-basis: 40%;
}
@media only screen and (max-width: 768px) {
  .flow_inner_flex {
    flex-direction: column;
  }
}
.faq_inner {
  padding: 20px 10px;
  border: 3px solid #3eb4d0;
  background: #fff;
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq_item .faq_title::before {
  content: "Q";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #007bff;
  /* 青色の例 */
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
.faq_item .faq_text::before {
  content: "A";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #3eb4d0;
  /* 青色の少し薄い色 */
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual {
    padding-bottom: 65px;
  }
}
.section-kitchen-keyvisual {
  position: relative;
}
.section-kitchen-keyvisual .keyvisual-head {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual .keyvisual-title {
    left: 100px;
    top: 29px;
  }
}
.section-kitchen-keyvisual .keyvisual-title {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  left: 50px;
  top: 29px;
  /* color: #fff; */
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual .keyvisual-title .is-small {
    background: url(/img/reform/system_kitchen/bg_text_001.png) left / cover no-repeat;
    font-size: 1.9rem;
  }
}
.section-kitchen-keyvisual .keyvisual-title .is-small {
  display: block;
  font-weight: 500;
  letter-spacing: 0.15em;
  width: max-content;
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual .keyvisual-title .is-big {
    font-size: 3.4rem;
    line-height: 1.3529411765;
    text-shadow: 0px 7px 9px #fff;
  }
}
.section-kitchen-keyvisual .keyvisual-title .is-big {
  text-shadow: 0px 7px 9px #fff;
}
.section-kitchen-keyvisual .keyvisual-title .is-big {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual .keyvisual-image {
    height: 450px;
  }
}
.section-kitchen-keyvisual .keyvisual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .sm {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual .keyvisual-topics {
    width: 213px;
    position: absolute;
    right: 0;
    top: 20px;
    max-height: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual .topics-title {
    display: inline-block;
    margin-bottom: 8px;
    background: url(/img/reform/system_kitchen/bg_text_003.png) center / 100% auto no-repeat;
  }
}
.section-kitchen-keyvisual .topics-title {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual .topics-list {
    overflow-y: auto;
    max-height: 415px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual .topics-list > div {
    margin-bottom: 10px;
    border: solid #fff 2px;
    background: #fff;
  }
}
.section-kitchen-keyvisual .topics-item {
  display: block;
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual .topics-list img {
    width: 100%;
    display: block;
    height: auto;
  }
}
.section-kitchen-keyvisual .topics-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jumpnav ul.jumplinkul {
  margin-top: 40px;
  display: flex;
}
.jumpnav ul .jumplinkul_lists {
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  position: relative;
  padding: 0;
  display: grid;
  align-content: center;
  flex: 1 0 auto;
}
.jumpnav ul .jumplinkul_lists a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  text-decoration: none;
}
.jumpnav ul .jumplinkul_lists a span {
  line-height: 150%;
  font-size: 13px;
  font-weight: bold;
  color: #4B4949;
}
.container-page {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #000;
}
@media only screen and (min-width: 769px) {
  .section-kitchen-tips .tips-head {
    padding: 37px 19px 57px;
  }
}
.section-kitchen-tips .tips-head {
  background: #fff;
}
.title-common-primary .is-big {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.reformsbcase {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 45px;
  border: solid #73cbe8 3px;
}
@media only screen and (min-width: 769px) {
  .button-common-primary {
    width: 420px;
    min-height: 60px;
    font-size: 2rem;
    padding: 10px 25px;
  }
}
.button-common-primary {
  background: #73cbe8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 10px 25px;
  transition: background 0.2s ease;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .button-common-primary::after {
    width: 24px;
    height: 8px;
    right: 12px;
    background: url(/img/reform/system_kitchen/icn_btn.png) center / 100% auto no-repeat;
  }
}
.button-common-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.button-common-primary:hover {
  background: #005bac;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .title-common-primary {
    margin-bottom: 49px;
  }
}
@media only screen and (min-width: 769px) {
  .section-kitchen-tips .wrapper-inner {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .kosodateecohomediv .link-item {
    width: fit-content;
    min-height: 49px;
    font-size: 1.5rem;
    padding: 10px 35px;
  }
}
.kosodateecohomediv .link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #73cbe8;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  transition: background 0.2s ease;
}
@media only screen and (min-width: 769px) {
  .block-note-common .note-title {
    margin-bottom: 4px;
    font-size: 2rem;
    padding: 2px 22px 14px;
  }
}
.block-note-common .note-title {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.block-note-common .note-title:before,
.block-note-common .note-title:after {
  height: 100%;
  top: 0;
}
.block-note-common .note-title:before,
.block-note-common .note-title:after {
  position: absolute;
  content: "";
  border-left: solid #000 2px;
  display: block;
}
.block-note-common .note-title:before {
  transform: rotate(-45deg);
  left: 0;
}
.block-note-common .note-title:before,
.block-note-common .note-title:after {
  height: 100%;
  top: 0;
}
.block-note-common .note-title:before,
.block-note-common .note-title:after {
  position: absolute;
  content: "";
  border-left: solid #000 2px;
  display: block;
}
.block-note-common .note-title:after {
  right: 0;
  transform: rotate(45deg);
}
.block-note-common {
  text-align: center;
}
.m-box-showroom-03 {
  position: relative;
  z-index: 1;
  border: 3px solid #3eb4d0;
}
.m-box-showroom-04 {
  padding: 4px;
  border: 3px solid #2f528f;
}
.m-common-useful {
  padding: 36px 34px 4px;
  margin-bottom: 40px;
  border: solid 3px #cccccc;
}
@media only screen and (max-width: 768px) {
  .section-kitchen-keyvisual .keyvisual-title .is-big {
    font-size: 2.1rem;
    line-height: 1.0952380952;
  }
  .section-kitchen-keyvisual .keyvisual-title .is-big {
    text-shadow: 1px 3px 5px #fff;
  }
}
@media only screen and (max-width: 769px) {
  .container-page ul .jumplinkul_lists {
    width: 45%;
    border-bottom: none;
  }
}
@media only screen and (max-width: 769px) {
  .container-page ul.jumplinkul {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .container-page ul .jumplinkul_lists:nth-child(3) {
    border-bottom: 1px solid #B3B3B3;
  }
}
@media only screen and (max-width: 769px) {
  .container-page ul .jumplinkul_lists:nth-child(4) {
    border-bottom: 1px solid #B3B3B3;
  }
}
@media only screen and (max-width: 769px) {
  .title-common-primary .is-big {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-kitchen-tips .tips-head {
    padding: 29px 0 25px;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .button-common-primary {
    width: 300px;
    min-height: 40px;
    font-size: 1.45rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .kosodateecohomediv .link-item {
    font-size: 1.45rem;
    line-height: 1.1206896552;
    min-height: 40px;
    padding: 4px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .block-note-common .note-title {
    margin-bottom: 4px;
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 2px 20px 3px;
  }
}
.reform_kitchen-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.reform_kitchen-link {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #dfdfdf;
}
.reform_kitchen-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
}
.reform_kitchen-link .link-note {
  position: absolute;
  z-index: 2;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  background: #ffb044;
  font-size: 1.3rem;
  letter-spacing: .05em;
  text-align: center;
  font-weight: 500;
  width: 62px;
  height: 62px;
  right: 0;
  left: auto;
  transform: translate(10px, -12px);
  line-height: 1.1;
}
.reform_kitchen-link figure {
  position: relative;
}
.reform_kitchen-link .link-text {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
}
.reform_kitchen-link .link-name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.reform_kitchen-link .link-price {
  font-weight: 500;
}
@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .reform_kitchen-list {
    position: relative;
    z-index: 1;
    width: 660px;
    margin: 0 auto 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .reform_kitchen-link .link-text {
    justify-content: space-between;
    padding: 10px 10px 5px 10px;
    min-height: 40px;
  }
  .reform_kitchen-link .link-note {
    width: 70px;
    height: 70px;
    padding-top: 4px;
    left: 0;
    transform: translate(-5px, -10px);
    line-height: calc(14.5 / 13);
  }
  .reform_kitchen-item {}
  .reform_kitchen-link .link-name {
    font-size: 1.4rem;
    line-height: calc(17 / 14);
    letter-spacing: -.07em;
    display: block;
  }
  .sm {
    display: none !important;
  }
  .reform_kitchen-link .link-price {
    padding-top: 3px;
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .link-name img,
  .keyvisual-recommend .recommend-link .item-text img {
    height: 15px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .reform_kitchen-link .link-price {
    font-size: 1.3rem;
  }
  .reform_kitchen-link .link-text {
    flex-direction: column;
    justify-content: center;
    padding: 5px 5px;
    min-height: 55px;
  }
  .is-safari .reform_kitchen-link .link-text {
    padding-bottom: 4px;
    padding-top: 6px;
  }
  .reform_kitchen-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .reform_kitchen-link .link-name {
    display: block;
    text-align: center;
  }
}
ul.reform_kitchen-list a.reform_kitchen-link:active {
  text-decoration: none;
  color: #000;
}
ul.reform_kitchen-list a.reform_kitchen-link:hover {
  text-decoration: none;
  color: #000;
}
.reform_kitchen-link .link-name p {
  padding-top: 3px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.reform_kitchen-link figure {
  position: relative;
}
.reform_kitchen-link figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .reform-cta {
    position: relative;
  }
}
.reform-cta {
  text-align: center;
  position: relative;
  background: #fff;
}
.reform-cta {
  border: solid #73cbe8 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .reform-cta .cta-title {
    font-size: 2.5rem;
    letter-spacing: 0.03em;
    margin: 0 -10px 8px 0;
  }
}
.reform-cta .cta-title {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 769px) {
  .reform-cta .about {
    margin-bottom: 37px;
    font-size: 1.7rem;
    padding: 4px 10px 5px;
  }
}
.reform-cta .cta-about {
  padding-top: 35px;
  padding-bottom: 0px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 22px;
  font-weight: 900;
}
.reform-cta .cta-about span {
  display: block;
  font-weight: 100;
  font-size: 20px;
}
.button-common-primary {
  background: #73cbe8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 10px 25px;
  transition: background 0.2s ease;
  margin-top: 30px;
}
.ctabackimg {
  background-image: url(/img/brand/story/kitchen_keyvisual_img.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .button-common-primary {
    width: 420px;
    min-height: 60px;
    font-size: 2rem;
    font-weight: 800;
    padding: 10px 25px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .reform-cta .cta-about {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
  }
  .reform-cta .cta-about span {
    font-size: 16px;
  }
  .ctabackimg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .button-common-primary {
    margin-bottom: 30px;
  }
  .reform-cta .cta-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* a[target="_blank"] */
.section-kitchen-step .link-item.link-item-follow[target="_blank"]::after {
  content: none;
}
.section-kitchen-step .link-item.link-item-follow[target="_blank"] img {
  display: none;
}
.m-common-related {
  position: relative;
  border: 3px solid #73cbe8;
  background: #fff;
}
.glb-header:not(.glb-header__top) + .glb-mainWrapper {
  background: #fff;
}
.ts-h1-01 {
  background: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  li.function-content .related-item {
    flex: 100%;
    max-width: 100%;
  }
}
/* product-system-kitchen */
.kitchen_table,
.dressing_table,
.bath_table {
  width: 100%;
  border-collapse: collapse;
}
.kitchen_list_section,
.dressing_list_section,
.bath_list_section {
  margin-bottom: 40px;
}
.kitchen_list_section .kitchen-title,
.dressing_list_section .kitchen-title,
.bath_list_section .kitchen-title {
  width: 100%;
}
.kitchen_table .table_product,
.kitchen_table .table_small,
.dressing_table .table_product,
.dressing_table .table_small,
.bath_table .table_product,
.bath_table .table_small {
  line-height: 1;
}
.kitchen_table .table_product,
.dressing_table .table_product,
.bath_table .table_product {
  margin-top: 4px;
}
.kitchen_table .table_small,
.dressing_table .table_small,
.bath_table .table_small {
  font-size: 0.7em;
}
.kitchen_table .hidden_row,
.dressing_table .hidden_row,
.bath_table .hidden_row {
  display: none;
}
.kitchen_table th,
.kitchen_table td,
.dressing_table th,
.dressing_table td,
.bath_table th,
.bath_table td {
  border: 1px solid #8a8a8a8a;
  padding: 8px;
  font-weight: normal;
  vertical-align: middle;
  border-collapse: collapse;
}
.kitchen_table th {
  width: 33.33%;
  text-align: left;
}
.kitchen_table td {
  width: 16.66%;
  white-space: nowrap;
}
.dressing_table th {
  width: 28.56%;
  text-align: left;
}
.dressing_table td {
  width: 14.28%;
  white-space: nowrap;
}
.bath_table th {
  width: 40%;
  text-align: left;
}
.bath_table td {
  width: 20%;
}
.kitchen_table .bdtn,
.dressing_table .bdtn,
.bath_table .bdtn {
  border-top: none;
}
.kitchen_table .bdln,
.dressing_table .bdln,
.bath_table .bdln {
  border-left: none;
}
.kitchen_table .bdbn,
.dressing_table .bdbn,
.bath_table .bdbn {
  border-bottom: none;
}
.kitchen_table .bdrn,
.dressing_table .bdrn,
.bath_table .bdrn {
  border-right: none;
}
.bath_table .table_product_img_col2 {
  width: calc(980px / 5 - 21px);
}
.kitchen_table .tac,
.dressing_table .tac,
.bath_table .tac {
  text-align: center;
}
.kitchen_table .kitchen_table_heading,
.dressing_table .dressing_table_heading,
.bath_table .bath_table_heading {
  font-weight: bold;
  background: #E2E2E2;
}
.kitchen_list_section .kitchen_fx_jcsb,
.dressing_list_section .dressing_fx_jcsb,
.bath_list_section .bath_fx_jcsb {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
.kitchen_list_section .kitchen_fx,
.dressing_list_section .dressing_fx,
.bath_list_section .bath_fx {
  display: flex;
  padding: 0 8px;
  justify-content: flex-end;
}
.bath_table .small_span {
  font-size: 0.8em;
  vertical-align: top;
}
.button-container {
  position: relative;
  height: 50px;
}
#toggleRows {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
  color: #1a0dab;
  font-size: 1.1em;
  font-weight: bold;
}
#toggleRows:hover {
  opacity: 0.8;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  z-index: 9;
  pointer-events: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
  .kitchen-title#hikaku {
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 2px solid #73cbe8;
  }
  .kitchen_table,
  .dressing_table,
  .bath_table {
    margin-bottom: 0;
  }
  .kitchen_table {
    width: 900px;
  }
  .dressing_table {
    width: 1050px;
  }
  .bath_table {
    width: 750px;
  }
  .kitchen_list_section,
  .dressing_list_section,
  .bath_list_section {
    margin-bottom: 20px;
  }
  .kitchen_table th,
  .dressing_table th,
  .bath_table th {
    width: 300px;
  }
  .kitchen_table td,
  .dressing_table td,
  .bath_table td {
    width: 150px;
  }
  .bath_table .table_product_img_col2 {
    width: calc(150px - 18px);
  }
  .kitchen_list_section .scroll_x,
  .dressing_list_section .scroll_x,
  .bath_list_section .scroll_x {
    overflow-x: scroll;
    position: relative;
    padding-bottom: 50px;
  }
  .button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }
}
/* Product Recommend */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .keyvisual-inner.dissp_no {
    display: none;
  }
}