@charset "UTF-8";

:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

a, button {
  font-family: "Noto Sans JP", sans-serif;
}

ul li,
ol li {
  list-style-type: none;
}

em,
i,
dfn {
  font-style: normal;
}

/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: inherit;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  text-decoration: none;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

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

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

/* 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 {
  padding: 0;
  border-style: 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;
}

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

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.prouse-main {
  margin-top: 11.9rem;
}

/*  header
-----------------------------------------*/
body.u-noscroll {
  overflow: hidden;
}

.l-prouse-header {
  -webkit-transition: height 0.3s;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 119px;
  padding: 1rem 4rem;
  background-color: #ffffff;
  transition: height 0.3s;
}

.l-prouse-header.is-small {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 9rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.l-prouse-header_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-prouse-header_logo-group {
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: end;
  column-gap: 1.8rem;
}

.l-prouse-header_logo {
  width: 13.9rem;
}

.l-prouse-header_badge {
  width: 17.8rem;
  margin-top: 0;
  padding: 1.2rem 0 1.5rem;
  border-radius: 0.8rem;
  background-color: #f00000;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.l-prouse-header_nav-wrap {
  -webkit-column-gap: 9rem;
  -moz-column-gap: 9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 9rem;
}

.l-prouse-header_nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 1.2rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.l-prouse-header_nav-list {
  -webkit-column-gap: 4.5rem;
  -moz-column-gap: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4.5rem;
}

.l-prouse-header_nav-item {
  position: relative;
}

.l-prouse-header_nav-item a {
  display: block;
  position: relative;
  padding-right: 2rem;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.l-prouse-header_nav-item.has-child {
  position: relative;
}

.l-prouse-header_nav-item.has-child > a::after {
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-width: 0.8rem 0.6rem 0 0.6rem;
  border-style: solid;
  border-color: #e60012 transparent transparent transparent;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-prouse-header_dropdown {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translateX(-30%) translateY(0rem);
  visibility: hidden;
  z-index: 900;
  position: absolute;
  top: 100%;
  left: -100%;
  padding: 4.6rem 6rem;
  transform: translateX(-30%) translateY(0rem);
  background: #ffffff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.3s ease;
}

.l-prouse-header_dropdown-list {
  gap: 6.9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0.6rem;
  padding: 0;
  list-style: none;
}

.l-prouse-header_dropdown-list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1.4rem;
  text-decoration: none;
  white-space: nowrap;
}

.l-prouse-header_dropdown-list li a::before {
  margin-right: 0.6rem;
  border-width: 0.6rem 0 0.6rem 0.8rem;
  border-style: solid;
  border-color: transparent transparent transparent #e60012;
  content: "";
}

.l-prouse-header_search-form {
  position: relative;
  width: 19rem;
  height: 3.2rem;
}

.l-prouse-header_search-input {
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  width: 100%;
  height: 100%;
  padding: 0.8rem 4rem 0.8rem 1.4rem;
  border: 1px solid #e3e3e3;
  border-radius: 2rem;
  outline: none;
  background-color: #f9f9f9;
  font-size: 1.3rem;
  transition: border-color 0.3s, background-color 0.3s;
}

.l-prouse-header_search-input::-webkit-input-placeholder {
  color: #7a7a7a;
}

.l-prouse-header_search-input::-moz-placeholder {
  color: #7a7a7a;
}

.l-prouse-header_search-input:-ms-input-placeholder {
  color: #7a7a7a;
}

.l-prouse-header_search-input::-ms-input-placeholder {
  color: #7a7a7a;
}

.l-prouse-header_search-input::placeholder {
  color: #7a7a7a;
}

.l-prouse-header_search-input:focus {
  border-color: #e60012;
  background-color: #ffffff;
}

.l-prouse-header_search-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
}

.l-prouse-header_search-btn img {
  width: 1rem;
  height: 1rem;
}

.l-prouse-header_action {
  position: relative;
  width: 100%;
  max-width: 16.8rem;
}

.l-prouse-header_action:last-child {
  margin-bottom: 3rem;
}

.l-prouse-header_btn-family {
  -webkit-transition: all 0.2s;
  display: block;
  padding: 2.6rem 3.9rem 2.7rem;
  border: 1px solid #ffe0e3;
  border-radius: 1rem;
  background-color: #ffe0e3;
  color: #f00000;
  color: #f00000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  transition: all 0.2s;
}

.l-prouse-header_btn-family.l-prouse-header_btn-family-contact {
  border: 1px solid #f00000;
  background-color: #f00000;
  color: #ffffff;
}

.l-prouse-header_btn-family.l-prouse-header_btn-family-contact::after {
  border-color: transparent transparent transparent #ffffff;
}

.l-prouse-header_btn-family.l-prouse-header_btn-family-contact.is-height {
  margin-bottom: 18rem;
}

.l-prouse-header_btn-family.is-small {
  padding: 1.2rem 3.9rem;
}

.l-prouse-header_btn-family::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2.3rem;
  transform: translateY(-50%);
  border-width: 0.6rem 0 0.6rem 0.8rem;
  border-style: solid;
  border-color: transparent transparent transparent #f00000;
  content: "";
}

.l-prouse-header_hamburger {
  display: none;
}

.is-open .l-prouse-header_hamburger span:nth-child(1) {
  -webkit-transform: translateY(0.7rem) rotate(45deg);
  transform: translateY(0.7rem) rotate(45deg);
}

.is-open .l-prouse-header_hamburger span:nth-child(2) {
  -webkit-transform: scale(0);
  visibility: hidden;
  transform: scale(0);
  opacity: 0;
}

.is-open .l-prouse-header_hamburger span:nth-child(3) {
  -webkit-transform: translateY(-0.7rem) rotate(-45deg);
  transform: translateY(-0.7rem) rotate(-45deg);
}

