@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

@-webkit-keyframes flag {
  0% {
    -webkit-transform: rotate(-45deg) translateY(-10%);
    -moz-transform: rotate(-45deg) translateY(-10%);
    -ms-transform: rotate(-45deg) translateY(-10%);
    -o-transform: rotate(-45deg) translateY(-10%);
    transform: rotate(-45deg) translateY(-10%); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(10%);
    -moz-transform: rotate(-45deg) translateY(10%);
    -ms-transform: rotate(-45deg) translateY(10%);
    -o-transform: rotate(-45deg) translateY(10%);
    transform: rotate(-45deg) translateY(10%); } }
@-moz-keyframes flag {
  0% {
    -webkit-transform: rotate(-45deg) translateY(-10%);
    -moz-transform: rotate(-45deg) translateY(-10%);
    -ms-transform: rotate(-45deg) translateY(-10%);
    -o-transform: rotate(-45deg) translateY(-10%);
    transform: rotate(-45deg) translateY(-10%); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(10%);
    -moz-transform: rotate(-45deg) translateY(10%);
    -ms-transform: rotate(-45deg) translateY(10%);
    -o-transform: rotate(-45deg) translateY(10%);
    transform: rotate(-45deg) translateY(10%); } }
@keyframes flag {
  0% {
    -webkit-transform: rotate(-45deg) translateY(-10%);
    -moz-transform: rotate(-45deg) translateY(-10%);
    -ms-transform: rotate(-45deg) translateY(-10%);
    -o-transform: rotate(-45deg) translateY(-10%);
    transform: rotate(-45deg) translateY(-10%); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(10%);
    -moz-transform: rotate(-45deg) translateY(10%);
    -ms-transform: rotate(-45deg) translateY(10%);
    -o-transform: rotate(-45deg) translateY(10%);
    transform: rotate(-45deg) translateY(10%); } }
/* 点滅 */
.blinking {
  -webkit-animation: blink 0.5s ease-out infinite alternate;
  -moz-animation: blink 0.5s ease-out infinite alternate;
  -ms-animation: blink 0.5s ease-out infinite alternate;
  -o-animation: blink 0.5s ease-out infinite alternate;
  animation: blink 0.5s ease-out infinite alternate; }

.js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  -moz-transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  -ms-transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  -o-transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px); }
  .js-fadein.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

/* base --------------------------*/
/*
@supports(-webkit-touch-callout: none){
	html{
		height: -webkit-fill-available;
	}
	body{
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}
}
*/
body {
  height: 100vh; }

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available; } }
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%; }
  html.wf-active *, html.loading-delay * {
    visibility: visible; }

body {
  font-size: 1.8rem;
  color: #462116;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: Helvetica, Arial, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #fff; }
  @media screen and (max-width: 599px) {
    body {
      font-size: 1.6rem; } }

a {
  color: inherit; }

a,
button {
  -webkit-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  -moz-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  -ms-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  -o-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease; }

figure img {
  width: 100%; }

img {
  width: auto;
  height: auto;
  vertical-align: bottom;
  max-width: 100%; }

p {
  line-height: 1.8;
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 599px) {
    p {
      line-height: 1.6;
      margin-bottom: 10px; } }

.clearfix,
section {
  zoom: 1; }

.clearfix:before,
.clearfix:after,
.section:before,
.section:after {
  content: '';
  display: table; }

.clearfix:after,
.section:after {
  clear: both; }

.aligncenter {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 599px) {
    .aligncenter {
      width: 100%;
      float: none; } }

.noscroll {
  overflow: hidden;
  height: 100%; }

.pc {
  display: inline; }
  @media screen and (max-width: 599px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 599px) {
    .sp {
      display: inline; } }

figure.pc {
  display: block; }
  @media screen and (max-width: 599px) {
    figure.pc {
      display: none; } }

figure.sp {
  display: none; }
  @media screen and (max-width: 599px) {
    figure.sp {
      display: block; } }

.disabled {
  opacity: 0.2;
  pointer-events: none; }

*:focus {
  outline: none; }

.l-header {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }
  .l-header__logo {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin: 20vw auto 0;
    max-width: 65vw; }
    @media screen and (max-width: 599px) {
      .l-header__logo {
        margin: 43vw auto 0;
        max-width: 88vw; } }
    .l-header__logo > span:nth-child(1) {
      position: relative;
      overflow: hidden;
      width: 100%;
      background: url("/assets/imgs/logo.svg") no-repeat center/contain; }
      .l-header__logo > span:nth-child(1):before {
        content: '';
        display: block;
        padding-top: 26.5521057409%; }
      .l-header__logo > span:nth-child(1) img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto auto; }
      .l-header__logo > span:nth-child(1) span {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        line-height: 0; }
    .l-header__logo > span:nth-child(2) {
      font-weight: 900;
      font-size: 2.196193265vw;
      color: #fff;
      display: block;
      margin-bottom: 30px; }
      @media screen and (max-width: 599px) {
        .l-header__logo > span:nth-child(2) {
          font-size: 4.5333333333vw;
          margin-bottom: 2vw; } }
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0; }
    @media screen and (max-width: 599px) {
      .l-header__nav {
        top: auto;
        bottom: 0; } }
    .l-header__nav ul {
      display: flex; }

