<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

/*html,
body {
  height: 100%;
}*/

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/*html {
  scroll-behavior: smooth;
}*/

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

a {
  color: #000;
}

.l-container {
  max-width: 1265px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-product-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.l-product-list .product-item:not(:last-child) {
  margin-bottom: 50px;
}
.l-product-list .product-details {
  padding: 10px 0;
  text-align: center;
}
.l-product-list .product-name {
  font-size: 16px;
  line-height: 2.3;
  font-weight: 400;
  margin-bottom: 30px;
}
.l-product-list .product-description {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 15px;
}
.l-product-list .product-price {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}

.l-product-list--center {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.l-product-list--center .product-item {
  margin-bottom: 0;
}
.l-product-list--center .product-details {
  padding: 10px 0;
  text-align: center;
}
.l-product-list--center .product-name {
  font-size: 16px;
  line-height: 2.3;
  font-weight: 400;
  margin-bottom: 30px;
}
.l-product-list--center .product-description {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 36px;
}
.l-product-list--center .product-price {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}

@media screen and (min-width: 992px), print {
  .l-product-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
  }
  .l-product-list .product-item {
    width: calc((100% - 20px) / 2);
    flex-shrink: 1;
  }
  .l-product-list .product-item:not(:last-child) {
    margin-bottom: 0;
  }
  .l-product-list .product-thumbnail {
    max-width: 400px;
    margin: auto;
  }
  .l-product-list .product-thumbnail {
    max-width: 400px;
    margin: auto;
  }
  .l-product-list .product-details {
    padding: 40px 0;
    text-align: center;
  }
  .l-product-list .product-name {
    font-size: 24px;
    line-height: 2.3;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .l-product-list .product-description {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 36px;
  }
  .l-product-list .product-price {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
  }
  .l-product-list--center {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-product-list--center .product-item {
    width: calc((100% - 50px) / 2);
    flex-shrink: 1;
  }
  .l-product-list--center .product-thumbnail {
    max-width: 400px;
    margin: auto;
  }
  .l-product-list--center .product-thumbnail {
    max-width: 400px;
    margin: auto;
  }
  .l-product-list--center .product-details {
    padding: 40px 0;
    text-align: center;
  }
  .l-product-list--center .product-name {
    font-size: 24px;
    line-height: 2.3;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .l-product-list--center .product-description {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 36px;
  }
  .l-product-list--center .product-price {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
  }
}
.p-top__mv {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-top__mv .mv__lead-body {
  max-width: 900px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 40px;
}
.p-top__mv .mv__sakai-kitchen-logo {
  max-width: 195px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
.p-top__mv .mv__lead-title {
  font-size: 28px;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 25px;
}
.p-top__mv .mv__lead-text {
  text-align:left;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 25px;
}
.p-top__mv .mv__lead-link-title {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 25px;
}
.p-top__mv .mv__lead-link {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.p-top__brand-list {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-top__brand-list .brand-list__title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}
.p-top__brand-list .brand-list__title span {
  display: block;
  font-size: 18px;
  line-height: 2.6;
  font-weight: 400;
}
.p-top__brand-list .brand-list__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.p-top__brand-list .brand-list__item:not(:last-child) {
  margin-bottom: 50px;
}
.p-top__brand-list .brand-list__item img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.p-top__brand-list .brand-list__item a:hover img {
  transform: scale(1.1);
}
.p-top__brand-list .brand-list__item-link {
  text-decoration: none;
}
.p-top__brand-list .brand-list__item-thumbnail {
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.p-top__brand-list .brand-list__item-title {
  text-decoration: none;
  display: block;
  font-size: 24px;
  line-height: 2.5;
  font-weight: 400;
  text-align: center;
}
.p-top__brand-list .brand-list__item-title::after {
  content: "";
  display: block;
  background-image: url(../img/brand-list/brand-list_under-arrow.png);
  background-size: cover;
  width: 48px;
  height: 16px;
  margin: auto;
  margin-top: 20px;
}

.p-top__aoki-hamono {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-top__aoki-hamono .aoki-hamono__mv-picture {
  margin-bottom: 90px;
}

.p-top__takahashikusu {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-top__takahashikusu .takahashikusu__mv-picture {
  margin-bottom: 90px;
}

.p-top__ars {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-top__ars .ars__mv-picture {
  margin-bottom: 90px;
}

.p-top__sakai-tsubondo {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-top__sakai-tsubondo .sakai-tsubondo__mv-picture {
  margin-bottom: 90px;
}

.p-top__baieidou {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-top__baieidou .baieidou__mv-picture {
  margin-bottom: 90px;
}

.p-top__choplate {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-top__choplate .choplate__mv-picture {
  margin-bottom: 90px;
}

.p-top__aruci {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-top__aruci .aruci__mv-picture {
  margin-bottom: 90px;
}

@media screen and (min-width: 992px), print {
  .p-top__brand-list .brand-list__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
  }
  .p-top__brand-list .brand-list__list::after {
    content: "";
    display: block;
    width: calc((100% - 90px) / 4);
  }
  .p-top__brand-list .brand-list__item {
    width: calc((100% - 90px) / 4);
  }
  .p-top__brand-list .brand-list__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.u-mt--10 {
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */</pre></body></html>