/* lineup */

.lineup-wrp .lineup-item {
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  .lineup-wrp .lineup-item {
    min-height: auto;
  }

  .lineup .contents-stick-wrp .shoulder-title {
    background-color: var(--gray2);
  }
}

.lineup-wrp .lineup-item .price {
  font-size: min(1.3em, 5em);
}

.lineup-wrp .lineup-item .price .tax {
  font-size: 0.6em;
}

.brand-wrp {
  margin: 0 auto;
}

.brand-img.w65 {
  width: 65%;
}

.brand-img.w50 {
  width: 50%;
}

.brand-img .thumb {
  width: 100%;
  height: 0;
  padding-bottom: calc(100vh - 190px);
}

@media screen and (max-width: 767px) {
  .brand-img .thumb {
    padding-bottom: 100vw;
  }
}

.brand-wrp .meta-wrp {
  padding: 16% 1em 0 4em;
}

@media screen and (max-width: 767px) {
  .brand-wrp .meta-wrp {
    padding: 5% 1em;
  }

  .brand-wrp .meta-wrp .btn {
    font-size: 0.65em;
    margin-top: 1em !important;
  }
}

.brand-wrp .meta-wrp.w35 {
  width: 35%;
}

.brand-wrp .meta-wrp.w50 {
  width: 50%;
}

/* .brand-wrp .brand-title {
    font-size: 1.5em;
    margin-bottom: 1em;
}

@media screen and (max-width:767px) {
    .brand-wrp .brand-title {
        font-size: 1.5em;
        margin-top: 1em;
    }
} */

.brand-wrp .brand-logo {
  width: min(40%, 210px);
  margin-bottom: 3em;
}

.brand-wrp.centro .brand-logo {
  width: min(40%, 240px);
}

@media screen and (max-width: 767px) {
  .brand-wrp .brand-logo {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

.brand-wrp .brand-lead {
  width: 100%;
  font-size: min(1.4em, 4.5vw);
  line-height: 1.8;
  margin-bottom: 1em;
}

/* fix navi */

.stickyContents.product-navi-wrp {
  overflow: hidden;
}

.stickyContents.product-navi-wrp .product-navi {
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  will-change: transform;
  transition: all 0.4s ease;
}

.stickyContents.product-navi-wrp.active .product-navi {
  visibility: visible;
  opacity: 1;
}

.stickyContents.product-navi-wrp .product-navi li {
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .stickyContents.product-navi-wrp .product-navi li {
    padding: 0 0.25em;
    border-right: 1px solid #ccc;
  }

  .stickyContents.product-navi-wrp .product-navi li.noline {
    border: none;
  }
}

.stickyContents.product-navi-wrp .product-navi li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main_color);
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-size: min(0.8em, 3vw);
  line-height: 1.5;
  font-weight: 400;
  padding: 1em;
  position: relative;
  transition: color 0.2s ease;
}

@media screen and (max-width: 767px) {
  .stickyContents.product-navi-wrp .product-navi li a {
    padding: 0 0.75em;
  }

  .stickyContents.product-navi-wrp .product-navi li a .arrow-hd {
    display: none;
  }
}

.stickyContents.product-navi-wrp .product-navi li.list-first a {
  font-size: 1.4em;
  font-weight: 200;
  padding: 0 1em 0 0;
  vertical-align: middle;
  transition: all 0.2s;
}

/* kitchen top features */

.kitchen .features .thumb {
  padding-bottom: 100vh;
}

@media screen and (max-width: 767px) {
  .kitchen .features .thumb {
    padding-bottom: 50vh;
  }
}

.kitchen .features .meta-wrp {
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  .kitchen .features .meta-wrp {
    min-height: 55vh;
  }
}

.features-step .contens2colums {
  height: auto;
}

/* fix position features step shoulder title */
.features-step.contents-stick-wrp .shoulder-title {
  top: calc(var(--hd_h) * 2);
}

.hidemenu .features-step.contents-stick-wrp .shoulder-title {
  top: var(--hd_h);
}

@media screen and (max-width: 767px) {
  .features-step.contents-stick-wrp .shoulder-title {
    top: calc(var(--hd_h) * 1.45);
  }
}

