@charset "UTF-8";
/* ======================================================
  Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
body {
  line-height: 1;
}
img {
  line-height: 0;
  vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
li {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input, select {
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}
a {
  outline: none;
}
.cf:before, .cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ======================================================
  Common
====================================================== */
body, html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  color: #333;
}
.wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
.is_hidden {
  transform: translate(0, 30px);
  opacity: 0;
}
.is_show {
  transition: 800ms ease;
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: .5s;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.33334vw; /* W750 */
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .header_logo {
    width: 20rem;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 10rem 0 35rem;
    text-align: center;
  }
  .footer_btn {
    width: 79%;
    margin: auto;
    margin-top: -1.5rem;
    padding-left: 2.5rem;
    padding-bottom: 4rem;
  }
  .footer_copy {
    font-size: 14.5px;
    line-height: 1.3;
    letter-spacing: .07em;
    margin-top: -0.6rem;
    padding-left: 1.4rem;
  }
}

@media screen and (min-width: 751px) {
  a:hover {
    transition: opacity 0.2s;
    opacity: 0.7;
  }
  html {
    font-size: 0.5208333vw; /* W1920 */
  }
  .is_sp {
    display: none;
  }
  .is_pc {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 14px;
    text-align: center;
  }
  .header_logo {
    width: 100px;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 6.6rem 0 18.8rem;
    text-align: center;
  }
  .footer_btn {
    width: 382px;
    margin: auto;
    padding-bottom: 4rem;
    margin-top: -5.5rem;
    padding-left: 2.5rem;
  }
  .footer_copy {
    font-size: 15.5px;
    line-height: 1.8;
    letter-spacing: .03em;
    margin-top: -0.5rem;
    padding-left: 2rem;
  }
  .btn_hover {
    position:relative;
  }
  .btn_hover a:hover {
    opacity: 1;
  }
  .btn_hover img {
    width: 100%;
    display: block;
  }
  .btn_hover .img_after{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn_hover:hover .img_before{
    visibility:hidden;
  }
  .btn_hover:hover .img_after{
    visibility:visible;
  }
  .flex {
    display: flex;
  }
}

/* ======================================================
  Contents
====================================================== */
@media screen and (max-width: 750px) {
  /* 背景画像を2つ指定する例 */
  .main_frame {
    background: #dcd9d7;
    position: relative;
    z-index: 1;
  }
  .sec01_frame {
    background: url(../img/sp/sec01_bg.png) 0 top no-repeat;
    background-size: contain, 30rem auto;
    padding-bottom: 8rem;
    /* height: 442rem; */
  }
  .sec01_frame .sec01_01 {
    width: 71.4rem;
    padding-top: 2.2rem;
  }
  .sec01_frame .sec01_02 {
    width: 71.8rem;
    margin: 8.5rem auto 0;
  }
  .sec02_frame {
    background: #f3f2f2;
    padding: 9rem 0 8rem;
  }
  .sec02_frame .sec02_01 {
    width: 57.9rem;
    margin: 0 auto 6rem;
  }
  .sec02_frame .sec02_02 {
    width: 67rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_03 {
    width: 28rem;
    margin: 11rem auto 5.3rem;
  }
  .sec02_frame .sec02_04 {
    width: 51.7rem;
    margin: 8rem 0 5.5rem 3.9rem;
  }
  .sec02_frame .sec02_05 {
    display: block;
    width: 50rem;
    margin: 7.8rem auto 4.5rem;
  }
  .sec02_frame .sec02_06 {
    width: 58.7rem;
    margin: 0 auto;
  }
  .sec03_frame {
    margin-top: 12.5rem;
    background: #fafaf0;
    padding-bottom: 8.2rem;
  }
  .sec03_frame .sec03_01 {
    width: 100%;
    padding-bottom: 6rem;
  }
  .sec03_frame .sec03_02 {
    width: 100%;
    padding-bottom: 6rem;
  }
  .sec03_frame .sec03_03 {
    width: 100%;
  }
  .sec04_frame {
    background: #e6eef2;
    padding-bottom: 8.5rem;
  }
  .sec04_frame .sec04_01 {
    width: 100%;
    padding-bottom: 6rem;
  }
  .sec04_frame .sec04_02 {
    width: 100%;
  }
  .sec05_frame {
    padding-top: 10rem;
    padding-bottom: 11rem;
  }
  .sec05_frame .sec05_01 {
    width: 59rem;
    margin: 0 auto;
  }
  .sec06_frame {
    /* background: url(../img/sp/sec02_bg.png) 0 center no-repeat; */
    /* height: 376rem; */
  }
  .sec06_frame .sec06_01 {
    width: 42.9rem;
    margin: 0 auto;
  }
  .sec06_frame .sec06_02 {
    width: 60.2rem;
    margin: 6.5rem auto 0;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
  }
  .sec06_frame .sec06_02_01 {
    width: 41.2rem;
    margin: 0 auto;
    position: relative;
  }
  .sec06_frame .sec06_02_02 {
    width: 40rem;
    margin: 0 auto;
    position: relative;
  }
  .sec06_frame .sec06_02_03 {
    width: 54rem;
    margin: 4rem auto 6rem;
    position: relative;
  }
  .sec06_frame .sec06_03 {
    width: 60.2rem;
    margin: 8rem auto 0;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
  }
  .sec06_frame .sec06_03_01 {
    width: 41.2rem;
    margin: 0 auto;
    position: relative;
  }
  .sec06_frame .sec06_03_02 {
    width: 40rem;
    margin: 0 auto;
    position: relative;
  }
  .sec06_frame .sec06_03_03 {
    width: 54rem;
    margin: 4rem auto 6rem;
    position: relative;
  }
  .sec06_frame .sec06_04 {
    width: 63.3rem;
    padding-top: 8.3rem;
    padding-left: 5.7rem;
  }
  .sec06_frame .sec06_05 {
    width: 67.2rem;
    padding-top: 2rem;
    padding-left: 3.9rem;
  }
}

@media screen and (min-width: 751px) {
  .main_frame {
    background: #dcd9d7;
    position: relative;
    z-index: 1;
  }
  .sec01_frame {
    background: url(../img/pc/sec01_bg.png) 0 top no-repeat;
    background-size: contain;
    /* height: 274.1rem; */
  }
  .sec01_frame .sec01_01 {
    position: relative;
    width: 110.4rem;
    padding-top: 5.6rem;
    left: 27.6rem;
  }
  .sec01_frame .sec01_02 {
    width: 144.8rem;
    padding-top: 30.7rem;
    padding-bottom: 6.3rem;
    margin: 0 auto;
  }
  .sec02_frame {
    background: #f3f2f2;
    padding-bottom: 8.8rem;
  }
  .sec02_frame .sec02_01 {
    width: 78.7rem;
    padding-top: 8.4rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_02 {
    width: 138.2rem;
    padding-top: 4.5rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_03 {
    width: 52.5rem;
    padding-top: 9rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_04 {
    width: 78.1rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_05 {
    display: block;
    width: 50rem;
    padding-top: 6rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_06 {
    width: 94.1rem;
    padding-top: 4.5rem;
    margin: 0 auto;
  }
  .sec03_frame {
    margin-top: 8rem;
    background-color: #fafaf0;
    padding-bottom: 10rem;
  }
  .sec03_frame .sec03_01 {
    width: 100%;
    padding-bottom: 6rem;
    margin: 0 auto;
  }
  .sec03_frame .sec03_02 {
    width: 140rem;
    margin: 0 auto;
    /* padding-left: 23.5rem; */
  }
  .sec03_frame .sec03_03 {
    width: 140rem;
    margin: 10rem auto 0;
  }
  .sec04_frame {
    padding-bottom: 10rem;
    background-color: #e6eef2;
  }
  .sec04_frame .sec04_01 {
    width: 100%;
    margin: 0 auto 6rem;
  }
  .sec04_frame .sec04_02 {
    width: 140rem;
    margin: 0 auto;
  }
  .sec05_frame {
    padding: 9rem 0 11rem;
  }
  .sec05_frame .sec05_01 {
    width: 132.2rem;
    margin: 0 auto;
  }
  .sec06_frame {
  }
  .sec06_frame .sec06_01 {
    width: 60.2rem;
    margin: 0 auto;
  }
  .sec06_frame .sec06_02 {
    width: 120.2rem;
    margin-top: 4rem;
    margin-left: 35.9rem;
    position: relative;
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
    padding-bottom: 1.2rem;
  }
  .sec06_frame .sec06_02_01 {
    width: 41.2rem;
    margin-top: 5rem;
    padding-left: 7.5rem;
    position: relative;
  }
  .sec06_frame .sec06_02_02 {
    width: 40rem;
    margin-top: 5.9rem;
    padding-left: .4rem;
    position: relative;
  }
  .sec06_frame .sec06_02_03 {
    width: 54rem;
    margin-top: 1.1rem;
    padding-left: 9.5rem;
    position: relative;
  }
  .sec06_frame .sec06_03 {
    width: 120.2rem;
    margin-top: 8.2rem;
    margin-left: 35.9rem;
    position: relative;
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
    padding-bottom: 1.2rem;
  }
  .sec06_frame .sec06_03_01 {
    width: 41.9rem;
    margin-top: 5rem;
    padding-left: 7.5rem;
    position: relative;
  }
  .sec06_frame .sec06_03_02 {
    width: 40rem;
    margin-top: 5.9rem;
    padding-left: .4rem;
    position: relative;
  }
  .sec06_frame .sec06_03_03 {
    width: 54rem;
    margin-top: 1.1rem;
    padding-left: 9.5rem;
    position: relative;
  }
  .sec06_frame .sec06_04 {
    width: 95.5rem;
    margin-top: 8.5rem;
    padding-left: 48.2rem;
    position: relative;
  }
  .sec06_frame .sec06_05 {
    width: 120.2rem;
    margin-top: 2rem;
    padding-left: 35.9rem;
    position: relative;
    padding-bottom: 10rem;
  }
}


/* ======================================================
  Fixed Elements
====================================================== */
@media screen and (max-width: 750px) {
  /* fixed_bottom */
  .fixed_bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #8c8179;
    height: 22rem;
  }
  .fixed_bottom_inner {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
  }
  .fixed_item {
    width: 22rem;
    margin: 0.5rem 1rem;
  }
  .fixed_item:nth-child(1) {
    /* 1行目：1個目の画像のみ */
    grid-row: 1;
    grid-column: 1 / 3;
    justify-self: center;
    align-self: center;
    width: 43rem;
  }
  .fixed_item:nth-child(2) {
    /* 2行目：2個目の画像 */
    grid-row: 2;
    grid-column: 1;
    width: 11rem;
    justify-self: end;
    width: 32rem;
  }
  .fixed_item:nth-child(3) {
    /* 2行目：3個目の画像 */
    grid-row: 2;
    grid-column: 2;
    width: 11rem;
    justify-self: start;
    width: 32rem;
  }
  .fixed_right_wrap {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  /* fixed_bottom */
  .fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 6rem;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background-color: #8c8179;
  }
  .fixed_bottom_inner {
    padding: 0.9rem 0 0;
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: center;
  }
  .fixed_item {
    width: 36rem;
  }
}


/* ======================================================
  Slide
====================================================== */
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover {
  transition: opacity 0.2s;
  opacity: 0.7;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #8c8179;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  #slide_kitchen.slide_item_wrap {
    width: 100%;
    margin-top: 4rem;
  }
  #slide_wash.slide_item_wrap {
    width: 100%;
    margin-top: 4rem;
  }
  /*.slick-track {
    margin-left: -41%;
  }
  .slick-slide {
    padding: 0 5rem;
  }
  .slide_item div img {
    display: block;
    width: 100%;
  }*/
  .slide_item .slick-slide {
    padding-right: 12rem;
  }
  .slide_item .slick-slide img {
    display: block;
    width: 100%;
    margin-left: -35.5%;
  }
  .slick-prev,
  .slick-next {
    height: 4.4rem;
    width: 2.4rem;
  }
  .slick-prev img,
  .slick-next img {
    height: 100%;
  }
  .slick-prev {
    left: 2.4rem;
  }
  .slick-next {
    right: 2.4rem;
  }
  .slick-dots {
    bottom: -2.1rem;
  }
  .slick-dots li {
    margin: 0;
    width: 1rem;
    height: 1rem;
  }
  .slick-dots li button:before {
    font-size: 1rem;
  }
  .slick-dots li + li {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 751px) {
  #slide_kitchen.slide_item_wrap {
    width: 100%;
    margin-top: 4.8rem;
    margin-bottom: 9rem;
  }
  #slide_wash.slide_item_wrap {
    width: 100%;
    margin-top: 6.5rem;
    margin-bottom: 4rem;
  }
  /*.slick-list {
    margin-left: 16rem;
  }
  .slick-slide {
    padding: 0 16rem;
    margin-left: -16rem;
  }*/
  .slide_item .slick-slide img {
    display: block;
    width: 89%;
    margin-left: 25.6%;
  }
  .slick-prev,
  .slick-next {
    height: 4.4rem;
  }
  .slick-prev {
    transform: translateX(-50%);
    left: calc(50% - 50rem);
  }
  .slick-next {
    transform: translateX(50%);
    right: calc(50% - 50rem);
  }
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button:before {
    font-size: 1rem;
  }
  .slick-dots li {
    width: 1rem;
    height: 1rem;
  }
  .slick-dots li + li {
    margin-left: 2rem;
  }
  .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}