.c-breadcrumb {
  padding: 0.8rem 0 1.1rem;
  border-bottom: 1px solid #d7d7ce;
  background-color: #f2f2f2;
}

.c-breadcrumb_inner {
  width: 100%;
  max-width: 134rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.c-breadcrumb_list {
  -ms-flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  white-space: nowrap;
}

.c-breadcrumb_list::-webkit-scrollbar {
  display: none;
}

.c-breadcrumb_item {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #000000;
  font-size: 1.2rem;
}

.c-breadcrumb_item:not(:last-child)::after {
  margin: 0 0.8rem;
  color: #9e9e9e;
  font-size: 1.2rem;
  content: "＞";
}

.c-breadcrumb_link {
  color: #f00000;
  text-decoration: none;
}

#page-back {
  display: none;
}

.u-noscroll #site-link-utility {
  z-index: 40;
}

.c-prouse-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-prouse-title_main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
}

.c-prouse-title_sub {
  margin-block: 0 1.3rem;
  display: block;
  color: #e60012;
  font-family: "Lato", sans-serif, "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}

/* ==========================================================================
   お問い合わせ（p-prouse-cta）
   ========================================================================== */
.p-prouse-cta {
  padding: 7.5rem 4rem 8rem;
  background-color: #f00000;
}

.p-prouse-cta_inner {
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 106.5rem;
  margin: 0 auto;
  column-gap: 6rem;
}

.p-prouse-cta_body {
  width: 100%;
  max-width: 52.6rem;
}

.p-prouse-cta_body .c-prouse-title_sub {
  margin-block: 0 1.5rem;
  color: #ffffff;
}

.p-prouse-cta_body .c-prouse-title_main {
  color: #ffffff;
  font-size: 5.4rem;
}

.p-prouse-cta_text {
  margin-top: 3.7rem;
  color: #ffffff;
  font-size: 1.8rem;
}

.p-prouse-cta_action {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 47.6rem;
}

.p-prouse-cta_btn {
  -ms-flex-negative: 0;
  -webkit-transition: all 0.3s;
  display: block;
  position: relative;
  flex-shrink: 0;
  padding: 3.3rem 0;
  border: 1px solid #f00000;
  border-radius: 6rem;
  background-color: #ffffff;
  color: #f00000;
  font-size: 3.2rem;
  text-align: center;
  transition: all 0.3s;
}

.p-prouse-cta_btn::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 3.6rem;
  transform: translateY(-50%);
  border-width: 0.6rem 0 0.6rem 0.8rem;
  border-style: solid;
  border-color: transparent transparent transparent #f00000;
  content: "";
}

/* ==========================================================================
   よくあるご質問 (p-footer-faq)
   ========================================================================== */
