@charset "UTF-8";
/*
Theme Name: Original
*/
/* Variables
   ----------------------------------------------------------------- */
:root {
  --color-text: #000000;
  --color1: #034A98;
  --color2: #B23A3A;
  --bg-gray: #959595;
  --white: #ffffff;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-black: 900;
  --leading-default: 1.5;
  --font-crimson: "Crimson Text", serif;
  --font-lato: "Lato", sans-serif;
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
  --duration-default: .3s;
  --opacity-default: 0.7;
}

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    user-select: initial !important;
    -webkit-user-select: initial !important;
  }
}
textarea, input[type=text], input[type=tel], input[type=email] {
  font-size: max(1.15rem, 16px);
}

@media (min-width: 768px) {
  textarea, input[type=text], input[type=tel], input[type=email] {
    font-size: max(1rem, 16px);
  }
}
/* Base
   ----------------------------------------------------------------- */
body {
  font-size: 1rem;
  background-color: var(--white);
  color: var(--color-text);
  font-family: var(--font-crimson);
  font-weight: var(--font-normal);
  line-height: var(--leading-default);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

main {
  flex: 1;
}

section {
  scroll-margin-top: 68px;
}
@media (min-width: 768px) {
  section {
    scroll-margin-top: 68px;
  }
}

a {
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
  vertical-align: bottom;
}

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

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input, textarea {
  cursor: pointer;
  -webkit-appearance: none;
}

button[type=submit] {
  -webkit-appearance: none;
  appearance: none;
}

/* Header
----------------------------------------------------------------- */
.l-header {
  width: 100%;
}

.l-header.l-header--fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  background-color: var(--white);
  position: relative;
}

/* Layout
   ----------------------------------------------------------------- */
/**
* Container
*/
.l-container {
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}
.l-container--narrow {
  max-width: 910px;
}

/**
* Page
*/
.l-page {
  margin-top: 68px;
}

/**
* c-text
*/
.c-text-link {
  color: #2860A5;
  text-decoration: underline;
}

/**
 * Heading
 */
.c-heading-lv2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: min(3.7209302326vw, 16px);
  font-weight: var(--font-normal);
  line-height: 1.56;
  letter-spacing: 0.15em;
  font-family: var(--font-lato);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-heading-lv2 {
    font-size: 1rem;
  }
}

.c-heading-lv2__subtitle {
  font-size: min(5.5813953488vw, 24px);
  font-weight: var(--font-bold);
  line-height: 1.04;
  font-family: var(--font-crimson);
}
@media (min-width: 768px) {
  .c-heading-lv2__subtitle {
    font-size: 1.5rem;
  }
}

/**
 * btn
 */
.c-header-btn {
  display: inline-block;
  color: var(--white);
  background-color: #000;
  font-size: 1rem;
  font-weight: var(--font-bold);
  font-family: var(--font-crimson);
  line-height: 28px;
  width: 204px;
  height: 28px;
  text-align: center;
}

/**
 * header
 */
.c-header {
  background-color: var(--white);
  height: 68px;
}

.c-header__inner {
  width: 100%;
  height: 100%;
  max-width: 1397px;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-header__logo-wrapper {
  position: relative;
}

.c-header__logo-img {
  display: block;
  width: 180px;
}
@media (min-width: 1025px) {
  .c-header__logo-img {
    width: 220px;
  }
}

.c-header__logo-link {
  position: absolute;
  content: "";
  inset: 0;
}

/**
* c-nav
*/
@media (max-width: 1024px) {
  .c-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 68px;
    right: 0;
    width: 100%;
    height: calc(100% - 68px);
    background-color: var(--white);
    overflow-y: auto;
    transition: ease var(--duration-default);
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    padding-bottom: 47px;
  }
}

.c-nav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 0 15px;
}
@media (min-width: 1025px) {
  .c-nav__inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px 30px;
    padding: 0;
  }
}

.c-nav__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .c-nav__menu {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-height: auto;
    height: 100%;
    gap: 25px;
  }
}

.c-nav__item {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--color-text);
}
@media (min-width: 1025px) {
  .c-nav__item {
    width: auto;
    border-bottom-width: 0;
  }
}

.c-nav__link {
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: var(--font-normal);
  font-family: var(--font-lato);
  line-height: 1.14;
  letter-spacing: 0.25em;
  transition: opacity var(--duration-default);
  text-transform: uppercase;
  padding: 15px 0;
}
@media (min-width: 1025px) {
  .c-nav__link {
    border-bottom: 1px solid var(--color-text);
    padding: 0;
  }
}

@media (any-hover: hover) {
  .c-nav__link:hover {
    opacity: var(--opacity-default);
    transition: opacity var(--duration-default);
  }
}
.c-nav__link--hassubmenu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-nav__link--hassubmenu::after {
  content: "";
  background-image: url(images/header-arrow_img.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 0.625rem;
  height: 0.375rem;
}
@media (min-width: 1025px) {
  .c-nav__link--hassubmenu::after {
    content: none;
  }
}

.c-nav__submenu {
  display: none;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.81);
  padding: 0 5px;
  width: 150%;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .c-nav__submenu {
    position: absolute;
    top: 16px;
    left: 0;
    gap: 1em;
    padding: 10px 2px 10px 10px;
    display: flex;
    opacity: 0;
  }
}

@media (min-width: 1025px) {
  .js-has-submenu:hover .c-nav__submenu {
    display: flex;
    pointer-events: auto;
    opacity: 1;
  }
}
.c-nav__submenu.is-open {
  display: block;
  pointer-events: auto;
}

.c-nav__subitem {
  line-height: 1;
}
.c-nav__subitem:not(:last-child) {
  border-bottom: 1px solid var(--white);
}
@media (min-width: 1025px) {
  .c-nav__subitem:not(:last-child) {
    border-bottom-width: 0;
  }
}

.c-nav__sublink {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-family: var(--font-lato);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 15px 0;
}
@media (min-width: 1025px) {
  .c-nav__sublink {
    padding: 0;
    font-size: 0.6875rem;
    letter-spacing: -0.05em;
  }
}

.is-menu-panel-open {
  opacity: 1;
  pointer-events: all;
}

.is-noscroll {
  overflow: hidden;
}

/**
* c-overlay
*/
.c-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  top: 69px;
  opacity: 0;
  z-index: 2;
  transition: var(--duration-default);
  pointer-events: none;
}

.is-overlay-appear {
  opacity: 1;
  transition: var(--duration-default);
  pointer-events: all;
}

/**
 * Hamburger-button
 */
.c-hamburger-button {
  display: block;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  width: 30px;
  height: 20px;
  padding: 0;
}
@media (min-width: 1025px) {
  .c-hamburger-button {
    display: none;
  }
}

.c-hamburger-button__line {
  display: inline-block;
  transition: var(--duration-default);
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background-color: var(--color-text);
  width: 100%;
}

.c-hamburger-button__line:nth-of-type(1) {
  top: 0;
}

