@charset "UTF-8";
/* resset.dev • v5.0.2
https://github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # 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;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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;
}

/* # =================================================================
     # 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;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* 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=true] {
  cursor: default;
}

/* サイト共通設定
----------------------------------------*/
/* 変数
----------------------------------------*/
/* color
----------------------------------------*/
/* font
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

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

:root {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #fff;
  color: #3b3b3b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body.nav-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  body.filter-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body .filter-open-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
  }
  body.fixed {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  body.filter-open {
    top: auto !important;
  }
}
body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

/* 文字の汎用クラス
----------------------------------------*/
.text-en {
  font-family: "Noto Sans JP", sans-serif;
}

.text-danger {
  color: #dd0000;
}

.text-primary {
  color: #E13C4B;
}

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

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .text-s {
    font-size: 1.1rem;
  }
}

.text-marker {
  background: linear-gradient(transparent 70%, #E13C4B 70%);
}

.has-text-align-left,
.text-left {
  text-align: left !important;
}

.has-text-align-center,
.text-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .pc-text-align-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-text-align-center {
    text-align: center !important;
  }
}

.has-text-align-right,
.text-right {
  text-align: right !important;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

/* inview
----------------------------------------*/
[data-a-inview=inview] {
  opacity: 0;
  transition: all 1.2s ease-out;
}

[data-a-inview=inview][data-inview=true] {
  opacity: 1;
}

/* コンポーネント
c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  padding: 3.4rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 2.2rem 2rem;
  }
}
.c-breadcrumb ul,
.c-breadcrumb ol {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul,
  .c-breadcrumb ol {
    font-size: 1.2rem;
  }
}
.c-breadcrumb ul a,
.c-breadcrumb ol a {
  color: #3B4043;
}
.c-breadcrumb ul li::after,
.c-breadcrumb ol li::after {
  content: ">";
  display: inline-block;
  margin: 0 1rem 0 0.8rem;
  color: #3B4043;
}
.c-breadcrumb ul li:last-child::after,
.c-breadcrumb ol li:last-child::after {
  display: none;
}

/* コンポーネント
c-archive
----------------------------------------*/
.c-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  cursor: pointer;
  border-radius: 0.3rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.56;
  color: #fff;
  background: #0F3675;
  width: 32.4rem;
  min-height: 7.2rem;
  padding: 0.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    max-width: 31.5rem;
    min-height: 5.2rem;
    font-size: 1.4rem;
  }
}
.c-button::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  background: url("../img/products/ico_button_arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(0, -50%);
}

