/*! Writen  by SCSS */
.kitchen_wrap .sec .item_wrap .item01 {
  grid-column: span 2;
  /*@include mq($br_sp){
  	width: 70%;
  	margin-inline: auto;
  }*/ }
.kitchen_wrap .sec01 .sec01_wrap01 .head {
  font-size: clamp(14px, 1.5vw, 18px);
  padding: 0.5em 35px;
  background: #aeaeae;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(20px, 2.5vw, 30px); }
  @media screen and (max-width: 480px) {
    .kitchen_wrap .sec01 .sec01_wrap01 .head {
      padding-inline: 10px; } }
  .kitchen_wrap .sec01 .sec01_wrap01 .head .en {
    font-size: 175%; }
  .kitchen_wrap .sec01 .sec01_wrap01 .head .small {
    font-size: 70%; }
.kitchen_wrap .sec01 .sec01_wrap01 .item .txt_list {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  text-align: center; }
  .kitchen_wrap .sec01 .sec01_wrap01 .item .txt_list li {
    padding: 8px 0;
    background: #d9d9d9; }
.kitchen_wrap .sec01 .sec01_wrap01 .item .item_in .img_wrap .img .cap {
  padding: 2px; }
.kitchen_wrap .sec01 .sec01_wrap01 .item01 {
  width: 48.34%; }
  @media screen and (max-width: 480px) {
    .kitchen_wrap .sec01 .sec01_wrap01 .item01 {
      width: 100%; } }
  .kitchen_wrap .sec01 .sec01_wrap01 .item01 .item_in {
    display: grid;
    grid-template-columns: 47.42% 48.45%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    justify-content: space-between;
    row-gap: clamp(10px, 1.5vw, 18px); }
    @media screen and (max-width: 480px) {
      .kitchen_wrap .sec01 .sec01_wrap01 .item01 .item_in {
        margin-bottom: -30px; } }
    .kitchen_wrap .sec01 .sec01_wrap01 .item01 .item_in .img01 {
      grid-row: span 2; }
    .kitchen_wrap .sec01 .sec01_wrap01 .item01 .item_in .img_wrap .img {
      width: 30.97%; }
      .kitchen_wrap .sec01 .sec01_wrap01 .item01 .item_in .img_wrap .img .cap {
        padding: 2px; }
.kitchen_wrap .sec01 .sec01_wrap01 .item02 {
  width: 48.34%; }
  @media screen and (max-width: 480px) {
    .kitchen_wrap .sec01 .sec01_wrap01 .item02 {
      width: 100%; } }
  .kitchen_wrap .sec01 .sec01_wrap01 .item02 .item_in {
    display: grid;
    grid-template-columns: 47.42% 48.45%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    justify-content: space-between;
    row-gap: clamp(10px, 1.5vw, 18px); }
    @media screen and (max-width: 480px) {
      .kitchen_wrap .sec01 .sec01_wrap01 .item02 .item_in {
        margin-bottom: -30px; } }
    .kitchen_wrap .sec01 .sec01_wrap01 .item02 .item_in .img01 {
      grid-row: span 2; }
    .kitchen_wrap .sec01 .sec01_wrap01 .item02 .item_in .img_wrap .img {
      width: 44.49%; }
      .kitchen_wrap .sec01 .sec01_wrap01 .item02 .item_in .img_wrap .img:nth-child(2) {
        width: 52.32%; }
.kitchen_wrap .sec01 .sec01_wrap01 .item03 {
  width: 22.92%; }
  .kitchen_wrap .sec01 .sec01_wrap01 .item03 .vsp {
    display: none; }
  @media screen and (max-width: 480px) {
    .kitchen_wrap .sec01 .sec01_wrap01 .item03 {
      flex-direction: row;
      width: 100%;
      justify-content: space-between; }
      .kitchen_wrap .sec01 .sec01_wrap01 .item03 .img, .kitchen_wrap .sec01 .sec01_wrap01 .item03 .text_wrap {
        width: 48%; }
      .kitchen_wrap .sec01 .sec01_wrap01 .item03 .vsp {
        display: flex; } }
.kitchen_wrap .sec01 .sec01_wrap01 .item04 {
  width: 73.75%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(15px, 1.667vw, 20px);
  align-items: flex-start; }
  @media screen and (max-width: 480px) {
    .kitchen_wrap .sec01 .sec01_wrap01 .item04 {
      width: 100%; } }
  .kitchen_wrap .sec01 .sec01_wrap01 .item04 .img_wrap {
    width: 62.15%; }
    @media screen and (max-width: 480px) {
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .img_wrap {
        width: 100%; } }
    .kitchen_wrap .sec01 .sec01_wrap01 .item04 .img_wrap .img {
      width: 30.91%; }
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .img_wrap .img p {
        line-height: 1;
        margin-top: 0.5em; }
  .kitchen_wrap .sec01 .sec01_wrap01 .item04 .bg_ttl {
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 10px 14px; }
  .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_01 {
    position: relative;
    width: 35.03%; }
    @media screen and (max-width: 480px) {
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_01 {
        display: none;
        width: 100%;
        max-width: 310px;
        margin-inline: auto; } }
    .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_01::after {
      position: absolute;
      inset: 0;
      border: 1px solid #000;
      pointer-events: none; }
    .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_01 .in_box {
      padding: 10px; }
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_01 .in_box .text_wrap .qua_ttl {
        color: #333; }
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_01 .in_box .text_wrap .qua_txt {
        letter-spacing: -0.06em; }
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_01 .in_box .img {
        width: 44.14%; }
  .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 {
        max-width: 310px;
        margin-inline: auto; } }
    .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box {
      padding: 15px 25px;
      position: relative; }
      @media screen and (max-width: 480px) {
        .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box {
          padding: 10px;
          flex-direction: column;
          row-gap: 15px; } }
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box::after {
        content: '';
        position: absolute;
        inset: 0;
        border: 1px solid;
        border-top: none;
        pointer-events: none; }
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box .text_wrap {
        width: 44.92%; }
        @media screen and (max-width: 480px) {
          .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box .text_wrap {
            width: 100%; } }
        .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box .text_wrap .qua_txt {
          letter-spacing: -0.06em; }
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box .img01 {
        width: 24.56%;
        max-width: 205px; }
        @media screen and (max-width: 480px) {
          .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box .img01 {
            width: 100%;
            margin-inline: auto;
            max-width: 205px;
            text-align: center; } }
      .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box .img02 {
        width: 25.27%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media screen and (max-width: 480px) {
          .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box .img02 {
            width: 100%;
            max-width: 205px;
            margin-inline: auto; } }
        .kitchen_wrap .sec01 .sec01_wrap01 .item04 .item04_02 .in_box .img02 .qua_ttl {
          line-height: 1;
          color: #333;
          height: fit-content !important;
          margin-bottom: 0.5em; }
.kitchen_wrap .sec01 .sec01_wrap02 .item01 {
  grid-row: 1/4; }
.kitchen_wrap .sec02 .item_wrap {
  row-gap: clamp(25px, 2.917vw, 35px); }
  .kitchen_wrap .sec02 .item_wrap .item .cap01 {
    line-height: 1.2;
    display: inline-block;
    margin-top: 5px; }
  .kitchen_wrap .sec02 .item_wrap .item01 {
    grid-row: 1/3; }
.kitchen_wrap .sec03 .item_wrap .item01 {
  grid-row: 1/3; }
.kitchen_wrap .sec04 .item_wrap {
  row-gap: clamp(25px, 2.5vw, 30px); }
  .kitchen_wrap .sec04 .item_wrap .item01 {
    grid-row: 1/4;
    max-width: 580px; }

/*# sourceMappingURL=quality01.css.map */