.c-hamburger-button__line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.c-hamburger-button__line:nth-of-type(3) {
  bottom: 0;
}

.is-hamburger-button-open .c-hamburger-button__line:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
}
.is-hamburger-button-open .c-hamburger-button__line:nth-of-type(2) {
  opacity: 0;
}
.is-hamburger-button-open .c-hamburger-button__line:nth-of-type(3) {
  top: 50%;
  transform: rotate(45deg);
}

/**
 * c-form
 */
.c-form {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-form {
    gap: 20px 0;
  }
}

.c-form__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 1025px) {
  .c-form__item.c-form__item--row {
    flex-direction: row;
  }
}

.c-form__title {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  height: fit-content;
}
@media (min-width: 1025px) {
  .c-form__title {
    flex: 1;
  }
}

@media (min-width: 1025px) {
  .c-form__body {
    flex: 0 1 80%;
  }
}

.c-required {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: red;
  margin-left: 10px;
  width: 30px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

/* フォームリセット */
.c-form-text,
.c-form-email,
.c-form-tel,
.c-form-date {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  padding: 0.4em 0.8em;
  width: 100%;
  vertical-align: bottom;
}

.c-form-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 250px;
  padding: 0.4em 0.8em;
  width: 100%;
  white-space: pre-wrap;
  vertical-align: bottom;
}

.c-form-text:focus,
.c-form-email:focus,
.c-form-tel:focus,
.c-form-date:focus,
.c-form-select:focus,
.c-form-textarea:focus {
  outline: auto;
}

.c-form-radio {
  display: none;
}

.c-form-radio + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0;
  padding: 0 0 0 32px;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-form-radio + span {
    font-size: 1.125rem;
    padding: 0 0 0 39px;
  }
}

.c-form-radio + span::before {
  background: #F2ECEE;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 20px;
}
@media (min-width: 768px) {
  .c-form-radio + span::before {
    width: 24px;
    height: 24px;
  }
}

.c-form-radio + span::after {
  background: var(--color1);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 5px;
  transition: all 0.2s ease 0s;
  width: 12px;
}
@media (min-width: 768px) {
  .c-form-radio + span::after {
    width: 14px;
    height: 14px;
    top: 6px;
    left: 5px;
  }
}

.c-form-radio:checked + span::after {
  opacity: 1;
}

.c-form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url() no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.c-form .error {
  font-size: 93%;
  color: #B70000;
  display: block;
}

/**
* c-hover
*/
@media (any-hover: hover) {
  .c-hover {
    transition: opacity var(--duration-default);
  }
  .c-hover:hover {
    opacity: var(--opacity-default);
    transition: opacity var(--duration-default);
  }
}
/**
* c-page-header
*/
.c-page-header {
  display: grid;
  max-width: 1290px;
  margin: 0 auto;
}

.c-page-header > * {
  grid-area: 1/-1;
}

.c-page-header__img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .c-page-header__img {
    aspect-ratio: 1290/318;
    height: 100%;
  }
}

.c-page-header__title {
  display: grid;
  place-content: center;
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  line-height: 1.04;
  font-family: var(--font-crimson);
  text-align: center;
}

/**
* p-top
*/
/* mv */
.p-top-mv {
  margin-top: 68px;
}

.p-top-mv__mv-wrapper {
  width: 100%;
  position: relative;
}

.p-top-mv__download-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.4186046512vw;
  display: block;
  color: var(--white);
  font-size: 1rem;
  font-size: max(12px, 3.7209302326vw);
  font-weight: var(--font-normal);
  line-height: 1;
  font-family: var(--font-crimson);
  padding: 0.4651162791vw 7.6744186047vw;
  border: 1px solid var(--white);
  border-radius: 50em;
  background-color: transparent;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-mv__download-btn {
    font-size: 1rem;
    padding: 2px 32px;
    bottom: clamp(0.625rem, -1.5417rem + 4.5139vw, 3.875rem);
  }
}

.p-top-mv__bottom {
  position: relative;
}

.p-top-mv__images-wrapper {
  display: flex;
  overflow: hidden;
}

.p-top-mv__images-slider {
  animation: scroll-left 30s infinite linear 0.5s both;
  display: flex;
}
@media (min-width: 768px) {
  .p-top-mv__images-slider {
    animation: none;
  }
}

.p-top-mv__slide {
  width: 195px;
}
@media (min-width: 768px) {
  .p-top-mv__slide {
    width: 100%;
  }
}

.p-top-mv__slide-img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-mv__slide-img {
    aspect-ratio: 320/230;
    object-fit: cover;
    object-position: center;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (min-width: 1025px) {
  .p-top-mv__roadme-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(76, 102, 65, 0.78);
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 33.1707317073vw;
    height: 39px;
  }
}

.p-top-mv__roadme-text {
  display: grid;
  align-items: center;
  height: 39px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  color: var(--white);
  font-size: 1rem;
  font-family: var(--font-lato);
  font-weight: var(--font-normal);
  line-height: 1.56;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-color: rgba(76, 102, 65, 0.78);
}
@media (min-width: 1025px) {
  .p-top-mv__roadme-text {
    position: absolute;
    width: 33.1707317073vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: transparent;
    font-size: .875rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-mv__roadme-text {
    font-size: 1rem;
  }
}

.p-top-mv__roadme-link {
  color: var(--white);
  border-bottom: 1px solid var(--white);
  text-transform: capitalize;
}

/* products */
.p-top-products {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .p-top-products {
    padding: min(8.6979166667vw, 167px) 0 min(9.0104166667vw, 173px);
  }
}

.p-top-products__cards-wrapper {
  margin-top: 20px;
}

.p-top-products__cards {
  display: grid;
  gap: 34px;
}
@media (min-width: 768px) {
  .p-top-products__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.625rem, -0.9583rem + 3.2986vw, 3rem);
  }
}

.p-top-products__card {
  position: relative;
}

.p-top-products__card-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: var(--font-normal);
  line-height: 1.04;
  font-family: var(--font-lato);
  margin-top: 18px;
}
@media (min-width: 768px) {
  .p-top-products__card-title {
    color: var(--white);
    margin-top: 0;
  }
}

.p-top-products__card-text {
  color: #000;
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 1.56;
  font-family: var(--font-crimson);
  margin-top: 5px;
}
@media (min-width: 768px) {
  .p-top-products__card-text {
    color: var(--white);
    margin-top: 9px;
  }
}

.p-top-products__card-btn {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 22px;
  width: 135px;
  height: 22px;
  border-radius: 50em;
  border: 1px solid #000;
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-top-products__card-btn {
    color: var(--white);
    border-color: var(--white);
    margin: 0 auto;
  }
}

.p-top-products__card-overlay {
  display: none;
}
@media (min-width: 768px) {
  .p-top-products__card-overlay {
    display: block;
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(40, 96, 165, 0.84);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: var(--duration-default);
  }
}