.l-main {
  overflow: hidden; }

.l-footer {
  background: #400E00;
  color: #fff;
  text-align: center;
  padding: 50px 18px 30px; }
  @media screen and (max-width: 599px) {
    .l-footer {
      padding-bottom: 100px; } }
  .l-footer__logo {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 315.56px;
    margin: 0 auto 100px;
    background: url("/assets/imgs/logo.svg") no-repeat center/contain; }
    .l-footer__logo:before {
      content: '';
      display: block;
      padding-top: 26.5527950311%; }
    .l-footer__logo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto auto; }
    @media screen and (max-width: 599px) {
      .l-footer__logo {
        max-width: 70vw;
        margin-bottom: 50px; } }
    .l-footer__logo span {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      line-height: 0; }
  .l-footer__copyright {
    font-size: 1.4rem;
    font-weight: 600; }
    @media screen and (max-width: 599px) {
      .l-footer__copyright {
        font-size: 1.0rem;
        white-space: nowrap; } }

.l-sec {
  padding: 100px 0; }
  @media screen and (max-width: 599px) {
    .l-sec {
      padding-top: 60px; } }
  .l-sec:nth-child(even) {
    background: rgba(189, 159, 102, 0.03);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05); }

.l-inner {
  max-width: 1280px;
  padding: 0 5vw;
  margin: 0 auto; }

.c-ttl1 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 80px;
  color: #400E00; }
  @media screen and (max-width: 599px) {
    .c-ttl1 {
      margin-bottom: 50px; } }
  .c-ttl1 span {
    display: block; }
    .c-ttl1 span:nth-child(1) {
      font-size: 4.5rem;
      margin-bottom: 10px;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 599px) {
        .c-ttl1 span:nth-child(1) {
          font-size: 7.4666666667vw; } }
    .c-ttl1 span:nth-child(2) {
      font-size: 1.8rem; }
      @media screen and (max-width: 599px) {
        .c-ttl1 span:nth-child(2) {
          font-size: 1.4rem; } }
      .c-ttl1 span:nth-child(2)::before, .c-ttl1 span:nth-child(2)::after {
        content: " - "; }

.c-lead {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 599px) {
    .c-lead {
      font-size: 1.6rem; } }