/* コンポーネント
c-pagetitle
----------------------------------------*/
.c-pagetitle {
  background: url("../img/products/page-visual.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 18.8rem 2rem;
}
.c-pagetitle h1 {
  font-weight: 500;
  font-size: 5.8rem;
  line-height: 1.3;
}
.c-pagetitle p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.18em;
}
.p-products__top .c-pagetitle {
  background: url("../img/products/top/page-visual.jpg") center center no-repeat;
  background-size: cover;
}
.p-products__top .c-pagetitle h1 {
  margin: 0 auto;
  max-width: 120rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
}
.p-products__large-categroy .c-pagetitle {
  background: url("../img/products/large-category/page-visual.jpg") center center no-repeat;
  background-size: cover;
}
.p-products__large-categroy .c-pagetitle h1 {
  margin: 0 auto;
  max-width: 120rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
}
.p-products__middle-categroy .c-pagetitle {
  background: url("../img/products/middle-category/page-visual.jpg") center center no-repeat;
  background-size: cover;
}
.p-products__middle-categroy .c-pagetitle h1 {
  margin: 0 auto;
  max-width: 120rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-pagetitle {
    padding: 9.9rem 1.5rem 11rem;
  }
  .c-pagetitle h1 {
    font-size: 3rem;
  }
  .c-pagetitle p {
    font-size: 1.6rem;
  }
  .p-products__top .c-pagetitle {
    padding: 9.9rem 3rem 11rem;
    background: url("../img/products/top/page-visual_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .p-products__top .c-pagetitle h1 {
    font-size: 2.4rem;
  }
  .p-products__large-categroy .c-pagetitle {
    padding: 9.9rem 3rem 11rem;
    background: url("../img/products/large-category/page-visual_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .p-products__large-categroy .c-pagetitle h1 {
    font-size: 2.4rem;
  }
  .p-products__middle-categroy .c-pagetitle {
    padding: 9.9rem 3rem 11rem;
    background: url("../img/products/middle-category/page-visual_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .p-products__middle-categroy .c-pagetitle h1 {
    font-size: 2.4rem;
  }
}
/* コンポーネント
c-archive
----------------------------------------*/
.c-archive {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-archive {
    display: block;
  }
}
.c-archive > li {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  transition: box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .c-archive > li {
    width: 31.0833%;
    margin: 0 0 4rem 3.37505%;
  }
  .c-archive > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-archive > li {
    width: calc((100% - 4rem) / 2);
    margin: 0 0 4rem 4rem;
  }
  .c-archive > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-archive > li {
    width: auto;
    margin: 0 0 4rem;
  }
}
@media (hover: hover) {
  .c-archive > li:hover {
    box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
  }
  .c-archive > li:hover a {
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-name: case;
    animation-timing-function: linear;
  }
}
.c-archive > li > a {
  display: block;
  opacity: 1;
}
.c-archive > li.c-archive__none {
  width: 100%;
  background: none;
  text-align: center;
  box-shadow: none;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-archive > li.c-archive__none {
    font-size: 1.4rem;
  }
}
.c-archive__box {
  margin: 3rem 2rem 2.3rem;
}
.c-archive__box dl {
  border-top: 0.2rem solid #f0f2f5;
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 0.9rem 0 0;
}
.c-archive__box dl dt {
  width: 7rem;
  color: #8A9DB5;
  margin-bottom: 0.7rem;
}
.c-archive__box dl dd {
  width: calc(100% - 7rem);
  margin-bottom: 0.7rem;
}
.c-archive__service {
  margin-bottom: 1rem;
}
.c-archive__service span {
  display: inline-block;
  background: #ECF5FD;
  font-size: 1.2rem;
  color: #0089D0;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-radius: 0.6rem;
  padding: 0.4rem 1.2rem;
}
.c-archive__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}
.c-archive__company {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.c-archive__company:last-child {
  padding-bottom: 0.5rem;
}
.c-archive__category {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.8rem;
  padding: 0 1.5rem;
}
.c-archive__category li {
  margin: 0.5rem;
}
.c-archive__category li a {
  display: block;
  border-radius: 0.4rem;
  background: #ECF5FD;
  color: #0089D0;
  font-size: 1.4rem;
  padding: 0.4rem 0.4rem 0.3rem;
  letter-spacing: 0.04em;
}
.c-archive__tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin: 0.8rem 1.5rem 2.7rem;
}
.c-archive__tag li {
  margin: 0.2rem 0.5rem;
}
.c-archive__tag a {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #A0AFC3;
}

@keyframes case {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.75;
  }
}
/* コンポーネント
c-pagination
----------------------------------------*/
.c-pagination__list {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #8A9DB5;
}
.c-pagination__list li {
  width: 4.8rem;
  margin: 0 0.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination__list li {
    width: 3.4rem;
  }
}
.c-pagination__list li a {
  display: block;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination__list li a {
    height: 3.4rem;
    line-height: 3.4rem;
  }
}
.c-pagination__list-item-current a {
  background: #222;
  color: #fff;
}
.c-pagination__list-prev a, .c-pagination__list-next a {
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(34, 86, 124, 0.18);
}
@media (hover: hover) {
  .c-pagination__list-prev a:hover, .c-pagination__list-next a:hover {
    opacity: 1;
    background: #0089D0;
    box-shadow: 0 0.5rem 1rem rgba(34, 86, 124, 0.1);
  }
  .c-pagination__list-prev a:hover::before, .c-pagination__list-next a:hover::before {
    border-color: #fff;
  }
}
.c-pagination__list-prev a:active, .c-pagination__list-next a:active {
  background: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(34, 86, 124, 0.2);
}
.c-pagination__list-prev a::before, .c-pagination__list-next a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #C2CBD8;
  border-right: 0.3rem solid #C2CBD8;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0.8rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-pagination__list-prev a::before, .c-pagination__list-next a::before {
    width: 1.1rem;
    height: 1.1rem;
    border-top-width: 0.2rem;
    border-right-width: 0.2rem;
    right: 0.5rem;
  }
}
.c-pagination__list-prev a::before {
  transform: rotate(-135deg);
  left: 0.5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-pagination__list-prev a::before {
    left: 0.4rem;
  }
}