.p-top-products__card-box {
  display: none;
}
@media (min-width: 768px) {
  .p-top-products__card-box {
    display: block;
    position: absolute;
    content: "";
    inset: 0;
    display: grid;
    grid-template-rows: min-content 1fr auto;
    padding: min(9.6875vw, 186px) min(1.5104166667vw, 29px) min(7.8125vw, 150px);
    opacity: 0;
    pointer-events: none;
    transition: var(--duration-default);
  }
}

@media screen and (min-width: 1280px) {
  .p-top-products__card-box {
    padding: 186px 29px 150px;
  }
}
@media (min-width: 768px) {
  .p-top-products__card:hover .p-top-products__card-overlay,
  .p-top-products__card:focus .p-top-products__card-overlay {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .p-top-products__card:hover .p-top-products__card-box,
  .p-top-products__card:focus .p-top-products__card-box {
    opacity: 1;
    pointer-events: auto;
  }
}

/* company */
.p-top-company {
  background-image: url(images/top-company_bg-img-sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 25px 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-top-company {
    background-image: url(images/top-company_bg-img-pc.jpg);
    padding: 54px 0 33px;
    margin-bottom: 59px;
  }
}

.p-top-company__box {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (min-width: 768px) {
  .p-top-company__box {
    gap: 36px;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .p-top-company__item1 {
    display: grid;
    grid-template: "companyimg companydeco" min-content "companyimg companyheading" min-content "companyimg companytext" 1fr/3fr 3fr;
    gap: 15px 15px;
  }
}
@media (min-width: 1025px) {
  .p-top-company__item1 {
    grid-template: "companyimg companydeco" min-content "companyimg companyheading" min-content "companyimg companytext" 1fr/3fr 2fr;
    gap: 36px 30px;
  }
}
@media (min-width: 1200px) {
  .p-top-company__item1 {
    grid-template: "companyimg companydeco" min-content "companyimg companyheading" min-content "companyimg companytext" 1fr/835fr 410fr;
  }
}

@media (min-width: 768px) {
  .p-top-company__item1-imgwrapper {
    grid-area: companyimg;
  }
}

@media (min-width: 768px) {
  .p-top-company__item1-decowrapper {
    grid-area: companydeco;
  }
}

.p-top-company__item1-deco {
  display: block;
  width: min(82.3255813953%, 388px);
  margin: 0 auto;
}

.p-top-company__heading1 {
  color: var(--white);
  margin-top: -4.6511627907vw;
}
@media (min-width: 768px) {
  .p-top-company__heading1 {
    grid-area: companyheading;
    margin-top: -50px;
  }
}

.p-top-company__item1-textwrapper {
  width: 74.4186046512%;
  margin: 35px auto 0;
}
@media (min-width: 768px) {
  .p-top-company__item1-textwrapper {
    width: 100%;
    margin: 0;
    grid-area: companytext;
    margin-top: -40px;
  }
}

.p-top-company__item1-text {
  color: var(--white);
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 1.56;
  font-family: var(--font-crimson);
}

.p-top-company__youtube-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .p-top-company__youtube-wrapper {
    grid-column: 2/3;
    margin: 0;
  }
}

.p-top-company__youtube {
  aspect-ratio: 560/315;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
}

.p-top-company__item2 {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-top-company__item2 {
    grid-template-columns: 468fr 835fr;
    gap: 0;
    align-items: center;
  }
}

.p-top-company__item2-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 255px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top-company__item2-box {
    grid-row: 1/2;
  }
}

.p-top-company__heading2 {
  color: var(--white);
}

.p-top-company__item2-text {
  color: var(--white);
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 1.56;
  font-family: var(--font-crimson);
  margin-top: 20px;
  text-align: center;
}

.p-top-company__item2-link {
  display: inline-block;
  color: var(--white);
  font-size: 0.875rem;
  font-weight: var(--font-normal);
  line-height: 1.14;
  letter-spacing: 0.16em;
  font-family: var(--font-lato);
  text-decoration: underline;
  margin-top: 25px;
}

/* lightwidget */
.p-top-lightwidget {
  background-color: #000;
}

/* footer */
@media (min-width: 768px) {
  .p-footer {
    padding: 63px 0 44px;
  }
}

@media (min-width: 768px) {
  .p-footer__container {
    display: grid;
    grid-template: "footertext footerbtns" min-content "footertext footercopyright" 1fr/auto auto;
    justify-content: space-between;
    row-gap: 16px;
  }
}

.p-footer__sns {
  display: grid;
  place-content: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: var(--font-normal);
  line-height: 1.04;
  font-family: var(--font-lato);
  height: 127px;
}
@media (min-width: 768px) {
  .p-footer__sns {
    width: 264px;
    height: 41px;
    line-height: 41px;
    border-radius: 50em;
  }
}

.p-footer__sns--facebook {
  background-color: var(--color1);
}

.p-footer__sns--insta {
  background-color: var(--color2);
}

@media (min-width: 768px) {
  .p-footer__sns-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 22px;
    grid-area: footerbtns;
  }
}

.p-footer__text-wrapper {
  padding-top: 36px;
  padding-left: min(8.1395348837vw, 35px);
  padding-left: clamp(0rem, -6.3636rem + 31.8182vw, 2.1875rem);
}
@media (min-width: 768px) {
  .p-footer__text-wrapper {
    padding: 0;
    grid-area: footertext;
  }
}

.p-footer__text {
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 1.57;
  font-family: var(--font-noto-sans-jp);
}
@media (min-width: 768px) {
  .p-footer__text {
    font-size: 0.9375rem;
  }
}
.p-footer__text .p-footer__text-lg {
  font-size: 1.1875rem;
  line-height: 1.16;
}
@media (min-width: 768px) {
  .p-footer__text .p-footer__text-lg {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

.p-footer__text-link::after {
  content: "@";
}

.p-footer-copyright__text {
  display: block;
  font-size: 0.75rem;
  font-weight: var(--font-normal);
  font-family: var(--font-noto-sans-jp);
  padding-top: 54px;
  padding-bottom: 36px;
  padding-left: clamp(0rem, -4.5455rem + 22.7273vw, 1.5625rem);
}
@media (min-width: 768px) {
  .p-footer-copyright__text {
    padding: 0;
    grid-area: footercopyright;
    text-align: right;
  }
}

/* form */
.p-form {
  gap: 20px;
  margin-top: 35px;
}

.p-form__item {
  gap: 5px;
}

.p-form__title {
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-lato);
  line-height: 1.56;
}

@media (min-width: 1025px) {
  .p-form__body {
    flex: 0 1 70.6666666667%;
  }
}

.p-form-text {
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-color: transparent;
  cursor: auto;
}

.p-form-textarea {
  height: 180px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-color: transparent;
  cursor: auto;
}
@media (min-width: 1025px) {
  .p-form-textarea {
    height: 215px;
  }
}

.p-form-select__wrapper {
  position: relative;
  width: fit-content;
}

.p-form-select__wrapper::before {
  position: absolute;
  content: "";
  background-image: url(images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 26/14;
  width: 13px;
  height: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.p-form-select {
  width: 200px;
  height: 40px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.p-form__link {
  color: #155488;
  text-decoration: underline;
}

.p-required {
  color: #FF0000;
  background-color: transparent;
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-lato);
  line-height: 1.56;
  margin-left: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-align: center;
  border-radius: 0;
}

.p-form__alert {
  font-size: 1rem;
  color: #FF0000;
}

.p-form__submit-btn-wrapper {
  margin-top: 40px;
  text-align: center;
}

.p-form__submit-btn {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 1;
  text-align: center;
  background-color: #2860A5;
  border: 1px solid var(--white);
  border-radius: 15px;
  width: 208px;
  height: 33px;
}

/**
* p-visualizer
*/
.p-visualizer {
  padding: 35px 0 30px;
  background-image: url(images/visualizer_bg-img-sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-visualizer {
    padding: 73px 0 30px;
    background-image: url(images/visualizer_bg-img-pc.jpg);
  }
}

@media (min-width: 1025px) {
  .p-visualizer__box {
    display: grid;
    grid-template: "visualizerimg visualizertext" min-content "visualizerimg visualizerflow" min-content "visualizerbtn visualizerflow" 1fr/380px auto;
    column-gap: 10px;
  }
}
@media (min-width: 1200px) {
  .p-visualizer__box {
    display: grid;
    grid-template: "visualizerimg visualizertext" min-content "visualizerimg visualizerflow" min-content "visualizerbtn visualizerflow" 1fr/555px auto;
    column-gap: min(3.28125vw, 63px);
  }
}

@media (min-width: 1025px) {
  .p-visualizer__imgwrapper {
    grid-area: visualizerimg;
    margin-left: calc(-1 * var(--sidespace) - 15px);
  }
}

.p-visualizer__img {
  border-radius: 15px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .p-visualizer__img {
    border-radius: 0 15px 15px 0;
  }
}

.p-visualizer__textwrapper {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .p-visualizer__textwrapper {
    margin-top: 0;
    grid-area: visualizertext;
  }
}

.p-visualizer__title {
  color: var(--white);
  font-size: min(7.4418604651vw, 32px);
  font-weight: var(--font-bold);
  font-family: var(--font-crimson);
  line-height: 1.41;
}

.p-visualizer__sub {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: var(--font-normal);
  font-family: var(--font-lato);
  line-height: 1.25;
  margin-top: 8px;
}
@media (min-width: 1025px) {
  .p-visualizer__sub {
    font-size: 1.5rem;
    line-height: 1.04;
    margin-top: 18px;
  }
}

.p-visualizer__text {
  color: var(--white);
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 1.56;
  margin-top: 28px;
}
@media (min-width: 1025px) {
  .p-visualizer__text {
    margin-top: 13px;
  }
}

.p-visualizer__btnwrapper {
  text-align: center;
}
@media (min-width: 1025px) {
  .p-visualizer__btnwrapper {
    grid-area: visualizerbtn;
    margin-top: 23px;
    margin-left: calc(-1 * var(--sidespace) - 15px);
  }
}

.p-visualizer__btn {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: var(--font-normal);
  line-height: 40px;
  border-radius: 15px;
  background-color: var(--white);
  text-align: center;
  width: 333px;
  max-width: 100%;
  height: 40px;
  margin-top: 42px;
}
@media (min-width: 1025px) {
  .p-visualizer__btn {
    font-size: 1rem;
    margin-top: 0;
    border-radius: 50em;
    width: 208px;
    height: 25px;
    line-height: 25px;
  }
}

.p-visualizer__flowwrapper {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .p-visualizer__flowwrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .p-visualizer__flowwrapper {
    grid-area: visualizerflow;
  }
}

.p-visualizer__flow {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  overflow-x: auto;
  margin-top: 46px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .p-visualizer__flow {
    gap: 0;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .p-visualizer__flow {
    margin-top: 69px;
  }
}

.p-visualizer__flowitem {
  width: 205px;
}
@media screen and (min-width: 768px) {
  .p-visualizer__flowitem {
    width: min(100%, 205px);
  }
}
@media screen and (min-width: 1300px) {
  .p-visualizer__flowitem {
    width: 205px;
  }
}

.p-visualizer__flowimg {
  display: block;
  width: 155px;
  margin: 0 auto;
}

.p-visualizer__flowtitle {
  color: rgba(255, 255, 255, 0.77);
  font-size: 1.125rem;
  font-weight: var(--font-normal);
  font-family: var(--font-lato);
  line-height: 1.11;
  margin-top: 30px;
}

.p-visualizer__flowtext {
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.9375rem;
  font-weight: var(--font-normal);
  line-height: 1.33;
  font-family: var(--font-crimson);
  margin-top: 13px;
}

/**
* p-reference
*/
.p-reference__fv-wrapper {
  position: relative;
}

.p-reference__title {
  position: absolute;
  content: "";
  top: 43.2558139535vw;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  font-size: 3.7209302326vw;
  width: max-content;
}
@media (min-width: 1025px) {
  .p-reference__title {
    font-size: 0.8333333333vw;
    top: 22.9166666667vw;
  }
}
.p-reference__title .c-heading-lv2__subtitle {
  font-size: 5.5813953488vw;
}
@media (min-width: 1025px) {
  .p-reference__title .c-heading-lv2__subtitle {
    font-size: 1.25vw;
  }
}

.p-reference__header {
  background-color: rgba(36, 41, 20, 0.15);
}

.p-reference__header-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 932px);
  padding: 22px 0 12px;
  margin: 0 auto;
}

.p-reference__header-item {
  text-align: center;
}
.p-reference__header-item:not(:first-child) {
  border-left: 1px solid #707070;
}

.p-reference__header-link {
  color: #000;
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  font-family: var(--font-crimson);
  line-height: 1.04;
  text-decoration: underline;
}

.p-reference__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 69px;
  padding: 33px 0 44px;
}
@media (min-width: 768px) {
  .p-reference__item-wrapper {
    padding: min(9.1145833333vw, 175px) 0 min(7.8125vw, 150px);
    gap: min(9.1145833333vw, 175px);
  }
}

@media (min-width: 768px) {
  .p-reference__item {
    width: 100%;
    max-width: 1310px;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-reference__heading {
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  line-height: 1.04;
  font-family: var(--font-crimson);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .p-reference__heading {
    margin-bottom: 45px;
  }
}
.p-reference__heading::after {
  content: "";
  display: block;
  width: min(74.8837209302vw, 322px);
  height: 1px;
  background-color: #000;
}
@media (min-width: 768px) {
  .p-reference__heading::after {
    width: min(100%, 469px);
  }
}

.p-reference__slider .slick-slide div {
  height: 58.1395348837vw !important;
  width: fit-content !important;
}
@media (min-width: 768px) {
  .p-reference__slider .slick-slide div {
    aspect-ratio: 1280/730;
    width: 100% !important;
    height: 100% !important;
    min-height: max-content;
  }
}

.p-reference__slider-item {
  width: fit-content !important;
}
@media (min-width: 768px) {
  .p-reference__slider-item {
    width: 100% !important;
  }
}

.p-reference__slider-img {
  display: block;
  aspect-ratio: 350/250;
  width: 81.3953488372vw !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .p-reference__slider-img {
    aspect-ratio: 1280/730;
    width: 100% !important;
  }
}

.p-reference__slider .slick-track {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-reference__slider .slick-track {
    gap: 0;
  }
}

.p-reference__slider .slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: min(4.6511627907vw, 20px);
  margin-top: 30px;
}

.p-reference__slider-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #707070;
}

.p-reference__slider .slick-active .p-reference__slider-dot {
  background-color: #707070;
}

.p-reference__imgs {
  display: grid;
  gap: 2px;
}

.p-reference__img-main {
  aspect-ratio: 1280/730;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-reference__slider-thumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 2px;
}

.p-reference__slider-item-thumb {
  cursor: pointer;
}

.p-reference__slider-img-thumb {
  max-width: 136px;
  width: 100%;
  height: 100%;
  aspect-ratio: 136/107;
  object-fit: cover;
  object-position: center;
  opacity: 0.3;
  transition: var(--duration-default);
}
.p-reference__slider-img-thumb.is-active {
  opacity: 1;
  transition: var(--duration-default);
}

/**
* p-company
*/
.p-company__title {
  color: var(--white);
}

.p-company__item1 {
  padding: 25px 0 60px;
}
@media (min-width: 768px) {
  .p-company__item1 {
    padding: min(2.6041666667vw, 50px) 0 min(7.03125vw, 135px);
  }
}

.p-company__heading {
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  line-height: 1.04;
  font-family: var(--font-crimson);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .p-company__heading {
    margin-bottom: 45px;
  }
}
.p-company__heading::after {
  content: "";
  display: block;
  width: min(74.8837209302vw, 322px);
  height: 1px;
  background-color: #000;
}
@media (min-width: 768px) {
  .p-company__heading::after {
    width: min(100%, 469px);
  }
}
.p-company__heading--white {
  color: var(--white);
}
.p-company__heading--white::after {
  background-color: var(--white);
}

.p-company__tabel {
  border-collapse: separate;
  width: 100%;
}
.p-company__tabel th, .p-company__tabel td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  text-align: left;
}
.p-company__tabel th {
  font-size: 0.875rem;
  font-weight: var(--font-normal);
  font-family: var(--font-lato);
  line-height: 1.56;
  width: 28.4090909091%;
  background-color: rgba(172, 172, 172, 0.2);
  padding: 9px 17px;
}
@media (min-width: 768px) {
  .p-company__tabel th {
    font-size: 1rem;
  }
}
.p-company__tabel td {
  font-size: 0.875rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 1.38;
  padding: 9px 17px;
}
@media (min-width: 768px) {
  .p-company__tabel td {
    font-size: 1rem;
  }
}

.p-company__link::after {
  content: "@";
}

.p-company__add-body {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-company__add-body {
    grid-template: "companytitle companyimg" min-content "companytext companyimg" min-content "companymap companyimg" 1fr/366fr 485fr;
    gap: 0 20px;
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .p-company__add-body:nth-of-type(even) {
    grid-template: "companyimg companytitle" min-content "companyimg companytext" min-content "companyimg companymap" 1fr/485fr 366fr;
  }
}

.p-company__add-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  line-height: 1.04;
  font-family: var(--font-crimson);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-company__add-title {
    grid-area: companytitle;
    font-size: min(2.734375vw, 24px);
  }
}
.p-company__add-title::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #000;
}
@media (min-width: 768px) {
  .p-company__add-title::after {
    width: 100%;
  }
}

.p-company__add-title-span {
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 1.56;
  letter-spacing: 0.15em;
  font-family: var(--font-lato);
  padding-bottom: 5px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .p-company__add-title-span {
    padding-bottom: 10px;
  }
}

.p-company__add-text {
  font-size: 1rem;
  font-family: var(--font-crimson);
  line-height: 1.56;
}
@media (min-width: 768px) {
  .p-company__add-text {
    grid-area: companytext;
    margin-top: 13px;
  }
}

@media (min-width: 768px) {
  .p-company__add-iframe-wrapper {
    grid-area: companymap;
    margin-top: 20px;
  }
}

.p-company__add-iframe-wrapper iframe {
  display: block;
  aspect-ratio: 366/187;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-company__add-img {
  display: block;
}
@media (min-width: 768px) {
  .p-company__add-img {
    grid-area: companyimg;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.p-company__item2 {
  background-color: #959595;
  padding: 40px 0 40px;
}
@media (min-width: 768px) {
  .p-company__item2 {
    padding: min(4.5833333333vw, 88px) 0 min(4.84375vw, 93px);
  }
}

.p-history__container {
  max-width: 1010px;
}

.p-company__history-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-company__history-head {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .p-company__history-head {
    justify-content: space-between;
  }
}

.p-company__history-head-item {
  display: grid;
  justify-items: center;
  gap: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-company__history-head-item {
    width: min(100%, 255px);
  }
}

.p-company__history-lead-wrapper {
  display: grid;
  place-content: center;
  border: 2px solid var(--white);
  border-radius: 50em;
  width: min(100%, 235px);
  height: auto;
  aspect-ratio: 1;
}

.p-company__history-lead {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  line-height: 1.25;
  font-family: var(--font-crimson);
  text-align: center;
}

.p-company__history-text {
  color: var(--white);
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 1.56;
  font-family: var(--font-crimson);
  width: 100%;
}
@media (min-width: 768px) {
  .p-company__history-text {
    width: min(100%, 255px);
  }
}

.p-company__outline {
  margin-top: 70px;
}

.p-company__outline-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media (min-width: 768px) {
  .p-company__outline-item:nth-of-type(even) {
    bottom: -109px;
  }
}
@media (min-width: 768px) {
  .p-company__outline-item:nth-of-type(odd) {
    grid-template-columns: 1fr auto;
  }
}

.p-company__outline-item2017 {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .p-company__outline-item2017 {
    margin-bottom: 0;
  }
}

.p-company__outline-year-wrapper {
  position: relative;
  display: grid;
  place-content: center;
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--white);
  border: 2px solid var(--white);
  border-radius: 50em;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-company__outline-year-wrapper {
    width: 172px;
  }
}
.p-company__outline-year-wrapper::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 180px;
  background-color: var(--white);
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .p-company__outline-year-wrapper::before {
    width: 100%;
    height: 1px;
    top: 85px;
    left: 91px;
    transform: rotate(32deg);
    transform-origin: left;
  }
}

@media (min-width: 768px) {
  .p-company__outline-item:nth-of-type(even) .p-company__outline-year-wrapper::before {
    transform: rotate(-32deg);
    left: auto;
    right: 91px;
    transform-origin: right;
  }
}

@media (min-width: 768px) {
  .p-company__outline-item:nth-of-type(odd) .p-company__outline-year-wrapper {
    margin-left: auto;
    grid-column: 2/3;
  }
}

.p-company__outline-item:last-child .p-company__outline-year-wrapper::before {
  content: none;
}

.p-company__outline-year {
  color: #959595;
  font-size: 1.125rem;
  font-family: var(--font-crimson);
  font-style: italic;
  line-height: 0.67;
  text-align: center;
}
@media (min-width: 768px) {
  .p-company__outline-year {
    font-size: 2.8125rem;
  }
}

.p-company__outline-text-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid var(--white);
  height: fit-content;
}
.p-company__outline-text-wrapper::after {
  position: absolute;
  content: "";
  display: block;
  width: min(63.8977635783%, 200px);
  height: 3px;
  background-color: var(--white);
  bottom: -2px;
}

.p-company__outline-text-wrapper--line2017 {
  width: calc(100% + 10px);
}
@media (min-width: 768px) {
  .p-company__outline-text-wrapper--line2017 {
    top: calc(50% - 3em) !important;
  }
}

@media (min-width: 768px) {
  .p-company__outline-item:nth-of-type(odd) .p-company__outline-text-wrapper {
    grid-row: 1/2;
    right: auto;
    left: 0;
  }
}
.p-company__outline-item:nth-of-type(odd) .p-company__outline-text-wrapper::after {
  right: 0;
}
@media (min-width: 768px) {
  .p-company__outline-item:nth-of-type(odd) .p-company__outline-text-wrapper::after {
    left: 0;
  }
}

.p-company__outline-item:nth-of-type(even) .p-company__outline-text-wrapper::after {
  right: 0;
}

.p-company__outline-text-wrapper--sub {
  position: absolute;
  transform: translateY(0);
  top: auto;
  bottom: -70px;
  right: 0;
  width: calc(100% - 86px);
}
@media (min-width: 768px) {
  .p-company__outline-text-wrapper--sub {
    bottom: -30px;
  }
}
@media (min-width: 768px) {
  .p-company__outline-text-wrapper--sub::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    right: 0;
    bottom: 0;
    background-color: var(--white);
  }
}