.c-btn {
  padding: 20px 50px;
  display: inline-block;
  color: #fff;
  background: #400E00;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease background;
  -moz-transition: 0.3s ease background;
  -ms-transition: 0.3s ease background;
  -o-transition: 0.3s ease background;
  transition: 0.3s ease background;
  border-radius: 100px;
  font-size: 2.0rem;
  font-weight: 900;
  border: 2px solid #fff;
  line-height: 1.3;
  text-align: center; }
  @media screen and (max-width: 599px) {
    .c-btn {
      font-size: 1.8rem; } }
  .c-btn:hover {
    background: #bd9f66; }
  .c-btn span {
    display: block; }
    .c-btn span:nth-child(1) {
      font-size: 75%;
      margin-bottom: 5px; }

.c-btn-shopping {
  font-weight: 700;
  font-size: 2.0rem;
  color: #fff;
  padding: 30px 30px 30px 80px;
  line-height: 1;
  display: block;
  background: #400E00;
  position: relative;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  pointer-events: all;
  -webkit-transition: 0.3s ease background;
  -moz-transition: 0.3s ease background;
  -ms-transition: 0.3s ease background;
  -o-transition: 0.3s ease background;
  transition: 0.3s ease background; }
  @media screen and (max-width: 599px) {
    .c-btn-shopping {
      width: 90vw;
      padding: 20px 30px 20px 50px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      font-size: 1.8rem;
      margin: 0 5vw 5vw;
      border: 2px solid #fff; } }
  .c-btn-shopping:hover {
    background: #bd9f66; }
  .c-btn-shopping::before {
    width: 38px;
    height: 38px;
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    background: url("/assets/imgs/icon-cart.svg") no-repeat center/contain; }
    @media screen and (max-width: 599px) {
      .c-btn-shopping::before {
        width: 35px;
        height: 35px;
        left: 20px;
        top: 12px; } }

.p-home-cover {
  background: #bd9f66;
  position: relative;
  z-index: 1;
  padding: 20px; }
  @media screen and (max-width: 599px) {
    .p-home-cover {
      padding: 0; } }
  .p-home-cover__uma {
    position: relative;
    overflow: hidden;
    width: 100%;
    width: 15vw;
    position: absolute;
    top: 28vw;
    right: 1vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 999;
    background: url("/assets/imgs/uma.svg") no-repeat center/contain; }
    .p-home-cover__uma:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .p-home-cover__uma img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto auto; }
    @media screen and (max-width: 599px) {
      .p-home-cover__uma {
        width: 30vw;
        top: 90vw;
        right: 5vw; } }
    .p-home-cover__uma span {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      line-height: 0; }
.p-home-concept__p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .p-home-concept__p {
      text-align: left;
      margin-bottom: 10px; } }
  @media screen and (max-width: 599px) {
    .p-home-concept__p {
      font-size: 1.8rem; } }
  .p-home-concept__p span {
    background: #400E00;
    color: #fff;
    padding: 0 5px;
    margin: 0 5px; }
.p-home-usage__inner {
  max-width: none; }
  @media screen and (max-width: 599px) {
    .p-home-usage__inner {
      padding-left: 0;
      padding-right: 0; } }
.p-home-usage__list {
  display: flex;
  justify-content: center;
  gap: 20px; }
  @media screen and (max-width: 599px) {
    .p-home-usage__list {
      flex-wrap: wrap;
      gap: 10px; } }
.p-home-usage__item {
  text-align: center;
  font-weight: 700;
  width: 25%;
  position: relative; }
  @media screen and (max-width: 599px) {
    .p-home-usage__item {
      width: 45%;
      margin-bottom: 20px; } }
  .p-home-usage__item figure {
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden; }
  .p-home-usage__item span {
    line-height: 1;
    display: block;
    white-space: nowrap; }
    @media screen and (max-width: 599px) {
      .p-home-usage__item span {
        white-space: normal; } }
    .p-home-usage__item span:nth-child(1) {
      font-size: 1.4rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 599px) {
        .p-home-usage__item span:nth-child(1) {
          font-size: 1.2rem; } }
    .p-home-usage__item span:nth-child(2) {
      font-size: 1.8rem; }
      @media screen and (max-width: 599px) {
        .p-home-usage__item span:nth-child(2) {
          font-size: 1.6rem;
          line-height: 1.3; } }
.p-home-why__p {
  font-size: 2.0rem; }
  @media screen and (max-width: 599px) {
    .p-home-why__p {
      font-size: 1.6rem; } }
  .p-home-why__p:last-child {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 0; }
.p-home-why__inner {
  max-width: 960px; }
@media screen and (max-width: 599px) {
  .p-home-manufacture__inner {
    padding-right: 0;
    padding-left: 0; } }
@media screen and (max-width: 599px) {
  .p-home-manufacture__wrap {
    overflow: scroll;
    padding: 0 5vw 5vw; } }
.p-home-manufacture__table {
  border: 5px solid #bd9f66;
  border-radius: 30px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }
  @media screen and (max-width: 599px) {
    .p-home-manufacture__table {
      width: 800px; } }
  .p-home-manufacture__table th, .p-home-manufacture__table td {
    padding: 10px;
    line-height: 1.5;
    border-right: 5px solid #bd9f66;
    border-bottom: 5px solid #bd9f66;
    vertical-align: middle; }
    .p-home-manufacture__table th:last-child, .p-home-manufacture__table td:last-child {
      border-right: none; }
    .p-home-manufacture__table th:nth-child(n+2), .p-home-manufacture__table td:nth-child(n+2) {
      width: 40%; }
  .p-home-manufacture__table tr:nth-child(1) th {
    background: rgba(189, 159, 102, 0.8);
    color: #fff;
    text-align: center;
    font-weight: 900; }
  .p-home-manufacture__table tr:nth-child(n+2) {
    border: 2px solid #bd9f66; }
    .p-home-manufacture__table tr:nth-child(n+2) th {
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      font-weight: 900;
      font-size: 2.0rem; }
    .p-home-manufacture__table tr:nth-child(n+2) td {
      font-size: 1.6rem; }
  .p-home-manufacture__table tr:last-child th, .p-home-manufacture__table tr:last-child td {
    border-bottom: none; }
  .p-home-manufacture__table ul {
    list-style: disc;
    padding-left: 20px; }
.p-home-products__sec {
  border-radius: 30px;
  background: #fff;
  padding: 50px;
  border: 5px solid #bd9f66;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px; }
  @media screen and (max-width: 599px) {
    .p-home-products__sec {
      padding: 30px 15px; } }
  .p-home-products__sec h3 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    margin-bottom: 10px; }
    @media screen and (max-width: 599px) {
      .p-home-products__sec h3 {
        font-size: 2.0rem;
        letter-spacing: 0.2em; } }
  .p-home-products__sec p {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 599px) {
      .p-home-products__sec p {
        font-size: 1.3rem;
        text-align: left; } }
  .p-home-products__sec ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 50px; }
  .p-home-products__sec li {
    width: calc( calc( 100% - 4 * 5px ) / 5 );
    text-align: center; }
    @media screen and (max-width: 599px) {
      .p-home-products__sec li {
        width: calc( calc( 100% - 2 * 5px ) / 3 ); } }
  .p-home-products__sec figure {
    margin-bottom: 5px; }
  .p-home-products__sec h4 {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem; }
    @media screen and (max-width: 599px) {
      .p-home-products__sec h4 {
        font-size: 1.2rem; } }
    .p-home-products__sec h4.seihou-ttl {
      position: relative;
      overflow: hidden;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 900;
      font-size: 3.0rem;
      background: #bd9f66;
      color: #fff; }
      .p-home-products__sec h4.seihou-ttl:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .p-home-products__sec h4.seihou-ttl img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto auto; }
      @media screen and (max-width: 599px) {
        .p-home-products__sec h4.seihou-ttl {
          font-size: 2.0rem; } }
.p-home-company__inner {
  max-width: 960px; }
  .p-home-company__inner dl {
    position: relative;
    display: flex; }
    @media screen and (max-width: 599px) {
      .p-home-company__inner dl {
        display: block; } }
    .p-home-company__inner dl::after {
      display: block;
      content: "";
      background: #bd9f66;
      border-radius: 10px;
      height: 3px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0; }
    .p-home-company__inner dl:first-child::before {
      display: block;
      content: "";
      background: #bd9f66;
      border-radius: 10px;
      height: 3px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .p-home-company__inner dt {
    width: 30%;
    padding: 30px; }
    @media screen and (max-width: 599px) {
      .p-home-company__inner dt {
        width: auto;
        padding: 20px 10px 0;
        line-height: 1.2;
        font-size: 1.4rem; } }
  .p-home-company__inner dd {
    flex: 1;
    padding: 30px; }
    @media screen and (max-width: 599px) {
      .p-home-company__inner dd {
        padding: 10px 10px 20px;
        line-height: 1.2;
        font-size: 1.4rem; } }
.p-home-contact__nav {
  text-align: center; }
