@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Kosugi", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

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

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.section-title__wrap {
  text-align: center;
}

.section-subtitle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #cd162c;
}

.section-title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
    line-height: 1.625;
  }
}

.section-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #cd162c;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
}

.btn {
  display: inline-block;
  width: 228px;
  border: 1px solid #cd162c;
}

.btn__text {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  text-align: center;
  color: #cd162c;
  padding: 10px 0;
}

.breadcrumb {
  font-size: 11px;
  color: #666666;
  display: flex;
  align-items: center;
  padding-top: 7px;
}

@media screen and (max-width: 1024px) {
  .breadcrumb.inner {
    margin-top: 60px;
  }
}

.breadcrumb .home {
  color: #666666;
  margin-right: 10px;
}

.breadcrumb .post.post-page.current-item,
.breadcrumb .post-root.post.post-post.current-item {
  margin-left: 10px;
}

#text {
  color: #333;
}

.inner {
  max-width: 1280px;
  padding-left: 29px;
  padding-right: 29px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.inner02 {
  max-width: 1165px;
  padding-left: 29px;
  padding-right: 29px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner02 {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.lg-none {
  display: block;
}
@media screen and (max-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.md-none {
  display: block;
}
@media screen and (max-width: 375px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 375px) {
  .md-show {
    display: block;
  }
}

.header {
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    background-color: #FFF;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
  }
}

.header__name {
  width: 400px;
  margin: 0 auto;
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  .header__name {
    width: 200px;
    margin-top: unset;
    padding: 4px 0;
  }
}

.shopping-btn__wrapper {
  display: flex;
  justify-content: end;
  margin-top: -70px;
}
@media screen and (max-width: 1024px) {
  .shopping-btn__wrapper {
    display: none;
  }
}

.shopping-btn__wrap {
  position: relative;
  display: inline-block;
}

.shopping-btn__link {
  display: flex;
  align-items: center;
  padding: 10.8px 36px;
  background-color: #cd162c;
  border-radius: 6px;
  transition: filter 0.3s;
}

.shopping-btn__link:hover {
  opacity: 1;
  filter: brightness(90%);
}

.shopping-icon {
  width: 18px;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(315deg) brightness(103%) contrast(102%);
}

.shopping-btn__text {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #fff;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__nav {
  margin-top: 15px;
}

.header__items {
  display: flex;
  align-items: center;
}

.header__link {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  padding: 20px;
  color: #333;
  transition: color 0.3s;
}

.header__link:hover {
  color: #cd162c;
  opacity: 1;
}

.header__item.is-active .header__link {
  color: #cd162c;
}

.header__nav--clone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0 !important;
  transform: translateY(-120%);
  z-index: 999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
}

.header__nav--clone .header__link {
  font-size: 14px;
  padding: 22px;
}

@-webkit-keyframes dropDown {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes dropDown {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes pullUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-120%);
  }
}
@keyframes pullUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-120%);
  }
}
.header__nav--clone.show {
  -webkit-animation: dropDown 0.4s ease-in forwards;
          animation: dropDown 0.4s ease-in forwards;
}

.header__nav--clone.hide {
  -webkit-animation: pullUp 0.4s ease-out forwards;
          animation: pullUp 0.4s ease-out forwards;
}

@media (max-width: 1023px) {
  .header__nav--clone,
.header__nav--clone.show,
.header__nav--clone.hide {
    display: none !important;
  }
}
.hamburger-btn__wrap {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  z-index: 1000;
}

.hamburger-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger-btn__bars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 16px;
}

.hamburger-btn__bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger-btn__label {
  margin: 5px 0 0;
  font-size: 8px;
  letter-spacing: 0.8px;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* 開いたときのアニメーション */
.hamburger-btn[aria-expanded=true] .hamburger-btn__bars .hamburger-btn__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger-btn[aria-expanded=true] .hamburger-btn__bars .hamburger-btn__bar:nth-child(2) {
  opacity: 0;
}

.hamburger-btn[aria-expanded=true] .hamburger-btn__bars .hamburger-btn__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background-color: #cd162c;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
  overflow-y: auto;
}

#drawer-nav.is-open {
  transform: translateX(0);
}

.drawer-menu__inner {
  padding: 20px 14px;
}

.drawer-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer-menu__item + .drawer-menu__item {
  margin-top: 20px;
}

.drawer-menu__link {
  display: block;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .hamburger-btn__wrap {
    display: none;
  }
  #drawer-nav {
    display: none;
  }
}
.fv {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .fv {
    margin-top: 60px;
  }
}

.product {
  padding: 72px 0;
}
@media screen and (max-width: 768px) {
  .product {
    padding: 70px 0 43px;
  }
}

.product__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: 1fr;
  gap: 29px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .product__items {
    display: block;
  }
}

.product__item {
  display: flex;
  flex-direction: column;
  padding: 29px;
}

@media screen and (max-width: 768px) {
  .product__item:not(:first-child) {
    margin-top: 22px;
  }
}

.product__item:nth-child(odd) {
  background-color: #ffeaea;
}