.p-company__outline-text {
  color: var(--white);
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 1.56;
  text-align: right;
}
@media (min-width: 768px) {
  .p-company__outline-text {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .p-company__outline-item:nth-of-type(even) .p-company__outline-text {
    text-align: right;
  }
}

/**
* p-contact
*/
.p-contact__title-wrapper {
  display: grid;
  display: grid;
  place-content: center;
}

.p-contact__title-wrapper > * {
  grid-area: 1/-1;
}

.p-contact__title-bg {
  display: grid;
  place-content: center;
  background-color: rgba(40, 96, 165, 0.69);
  width: min(69.7674418605vw, 300px);
  height: 122px;
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .p-contact__title-bg {
    width: 439px;
  }
}

.p-contact__title {
  color: var(--white);
  justify-content: center;
  z-index: 1;
}

.p-contact__section {
  padding: 40px 0 62px;
}

.p-contact__container {
  max-width: 685px;
  margin: 0 auto;
}

.p-contact__heading {
  font-size: 2rem;
  font-weight: var(--font-bold);
  line-height: 1.41;
  font-family: var(--font-crimson);
  margin-bottom: 26px;
}

.p-contact__heading--sm {
  font-size: 1.375rem;
}

.p-contact__text {
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 1.56;
  font-family: var(--font-crimson);
}

.p-contact__body {
  margin-top: 47px;
  scroll-margin-top: 68px;
}

.p-contact__bottom {
  margin-top: 49px;
}

.p-contact__link {
  color: #2860A5;
  text-decoration: underline;
}

/**
* p-privacy
*/
.p-privacy .c-page-header {
  position: relative;
}
.p-privacy .c-page-header::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(40, 96, 165, 0.69);
  mix-blend-mode: multiply;
}