.p-footer-faq {
  padding: 8.5rem 0;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

.p-footer-faq-inner {
  max-width: 126.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.p-footer-faq-sub-title {
  margin-bottom: 1rem;
  color: #e60012;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-footer-faq-main-title {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 700;
}

.p-footer-faq-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}

.p-footer-faq-item {
  -webkit-transition: background-color 0.3s ease;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #f2f1ea;
  transition: background-color 0.3s ease;
}

.p-footer-faq-question {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem 3rem;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s;
}

.p-footer-faq-q-content {
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 2.2rem;
  font-weight: 500;
  transition: color 0.3s;
}

.p-footer-faq-q-icon {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #02893a;
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.p-footer-faq-toggle {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.p-footer-faq-toggle::before,
.p-footer-faq-toggle::after {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #21944b;
  content: "";
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.p-footer-faq-toggle::before {
  width: 2rem;
  height: 0.2rem;
}

.p-footer-faq-toggle::after {
  width: 0.2rem;
  height: 2rem;
}

.p-footer-faq-item.is-open .p-footer-faq-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-footer-faq-answer {
  -ms-grid-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  display: -ms-grid;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}

.p-footer-faq-item.is-open .p-footer-faq-answer {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.p-footer-faq-answer-inner {
  min-height: 0;
}

.p-footer-faq-answer-box {
  gap: 1.5rem;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5rem 0.5rem 0.5rem;
  padding: 2.5rem 2.3rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
}

.p-footer-faq-a-icon {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #f00000;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.p-footer-faq-a-text {
  margin-top: 0;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-footer-faq-btn_wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.p-footer-faq-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 6rem;
  padding: 0 4.5rem 0 4rem;
  border: 1px solid #f00000;
  border-radius: 4rem;
  background-color: #f00000;
  color: #ffffff;
  font-size: 2rem;
  text-decoration: none;
  transition: all 0.3s;
}

.p-footer-faq-btn::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 0.4rem 0 0.4rem 0.7rem;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}

/* ==========================================================================
   レシピセクション (p-pamphlet)
   ========================================================================== */
.p-pamphlet {
  padding: 8.5rem 0 9rem;
  background-color: #fff;
}

.p-pamphlet_inner {
  width: 100%;
  max-width: 140.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.p-pamphlet_list {
  -ms-grid-columns: (1fr)[4];
  gap: 5rem 1.6rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 5rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.p-pamphlet_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 32.3rem;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

.p-pamphlet_item.is-hidden {
  display: none;
}

.p-pamphlet_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.p-pamphlet_img-wrap {
  aspect-ratio: 323/233;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 2rem;
}

.p-pamphlet_img {
  -webkit-transition: -webkit-transform 0.3s;
  width: 100%;
  height: auto;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-pamphlet_icon {
  -webkit-transition: all 0.3s;
  z-index: 2;
  position: absolute;
  top: -1.4rem;
  right: 0.4rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #d3182b;
  border-radius: 50%;
  background: #e60012;
  transition: all 0.3s;
}

.p-pamphlet_icon::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-width: 0.5rem 0 0.5rem 0.8rem;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}

.p-pamphlet_body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: start;
  padding: 2rem 2rem 2.4rem;
  background: #ffffff;
}

.p-pamphlet_title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-pamphlet_title-sub {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 3.9rem;
  margin-top: 0.8rem;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-pamphlet_footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.p-pamphlet-btn-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 6rem;
  padding: 1.6rem 4.9rem 1.8rem 4rem;
  border: 1px solid #f00000;
  border-radius: 4rem;
  background-color: #f00000;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s;
}

.p-pamphlet-btn-more::after {
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.1rem;
  height: 0.2rem;
  transform: translateY(-50%);
  border: none;
  background-color: #ffffff;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-pamphlet-btn-more::before {
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.1rem;
  height: 0.2rem;
  transform: translateY(-50%) rotate(90deg);
  background-color: #ffffff;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-pamphlet-btn-more.is-active {
  background-color: #ffffff;
  color: #000000;
}

.p-pamphlet-btn-more.is-active::before, .p-pamphlet-btn-more.is-active::after {
  background-color: #d6182c;
}

.p-pamphlet-btn-more.is-active::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.p-pamphlet-btn-more.p-pamphlet-u-hidden {
  display: none;
}

/* ==========================================================================
   業種別おすすめ情報（p-prouse-hero）
   ========================================================================== */
.p-prouse-hero {
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  min-height: 28rem;
  padding: 12.3rem 0 12.4rem;
  background-image: url(/products/prouse/images/seg-catering/seg-catering_mv_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-prouse-hero::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 100%;
  background-color: #50d487;
  content: "";
}

.prouse-seg-foodservice .p-prouse-hero {
  background-image: url(/products/prouse/images/seg-foodservice/seg-foodservice_mv_pc.jpg);
}

.prouse-seg-foodservice .p-prouse-hero::before {
  background-color: #ff984a;
  background-image: none;
}

.prouse-seg-others .p-prouse-hero {
  background-image: url(/products/prouse/images/seg-others/seg-others_mv_pc.jpg);
}

.prouse-seg-others .p-prouse-hero::before {
  background-color: #ffe74d;
}

.p-prouse-hero_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 142rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.p-prouse-hero_sub {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #e60012;
  font-size: 1.8rem;
}

.p-prouse-hero_main {
  color: #000000;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.3;
}

.p-prouse-hero_text {
  max-width: 68.4rem;
  margin-top: 5.1rem;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   業種別おすすめ情報（p-prouse-product-hero）
   -------------------------------------------------------------------------- */
.p-prouse-product-hero {
  position: relative;
  padding: 8rem 0 4.1rem;
  overflow: hidden;
  background-color: #f6f6ee;
}

.prouse-cat-roux .p-prouse-product-hero {
  padding: 6.3rem 0 4.6rem;
}

.prouse-cat-retort .p-prouse-product-hero {
  padding: 8rem 0 6.2rem;
}

.prouse-cat-spices .p-prouse-product-hero {
  padding: 7.9rem 0 4.4rem;
}

.prouse-cat-others .p-prouse-product-hero {
  padding: 7.4rem 0 5.6rem;
}

.p-prouse-product-hero_inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 139.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.prouse-cat-spices .p-prouse-product-hero_inner {
  padding-inline: 6.7rem 7.7rem;
}

.prouse-cat-selectspice .p-prouse-product-hero_inner {
  padding-inline: 6.7rem 0rem;
}

.prouse-cat-roux .p-prouse-product-hero_inner {
  padding-inline: 6.7rem 8.7rem;
}

.prouse-cat-retort .p-prouse-product-hero_inner {
  padding-inline: 6.7rem;
}

.prouse-cat-others .p-prouse-product-hero_inner {
  padding-inline: 6.7rem;
}

.p-prouse-product-hero_title {
  margin-bottom: 1.8rem;
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-prouse-product-hero_text {
  margin-top: 0;
  margin-bottom: 4.8rem;
  font-size: 1.8rem;
}

.p-prouse-product-hero_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 30.7rem;
  height: 6rem;
  padding: 1.6rem 4rem 1.8rem;
  border: 1px solid #f00000;
  border-radius: 4.5rem;
  background-color: #f00000;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.p-prouse-product-hero_btn::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1rem;
  height: 0.9rem;
  transform: translateY(-50%);
  background: url(/products/prouse/common/images/common_icon_window_white.png);
  background-size: cover;
  content: "";
}

.p-prouse-product-hero_visual {
  width: 100%;
  max-width: 66rem;
}

.p-prouse-product-hero_visual img {
  width: 100%;
  height: auto;
}

.prouse-cat-spices .p-prouse-product-hero_visual {
  max-width: 44.3rem;
}

.prouse-cat-roux .p-prouse-product-hero_visual {
  max-width: 43.2rem;
}

.prouse-cat-retort .p-prouse-product-hero_visual {
  max-width: 48.6rem;
}

.prouse-cat-others .p-prouse-product-hero_visual {
  max-width: 64.2rem;
}

.prouse-cat-others .p-prouse-product-hero_visual img {
  width: 100%;
  max-width: 37.7rem;
}

/* ==========================================================================
   サポート系ページ（p-prouse-support-hero）
   ========================================================================== */
.p-prouse-support-hero {
  padding: 1.6rem 0 7.7rem;
  text-align: center;
}

.p-prouse-support-hero_inner {
  max-width: 140.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.p-prouse-support-hero_icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  margin: 0 auto 0.8rem;
  border-radius: 50%;
}

.p-prouse-support-hero_icon img {
  width: 100%;
  height: auto;
}

.p-prouse-support-hero_title {
  margin-bottom: 3.2rem;
  color: #000000;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-prouse-support-hero_text {
  margin-top: 0;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-prouse-support-hero_text a {
  color: #004aea;
  text-decoration: underline;
}

/* ==========================================================================
   シェフタイアップ (p-prouse-tieup)
   ========================================================================== */
.p-prouse-tieup {
  padding: 8.5rem 0 9rem;
  overflow: hidden;
  background: url(/products/prouse/images/cat-selectspice/cat-selectspice-tieup_bg.jpg);
  background-position: top;
  background-size: cover;
}

.p-prouse-tieup_inner {
  width: 100%;
  max-width: 126.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.p-prouse-tieup-title {
  text-align: center;
}

.p-prouse-tieup_main {
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
}

.p-prouse-tieup_main_sub {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 0;
  margin-top: 0.8rem;
  overflow: hidden;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}

.p-prouse-tieup_sub {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 0;
  margin-top: 0.8rem;
  overflow: hidden;
  color: #000;
  font-size: 1.5rem;
  line-height: 2;
}

.p-prouse-tieup_slider {
  margin-top: 5rem;
  padding: 2.5rem 0 0;
  overflow: visible !important;
}

.p-prouse-tieup_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.is-static .p-prouse-tieup_list {
  gap: 3.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-prouse-tieup_item {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  max-width: 28.8rem;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.p-prouse-tieup_item.swiper-slide-active {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.1);
  z-index: 10;
  transform: scale(1.1);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.12);
}

.p-prouse-tieup_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.p-prouse-tieup_img-wrap {
  aspect-ratio: 288/404;
  position: relative;
  overflow: hidden;
}

.p-prouse-tieup_img {
  -o-object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-prouse-tieup_icon {
  -webkit-transition: all 0.3s;
  z-index: 2;
  position: absolute;
  right: 1rem;
  bottom: 12.4rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #e60012;
  transition: all 0.3s;
}

.p-prouse-tieup_icon::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-width: 0.6rem 0 0.6rem 0.8rem;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}

.p-prouse-tieup_body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 10.5rem;
  padding: 1.6rem 1.6rem 1.6rem;
  background: #ffffff;
}

.p-prouse-tieup_title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-prouse-tieup_nav {
  gap: 1.7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7.5rem;
  transition: opacity 0.3s;
}

.p-prouse-tieup_nav.p-prouse-tieup-hidden {
  opacity: 0;
  pointer-events: none;
}

.p-prouse-tieup_prev,
.p-prouse-tieup_next {
  -webkit-transition: all 0.3s;
  position: relative;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0.2rem solid #f00000;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}

.p-prouse-tieup_prev::after,
.p-prouse-tieup_next::after {
  -webkit-transition: border-left-color 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 0.6rem 0 0.6rem 0.9rem;
  border-style: solid;
  border-color: transparent transparent transparent #e60012;
  content: "";
  transition: border-left-color 0.3s;
}

.p-prouse-tieup_prev.swiper-button-disabled,
.p-prouse-tieup_next.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}

.p-prouse-tieup_prev::after {
  -webkit-transform: translate(-60%, -50%) rotate(-180deg);
  transform: translate(-60%, -50%) rotate(-180deg);
}

.p-prouse-tieup_next::after {
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.p-prouse-tieup_counter {
  color: #e60012;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-prouse-tieup_counter span {
  display: inline-block;
}

/* ==========================================================================
   おすすめコンテンツ
   ========================================================================== */
.p-prouse-rc {
  padding-block: 9rem;
  overflow: hidden;
}

.p-prouse-rc_inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: flex-start;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.p-prouse-rc_header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36rem;
  z-index: 10;
  position: relative;
  flex: 0 0 36rem;
  background-color: inherit;
}

.p-prouse-rc_slider.swiper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-clip-path: inset(0 -100vw 0 0);
  flex: 1;
  min-width: 0;
  margin-left: 6rem;
  overflow: visible !important;
  clip-path: inset(0 -100vw 0 0);
}

.p-prouse-rc_list.swiper-wrapper {
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-prouse-rc_item.swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 42rem !important;
  height: auto;
  overflow: hidden;
  border: 0.2rem solid #f2f2f2;
  border-radius: 2rem;
  background: #ffffff;
}

.p-prouse-rc_nav {
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 7.5rem;
}

.p-prouse-rc_prev,
.p-prouse-rc_next {
  -webkit-transition: all 0.3s;
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 0.2rem solid #f00000;
  border-radius: 50%;
  background: #ffe0e3;
  cursor: pointer;
  transition: all 0.3s;
}

.p-prouse-rc_prev::after,
.p-prouse-rc_next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 0.7rem 0 0.7rem 0.9rem;
  border-style: solid;
  border-color: transparent transparent transparent #e60012;
  content: "";
}

.p-prouse-rc_prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

.p-prouse-rc_next::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-prouse-rc_counter {
  color: #e60012;
  font-size: 1.8rem;
}

.p-prouse-rc_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.p-prouse-rc_img-wrap {
  aspect-ratio: 420/304;
  position: relative;
  overflow: hidden;
}

.p-prouse-rc_img {
  -o-object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-prouse-rc_icon-play {
  -webkit-transition: all 0.3s;
  z-index: 2;
  position: absolute;
  top: -1.6rem;
  right: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #d3182b;
  border-radius: 50%;
  background: #e60012;
  transition: all 0.3s;
}

.p-prouse-rc_icon-play::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-width: 0.6rem 0 0.6rem 0.8rem;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}

.p-prouse-rc_body {
  position: relative;
  padding: 1.9rem 2rem 2.7rem 3rem;
  background: #ffffff;
}

.p-prouse-rc_title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-prouse-rc_text {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 7.2rem;
  margin: 0;
  padding-top: 1.5rem;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-prouse-banner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.p-prouse-banner_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 9rem 0 0;
  padding: 0 3.2rem;
}

.p-prouse-banner_link {
  display: block;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  overflow: hidden;
  text-decoration: none;
}

.p-prouse-banner_image {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.p-prouse-banner_image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-prouse-banner_image img {
  -webkit-transition: -webkit-transform 0.3s;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.for-sp {
  display: none;
}

.for-tb {
  display: none;
}

@media only screen and (max-width: 1204px) {
  /*1200pxより上*/
  .l-prouse-header {
    padding: 1rem 1.6rem;
  }
  .l-prouse-header_logo {
    width: 11.2rem;
    font-size: 1.4rem;
  }
  .l-prouse-header_badge {
    width: 12.8rem;
    font-size: 1.4rem;
  }
  .l-prouse-header_nav-item a {
    font-size: 1.4rem;
  }
  .l-prouse-header_btn-family {
    padding: 2.6rem 1.9rem 2.7rem;
    font-size: 1.6rem;
  }
  .l-prouse-header_btn-family::after {
    right: 1rem;
    border-width: 0.4rem 0 0.4rem 0.6rem;
  }
  .p-prouse-cta {
    padding: 7.5rem 1.6rem 8rem;
  }
  .p-prouse-cta_action {
    max-width: 40rem;
  }
  .p-prouse-cta_btn {
    font-size: 2.8rem;
  }
  .p-footer-faq-inner {
    padding: 0 1.5rem;
  }
  .p-prouse-banner_wrap {
    padding: 0 1.6rem;
  }
}

@media only screen and (max-width: 867px) {
  /*960px以下*/
  .l-prouse-header {
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.03);
    padding: 1.4rem 1.6rem 1.7rem;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.03);
  }
  .c-breadcrumb_inner {
    padding: 0 1.5rem;
  }
  .c-breadcrumb_item:not(:last-child)::after {
    font-size: 1rem;
  }
  .c-breadcrumb_item {
    font-size: 1rem;
  }
  .c-prouse-title_main {
    font-size: 3rem;
    line-height: 1.3;
  }
  .c-prouse-title_sub {
    margin-block: 0 0.6rem;
    font-size: 1.4rem;
  }
  .p-prouse-cta {
    padding: 5.5rem 2rem;
  }
  .p-prouse-cta_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
  }
  .p-prouse-cta_body .c-prouse-title_sub {
    margin-block: 0 0.6rem;
    text-align: center;
  }
  .p-prouse-cta_body .c-prouse-title_main {
    font-size: 3rem;
    text-align: center;
  }
  .p-prouse-cta_text {
    margin: 3.5rem 2rem 0;
  }
  .p-prouse-cta_action {
    width: 100%;
    max-width: 33.5rem;
  }
  .p-prouse-cta_btn {
    padding: 3rem 0;
    font-size: 2.3rem;
    line-height: 1.2;
  }
  .p-prouse-cta_btn::after {
    right: 2.6rem;
  }
  .p-footer-faq {
    padding: 4.5rem 0 5rem;
  }
  .p-footer-faq-list {
    gap: 2rem;
    margin-top: 3.5rem;
  }
  .p-footer-faq-question {
    padding: 1.2rem 1.5rem;
  }
  .p-footer-faq-q-content {
    padding-right: 1.6rem;
    font-size: 1.8rem;
  }
  .p-footer-faq-q-icon {
    width: 3.1rem;
    height: 3.1rem;
    font-size: 1.8rem;
  }
  .p-footer-faq-toggle {
    width: 1.8rem;
    height: 1.8rem;
  }
  .p-footer-faq-toggle::before {
    width: 1.8rem;
  }
  .p-footer-faq-toggle::after {
    height: 1.8rem;
  }
  .p-footer-faq-answer-box {
    gap: 1rem;
    padding: 1.4rem 1.7rem 1.7rem 1rem;
  }
  .p-footer-faq-a-icon {
    width: 3.1rem;
    height: 3.1rem;
    font-size: 1.8rem;
  }
  .p-footer-faq-btn {
    height: 5.5rem;
    font-size: 1.6rem;
  }
  .p-pamphlet {
    padding: 4.5rem 0 5rem;
  }
  .p-pamphlet_inner {
    max-width: 63rem;
    padding: 0 1.5rem;
  }
  .p-pamphlet_list {
    -ms-grid-columns: 1fr;
    gap: 2.4rem;
    grid-template-columns: 1fr;
    margin-top: 3.5rem;
  }
  .p-pamphlet_item {
    max-width: none;
  }
  .p-pamphlet_img-wrap {
    aspect-ratio: 345/233;
  }
  .p-pamphlet_icon {
    top: -1.4rem;
    right: 1rem;
  }
  .p-pamphlet_title {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .p-pamphlet_title-sub {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.2rem;
  }
  .p-pamphlet_footer {
    margin-top: 3.5rem;
  }
  .p-pamphlet-btn-more {
    height: 5.5rem;
    font-size: 1.6rem;
  }
  .p-prouse-hero {
    display: block;
    min-height: auto;
    padding: 0;
    background-color: #f6f6ee;
    background-image: none;
    background-position: top center;
    background-size: 100% auto;
  }
  .p-prouse-hero::before {
    width: 0.5rem;
  }
  .prouse-seg-foodservice .p-prouse-hero {
    background-image: none;
  }
  .prouse-seg-foodservice .p-prouse-hero::before {
    width: 0.5rem;
  }
  .prouse-seg-others .p-prouse-hero {
    background-image: none;
  }
  .prouse-seg-others .p-prouse-hero::before {
    width: 0.5rem;
  }
  .p-prouse-hero_title-area {
    min-height: auto;
    padding: 5.4rem 2.9rem 7.4rem;
    background-color: #f6f6ee;
    background-image: url(/products/prouse/images/seg-catering/seg-catering_mv_sp.jpg);
    background-position: top center;
    background-size: cover;
  }
  .p-prouse-hero_title-area::before {
    width: 0.8rem;
  }
  .prouse-seg-foodservice .p-prouse-hero_title-area {
    background-image: url(/products/prouse/images/seg-foodservice/seg-foodservice_mv_sp.jpg);
  }
  .prouse-seg-others .p-prouse-hero_title-area {
    padding: 4.1rem 2.9rem 4rem;
    background-image: url(/products/prouse/images/seg-others/seg-others_mv_sp.jpg);
  }
  .p-prouse-hero_inner {
    padding: 0;
  }
  .p-prouse-hero_sub {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
  }
  .p-prouse-hero_main {
    font-size: 3.6rem;
  }
  .p-prouse-hero_text {
    margin-top: 0;
    padding: 2.7rem 2.5rem 2.7rem 2.9rem;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
  }
  .p-prouse-product-hero {
    padding: 5.6rem 0 3.3rem;
  }
  .prouse-cat-roux .p-prouse-product-hero {
    padding: 5.6rem 0 5rem;
  }
  .prouse-cat-retort .p-prouse-product-hero {
    padding: 5.6rem 0 5.1rem;
  }
  .prouse-cat-spices .p-prouse-product-hero {
    padding: 5.6rem 0 4.7rem;
  }
  .prouse-cat-others .p-prouse-product-hero {
    padding: 5.6rem 0 5.1rem;
  }
  .p-prouse-product-hero_inner {
    display: block;
    padding: 0;
  }
  .prouse-cat-spices .p-prouse-product-hero_inner {
    padding-inline: 0;
  }
  .prouse-cat-selectspice .p-prouse-product-hero_inner {
    padding-inline: 0;
  }
  .prouse-cat-roux .p-prouse-product-hero_inner {
    padding-inline: 0;
  }
  .prouse-cat-retort .p-prouse-product-hero_inner {
    padding-inline: 0;
  }
  .prouse-cat-others .p-prouse-product-hero_inner {
    padding-inline: 0;
  }
  .p-prouse-product-hero_body {
    padding: 0 1.5rem;
  }
  .p-prouse-product-hero_title {
    margin-bottom: 1.2rem;
    font-size: 3.4rem;
    text-align: center;
  }
  .p-prouse-product-hero_text {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
  .p-prouse-product-hero_btn {
    max-width: 26.3rem;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .p-prouse-product-hero_visual {
    max-width: none;
    margin-top: 4rem;
  }
  .prouse-cat-spices .p-prouse-product-hero_visual {
    padding-inline: 4.8rem;
    max-width: none;
    margin-top: 4.5rem;
  }
  .prouse-cat-roux .p-prouse-product-hero_visual {
    padding-inline: 6.2rem;
    max-width: none;
    margin-top: 5rem;
  }
  .prouse-cat-retort .p-prouse-product-hero_visual {
    padding-inline: 4rem;
    max-width: none;
    margin-top: 5.8rem;
  }
  .prouse-cat-others .p-prouse-product-hero_visual {
    padding-inline: 5.2rem;
    max-width: none;
    margin-top: 4.6rem;
  }
  .prouse-cat-others .p-prouse-product-hero_visual img {
    max-width: none;
  }
  .p-prouse-support-hero_inner {
    padding: 0 1.6rem;
  }
  .p-prouse-support-hero_icon {
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 1.2rem;
  }
  .p-prouse-support-hero_title {
    margin-bottom: 2.4rem;
    font-size: 3.6rem;
  }
  .p-prouse-support-hero_text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .p-prouse-tieup {
    padding: 7.5rem 0 8rem;
    background: url(/products/prouse/images/cat-selectspice/cat-selectspice-tieup_bg-sp.jpg);
    background-position: top;
    background-size: cover;
  }
  .p-prouse-tieup_main {
    margin-bottom: 0.8rem;
    font-size: 5rem;
  }
  .p-prouse-tieup_main_sub {
    margin-top: 0;
    font-size: 1.3rem;
  }
  .p-prouse-tieup_sub {
    height: 5.2rem;
    margin-top: 0;
    font-size: 1.3rem;
  }
  .p-prouse-tieup_slider {
    margin-top: 3.2rem;
    padding: 1.6rem 0 0;
  }
  .p-prouse-tieup_item {
    max-width: 16.3rem;
    border-radius: 10px;
  }
  .p-prouse-tieup_item.swiper-slide-active {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
  .p-prouse-tieup_img-wrap {
    aspect-ratio: 163/229;
  }
  .p-prouse-tieup_icon {
    right: 0.8rem;
    bottom: 9rem;
  }
  .p-prouse-tieup_icon::after {
    border-width: 0.5rem 0 0.5rem 0.7rem;
  }
  .p-prouse-tieup_body {
    height: auto;
    padding: 1.2rem 0.8rem;
  }
  .swiper-slide-active .p-prouse-tieup_body {
    padding: 0.8rem 0.8rem 1.2rem;
  }
  .swiper-slide-active .p-prouse-tieup_icon {
    bottom: 10.7rem;
  }
  .p-prouse-tieup_title {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .swiper-slide-active .p-prouse-tieup_title {
    line-height: 2.9;
  }
  .p-prouse-tieup_nav {
    gap: 2rem;
    margin-top: 4.8rem;
  }
  .p-prouse-rc {
    padding-block: 4.5rem 5rem;
  }
  .p-prouse-rc_inner {
    -ms-grid-columns: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    padding: 0;
  }
  .p-prouse-rc_header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    padding-inline: 2rem;
    display: contents;
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
  .p-prouse-rc_slider.swiper {
    -webkit-clip-path: none;
    padding-inline: 2rem;
    width: 100vw;
    margin-top: 3rem;
    margin-left: 0;
    clip-path: none;
  }
  .p-prouse-rc_item.swiper-slide {
    width: 29.6rem !important;
  }
  .p-prouse-rc_nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    justify-content: center;
    order: 3;
    margin-top: 3rem;
  }
  .p-prouse-rc_img-wrap {
    aspect-ratio: 296/177;
  }
  .p-prouse-rc_img {
    height: 17.7rem;
  }
  .p-prouse-rc_icon-play {
    right: 1rem;
    bottom: 12.2rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-prouse-rc_icon-play::after {
    border-width: 0.5rem 0 0.5rem 0.7rem;
  }
  .p-prouse-rc_body {
    padding: 1.3rem 1.3rem 1.5rem 2rem;
  }
  .p-prouse-rc_title {
    -webkit-line-clamp: 3;
    font-size: 1.8rem;
  }
  .p-prouse-rc_text {
    -webkit-line-clamp: 3;
    padding-top: 0.6rem;
    font-size: 1.5rem;
  }
  .p-prouse-banner_wrap {
    margin: 4.5rem 0 0;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}

@media only screen and (max-width: 425px) {
  /*360px以下*/
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media only screen and (max-width: 1004px) {
  .prouse-main {
    margin-top: 7rem;
  }
  .l-prouse-header {
    height: 7rem;
  }
  .l-prouse-header::before {
    -webkit-transition: opacity 0.3s;
    visibility: hidden;
    z-index: 50;
    position: fixed;
    top: 7rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .l-prouse-header.is-open::before {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
  }
  .l-prouse-header.is-open {
    border-bottom: 1px solid #f2f2f2;
  }
  .l-prouse-header_logo-group {
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
  .l-prouse-header_logo {
    width: 8.4rem;
  }
  .l-prouse-header_badge {
    width: auto;
    padding: 0.7rem 0.7rem 0.8rem 1rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .l-prouse-header_nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-transition: max-height 0.7s, visibility 0.7s, -webkit-transform 0.7s;
    -webkit-overflow-scrolling: touch;
    display: block;
    visibility: hidden;
    z-index: 100;
    position: fixed;
    top: 7rem;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 7rem);
    max-height: 0;
    padding: 0 1.6rem;
    overflow-y: auto;
    background-color: #ffffff;
    opacity: 1;
    transition: max-height 0.7s, visibility 0.7s, -webkit-transform 0.7s;
    transition: max-height 0.7s, visibility 0.7s, transform 0.7s;
    transition: max-height 0.7s, visibility 0.7s, transform 0.7s, -webkit-transform 0.7s;
  }
  .is-open .l-prouse-header_nav-wrap {
    visibility: visible;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: calc(100vh - 7rem);
    border: 1px solid #f2f2f2;
    border: none;
  }
  .l-prouse-header_nav-inner {
    padding: 0 2rem 4rem;
    border-bottom: 1px solid #f2f2f2;
    background-color: #ffffff;
  }
  .l-prouse-header_nav {
    display: block;
    padding: 2.5rem 0 1rem;
  }
  .l-prouse-header_nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    flex-direction: column;
    column-gap: 0;
    border-top: 1px solid #f2f2f2;
  }
  .l-prouse-header_nav-item {
    border-bottom: 1px solid #f2f2f2;
  }
  .l-prouse-header_nav-item:last-child {
    display: none;
  }
  .l-prouse-header_nav-item > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.2rem 0.9rem;
    white-space: nowrap;
  }
  .l-prouse-header_nav-item > a::after {
    -webkit-transform: none !important;
    position: static !important;
    transform: none !important;
    border-width: 0.6rem 0 0.6rem 0.8rem;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "" !important;
  }
  .l-prouse-header_nav-item a {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .l-prouse-header_nav-item.has-child > a::after {
    -webkit-transition: -webkit-transform 0.3s !important;
    -webkit-transform: translateY(-50%) !important;
    position: absolute !important;
    top: 50% !important;
    right: 0.9rem !important;
    width: 1.4rem !important;
    height: 0.2rem !important;
    transform: translateY(-50%) !important;
    border: none !important;
    background-color: #f00000 !important;
    content: "" !important;
    transition: -webkit-transform 0.3s !important;
    transition: transform 0.3s !important;
    transition: transform 0.3s, -webkit-transform 0.3s !important;
  }
  .l-prouse-header_nav-item.has-child > a::before {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: 0.9rem;
    width: 1.4rem;
    height: 0.2rem;
    transform: translateY(-50%) rotate(90deg);
    background-color: #f00000;
    content: "";
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-prouse-header_nav-item.has-child.is-active > a {
    border-bottom: 1px solid #f2f2f2;
  }
  .l-prouse-header_nav-item.has-child.is-active > a::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-prouse-header_dropdown {
    -ms-grid-rows: 0fr;
    -webkit-box-shadow: none;
    -webkit-transition: grid-template-rows 0.3s ease;
    -webkit-transform: none;
    display: -ms-grid;
    display: grid;
    visibility: visible;
    position: static;
    grid-template-rows: 0fr;
    padding: 0 0 2rem 2rem;
    padding: 0 !important;
    overflow: hidden;
    transform: none;
    border: none;
    box-shadow: none;
    opacity: 1;
    transition: grid-template-rows 0.3s ease;
    transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
  }
  .l-prouse-header_dropdown .l-prouse-header_dropdown-inner {
    min-height: 0;
  }
  .is-active .l-prouse-header_dropdown {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .l-prouse-header_nav-item.is-active .l-prouse-header_dropdown {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .l-prouse-header_dropdown-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 0;
    flex-direction: column;
    min-height: 0;
  }
  .l-prouse-header_dropdown-list li {
    border-bottom: 1px solid #f2f2f2;
  }
  .l-prouse-header_dropdown-list li:last-child {
    border-bottom: none;
  }
  .l-prouse-header_dropdown-list li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0.9rem 2rem 0.9rem;
    color: #000000;
    font-size: 1.5rem;
  }
  .l-prouse-header_dropdown-list li a::before {
    display: none;
  }
  .l-prouse-header_dropdown-list li a::after {
    -webkit-transition: -webkit-transform 0.3s;
    border-width: 0.5rem 0 0.5rem 0.7rem;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-prouse-header_search {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .l-prouse-header_search .l-prouse-header_search-form {
    width: 100%;
    height: 4.4rem;
  }
  .l-prouse-header_search-input {
    font-size: 1.2rem;
  }
  .l-prouse-header_action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 1.5rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    order: 2;
    max-width: none;
    margin-top: 3rem;
    margin-top: 2rem;
  }
  .l-prouse-header_btn-family {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2.2rem 3.9rem 2.1rem;
    column-gap: 1rem;
    border-radius: 3rem;
    background-color: #fce8eb;
    color: #e60012;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
  }
  .l-prouse-header_btn-family::after {
    -webkit-transform: none;
    display: block;
    right: 3rem;
    transform: none;
    border-width: 0.7rem 0 0.7rem 0.9rem;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
  }
  .l-prouse-header_btn-family::after {
    top: 42%;
  }
  .l-prouse-header_hamburger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2.6rem;
    height: 1.6rem;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }
  .l-prouse-header_hamburger span {
    -webkit-transition: all 0.3s;
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #e60012;
    transition: all 0.3s;
  }
  .p-prouse-support-hero {
    padding: 6.7rem 0 4.5rem;
  }
  .prouse-contact .p-prouse-support-hero {
    padding: 2.7rem 0 6.4rem;
  }
  .for-TB_L {
    display: none;
  }
  .for-tb {
    display: block;
  }
}

@media only screen and (max-width: 1380px) {
  .l-prouse-header_nav-wrap {
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
  .l-prouse-header_nav-list {
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}

@media (hover: hover) {
  .l-prouse-header_nav-item:hover > a {
    color: #e60012;
  }
  .l-prouse-header_nav-item.has-child:hover .l-prouse-header_dropdown {
    visibility: visible;
    opacity: 1;
  }
  .l-prouse-header_nav-item.has-child:hover.has-child > a::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .l-prouse-header_dropdown-list li a:hover {
    color: #d6182c;
  }
  .l-prouse-header_search-btn:hover {
    opacity: 0.7;
  }
  .l-prouse-header_btn-family:hover {
    background: #f00000;
    color: #ffffff;
  }
  .l-prouse-header_btn-family:hover::after {
    border-color: transparent transparent transparent #ffffff;
  }
  .l-prouse-header_btn-family:hover.l-prouse-header_btn-family-contact {
    border: 1px solid #f00000;
    background-color: #ffffff;
    color: #f00000;
  }
  .l-prouse-header_btn-family:hover.l-prouse-header_btn-family-contact::after {
    border-color: transparent transparent transparent #f00000;
  }
  .c-breadcrumb_link:hover {
    text-decoration: underline;
  }
  .p-prouse-cta_btn:hover {
    border: 1px solid #f00000;
    background-color: #ffe0e3;
    color: #f00000;
  }
  .p-prouse-cta_btn:hover::after {
    border-color: transparent transparent transparent #f00000;
  }
  .p-footer-faq-item:hover .p-footer-faq-q-content {
    color: #f00000;
  }
  .p-footer-faq-btn:hover {
    background-color: #ffe0e3;
    color: #f00000;
  }
  .p-footer-faq-btn:hover::after {
    border-color: transparent transparent transparent #f00000;
  }
  .p-pamphlet_link:hover .p-pamphlet_img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-pamphlet_link:hover .p-pamphlet_icon {
    border: 1px solid #d3182b;
    background: #ffe0e3;
  }
  .p-pamphlet_link:hover .p-pamphlet_icon::after {
    border-left-color: #f00000;
  }
  .p-pamphlet-btn-more:hover {
    background-color: #ffe0e3;
    color: #f00000;
  }
  .p-pamphlet-btn-more:hover::before, .p-pamphlet-btn-more:hover::after {
    background-color: #f00000;
  }
  .p-prouse-product-hero_btn:hover {
    background-color: #ffe0e3;
    color: #f00000;
  }
  .p-prouse-product-hero_btn:hover::after {
    background: url(/products/prouse/common/images/common_icon_window.png);
    background-size: cover;
  }
  .p-prouse-tieup_link:hover .p-prouse-tieup_img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-prouse-tieup_link:hover .p-prouse-tieup_icon {
    border: 1px solid #d3182b;
    background: #ffe0e3;
  }
  .p-prouse-tieup_link:hover .p-prouse-tieup_icon::after {
    border-left-color: #f00000;
  }
  .p-prouse-tieup_prev:hover:not(.swiper-button-disabled),
  .p-prouse-tieup_next:hover:not(.swiper-button-disabled) {
    background-color: #e60012;
  }
  .p-prouse-tieup_prev:hover:not(.swiper-button-disabled)::after,
  .p-prouse-tieup_next:hover:not(.swiper-button-disabled)::after {
    border-left-color: #ffffff;
  }
  .p-prouse-rc_prev:hover,
  .p-prouse-rc_next:hover {
    background: #e60012;
  }
  .p-prouse-rc_prev:hover::after,
  .p-prouse-rc_next:hover::after {
    border-left-color: #ffffff;
  }
  .p-prouse-rc_link:hover .p-prouse-rc_img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-prouse-rc_link:hover .p-prouse-rc_icon-play {
    border: 1px solid #d3182b;
    background: #ffe0e3;
  }
  .p-prouse-rc_link:hover .p-prouse-rc_icon-play::after {
    border-left-color: #f00000;
  }
}
