@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
* {
  line-height: 1em;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, blockquote, th, td, pre, form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100.5%;
  word-wrap: break-word;
}

p, dd, li {
  word-break: normal;
}

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

body {
  max-width: "1920px";
  margin: 0 auto;
  font-family: "Playfair Display", serif, "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "M+ 1p", Arial, serif;
  font-size: 20px;
  font-size: 2rem;
  color: #212121;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body.no-scroll {
  overflow: hidden;
}

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

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

a {
  color: #212121;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover {
  color: #a1a1a1;
}
a img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a img:hover {
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h4,
div {
  line-height: 1.4;
}

p,
li,
dt,
dd,
span {
  line-height: 1.5;
}

.l-content {
  margin-bottom: 80px;
  margin-left: 320px;
  padding-left: 100px;
  padding-right: 100px;
  width: auto;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}
@media screen and (max-width: 1920px) {
  .l-content {
    margin-left: 16%;
  }
}
@media only screen and (max-width: 1024px) {
  .l-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .l-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.l-ctr {
  text-align: center;
  margin: 0 auto;
}

.l-fwb {
  font-weight: bold;
}

.l-tar {
  text-align: right;
}

.l-footer {
  margin-bottom: 80px;
  margin-left: 320px;
  margin-right: 100px;
  width: auto;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .l-footer {
    margin: 0 auto 80px;
  }
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-none {
  display: none;
}

.u-fleft {
  float: left;
}

.u-fright {
  float: right;
}

.u-accessibility {
  display: none;
}

.u-bold {
  font-weight: bold;
}

.u-m0 {
  margin: 0;
}

.u-mr0 {
  margin-right: 0;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml0 {
  margin-left: 0;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt0 {
  margin-top: 0;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-p0 {
  padding: 0;
}

.u-w50 {
  width: 50px;
}

.c-title__section {
  font-size: 53px;
  font-size: 5.3rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .c-title__section {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.c-title__section-min {
  font-size: 41px;
  font-size: 4.1rem;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .c-title__section-min {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
.c-title__product {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .c-title__product {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.c-title__product span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 1rem;
}
.c-title__product::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #F0F0F0;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-title__product-item {
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .c-title__product-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-title__about {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c-title__about {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-title__about-min {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 15px;
}
.c-title__contact-min {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.c-list__list {
  list-style: disc;
  list-style-position: inherit;
  margin: 0 0 0 22px;
}
.c-list__item {
  margin: 0 0 0.5em;
}
.c-list__item:last-child {
  margin: 0;
}
.c-list-box {
  margin: 0 0 100px;
}
.c-list-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-list-box__catch {
  font-weight: bold;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .c-list-box__catch {
    margin: 0 0 10px;
  }
}
.c-list-box__body {
  line-height: 1.8;
}

.c-grid__container {
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .c-grid__container {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-grid__container {
    width: 100%;
    padding: 0;
  }
}
.c-grid__container-item {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .c-grid__container-item {
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .c-grid__container-item {
    padding: 0 20px;
  }
}
.c-grid__container-short {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .c-grid__container-short {
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .c-grid__container-short {
    padding: 0 20px;
  }
}
.c-grid__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 80px;
}
@media only screen and (max-width: 1260px) {
  .c-grid__row {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-grid__row {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .c-grid__row {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
}

.c-nav {
  position: fixed;
  top: 0;
  width: 320px;
  height: 100vh;
  padding: 200px 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 1920px) {
  .c-nav {
    left: calc((100% - 1920px) / 2);
  }
}
@media screen and (max-width: 1920px) {
  .c-nav {
    width: 16%;
  }
}
.c-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-nav__list__item a {
  position: relative;
  display: block;
  margin: 0 auto 45px 45px;
  padding: 0 0 0 15px;
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-nav__list__item a:hover {
  color: #ACACAC;
}
.c-nav__list__item a::before {
  content: "";
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-nav__list__item span {
  color: #ACACAC;
  position: relative;
  display: block;
  margin: 0 auto 45px 45px;
  padding: 0 0 0 15px;
}
.c-nav__list__item.current a::before {
  background: #CA1210;
}

.c-hamburger {
  display: none;
  position: fixed;
  top: 16px;
  right: 20px;
  left: auto;
  width: 27px;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 9999;
}
.c-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-hamburger span:nth-child(1) {
  top: 9px;
}
.c-hamburger span:nth-child(2) {
  bottom: 9px;
}
.c-hamburger.is-open span {
  background-color: #212121;
}
.c-hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
.c-hamburger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .l-content {
    margin-left: 0;
    width: 100%;
  }
  .c-hamburger {
    display: block;
  }
  .c-nav__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-nav__overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .c-nav {
    height: 100%;
    width: 100%;
    padding-top: 100px;
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .c-nav__overlay.is-open .c-nav {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-nav .p-header__logo {
    display: none;
  }
  .c-nav__list__item {
    margin-left: 10%;
  }
  .c-nav__list li a,
  .c-nav__list li span {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 auto 50px;
  }
}
.p-header__contact__button a {
  width: 210px;
  padding: 16px;
  color: #fff;
  background: #CA1210;
  font-size: 30px;
  font-size: 3rem;
  text-decoration: none;
  display: block;
  text-align: center;
}
.p-header__contact__button a:hover {
  background: #830c0a;
}

@media screen and (max-width: 1024px) {
  .c-nav__list__item-contact {
    display: none;
  }
}
.c-nav__list__item-contact-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-nav__list__item-contact-sp {
    display: block;
  }
}

.p-header {
  position: relative;
}
.p-header__logo {
  position: absolute;
  top: 55px;
  left: 45px;
  z-index: 999;
  width: 80%;
  min-width: 190px;
}
.p-header__logo a img {
  width: 100%;
}
.p-header__logo-sp {
  position: absolute;
  width: 175px;
  top: 10px;
  left: 10px;
}
.p-header__logo-sp a {
  display: block;
}
.p-header__logo-sp a img {
  width: 100%;
}
.p-header-sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .p-header-sp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 999;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.p-header-sp.is-open {
  background: transparent;
}

@media only screen and (max-width: 768px) {
  .p-footer__copyright {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-home__hero {
  padding-top: 80px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .p-home__hero {
    margin-bottom: 70px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home__hero {
    margin-bottom: 35px;
  }
}
.p-home__hero__wrap {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-home__hero__wrap {
    overflow: hidden;
  }
}
.p-home__hero__img {
  position: relative;
}
@media only screen and (max-width: 530px) {
  .p-home__hero__img {
    height: 330px;
    width: 530px;
    right: calc((530px - 100%) / 2);
  }
  .p-home__hero__img img {
    max-width: none;
    width: auto;
  }
}
.p-home__hero__lead {
  position: absolute;
  bottom: 0;
  padding: 0 50px 80px;
  font-size: 61px;
  font-size: 6.1rem;
  text-align: left;
}
@media only screen and (max-width: 1920px) {
  .p-home__hero__lead {
    font-size: 50px;
    font-size: 5rem;
    padding: 0 50px 50px;
  }
}
@media only screen and (max-width: 1260px) {
  .p-home__hero__lead {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-home__hero__lead {
    padding: 30px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.p-home__products {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .p-home__products {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home__products {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 35px;
  }
}
.p-home__products__content {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .p-home__products__content {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home__products__content {
    margin-bottom: 55px;
  }
}
.p-home__products__item__img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-home__products__item__img {
    margin-bottom: 10px;
  }
}
.p-home__products__item__img img {
  border: 1px solid #D8D8D8;
}
.p-home__about {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .p-home__about {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home__about {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home__about__wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.p-home__about__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 80px 4fr;
  grid-template-columns: 5fr 4fr;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .p-home__about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
}
.p-home__about__text {
  margin-bottom: 55px;
  text-align: left;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .p-home__about__text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home__about__img {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.p-home__contact__wrap {
  background: #F0F0F0;
  padding: 70px;
  margin-bottom: 90px;
  background: url("../images/bg_contact.jpg");
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-home__contact__wrap {
    padding: 30px 50px;
    margin-bottom: 40px;
  }
}
.p-home__contact__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 320px;
  grid-template-columns: 1fr 320px;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1260px) {
  .p-home__contact__content {
    display: block;
  }
}
.p-home__contact__text {
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-home__contact__text {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: left;
  }
}
.p-home__contact__button a {
  width: 320px;
  padding: 30px;
  color: #fff;
  background: #CA1210;
  font-size: 30px;
  font-size: 3rem;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1260px) {
  .p-home__contact__button a {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-home__contact__button a {
    font-size: 25px;
    font-size: 2.5rem;
    width: 270px;
    padding: 22px 30px;
    margin: 0 auto 3px;
  }
}
.p-home__contact__button a:hover {
  background: #830c0a;
}
.p-home__contact__office {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .p-home__contact__office-address {
    font-size: 14px;
    font-size: 1.4rem;
  }
}