@media screen and (max-width: 375px) {
  .features-step.contents-stick-wrp .shoulder-title {
    top: calc(var(--hd_h) * 1.4);
  }
}

.hidemenu .features-step .contents-stick {
  top: calc(var(--hd_h) + 40px);
}

.features-step .contents-stick {
  top: calc(var(--hd_h) + 90px);
}

@media screen and (max-width: 767px) {
  .features-step {
    padding: 0;
  }

  .features-step .inner {
    padding: 0;
  }

  .features-step .features-img {
    position: sticky;
    top: calc(var(--hd_h) + 2em);
    z-index: 3;
    padding: 0 10px 20px;
    background-color: #fff;
  }

  .bgwhite.features-step .features-img {
    background-color: #fff;
  }

  .bggray.features-step .features-img {
    background-color: var(--gray);
  }

  .bggray2.features-step .features-img {
    background-color: var(--gray2);
  }

  .bggray3.features-step .features-img {
    background-color: var(--gray3);
  }

  .features-step .features-img .img-wrp {
    height: 32vh;
  }

  .features-step .features-img .img {
    height: 32vh;
  }
}

/* reform */

@media screen and (max-width: 767px) {
  .kitchen-reform .banner-img-wrp {
    order: 0;
  }

  .kitchen-reform .banner-text-wrp {
    order: 1;
  }
}

.kitchen-reform .icon-wrp {
  margin-top: 5em;
}

.kitchen-reform .icon-wrp .icon-box {
  padding: 0;
  margin: 0 1.5em;
}

.kitchen-reform .icon-box .frame-btn {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .kitchen-reform .icon-box .title {
    /* min-height: 5em; */
  }

  .kitchen-reform .icon-box .frame-btn {
    padding: 2.5vw 4.5vw;
  }
}

/* compare */

/* .kitchen-comparison-list-area .stickyContents{
    top: 0;
} */

.kitchen-comparison-list-brand-wrp {
  padding: 8px 20px;
}

.kitchen-comparison-list-area .tab-navi {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* .kitchen-comparison-list-area .stickyContents{
        top: var(--hd_h);
    } */
}

.kitchen-comparison-list-anchor {
  color: var(--main_color);
  text-decoration: none;
}

.kitchen-comparison-list-area .brand-logo {
  font-size: min(1.3em, 4vw);
  font-weight: 200;
}

.kitchen-comparison-list-hd {
  padding: 0.25em 0;
}

.kitchen-comparison-list-text-head {
  /* font-size: min(1.1em, 4vw); */
  font-size: min(1em, 3.3vw);
  line-height: 1.8;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .kitchen-comparison-list-text-head {
    text-align: left;
    line-height: 1.5;
    min-height: 6em;
  }
}

.kitchen-comparison-list-hd.list-underline {
  /* border-bottom: 1px solid #ccc; */
}

.kitchen-comparison-list-text-lead {
  line-height: 1.5;
}

.kitchen-comparison-list-text-lead .frontage {
  font-size: min(1em, 4vw);
  display: inline-block;
}

.kitchen-comparison-list-text-lead .price {
  font-size: min(1.1em, 4.5vw);
  display: inline-block;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .kitchen-comparison-list-anchor .thumb {
    padding-bottom: 100%;
  }
}

.kitchen-comparison-list-text-subhead {
  padding: 0.5em;
  border-bottom: 1px solid;
  margin: 3em auto 1em;
}

.kitchen-comparison-list-in {
  padding: 1em 0.5em;
  font-size: 0.8em;
  border-bottom: 1px solid #ccc;
}

.kitchen-comparison-list-hd .kitchen-comparison-list-in {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .kitchen-comparison-list-in {
    padding: 0.5em 0.25em;
    font-size: 0.7em;
  }
}

/* color simuraiton */

.simulation {
  width: 100%;
}

.simulation .title {
  font-size: 2em;
  padding: 1em 0;
  font-weight: 200;
}