/* コンポーネント
c-contents
----------------------------------------*/
.c-contents h2.wp-block-heading,
.c-contents > h2:not(.wp-block-heading) {
  font-size: 2.6rem;
  line-height: 1.5;
  padding-left: 1.6rem;
  letter-spacing: 0.04em;
  margin: 5.8rem 0 3.5rem;
  border-left: 0.4rem solid #222;
}
@media screen and (max-width: 767px) {
  .c-contents h2.wp-block-heading,
  .c-contents > h2:not(.wp-block-heading) {
    line-height: 1.2;
    letter-spacing: 0;
    margin: 4rem 0 3.5rem;
    padding-left: 1.1rem;
  }
}
.c-contents h2.wp-block-heading:first-child,
.c-contents > h2:not(.wp-block-heading):first-child {
  margin-top: 0;
}
.c-contents h3.wp-block-heading,
.c-contents > h3:not(.wp-block-heading) {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 3.7rem 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-contents h3.wp-block-heading,
  .c-contents > h3:not(.wp-block-heading) {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 3.7rem 0 4rem;
  }
}
.c-contents > img {
  margin-top: 4rem;
}
.c-contents .wp-block-image {
  margin: 4rem 0;
}
.c-contents .wp-block-image:first-child {
  margin-top: 0;
}
.c-contents .wp-block-image .wp-element-caption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.c-contents__summary {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 3.9rem 4rem;
  margin: 4rem 0;
}
.c-contents__summary:first-child {
  margin-top: 0;
}
.c-contents__summary dl + dl {
  margin-top: 3.5rem;
}
.c-contents__summary dt {
  font-size: 1.8rem;
  color: #0089D0;
  font-weight: 700;
  margin-bottom: 1rem;
}
.c-contents__summary dd {
  font-size: 1.6rem;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
}
.c-contents__summary dd + dd {
  margin-top: 2rem;
}
.c-contents__person {
  background: #F1F3F6;
  border-radius: 1.2rem;
  padding: 4rem;
  margin: 4rem 0;
}
.c-contents__person > p {
  line-height: 1.5;
}
.c-contents__person-info {
  border-bottom: 0.1rem solid #D2D8E2;
  display: flex;
  align-items: center;
  padding: 0 0 1.8rem 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info {
    display: block;
  }
}
.c-contents__person-info-img {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info-img {
    margin: 0 auto 4rem;
  }
}
.c-contents__person-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-contents__person-info-text {
  flex: 1;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info-text {
    padding-left: 0;
    padding-right: 1rem;
  }
}
.c-contents__person-info-text h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.c-contents__person-info-text h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.4rem;
}
.c-contents__person-info-text p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-contents__reference {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 4rem;
  margin: 4rem 0;
}
.c-contents__reference h3 {
  line-height: 1.8;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.c-contents__reference p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-contents__reference p + p {
  margin-top: 2.4rem;
}
.c-contents__related-posts {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 4rem 3.5rem;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts {
    padding: 4rem;
  }
}
.c-contents__related-posts-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.c-contents__related-posts-subtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts-subtitle {
    margin-right: -1rem;
  }
}
.c-contents__related-posts-list {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts-list li + li {
    margin-top: 2rem;
  }
}
.c-contents__related-posts-list a {
  color: #209CFF;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.c-contents > p {
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-contents > p {
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.c-contents > p + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-contents > p + p {
    margin-top: 3rem;
  }
}
.c-contents #toc_container {
  border: 0.1rem solid #C2CBD8;
  border-radius: 0.6rem;
  display: block !important;
  margin-bottom: 4rem;
}
.c-contents #toc_container.contracted .toc_title::after {
  transform: rotate(135deg);
  vertical-align: 0.4rem;
}
.c-contents #toc_container .toc_title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.4;
  padding: 2rem;
}
.c-contents #toc_container .toc_title::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #0089D0;
  border-right: 0.2rem solid #0089D0;
  transform: rotate(-45deg);
  margin: 0 -0.5rem 0 0.8rem;
  vertical-align: -0.1rem;
}
.c-contents #toc_container .toc_title .toc_toggle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-contents #toc_container .toc_title .toc_toggle .toc_brackets {
  display: none;
}
.c-contents #toc_container .toc_title .toc_toggle a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -999rem;
}
.c-contents #toc_container .toc_list {
  width: 100% !important;
  margin: 0 !important;
  padding: 0.2rem 3.9rem 4rem !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_list {
    padding: 0.2rem 2.4rem 2.1rem !important;
  }
}
.c-contents #toc_container .toc_list .toc_depth_1::after {
  content: ".";
  margin-right: 0.2rem;
}
.c-contents #toc_container .toc_list li + li {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_list li + li {
    margin-top: 0.4rem;
  }
}
.c-contents #toc_container .toc_list ul {
  margin: 0.6rem 0 0 2rem;
}

.c-connect {
  display: block;
  padding: 12.2rem 2.4rem 13.7rem;
  background: rgba(252, 224, 219, 0.25);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-connect {
    padding: 6.2rem 2rem 10.3rem;
  }
}
.c-connect::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/products/connect_bg_item.svg") right bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-connect::before {
    width: 66.7rem;
    background: url("../img/products/connect_bg_item_sp.svg") right bottom no-repeat;
    background-size: contain;
  }
}
.c-connect__inner {
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
}
.c-connect__title {
  margin-bottom: 1.4rem;
  font-size: 4.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ef4123;
}
@media screen and (max-width: 767px) {
  .c-connect__title {
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
  }
}
.c-connect__title-lead {
  margin-bottom: 5rem;
  font-size: 2.2rem;
  color: #ccc;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ef4123;
}
@media screen and (max-width: 767px) {
  .c-connect__title-lead {
    margin-bottom: 2.2rem;
    font-size: 1.2rem;
  }
}
.c-connect__description {
  margin-bottom: 6.7rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .c-connect__description {
    margin-bottom: 2.4rem;
    font-size: 1.2rem;
  }
}
.c-connect__link {
  display: block;
  width: 50.8rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .c-connect__link {
    margin-bottom: 2px/7rem;
    width: 31.5rem;
  }
}
.c-connect__app {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  gap: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-connect__app {
    justify-content: center;
  }
}
.c-connect__app-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-connect__app-title {
    margin: 0 auto;
    display: block;
    width: 26.8rem;
    padding: 0.7rem;
    margin-bottom: 1.6rem;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
  }
}
.c-connect__app-item {
  display: flex;
  gap: 1rem;
}
.c-connect__app-item .wrapper h3 {
  padding: 0.7rem;
  margin-bottom: 1.6rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .c-connect__app-item .wrapper h3 {
    display: none;
  }
}
.c-connect__app-item .wrapper a {
  display: block;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .c-connect__app-item .wrapper a {
    height: 3.5rem;
  }
}
.c-connect__app-item .wrapper a img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.c-connect__app-item figure {
  width: 11.3rem;
}
@media screen and (max-width: 767px) {
  .c-connect__app-item figure {
    display: none;
  }
}