.p-privacy__title {
  color: var(--white);
  font-size: 2rem;
  line-height: 1.41;
  z-index: 1;
}

.p-privacy__section {
  padding: 74px 0 125px;
}

.p-privacy__container {
  max-width: 650px;
  margin: 0 auto;
}

.p-privacy__heading {
  font-size: 1.25rem;
  font-weight: var(--font-bold);
  line-height: 2.25;
  font-family: var(--font-crimson);
  margin-bottom: 8px;
}

.p-privacy__item:not(:first-child) {
  border-top: 1px solid #000;
  padding-top: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-privacy__item:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.p-privacy__text {
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 1.56;
  font-family: var(--font-crimson);
}
.p-privacy__text:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .p-privacy__text:not(:first-child) {
    margin-top: 1.5em;
  }
}

/**
* p-sustainability
*/
.p-sustainability__container {
  max-width: 830px;
  margin: 0 auto;
}

.p-sustainability__title {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.04;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-sustainability__title {
    text-align: left;
    justify-content: start;
    align-content: end;
    padding-bottom: 25px;
    padding-left: 25px;
    font-size: 1.625rem;
  }
}

.p-sustainability__section {
  padding: 55px 0 60px;
}

.p-sustainability__item:not(:first-child) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #000;
}
@media (min-width: 768px) {
  .p-sustainability__item:not(:first-child) {
    padding-top: 70px;
    margin-top: 60px;
  }
}