.product-item__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.6;
  color: #333;
}

.product-item__img {
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.btn__wrap {
  margin-top: 29px;
  margin-bottom: 0;
}

.product .btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product .btn {
    max-width: 228px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

.btn__wrap.list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.btn__wrap.list .btn {
  width: 278px;
  border: 1px solid #000000;
}

.btn__wrap.list .btn__text {
  color: #000000;
}

.company {
  padding: 72px 0 86px 0;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 70px 0 43px;
  }
}

.company__inner {
  max-width: 1108px;
  padding-left: 29px;
  padding-right: 29px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company__inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.company-table {
  width: 100%;
  margin-top: 43px;
  border-collapse: collapse;
}

.company-table th,
.company-table td {
  word-break: break-word;
  /* もしくは overflow-wrap: break-word; */
}

.company-table tr {
  text-align: left;
}

.company-table th {
  width: 25%;
  padding: 7px 14px;
  border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .company-table th {
    width: 30%;
  }
}

.company-table td {
  padding: 7px 14px;
  border: 1px solid #eee;
}

.about {
  position: relative;
  padding: 86px 0;
  background-color: #ffeaea;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 43px 0;
  }
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: url("../img/noise.png") repeat center;
  background-blend-mode: multiply;
  opacity: 1;
  z-index: 1;
}

.about__inner {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
}

.about-contents__wrap {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .about-contents__wrap {
    margin-top: 29px;
  }
}

.about-contents__inner {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .about-contents__inner {
    display: block;
  }
}

.about-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-img {
    width: 100%;
  }
}

.about-contents__title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.8px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .about-contents__title {
    margin-top: 40px;
  }
}

.about-contents__text {
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.8px;
  line-height: 1.8;
  padding: 14px 0;
}

#about .btn__wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.contact {
  padding: 115px 0 172px 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 70px 0 86px;
  }
}

.form__list {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .form__list {
    margin-top: 29px;
  }
}

.form__field + .form__field {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .form__field + .form__field {
    margin-top: 10px;
  }
}

.form__textarea {
  height: 143px;
}

.form__input,
.form__textarea {
  font-size: 16px;
  width: 100%;
  padding: 7px 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: border-color 0.3s ease;
}

.form__input:focus,
.form__textarea:focus {
  border-color: #85b7d9;
  outline: none;
}

.form__data {
  margin-top: 4px;
}

.wpcf7-list-item {
  margin: 0;
}

.form__submit-button {
  margin-top: 30px;
  text-align: initial;
}

.form__submit-input {
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.3s;
  color: #fff;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  background-color: #CD162C;
}

.form__submit-input {
  display: block;
  width: auto;
  max-width: 150px;
  padding: 7px 43px;
  margin: 0 auto;
}

.form__submit-input:hover {
  box-shadow: unset;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.footer {
  background-color: #111111;
  padding: 14px 0;
}

.footer__inner {
  display: flex;
  justify-content: center;
}

.copyright {
  font-size: 14px;
  color: #ccc;
}

.page-top {
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: #cd162c;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .page-top {
    width: 40px;
    height: 40px;
  }
}

.page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.page-top:hover {
  opacity: 0.8;
}

.top-icon {
  width: 20px;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(315deg) brightness(103%) contrast(102%);
}

.lower-about__inner {
  padding-top: 129px;
  padding-bottom: 129px;
}
@media screen and (max-width: 768px) {
  .lower-about__inner {
    padding-top: 86px;
    padding-bottom: 86px;
  }
}

.lower-about .about__items {
  margin-top: 43px;
}

.lower-about .about-contents__inner {
  align-items: center;
}

.lower-about .about-contents__inner:nth-child(2) {
  flex-direction: row-reverse;
}

.lower-about .about-contents__inner:not(:first-child) {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .lower-about .about-contents__inner:not(:first-child) {
    margin-top: 56px;
  }
}

.lower-product {
  padding: 129px 0;
}
@media screen and (max-width: 768px) {
  .lower-product {
    padding: 86px 0 114px;
  }
}

.lower-product .product__items {
  row-gap: 48px;
}

.lower-product .product__item {
  border: 1px solid #eee;
  border-radius: 6px;
}

.lower-product .btn__wrap {
  margin-top: 29px;
}

.lower-product .btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower-product .btn {
    width: 228px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

.lower-product .pagination {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.thanks {
  padding: 70px 0 100px;
}
@media screen and (max-width: 1024px) {
  .thanks {
    margin-top: 60px;
  }
}

.thanks__inner {
  max-width: 698px;
  padding-left: 29px;
  padding-right: 29px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thanks__inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.thanks-img {
  width: 100%;
}

.thanks-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .thanks-title {
    font-size: 5.3333333333vw;
  }
}

.thanks__text.bold {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .thanks__text.bold {
    font-size: 14px;
    margin-top: 0;
  }
}

.thanks-text__wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .thanks-text__wrap {
    margin-top: 25px;
  }
}

.thanks__text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.thanks .btn__wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}