/* コンポーネント
c-related
----------------------------------------*/
.c-related {
  padding: 10.4rem 2rem 15.4rem 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-related {
    padding: 4.6rem 2rem 6rem;
    width: 100%;
  }
}
.un-product-special .c-related {
  background: #F6F6F6;
}
.c-related__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.c-related__title {
  margin-bottom: 1.4rem;
  font-size: 4.2rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-related__title {
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
  }
}
.c-related__title-lead {
  margin-bottom: 5rem;
  font-size: 2.2rem;
  color: #ccc;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-related__title-lead {
    margin-bottom: 2.2rem;
    font-size: 1.2rem;
  }
}
.c-related__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-related__list {
    gap: 1.5rem;
  }
}
.c-related__list li {
  width: calc(25% - 1.2rem);
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.16);
  border-bottom: solid 2px #EF4123;
}
@media screen and (max-width: 767px) {
  .c-related__list li {
    width: calc(50% - 0.75rem);
  }
}
.c-related__list li a {
  display: block;
  padding: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-related__list li a {
    padding: 1rem;
  }
}
.c-related__list li a figure {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-related__list li a figure {
    margin-bottom: 0.8rem;
  }
}
.c-related__list li a p {
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-related__list li a p {
    font-size: 1.4rem;
  }
}
.c-related__buttons {
  margin-top: 6.6rem;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-related__buttons {
    margin-top: 3rem;
    flex-flow: column;
  }
}

/* コンポーネント
c-pagetop
----------------------------------------*/
.c-pagetop {
  position: relative;
  transition: 300ms;
}
.c-pagetop a {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  display: block;
  width: 6rem;
  height: 6rem;
  text-indent: -15rem;
  font-size: 1rem;
  overflow: hidden;
  background: url(../img/pagetop.svg) no-repeat center center/contain;
  transition: 300ms;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-pagetop a {
    right: 2rem;
    bottom: 3rem;
    width: 4rem;
    height: 4rem;
  }
}
.c-pagetop.ab a {
  position: absolute;
}
.c-pagetop.is-fixed a {
  position: absolute;
}