.p-sustainability__item-narrow {
  max-width: 575px;
  margin: 0 auto;
}

.p-sustainability__img-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-sustainability__img-wrapper {
    margin-bottom: 25px;
  }
}

.p-sustainability__item:first-child .p-sustainability__img-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.p-sustainability__item:first-child .p-sustainability__img-wrapper img {
  aspect-ratio: 409/423;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-sustainability__item:nth-child(5) .p-sustainability__img-wrapper img {
  display: block;
  margin: 0 auto;
  aspect-ratio: 275/389;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 411px;
}
.p-sustainability__item:nth-child(2) .p-sustainability__img-wrapper img {
  display: block;
  margin: 0 auto;
  aspect-ratio: 1512/2016;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 411px;
}
.p-sustainability__item:nth-child(3) .p-sustainability__img-wrapper {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-sustainability__item:nth-child(3) .p-sustainability__img-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.p-sustainability__item:nth-child(3) .p-sustainability__img-wrapper img {
  aspect-ratio: 409/236;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-sustainability__heading {
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  line-height: 1.04;
  font-family: var(--font-crimson);
  text-align: center;
  margin-bottom: 25px;
}

.p-sustainability__item:nth-child(4) .p-sustainability__heading {
  margin-bottom: 9px;
}

.p-sustainability__text {
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 1.56;
}

.p-sustainability__download-wrapper {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-sustainability__download-wrapper {
    display: grid;
    grid-template-columns: 350fr 202fr 202fr;
    grid-template-rows: 266px auto auto;
    gap: 0 35px;
  }
}

.p-sustainability__download-item {
  display: grid;
}
@media (min-width: 768px) {
  .p-sustainability__download-item {
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0;
  }
}

@media (min-width: 768px) {
  .p-sustainability__download-item img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

.p-sustainability__download-title {
  font-size: 0.9375rem;
  font-weight: var(--font-normal);
  font-family: var(--font-lato);
  line-height: 1.33;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-sustainability__download-title {
    margin-top: 8px;
  }
}
.p-sustainability__download-title span {
  display: block;
  font-size: 0.8125rem;
  font-family: var(--font-crimson);
  line-height: 1.15;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .p-sustainability__download-item:nth-child(2) .p-sustainability__download-title {
    width: 105%;
  }
}

.p-sustainability__download-btn {
  display: block;
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 21px;
  width: 129px;
  height: 21px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 15px;
  margin-top: 13px;
  justify-self: center;
}

/**
* p-products
*/
.p-products__body {
  padding: 50px 0;
  background-color: #D2D3CF;
}
@media (min-width: 768px) {
  .p-products__body {
    padding: 50px 0 135px;
  }
}

.p-products__contents {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .p-products__contents {
    gap: 50px;
  }
}

.p-products__box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: var(--white);
  border-radius: 15px;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .p-products__box {
    padding: 50px clamp(5rem, -8.875rem + 28.9063vw, 14.25rem) 75px;
    gap: 80px;
  }
}

.p-products__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 1.375rem;
  font-weight: var(--font-bold);
  font-family: var(--font-crimson);
  line-height: 1.04;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-products__heading {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
.p-products__heading span {
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-lato);
  line-height: 1.56;
  letter-spacing: 0.15em;
}
.p-products__heading img {
  width: 125px;
}
@media (min-width: 768px) {
  .p-products__heading img {
    width: 155px;
  }
}

.p-products__img {
  aspect-ratio: 824/423;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-products__img {
    margin-bottom: 15px;
  }
}

.p-products__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1025px) {
  .p-products__text-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
}

.p-products__text-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-products__text-option {
  border: 1px solid #DCDFE3;
  padding: 10px;
}
@media (min-width: 768px) {
  .p-products__text-option {
    width: 200px;
    padding: 15px 10px;
  }
}

.p-products__text-option .p-products__text:last-child {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #DCDFE3;
}
@media (min-width: 768px) {
  .p-products__text-option .p-products__text:last-child {
    padding-top: 15px;
    margin-top: 15px;
  }
}

.p-products__text {
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 1.56;
}
.p-products__text--wide {
  line-height: 2;
}

.p-products__text-lg {
  font-size: 1.25rem;
  font-weight: var(--font-normal);
  line-height: 1.04;
  font-family: var(--font-lato);
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .p-products__text-lg {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

.p-products__list-item {
  display: flex;
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 1.56;
}

.p-products__viewall-btn {
  display: block;
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 22px;
  width: 135px;
  height: 22px;
  border-radius: 15px;
  border: 1px solid #000;
  margin: 20px auto 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-products__viewall-btn {
    margin: 50px auto 0;
  }
}

.p-products__sertification {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .p-products__sertification {
    padding: 58px 0 42px;
  }
}

.p-products__sertification--border-top {
  border-top: 8px solid rgba(36, 41, 20, 0.46);
}

.p-products__sertification-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1025px) {
  .p-products__sertification-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 73px;
  }
}

@media (min-width: 1025px) {
  .p-products__sertification-text-wrapper {
    flex: 1;
    padding-top: 19px;
  }
}

.p-products__sertification-heading {
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  line-height: 1.04;
  font-family: var(--font-crimson);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.p-products__sertification-text {
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 1.56;
  font-family: var(--font-crimson);
}

.p-products__download-wrapper {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-products__download-wrapper {
    grid-template-columns: 369fr 213fr 213fr;
    grid-template-rows: auto auto auto;
    gap: 0 35px;
  }
}
@media (min-width: 1025px) {
  .p-products__download-wrapper {
    margin-top: 0;
    grid-template-rows: auto 284px auto;
    flex: 0 1 68.359375%;
  }
}

.p-products__download-item {
  display: grid;
}
@media (min-width: 768px) {
  .p-products__download-item {
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0;
  }
}

@media (min-width: 768px) {
  .p-products__download-item img {
    width: 100%;
    height: auto;
    max-height: 284px;
    object-fit: contain;
    object-position: center;
  }
}

.p-products__download-title {
  font-size: 0.9375rem;
  font-weight: var(--font-normal);
  font-family: var(--font-lato);
  line-height: 1.33;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-products__download-title {
    margin-top: 0;
    margin-bottom: 10px;
    align-self: end;
  }
}
.p-products__download-title span {
  display: block;
  font-size: 0.8125rem;
  font-family: var(--font-crimson);
  line-height: 1.15;
  margin-top: 3px;
}

.p-products__download-btn {
  display: block;
  font-size: 1rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 22px;
  width: 135px;
  height: 22px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 15px;
  margin-top: 28px;
  justify-self: center;
}

/* p-productsitem */
.p-productsitem {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .p-productsitem {
    padding: 60px 0 108px;
  }
}

@media (min-width: 768px) {
  .p-productsitem__item {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
  }
}
@media (min-width: 1025px) {
  .p-productsitem__item {
    column-gap: 33px;
  }
}

@media (min-width: 768px) {
  .p-productsitem__item-left {
    flex: 0 1 46%;
  }
}
@media (min-width: 1025px) {
  .p-productsitem__item-left {
    flex: 0 1 58.984375%;
  }
}

@media (min-width: 768px) {
  .p-productsitem__item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.p-productsitem__body {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (min-width: 768px) {
  .p-productsitem__body {
    gap: 115px;
  }
}

.p-productsitem__heading {
  font-size: 1.875rem;
  font-weight: var(--font-bold);
  font-family: var(--font-crimson);
  line-height: 0.83;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .p-productsitem__heading {
    margin-bottom: 13px;
  }
}

.p-productsitem__main-img-wrapper {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .p-productsitem__main-img-wrapper {
    margin-top: 13px;
  }
}

.p-productsitem__main-img {
  aspect-ratio: 406/308;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .p-productsitem__main-img {
    aspect-ratio: 755/620;
  }
  .p-productsitem__main-img--wide {
    aspect-ratio: 620/755;
  }
}

.p-productsitem__panel-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 9px;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .p-productsitem__panel-list {
    order: 2;
    grid-template-columns: repeat(6, 1fr);
    gap: 13px 9px;
    margin-top: 13px;
  }
  .p-productsitem__panel-list--col7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.p-productsitem__panel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-productsitem__panel-img {
  width: max(74px, 100%);
  height: auto;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .p-productsitem__panel-img {
    width: 74px;
  }
}

.p-productsitem__panel-img2 {
  width: max(74px, 100%);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-productsitem__panel-img2 {
   width: 100%;     /* ← ここにスマホ用を指定しておく */
  aspect-ratio: 1/4;
  object-fit: cover;
  }
}

.p-productsitem__panel-text {
  font-size: 0.8125rem;
  font-weight: var(--font-normal);
  line-height: 1.92;
  letter-spacing: 0.05em;
  font-family: var(--font-lato);
  text-align: center;
}

.p-productsitem__info-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 14px;
  gap: 10px clamp(5rem, -17.1591rem + 94.5455vw, 8.25rem);
}
@media (min-width: 768px) {
  .p-productsitem__info-wrapper {
    margin-top: 0;
    order: 1;
    width: 100%;
  }
}

.p-productsitem__logo-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-productsitem__logo-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.p-productsitem__logo-wrapper1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .p-productsitem__logo-wrapper1 {
    gap: 8px;
  }
}

.p-productsitem__logo-wrapper2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-productsitem__logo-wrapper2 {
    gap: 12px;
  }
}

.p-productsitem__logo1 {
  width: 90px;
}
@media (min-width: 768px) {
  .p-productsitem__logo1 {
    width: 107px;
  }
}

.p-productsitem__logo2 {
  width: 40px;
}
@media (min-width: 768px) {
  .p-productsitem__logo2 {
    width: 47px;
  }
}

.p-productsitem__logo3 {
  width: 39px;
}
@media (min-width: 768px) {
  .p-productsitem__logo3 {
    width: 44px;
  }
}

.p-productsitem__logo4 {
  width: 35px;
}
@media (min-width: 768px) {
  .p-productsitem__logo4 {
    width: 40px;
  }
}

.p-productsitem__logo5 {
  width: 44px;
}
@media (min-width: 768px) {
  .p-productsitem__logo5 {
    width: 50px;
  }
}

.p-productsitem__methods-wrapper {
  width: 125px;
}
@media (min-width: 768px) {
  .p-productsitem__methods-wrapper {
    order: 3;
    margin-top: 23px;
    width: 150px;
  }
  .p-productsitem__methods-wrapper--col4 {
    width: fit-content;
  }
  .p-productsitem__methods-wrapper--col5 {
    width: fit-content;
  }
}

.p-productsitem__methods-title {
  font-size: 0.8125rem;
  font-weight: var(--font-bold);
  font-family: var(--font-crimson);
  line-height: 1.92;
  letter-spacing: -0.02em;
  text-align: center;
}

.p-productsitem__methods-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 5px;
  margin-top: 4px;
}
.p-productsitem__methods-list--col5 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .p-productsitem__methods-list--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-productsitem__methods-list--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-productsitem__methods-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .p-productsitem__methods-item {
    gap: 7px;
  }
}
.p-productsitem__methods-item:nth-child(even) {
  border-left: 1px solid #1A1311;
}
@media screen and (min-width: 768px) {
  .p-productsitem__methods-item:not(:first-child) {
    border-left: 1px solid #1A1311;
  }
}
.p-productsitem__methods-list--col5 .p-productsitem__methods-item {
  border-left-width: 0;
}
.p-productsitem__methods-list--col5 .p-productsitem__methods-item:not(:nth-child(3n-2)) {
  border-left: 1px solid #1A1311;
}
@media screen and (min-width: 768px) {
  .p-productsitem__methods-list--col5 .p-productsitem__methods-item:not(:first-child) {
    border-left: 1px solid #1A1311;
  }
}

