@charset "UTF-8";
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html {
  font-size: 100%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}
body {
  font-family: "M PLUS 1", sans-serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.p-about {
  margin-top: 6.25rem;
}

.l-archive {
  margin-top: 3.125rem;
}

.l-article {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-article {
    margin-top: 12.5rem;
  }
}

.l-company {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-company {
    margin-top: 6.25rem;
  }
}

.l-feature {
  margin-top: 6.25rem;
}

.l-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-news {
  margin-top: 13.5rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    margin-top: 15.625rem;
  }
}

.l-product-archive {
  margin-top: 8.125rem;
}
@media screen and (min-width: 768px) {
  .l-product-archive {
    margin-top: 15.625rem;
  }
}

.c-bread {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  background-color: #fff;
  padding-bottom: 0.3125rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-bread {
    font-size: 1.125rem;
  }
}
.c-bread a {
  color: #275F88;
}

.c-btn {
  display: inline-block;
  width: 8.125rem;
  background: #1689A3;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
  color: #fff;
  text-align: left;
  border: 1px solid #333;
  position: relative;
  padding-left: 0.9375rem;
}
.c-btn:after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../images/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 0.625rem;
}

.c-btn input[type=submit] {
  width: 100%;
  background: #1689A3;
  border: none;
  color: #fff;
  text-align: left;
}

.c-head {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #707070;
  text-align: center;
  font-family: "futura-pt", sans-serif;
}

.c-head.c-head--sm {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-head.c-head--sm {
    font-size: 1.625rem;
  }
}

.c-top {
  display: block;
  width: 3.125rem;
  position: fixed;
  bottom: 0.625rem;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-top {
    width: 6.25rem;
  }
}
.c-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
  padding-bottom: 100px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=text], form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type=submit], form input[type=reset], form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
.required {
  color: red;
}

.p-about {
  padding-bottom: 6.25rem;
}

.p-about__text {
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 3.125rem;
  }
}

.p-about__link {
  display: block;
  width: 21.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.375rem;
}
.p-about__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-archive__contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-archive__contents {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-archive__img img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-article__inner {
    max-width: 60rem;
  }
}

.p-article__content {
  margin-top: 1.875rem;
}

.p-brand {
  margin-top: 1.25rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-brand {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-brand__head {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-brand__head {
    width: 27.5rem;
  }
}
.p-brand__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-brand__form {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-brand__form {
    margin-top: 1.25rem;
  }
}

.p-brand__title {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-brand__title {
    text-align: center;
    font-size: 2.25rem;
  }
}
.p-brand__title:after {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 0.125rem;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-brand__title:before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 1.5625rem;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-brand.is-open .p-brand__title:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-brand__list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-brand__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
    padding: 1.25rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-brand__list :not(::nth-last-child(1)) {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
}

.p-brand__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-brand__link:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-brand__link:hover .p-brand__btn span {
    opacity: 1;
    background-color: #fff;
  }
}

.p-brand__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
}

.p-brand__img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-brand__img {
    width: 100%;
  }
}
.p-brand__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 290/185;
}

.p-brand__productName {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-brand__btn {
  text-align: center;
  margin-top: auto;
}
.p-brand__btn span {
  display: inline-block;
  width: 80%;
  padding: 0.625rem;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  background-color: #F0BF61;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #F0BF61;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-brand__btn span {
    min-width: 18.125rem;
    width: auto;
    width: initial;
  }
}

.p-code__title {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-code__title {
    font-size: 1rem;
  }
}

.p-code__num {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-code__num {
    font-size: 1rem;
  }
}

.p-company {
  overflow: hidden;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-bottom: 6.25rem;
  }
}

.p-company__genreWrap:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-company__genre {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #90C420;
  color: #3d3d3d;
  cursor: pointer;
  padding: 1.25rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__genre {
    font-size: 2.25rem;
    padding: 1.875rem 12.5rem;
  }
}

.p-company__wrap {
  display: none;
}

.p-company__content {
  padding: 1.125rem 1.875rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .25);
  border-radius: 0.3125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__content {
    margin-top: 1.875rem;
  }
}

.p-company__img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-company__img {
    width: 27.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-company__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 440/323;
}

.p-company__title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__title {
    cursor: pointer;
    font-size: 2.375rem;
  }
}
.p-company__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-company__text {
  font-size: 1.125rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company__text {
    margin-top: 2.1875rem;
  }
}



.p-feature {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-feature__contents {
    margin-top: 5rem;
  }
}

.p-feature__content {
  counter-increment: num;
}
.p-feature__content:nth-child(n+2) {
  margin-top: 5.4375rem;
}