.c-faq {
  position: relative;
  /*
    &__btn {
      border: 1px solid currentColor;
      //font-size: 1.8rem;
      letter-spacing: 0.04em;
      width: 37.5rem;
      min-height: 7.2rem;
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-block: 1rem;
      padding-inline: 2rem;
      position: relative;
      @include g.mq-down() {
        font-size: 1.5rem;
        min-height: 6.4rem;
      }

      &::after {
        content: "";
        position: absolute;
        right: 1.2rem;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0.8rem;
        height: 0.8rem;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        rotate: -45deg;
      }
    }*/
}
.c-faq::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(232, 199, 175, 0.25) 0%, rgba(247, 236, 228, 0.75) 65.79%, #fff 100%);
  height: 53.6rem;
}
.c-faq__inner {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 92%;
  width: 89rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .c-faq__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .c-faq__inner {
    max-width: 100%;
    padding: 7rem 2rem;
  }
}
.c-faq h2 {
  font-weight: normal;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.c-faq .lead {
  color: #CCC;
  margin-bottom: 5rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-faq .lead {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.c-faq__item {
  letter-spacing: 0.04em;
  line-height: 1.88;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .c-faq__item {
    font-size: 1.4rem;
  }
}
.c-faq__item-title {
  position: relative;
  padding-left: 3.3rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  cursor: pointer;
}
.c-faq__item-title::before, .c-faq__item-title::after {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 1px;
  background-color: currentColor;
  left: -0.2rem;
  top: 3.1rem;
  transition: rotate 0.3s;
}
@media screen and (max-width: 767px) {
  .c-faq__item-title::before, .c-faq__item-title::after {
    height: 1.2rem;
    left: 0.6rem;
  }
}
.c-faq__item-title::after {
  rotate: 90deg;
}
.c-faq__item-title.is-open::before {
  rotate: 90deg;
}
.c-faq__item-text {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0;
}
.c-faq__item-text p {
  display: block;
  padding-left: 3.3rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-faq__item-text p {
    padding-bottom: 3rem;
  }
}
.c-faq__inquiry {
  margin-top: 6.9rem;
  display: flex;
  justify-content: center;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-faq__inquiry {
    margin-top: 5rem;
    row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
}

/* コンポーネント
c-about
----------------------------------------*/
.c-about {
  display: block;
  padding: 12.2rem 2rem 15.9rem 2rem;
  background: url("../img/products/about_bg.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-about {
    padding: 6rem 2rem 5.7rem;
  }
}
.c-about__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.c-about .heading01 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-about .heading01 {
    margin-bottom: 0;
  }
}
.c-about__title {
  margin-bottom: 1.4rem;
  font-size: 4.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-about__title {
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
  }
}
.c-about__title-lead {
  margin-bottom: 5rem;
  font-size: 2.2rem;
  color: #ccc;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-about__title-lead {
    margin-bottom: 2.2rem;
    font-size: 1.2rem;
  }
}
.c-about__buttons {
  margin-top: 6.6rem;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-about__buttons {
    margin-top: 1.5rem;
  }
}
.c-about__buttons .button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  cursor: pointer;
  border-radius: 0.3rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.56;
  color: #fff;
  background: #0F3675;
  width: 32.4rem;
  min-height: 7.2rem;
  padding: 0.5rem 2.5rem;
  width: 51.4rem;
  min-height: 8.3rem;
  font-size: 2.2rem;
  background: #fff;
  color: #3b3b3b;
}
@media screen and (max-width: 767px) {
  .c-about__buttons .button {
    width: 100%;
    max-width: 31.5rem;
    min-height: 5.2rem;
    font-size: 1.4rem;
  }
}
.c-about__buttons .button::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  background: url("../img/products/ico_button_arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(0, -50%);
}
.c-about__buttons .button::before {
  background: url("../img/products/ico_button_arrow_black.svg") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .c-about__buttons .button {
    min-height: 5.2rem;
  }
}

/* コンポーネント
c-download
----------------------------------------*/
.p-products__special .c-download {
  padding: 10rem 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-products__special .c-download {
    padding: 8rem 2rem;
  }
}
.c-download__inner {
  max-width: 109.5rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0 5.6%;
}
@media screen and (max-width: 767px) {
  .c-download__inner {
    flex-flow: column;
    gap: 2.2rem;
  }
}
.product-detail .c-download__pdf {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .product-detail .c-download__pdf {
    margin-bottom: 2.4rem;
  }
}
.p-products__special .c-download__pdf {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .p-products__special .c-download__pdf {
    width: 100%;
  }
}
.c-download__pdf > ul {
  display: flex;
  flex-flow: column;
  gap: 1.1rem 0;
}
.c-download__pdf > ul li {
  padding: 0 1.9rem;
  width: 100%;
  height: 6.1rem;
  border: 0.1rem solid #cccccc;
  background: #fff;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-download__pdf > ul li {
    gap: 0.8rem;
  }
}
.c-download__pdf > ul li::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 2.2rem;
  background: url("../img/products/ico_paper.svg") center center no-repeat;
  background-size: contain;
}
.c-download__pdf > ul li p {
  font-size: 1.4rem;
  font-weight: 700;
}
.c-download__pdf > ul li .button {
  margin: 0 0 0 auto;
  padding: 0.5rem 1.6rem 0.6rem;
  background: #0f3675;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 99.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-download__pdf > ul li .button::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 2.2rem;
  background: url("../img/products/ico_download.svg") center center no-repeat;
  background-size: contain;
}
.c-download__app {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5.8%;
}
@media screen and (max-width: 767px) {
  .c-download__app {
    gap: 1.6rem;
  }
}
.p-products__special .c-download__app {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .p-products__special .c-download__app {
    width: 100%;
  }
}
.c-download__app li {
  width: 47.1%;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .c-download__app li {
    width: calc(50% - 0.8rem);
  }
}
.c-download__app li h4 {
  padding: 1.1rem;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  gap: 0 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-download__app li h4 {
    padding: 0.6rem;
    font-size: 1.2rem;
  }
}
.c-download__app li .wrapper {
  margin: auto;
  padding: 0.9rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-download__app li .wrapper {
    padding: 1rem 1rem;
    gap: 1rem;
  }
}
.c-download__app li .wrapper figure {
  width: 6.6rem;
}
@media screen and (max-width: 767px) {
  .c-download__app li .wrapper figure {
    width: 4.3rem;
  }
}
.c-download__app li .wrapper.sns {
  padding: 2.2rem 1rem;
  gap: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-download__app li .wrapper.sns {
    padding: 1.6rem 1rem;
    gap: 1rem;
  }
}
.c-download__app li .wrapper.sns a img {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .c-download__app li .wrapper.sns a img {
    width: 3rem;
  }
}