.p-productsitem__methods-item-img {
  width: auto;
  height: 37px;
}
@media (min-width: 768px) {
  .p-productsitem__methods-item-img {
  width: auto;
  height: 43px;
  }
}

.p-productsitem__methods-item-text {
  width: auto;
  height: 6px;
}
@media (min-width: 768px) {
  .p-productsitem__methods-item-text {
    height: 7px;
  }
}

.p-productsitem__text-wraper {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-productsitem__text-wraper {
    margin-top: 23px;
    order: 4;
  }
}

.p-productsitem__text-list {
  display: grid;
  grid-template-columns: 125px auto;
}
.p-productsitem__text-list--wide {
  grid-template-columns: 170px auto;
}
@media (min-width: 768px) {
  .p-productsitem__text-list {
    grid-template-columns: 145px auto;
  }
  .p-productsitem__text-list--wide {
    grid-template-columns: 170px auto;
  }
}

.p-productsitem__text-item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  font-size: 0.6875rem;
  font-weight: var(--font-normal);
  font-family: var(--font-crimson);
  line-height: 1.64;
}
@media (min-width: 768px) {
  .p-productsitem__text-item {
    font-size: 0.875rem;
    line-height: 1.64;
  }
}
.p-productsitem__text-item dt {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-productsitem__text-item--sm {
    align-items: center;
  }
  .p-productsitem__text-item--sm dt {
    font-size: 0.688rem;
  }
}