.p-feature__body {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  gap: 3.125rem;
  background-color: #F7F5ED;
}
@media screen and (min-width: 768px) {
  .p-feature__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-radius: 0 1.875rem 1.875rem 0;
    margin-top: -11.875rem;
    padding-top: 11.875rem;
    padding-bottom: 3.75rem;
    padding-right: 7.0625rem;
  }
}

.p-feature__bodyInner {
  max-width: 39.6875rem;
}

@media screen and (min-width: 768px) {
  .p-feature__img {
    width: 46.875rem;
  }
}
.p-feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 750/370;
}

.p-feature__num:before {
  display: inline-block;
  content: counter(num, decimal-leading-zero);
  font-size: 3.125rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  color: #90C420;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-feature__num:before {
    font-size: 5.625rem;
  }
}
.p-feature__num:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #90C420;
}

.p-feature__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-feature__title {
    margin-top: 0;
  }
}

.p-feature__text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.9375rem;
}

.p-feature__attention {
  font-size: 0.75rem;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .p-feature__content:nth-child(2n+2) .p-feature__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 1.875rem 0 0 1.875rem;
    padding-left: 7.0625rem;
    padding-right: calc(50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    margin-left: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__content:nth-child(2n+2) .p-feature__img {
    margin-left: auto;
  }
}
.p-feature__content:nth-child(2n+2) .p-feature__num:before {
  color: #F0BF61;
}
.p-feature__content:nth-child(2n+2) .p-feature__num:after {
  background-color: #F0BF61;
}

.p-footer {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #90C420;
}
.p-footer p {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  text-align: center;
}

.p-header {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: #fff;
}

.p-header__logo {
  width: 5.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 12.5rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 200/100;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.875rem;
  }
}

.p-header__headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__head {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__head {
    font-size: 3.25rem;
  }
}

.p-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    display: block;
  }
}
.p-header__contact span {
  display: block;
}
.p-header__contact span:nth-child(1) {
  font-size: 0.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-header__contact span:nth-child(1) {
    gap: 0.625rem;
    font-size: 1.25rem;
  }
}
.p-header__contact span:nth-child(1):before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.5625rem;
  background-image: url(../images/icon-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__contact span:nth-child(1):before {
    width: 1.5rem;
    height: 1.1875rem;
  }
}
.p-header__contact span:nth-child(2) {
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-header__contact span:nth-child(2) {
    font-size: 1.125rem;
  }
}

.p-main {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-main {
    padding-top: 9.375rem;
  }
}

.p-news {
  padding-left: 0.9375rem;
}

.p-news__inner {
  border: 1px solid #333;
  border-radius: 5.625rem 0 0 5.625rem;
  padding-left: 60px;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__inner {
    width: 64.375%;
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    padding-left: 10.625rem;
    border-radius: 25rem 0 0 25rem;
  }
}

.p-news__head {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .p-news__head {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.p-news__wrap {
  margin-top: 0.625rem;
  max-height: 8.125rem;
  overflow-y: scroll;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news__wrap {
    margin-top: 1.3125rem;
  }
}

.p-news__scroll {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
}
.p-news__scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  background-color: #333;
}

.p-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__item a:nth-child(n+2) {
  margin-top: 0.625rem;
}

.p-news__date {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-news__date {
    font-size: 1.25rem;
  }
}

.p-news__tag {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  color: #3FC6E4;
  padding: 0.125rem 0.625rem;
  background-color: #1689A3;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news__tag {
    font-size: 1rem;
    line-height: 1.3125;
    margin-left: 1.25rem;
  }
}

.p-news__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

@media screen and (min-width: 768px) {
  .p-product-archive__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product-archive__img {
    width: 34.375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-product-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 550/193;
}

.p-product-archive__head.c-head {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-product-archive__body {
    width: 50%;
  }
}

.p-product-archive__codeWrap {
  margin-top: 1.125rem;
}

.p-product-archive__text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-archive__text {
    font-size: 1.125rem;
  }
}

.p-products-contents__inner {
  margin-top: 3.125rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-products-contents__inner {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-products-contents__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.9375rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-products-contents__wrap {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-products-contents__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  justify-items: start;
}

.p-products-contents__img {
  width: 100%;
}
.p-products-contents__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 290/185;
}

.p-products-contents__head {
  text-align: center;
}

.p-products-mv {
  width: 100%;
  margin-top: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-products-mv {
    margin-top: 16.25rem;
  }
}
.p-products-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1440/450;
}

.p-table {
  margin-top: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-table {
    margin-top: 1.25rem;
  }
}

table, td, th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

td, th {
  padding: 3px;
  height: 30px;
  font-size: 0.75rem;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