/* コンポーネント
c-img
----------------------------------------*/
.c-img {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.c-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-top__list .c-img {
  aspect-ratio: 1148/470;
}
.product-top__list .c-img img {
  object-fit: cover;
}

/* レイアウト
l-footer
----------------------------------------*/
/*
トップのフッダーの文字の大きさ調整
*/
.footerNavi_blc li {
  font-size: 1.2rem;
}

/* レイアウト
l-main
----------------------------------------*/
.l-main {
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .l-main {
    overflow: hidden;
  }
}
.l-main__inner {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 92%;
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    max-width: 90%;
  }
}
.l-main__section {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .l-main__section {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

.p-products .product-detail {
  padding: 0 2rem 8.3rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail {
    padding: 0 2rem 8.3rem;
  }
}
.p-products .product-detail__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 8rem 5rem 8rem 6rem;
  background: #fff;
  border-radius: 0.4rem;
  display: flex;
  flex-flow: row wrap;
  gap: 0 5.6%;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__inner {
    padding: 1.5rem 1.5rem 4.4rem;
    flex-flow: column;
    gap: 4rem;
  }
}
.p-products .product-detail__item {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__item {
    width: 100%;
  }
}
.p-products .product-detail .splide#main-carousel {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail .splide#main-carousel {
    margin-bottom: 3rem;
  }
}
.p-products .product-detail .splide#thumbnail-carousel {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail .splide#thumbnail-carousel {
    margin-bottom: 6rem;
  }
}
.p-products .product-detail .splide .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 2px solid #ef4123;
}
.p-products .product-detail .splide#main-carousel .splide__slide img {
  width: 100%;
}
.p-products .product-detail .splide__pagination {
  bottom: -4rem;
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail .splide__pagination {
    bottom: -3rem;
    gap: 0.4rem;
  }
}
.p-products .product-detail .splide__pagination__page {
  margin: 0;
  width: 7.2rem;
  height: 0.3rem;
  border-radius: 0;
  background: #dddddd;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail .splide__pagination__page {
    width: 4.5rem;
  }
}
.p-products .product-detail .splide__pagination__page.is-active {
  transform: scale(1);
  background: #ef4123;
}
.p-products .product-detail__video {
  margin-bottom: 3.6rem;
}
.p-products .product-detail__video iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.p-products .product-detail__documents > h3 {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__documents > h3 {
    font-size: 1.6rem;
  }
}
.p-products .product-detail__documents > ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-products .product-detail__documents > ul li a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.8rem;
  background: url("../img/products/ico_paper.svg") center center no-repeat;
  background-size: contain;
}
.p-products .product-detail__documents > ul li a[target=_blank]::before {
  background: url("../img/products/ico_blank.svg") center center no-repeat;
  background-size: contain;
}
.p-products .product-detail__documents > ul li a span {
  font-size: 1.6rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__documents > ul li a span {
    font-size: 1.4rem;
  }
}
.p-products .product-detail__name {
  margin-bottom: 1.1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-products .product-detail__logo {
  margin-bottom: 1rem;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__logo {
    width: 12.2rem;
  }
}
.p-products .product-detail__title {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__title {
    font-size: 2.4rem;
  }
}
.p-products .product-detail__text {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-products .product-detail__model {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__model {
    font-size: 1.8rem;
  }
}
.p-products .product-detail__functions {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-products .product-detail__functions li {
  height: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__functions li {
    height: 3.2rem;
  }
}
.p-products .product-detail__functions li img {
  width: auto;
  height: 100%;
}
.p-products .product-detail__description {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__description {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-products .product-detail__list {
  margin-bottom: 1.2rem;
  display: flex;
  flex-flow: column;
  gap: 0.4rem;
}
.p-products .product-detail__list li {
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.p-products .product-detail__list li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #ef4123;
  position: absolute;
  top: 0.6rem;
  left: 0.2rem;
}
.p-products .product-detail__performance {
  margin-bottom: 4.2rem;
  display: flex;
  flex-flow: row wrap;
}
.p-products .product-detail__performance dt,
.p-products .product-detail__performance dd {
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__performance dt,
  .p-products .product-detail__performance dd {
    border-bottom: none;
    text-align: center;
  }
}
.p-products .product-detail__performance dt {
  padding-right: 2.3rem;
  padding-left: 1rem;
  width: 19.6rem;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__performance dt {
    padding: 0.6rem 0;
    border-top: 0.1rem solid #ccc;
    width: 100%;
    background: #f6f6f6;
  }
}
.p-products .product-detail__performance dd {
  width: calc(100% - 16.3rem - 3.3rem);
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__performance dd {
    width: 100%;
  }
}
.p-products .product-detail__buy-title {
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__buy-title {
    font-size: 1.4rem;
  }
}
.p-products .product-detail__buy-title::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2rem;
  background: url("../img/products/ico_cart.svg") center center no-repeat;
  background-size: contain;
}
.p-products .product-detail__buy-list {
  margin-bottom: 3.7rem;
  display: flex;
  align-items: center;
  gap: 5.8%;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__buy-list {
    gap: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__buy-list {
    flex-flow: column;
  }
}
.p-products .product-detail__buy-list li {
  width: 47.1%;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__buy-list li {
    width: 100%;
  }
}
.p-products .product-detail__buy-list li a {
  height: 5rem;
  display: block;
  background: #ef4123;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-products .product-detail__buy-list li a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  background: url("../img/products/ico_button_arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(0, -50%);
}
.p-products .product-detail__buy .c-download__app {
  justify-content: flex-start;
}
.p-products .product-detail__button {
  margin-top: 6.6rem;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__button {
    margin-top: 0;
  }
}
.p-products .product-detail__button > a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  cursor: pointer;
  border-radius: 0.3rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.56;
  color: #fff;
  background: #0F3675;
  width: 32.4rem;
  min-height: 7.2rem;
  padding: 0.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-detail__button > a {
    width: 100%;
    max-width: 31.5rem;
    min-height: 5.2rem;
    font-size: 1.4rem;
  }
}
.p-products .product-detail__button > a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  background: url("../img/products/ico_button_arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(0, -50%);
}

.p-products .product-top {
  padding: 0 2rem 16.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-products .product-top {
    padding: 0 2rem 12.5rem;
  }
}
.p-products .product-top__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.p-products .product-top__list {
  display: flex;
  flex-flow: row wrap;
  gap: 4.8rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-top__list {
    flex-flow: column;
    gap: 1.5rem;
  }
}
.p-products .product-top__list li {
  width: calc(50% - 2.5rem);
  background: #fff;
  border-bottom: 0.2rem solid #EF4123;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-products .product-top__list li {
    width: 100%;
  }
}
.p-products .product-top__list li a .content {
  padding: 3rem 6rem 3rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-products .product-top__list li a .content {
    padding: 2rem 5.5rem 2rem 2rem;
  }
}
.p-products .product-top__list li a .content::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 2.4rem;
  background: url("../img/products/top/list_arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-products .product-top__list li a .content::before {
    width: 0.8rem;
    height: 2rem;
  }
}
.p-products .product-top__list li a .content h2 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-products .product-top__list li a .content h2 {
    font-size: 1.6rem;
  }
}
.p-products .product-top__list li a .content h2 span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-top__list li a .content h2 span {
    font-size: 1.4rem;
  }
}
.p-products .product-top__list li a .content p {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.83;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-products .product-top__list li a .content p {
    margin-top: 1rem;
  }
}