.simulation .simulation-load-wrp {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.simulation .simulation-load {
  width: 100%;
  height: 0;
  padding-bottom: 56.3%;
  position: relative;
}

.simulation iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ketchen plan */

.kitchen-plan {
  counter-reset: plan 0;
}

.kitchen-lineup a.recommend {
  background-color: transparent;
}

/* kitchen top showroom */

/* .kitchen .findshowroom .sw-title {
    display: none;
} */

.kitchen .findshowroom .recommend {
  margin-bottom: 0;
}

.kitchen .findshowroom .subtitle {
  font-size: min(0.8em, 3.3vw);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .kitchen .findshowroom .jp-contents-title {
    margin-bottom: 0;
  }

  .kitchen .findshowroom .showroom-banner {
    margin-top: 0 !important;
  }
}

/* showroom experience */
.findshowroom .sr-experience {
  margin: 4em auto 2em;
}

.findshowroom .showroom-banner .title-wrp,
.findshowroom .sr-experience .title-wrp {
  padding: 2em 0;
}

.kitchen .kitchen-products .product {
  background-color: #fff;
}

.kitchen .kitchen-products .product .meta-wrp {
  padding: 1em 2em;
}

.product-search .tab-navi {
  /* background-color:var(--gray); */
}

@media screen and (max-width: 767px) {
  .product-search .tab-navi li {
    width: 23%;
  }

  .product-search .tab-navi li .tab {
    padding: 0.5em 0;
    font-size: 12px;
  }

  .product-search .tab-navi.active {
    height: auto;
  }
}

/* brand features */

.contens2colums.features .stedia7shoulder-title {
  margin-bottom: 0;
}

.contens2colums.features .stedia7title {
  font-size: min(5em, 10vw);
  letter-spacing: 0;
  white-space: nowrap;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .contens2colums.features .stedia7title {
    white-space: normal;
  }
}

.contens2colums.features .stedia7title-jp {
  letter-spacing: 0.1em;
}

.contens2colums.features .meta-wrp.left {
  display: flex;
  align-items: center;
  padding: 1em 5%;
}

@media screen and (max-width: 767px) {
  .contens2colums.features .meta-wrp.left {
    display: block;
    padding: 1em 2em;
  }
}

.brand-featurers-meta {
  display: block;
  width: 100%;
  text-align: center;
}

.brand-featurers-meta .number {
  display: block;
  width: 3em;
  margin: 0 auto 0.5em;
  font-size: 4.5em;
  font-weight: 100;
  position: relative;
}

/* .brand-featurers-meta .number::before {
  content: "";
  display: block;
  width: 1.1px;
  height: 90%;
  background-color: var(--main_color);
  position: absolute;
  bottom: 0;
  right: 1em;
  transform: rotate(32deg) translateY(0.15em);
} */

/* .brand-featurers-meta .number::after {
  content: "7";
  display: inline-block;
  font-size: 0.4em;
  font-weight: 200;
  margin-left: 0.75em;
  transform: translateY(0.3em);
} */

.brand-featurers-meta .title-jp {
  font-size: min(2em, 5vw);
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

.brand-featurers-meta .title-jp.new::before {
  content: "NEW";
  display: block;
  width: 3em;
  color: var(--main_red);
  font-family: var(--en);
  font-size: 0.4em;
  text-align: center;
  margin: 1.5em auto 1em;
  border: 1px solid;
  padding: 0.25em 0.5em;
}

.brand-featurers-meta .title-jp::after {
  content: "";
  display: block;
  width: 4em;
  height: 0;
  border-bottom: 1px solid;
  margin: 0.75em auto 1.5em;
}

.brand-featurers-meta .subtitle {
  font-size: min(1em, 3.5vw);
  line-height: 1.8em;
  margin-bottom: 2em;
}

.brand-featurers-meta .innerimg-wrp {
  width: 70%;
  margin: 5em auto;
}

.brand-featurers-meta .innerimg-wrp100 {
  width: 100%;
}

.brand-featurers-meta .innerimg-wrp90 {
  width: 90%;
}

.brand-featurers-meta .innerimg-wrp60 {
  width: 60%;
}

@media screen and (max-width: 767px) {

  .brand-featurers-meta .innerimg-wrp100,
  .brand-featurers-meta .innerimg-wrp90,
  .brand-featurers-meta .innerimg-wrp {
    width: 90%;
    margin: 2em auto;
  }

  .brand-featurers-meta .innerimg-wrp100.columns-2>*,
  .brand-featurers-meta .innerimg-wrp90.columns-2>*,
  .brand-featurers-meta .innerimg-wrp.columns-2>* {
    width: 48%;
    margin-bottom: 2em;
  }

  .brand-featurers-meta .innerimg-wrp .spacer20,
  .brand-featurers-meta .innerimg-wrp .spacer30 {
    margin: 0;
    height: 0;
  }
}

.brand-featurers-meta .innerimg-wrp .cap-title {
  font-size: 0.95em;
  margin: 1.5em 0 0.5em;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

.brand-featurers-meta .innerimg-wrp .cap {
  text-align: justify;
  margin-top: 0.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  font-size: 0.8em;
}

.brand-featurers-meta .innerimg-wrp video {
  width: 100%;
}

/* product search */

.product-search .tabcontents {
  padding-top: 3em;
}

@media screen and (max-width: 767px) {
  .product-search .tabcontents {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* layout */

.find-layout .inner {
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .find-layout .inner {
    padding: 3em 1em;
  }
}

.find-layout .find-layout-wrp {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.find-layout .item-box {
  padding: 1.5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .find-layout .item-box {
    padding: 0.5em 0.5em 1em;
  }
}

.find-layout .item-box .item-img {
  width: 50%;
  margin: 1em auto;
}

@media screen and (max-width: 767px) {
  .find-layout .item-box .item-img {
    width: 90%;
  }
}

.find-layout .item-box .label {
  display: block;
  font-size: min(0.8em, 3.1vw);
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  color: var(--main_red);
}

.find-layout .item-box::before {
  position: absolute;
  display: inline-block;
  text-align: center;
  padding: 0.5em 2em;
  border-radius: 3em;
  background-color: #a8a3a3;
  font-size: min(0.8em, 2.5vw);
  font-weight: 400;
  color: #fff;
}

.find-layout .item-box::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-width: 0.5em 0.75em 0.5em 0;
  border-color: transparent #a8a3a3 transparent transparent;
}

.find-layout .item-box:nth-child(1) {
  border-right: 1px solid #a8a3a3;
  border-bottom: 1px solid #a8a3a3;
}

.find-layout .item-box:nth-child(1)::before {
  content: "ダイニングと一体";
  top: -2.5em;
  right: 0;
  transform: translateX(50%);
}

.find-layout .item-box:nth-child(1)::after {
  top: -0.25em;
  right: -0.45em;
  transform: rotate(90deg);
}

.find-layout .item-box:nth-child(2) {
  border-left: 1px solid #a8a3a3;
  border-bottom: 1px solid #a8a3a3;
}

.find-layout .item-box:nth-child(2)::before {
  content: "対面タイプ";
  bottom: -1em;
  right: 0;
  transform: translateX(110%);
}

@media screen and (max-width: 767px) {
  .find-layout .item-box:nth-child(2)::before {
    content: "対面タイプ";
    bottom: -3.5em;
    right: -0.5em;
    transform: translateX(0);
  }
}

.find-layout .item-box:nth-child(2)::after {
  bottom: -0.55em;
  right: -0.25em;
  transform: rotate(180deg);
}

.find-layout .item-box:nth-child(3) {
  border-right: 1px solid #a8a3a3;
  border-top: 1px solid #a8a3a3;
}

.find-layout .item-box:nth-child(3)::before {
  content: "壁付けタイプ";
  top: -1em;
  left: 0;
  transform: translateX(-110%);
}

@media screen and (max-width: 767px) {
  .find-layout .item-box:nth-child(3)::before {
    top: 1.5em;
    left: -0.5em;
    transform: translateX(0);
  }
}

.find-layout .item-box:nth-child(3)::after {
  top: -0.55em;
  left: -0.25em;
}

.find-layout .item-box:nth-child(4) {
  border-left: 1px solid #a8a3a3;
  border-top: 1px solid #a8a3a3;
}

.find-layout .item-box:nth-child(4)::before {
  content: "ダイニングから独立";
  bottom: -2.5em;
  left: 0;
  transform: translateX(-50%);
}

.find-layout .item-box:nth-child(4)::after {
  bottom: -0.25em;
  left: -0.4em;
  transform: rotate(-90deg);
}

.find-layout .item-box:nth-child(3),
.find-layout .item-box:nth-child(4) {
  padding-top: 2.5em;
}

/* price */
.table-wrp {
  overflow-x: scroll;
  padding: 20px 10px;
}

.find-price .price-table {
  width: 100%;
  min-width: 720px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 10px solid rgba(255, 255, 255, 0.6);
}

.find-price .price-table th,
.find-price .price-table td {
  font-size: min(0.9em, 3vw);
  line-height: 1.5;
  text-align: left;
  padding: 0.5em;
}

.find-price .price-table th.brand {
  width: 30%;
  min-height: 80px;
  vertical-align: middle;
  font-size: min(1.2em, 3.3vw);
}

.find-price .price-table th.brand a {
  display: flex;
  width: 100%;
}

.find-price .price-table th.brand .brand-img {
  width: 40%;
}

.find-price .price-table th.brand .brand-label {
  width: 60%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.find-price .price-table th.brand .brand-label img {
  height: 25px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .find-price .price-table th.brand .brand-label img {
    height: 20px;
    width: auto;
  }
}

.find-price .price-table th.brand .jp {
  font-size: 0.7em;
  font-weight: 400;
}

.find-price .price-table tr {
  border-bottom: 1px solid #ccc;
}

.find-price .price-table tr:first-child,
.find-price .price-table tr:last-child {
  border: none;
}

.find-price .price-table td {
  border-left: 1px dotted #ccc;
  width: 10%;
  position: relative;
}

.find-price .price-table .price {
  font-size: 1.4em;
  font-weight: 500;
}

.find-price .price-table .price-label {
  display: block;
  transform: translateX(-25%);
  margin-bottom: 0.5em;
}

.find-price .price-table .border {
  display: block;
  width: 100%;
  height: 0.8em;
  background-color: var(--main_red);
  border-radius: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  left: 0;
}

.find-price .price-table .border.centro {
  width: 490%;
  left: -420%;
}

.find-price .price-table .border.stedia {
  width: 155%;
  left: -135%;
}

.find-price .price-table .border.rakuera {
  width: 220%;
  left: 0;
}

.find-price .price-table .border.hiroma {
  width: 210%;
  left: -10%;
}

.find-price .price-table .border.colty {
  width: 100%;
  left: -50%;
}

.find-price .price-table .border.sectional {
  width: 60%;
  left: 5%;
}

/* function */

.find-function .function-table {
  width: 100%;
  min-width: 720px;
  table-layout: fixed;
  background-color: rgba(255, 255, 255, 0.6);
}

.find-function .function-table th,
.find-function .function-table td {
  font-size: min(0.8em, 3vw);
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 1.5em 1em;
}

@media screen and (max-width: 767px) {

  .find-function .function-table th,
  .find-function .function-table td {
    padding: 1em;
  }
}

.find-function .function-table th {
  text-align: left;
  font-weight: 400;
  width: 25%;
}

.find-function .function-table th.type {
  width: 15%;
}

.find-function .function-table th.brand {
  text-align: center;
  font-size: 1.1em;
  width: 15%;
  padding: 0.5em;
}

.find-function .function-table th.brand .brand-label {
  display: block;
  width: 100%;
  margin-top: 0.75em;
}

.find-function .function-table th.brand .brand-label img {
  display: block;
  height: 20px;
  width: auto;
  margin: 0 auto;
}

.find-function .function-table td {
  text-align: center;
}

/* howto */

.howto .kitchennote {
  font-size: 1.3em;
}

/* newIntro */

.newIntro {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .newIntro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.newIntro__eachSlideBlock {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .newIntro__eachSlideBlock {
    display: block;
  }
}

.newIntro__eachSlideBlock[data-reverse="true"] {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .newIntro__eachSlideBlock__texts {
    margin-bottom: 30px;
  }
}

.newIntro__eachSlideBlock__texts__hl {
  font-size: 24px;
  font-weight: 300;
  line-height: calc(40 / 24);
  margin-bottom: 35px;
}

.newIntro__eachSlideBlock__texts__rt {
  font-size: 16px;
  font-weight: 300;
  line-height: calc(36 / 16);
}

.newIntro__eachSlideBlock__slider {
  width: 720px;
}

@media screen and (max-width: 767px) {
  .newIntro__eachSlideBlock__slider {
    width: 100%;
  }
}