.p-productsitem__bottom-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px 25px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-productsitem__bottom-wrapper {
    margin-top: 15px;
    order: 5;
    justify-content: space-between;
  }
}

.p-productsitem__bottom-text {
  font-size: 0.8125rem;
  font-weight: var(--font-normal);
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: var(--font-lato);
  padding: 5px;
  border: 1px solid #707070;
}

.p-productsitem__bottom-link {
  color: #FF0000;
  text-decoration: underline;
}

.p-productsitem__logo6 {
  width: 100px;
}

/**
* utility
*/
/* u-display */
.u-hidden {
  display: none;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-inline {
  display: inline;
}

.u-flex {
  display: flex;
}

.u-grid {
  display: grid;
}

@media (min-width: 768px) {
  .md\:u-hidden {
    display: none;
  }
  .md\:u-block {
    display: block;
  }
  .md\:u-inline-block {
    display: inline-block;
  }
  .md\:u-inline {
    display: inline;
  }
  .md\:u-flex {
    display: flex;
  }
  .md\:u-grid {
    display: grid;
  }
}
@media (min-width: 1025px) {
  .lg\:u-hidden {
    display: none;
  }
  .lg\:u-block {
    display: block;
  }
  .lg\:u-inline-block {
    display: inline-block;
  }
  .lg\:u-inline {
    display: inline;
  }
  .lg\:u-flex {
    display: flex;
  }
  .lg\:u-grid {
    display: grid;
  }
}
/* margin */
.u-mt-0 {
  margin-top: 0;
}

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

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

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

/* u-textalign */
.u-text-center {
  text-align: center;
}

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

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

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

/* u-weight */
.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

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

.u-font-black {
  font-weight: 900;
}

/* leading */
.u-leading-none {
  line-height: 1;
}

/* color */
.u-color-link {
  color: var(--link);
}

.u-color1 {
  color: var(--color1);
}

.u-color2 {
  color: var(--color2);
}

.u-color-white {
  color: #fff;
}

/* background */
.u-bgc-light-gray {
  background-color: var(--light-gray);
}

.u-bg-col1 {
  background-color: var(--color1);
}

.u-bg-col2 {
  background-color: var(--color2);
}

/* u-cursor */
.u-cursor-pointer {
  cursor: pointer;
}

.u-pointer-events-none {
  pointer-events: none;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-color-red {
  color: #FF0000;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-align-items-end {
  align-items: end;
}
.u-leading-sm {
  letter-spacing: .01em;
}