.p-products .large-category {
  padding: 0 2rem 16.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-products .large-category {
    padding: 0 2rem 12.5rem;
  }
}
.p-products .large-category__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.p-products .large-category__list {
  display: flex;
  flex-flow: row wrap;
  gap: 4.8rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-products .large-category__list {
    flex-flow: column;
    gap: 1.5rem;
  }
}
.p-products .large-category__list li {
  display: flex;
  width: calc(50% - 2.5rem);
  background: #fff;
  border-bottom: 0.2rem solid #EF4123;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-products .large-category__list li {
    width: 100%;
  }
}
.p-products .large-category__list li a {
  padding: 3rem 4.5rem 3rem 3rem;
  display: flex;
  gap: 3rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-products .large-category__list li a {
    padding: 2rem 4rem 2rem 2rem;
    gap: 2rem;
  }
}
.p-products .large-category__list li a::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 2.4rem;
  background: url("../img/products/top/list_arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0, -50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-products .large-category__list li a::before {
    width: 0.8rem;
    height: 2rem;
  }
}
.p-products .large-category__list li a figure {
  width: 16rem;
}
@media screen and (max-width: 1024px) {
  .p-products .large-category__list li a figure {
    width: 10.3rem;
  }
}
.p-products .large-category__list li a .content {
  display: flex;
  align-items: center;
  flex: 1;
}
.p-products .large-category__list li a .content h2 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-products .large-category__list li a .content h2 {
    font-size: 1.6rem;
  }
}
.p-products .large-category__list li a .content h2 span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-products .large-category__list li a .content h2 span {
    font-size: 1.4rem;
  }
}
.p-products .large-category__list li a .content p {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.83;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-products .large-category__list li a .content p {
    margin-top: 1rem;
  }
}
.p-products .large-category__buttons {
  margin-top: 6.6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-products .large-category__buttons {
    margin-top: 3rem;
  }
}

.p-products .middle-category {
  padding: 0 2rem 16.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-products .middle-category {
    padding: 0 2rem 12.5rem;
  }
}
.p-products .middle-category__inner {
  max-width: 120rem;
  margin: 0 auto;
}

.p-products__special {
  background: #fff;
}
.p-products__special .main-visual {
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .main-visual {
    margin-bottom: 5rem;
  }
}
.p-products__special .main-visual h1 picture {
  width: 100%;
  display: block;
}
.p-products__special .main-visual h1 picture img {
  width: 100%;
}
.p-products__special .second-view {
  margin-bottom: 14.9rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .second-view {
    margin-bottom: 10.5rem;
    padding: 0 2rem;
  }
}
.p-products__special .second-view > p {
  margin: 0 auto 6.7rem;
  font-size: 1.8rem;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .second-view > p {
    margin-bottom: 2.8rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-products__special .second-view__video {
  max-width: 91.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-products__special .second-view__video {
    width: 100%;
  }
}
.p-products__special .second-view__video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 912/499;
}
.p-products__special .feature__visual {
  padding: 20rem 2rem 18rem;
  background: url("../img/products/feature_bg.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1.7rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-products__special .feature__visual.water {
  background-image: url("../img/products/feature_water_bg.jpg");
}
.p-products__special .feature__visual.environment {
  background-image: url("../img/products/feature_environment_bg.jpg");
}
@media screen and (max-width: 767px) {
  .p-products__special .feature__visual {
    padding: 9.1rem 2rem 9.3rem;
    gap: 0.8rem 0;
  }
}
.p-products__special .feature__visual h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature__visual h2 {
    font-size: 2.4rem;
  }
}
.p-products__special .feature__visual p {
  color: #cccccc;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature__visual p {
    font-size: 1.2rem;
  }
}
.p-products__special .feature__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.p-products__special .feature-list {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.p-products__special .feature-list__item {
  padding: 11.8rem 2rem 17.5rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list__item {
    padding: 6rem 2rem;
  }
}
.p-products__special .feature-list__item:nth-child(odd) {
  background: #faf6f5;
}
.p-products__special .feature-list__inner {
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
}
.p-products__special .feature-list__inner > *:last-child {
  margin-bottom: 0 !important;
}
.p-products__special .feature-list__point {
  margin-bottom: 2.8rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem solid #ef4123;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list__point {
    padding-bottom: 1.2rem;
    margin-bottom: 1.8rem;
  }
}
.p-products__special .feature-list__point-text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ef4123;
  color: #fff;
  width: 22rem;
  height: 4rem;
  transform: skewX(-20deg);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list__point-text {
    width: 12.4rem;
    height: 2.6rem;
    font-size: 1.6rem;
    margin-left: 1rem;
  }
}
.p-products__special .feature-list__point > figure {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list__point > figure {
    width: 12.4rem;
  }
}
.p-products__special .feature-list__title {
  margin-bottom: 5.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ef4123;
  line-height: 1.6;
  letter-spacing: 0.19em;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list__title {
    margin-bottom: 3rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.p-products__special .feature-list__list {
  margin-bottom: 9.3rem;
  display: flex;
  flex-flow: column;
  gap: 20rem 0;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list__list {
    margin-bottom: 3.8rem;
    gap: 8.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list__list.is-item03 li {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list__list.is-reverse li:nth-child(2) {
    flex-flow: column-reverse;
  }
}
.p-products__special .feature-list__list.is-reverse li:nth-child(odd) {
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list__list.is-reverse li:nth-child(odd) {
    flex-flow: column-reverse;
  }
}
.p-products__special .feature-list li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 0 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list li {
    flex-flow: column;
    gap: 4.1rem;
  }
}
.p-products__special .feature-list li h4 {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list li h4 {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
.p-products__special .feature-list li p {
  margin-bottom: 5.2rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list li p {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.66;
  }
}
.p-products__special .feature-list li .content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list li .content {
    width: 100%;
  }
}
.p-products__special .feature-list li .content > *:last-child {
  margin-bottom: 0;
}
.p-products__special .feature-list li .image {
  width: 49.25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list li .image {
    width: 100%;
  }
}
.p-products__special .feature-list li .image figcaption {
  font-size: 1.6rem;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list li .image figcaption {
    font-size: 1.4rem;
  }
}
.p-products__special .feature-list .image-list {
  margin-bottom: 8.1rem;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list .image-list {
    margin-bottom: 3rem;
    flex-flow: column;
    gap: 1.5rem;
  }
}
.p-products__special .feature-list .image-list figure {
  width: calc(33.3% - 1.2rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list .image-list figure {
    width: 100%;
  }
}
.p-products__special .feature-list .image-list figure figcaption {
  font-size: 1.6rem;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list .image-list figure figcaption {
    font-size: 1.4rem;
  }
}
.p-products__special .feature-list .image-list figure.full-width {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-products__special .feature-list .image-list figure.full-width {
    width: 100%;
  }
}
.p-products__special .c-pagetop a {
  bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .c-pagetop a {
    bottom: 8rem;
  }
}
.p-products__special .c-pagetop.is-fixed a {
  bottom: 6rem;
}
.p-products__special .fixed-foot-nav {
  padding: 2rem;
  width: 100%;
  background: rgba(112, 112, 112, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-products__special .fixed-foot-nav {
    padding: 0;
  }
}
.p-products__special .fixed-foot-nav ul {
  display: flex;
  gap: 0 3.2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-products__special .fixed-foot-nav ul {
    gap: 0;
  }
}
.p-products__special .fixed-foot-nav ul li {
  width: 100%;
  max-width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-products__special .fixed-foot-nav ul li {
    max-width: 50%;
  }
}
.p-products__special .fixed-foot-nav ul li a {
  width: 100%;
  height: 6.2rem;
  background: #0f3675;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  display: flex;
  gap: 0 1rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-products__special .fixed-foot-nav ul li a {
    height: 5.8rem;
    font-size: 1.2rem;
  }
}
.p-products__special .fixed-foot-nav ul li a.is-buy {
  background: #ef4123;
}
.p-products__special .fixed-foot-nav ul li a.is-buy::before {
  width: 2.3rem;
  height: 2rem;
  background: url("../img/products/special/icon_cart.png") center center no-repeat;
  background-size: contain;
  top: 0;
}
.p-products__special .fixed-foot-nav ul li a::before {
  width: 1.9rem;
  height: 2.2rem;
  content: "";
  display: block;
  background: url("../img/products/special/icon_fukidashi.png") center center no-repeat;
  background-size: contain;
  position: relative;
  top: 0.3rem;
}
.p-products__special .fixed-foot-nav ul li a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  background: url("../img/products/ico_button_arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(0, -50%);
}

/*# sourceMappingURL=main.css.map */
