@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd, ul, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2,
h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover {
  transition: 0.4s all ease-in;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font: inherit;
}

input, textarea, button {
  border-radius: 0;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

rt {
  font-weight: normal;
}

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

body {
  margin: 0;
  padding: 0;
  font-size: clamp(1rem, 0.9440559441rem + 0.2797202797vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(0.75rem, 0.6940559441rem + 0.2797202797vw, 1rem);
  }
}

a {
  text-decoration: none;
  color: #4f4f4f;
}

footer {
  margin-top: 13.0208333333%;
}
@media screen and (min-width: 1080px) {
  footer {
    margin-top: 5.7142857143%;
  }
}

.l-footer {
  background: #00A0E9;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}
.l-footer-logo {
  display: flex;
  justify-content: center;
  margin-top: 3.1428571429%;
  margin-bottom: 2.8%;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer-logo {
    flex-direction: row;
  }
}
.l-footer-logo__site {
  width: 100%;
  height: auto;
  margin-bottom: 3.3636363636%;
  max-width: 45.4545454545%;
}
@media screen and (min-width: 768px) {
  .l-footer-logo__site {
    margin-right: 2.1714285714%;
    max-width: 19.2727272727%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .l-footer-logo__site {
    max-width: 12.1142857143%;
  }
}
.l-footer-logo__company {
  width: 100%;
  height: auto;
  max-width: 22%;
}
@media screen and (min-width: 768px) {
  .l-footer-logo__company {
    max-width: 11.4545454545%;
  }
}
@media screen and (min-width: 1080px) {
  .l-footer-logo__company {
    max-width: 7.2%;
  }
}
.l-footer__navi {
  display: none;
}
@media screen and (min-width: 1080px) {
  .l-footer__navi {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: 2em;
  }
}
.l-footer__navi > * {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #fff;
  padding: 0 1em;
  line-height: 1em;
}
.l-footer__navi > *:last-child {
  border-width: 0 1px 0 1px;
}
.l-footer__copy-right {
  text-align: center;
  font-size: clamp(0.5rem, 0.4440559441rem + 0.2797202797vw, 0.75rem);
}
.l-footer-item-detail {
  display: block;
  padding: 1em;
  border-top: 1px solid #00A0E9;
  text-align: center;
  width: 100%;
}
.l-footer-item-detail a {
  color: #00A0E9;
}

.l-header-flex {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding-bottom: 2.7272727273%;
  padding-top: 2.7272727273%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header-flex {
    padding-bottom: 1.3020833333%;
    padding-top: 1.3020833333%;
  }
}
@media screen and (min-width: 1080px) {
  .l-header-flex {
    padding-bottom: 1.1428571429%;
    padding-top: 1.1428571429%;
  }
}
.l-header__logo {
  max-width: 50%;
  width: 100%;
  filter: invert(48%) sepia(98%) saturate(3456%) hue-rotate(172deg) brightness(101%) contrast(102%);
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    max-width: 23%;
  }
}
@media screen and (min-width: 1080px) {
  .l-header__logo {
    max-width: 14.4571428571%;
  }
}
.l-header-navi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate(100%, 0);
  width: 100%;
  transition: all 0.5s;
  z-index: 99999;
}
.l-header-navi.show {
  transform: translate(0, 0);
}
@media screen and (min-width: 1080px) {
  .l-header-navi {
    width: auto;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
  }
}
.l-header-navi__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .l-header-navi__contents {
    flex-direction: row;
  }
}
.l-header-navi__contents > * {
  text-align: left;
  padding: 0;
  width: 90%;
  font-size: clamp(1rem, 0.9440559441rem + 0.2797202797vw, 1.25rem);
  border-width: 0 0 1px 0;
  border-color: #00A0E9;
  border-style: solid;
}
@media screen and (min-width: 1080px) {
  .l-header-navi__contents > * {
    border-width: 0 0 0 1px;
    padding: 0 1em;
    line-height: 1em;
    width: auto;
    font-size: clamp(0.75rem, 0.6940559441rem + 0.2797202797vw, 1rem);
  }
  .l-header-navi__contents > *:last-child {
    border-width: 0 1px 0 1px;
  }
}
.l-header-navi__contents > * a {
  color: #00A0E9;
  display: block;
  padding: 1em 0.5em;
}
@media screen and (min-width: 1080px) {
  .l-header-navi__contents > * a {
    display: inline;
  }
}
.l-header-navi__button {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 90%;
  align-items: center;
  margin-inline: auto;
  margin-top: 2em;
}
@media screen and (min-width: 1080px) {
  .l-header-navi__button {
    width: auto;
    margin-left: 1em;
    margin-top: 0;
  }
}
.l-header-navi__button > * {
  border: 2px solid #00A0E9;
  border-radius: 50px;
  font-size: clamp(1rem, 0.9440559441rem + 0.2797202797vw, 1.25rem);
  margin-right: 4%;
  width: 48%;
}
@media screen and (min-width: 1080px) {
  .l-header-navi__button > * {
    width: auto;
    font-size: clamp(0.75rem, 0.6940559441rem + 0.2797202797vw, 1rem);
    margin-right: 1em;
  }
}
.l-header-navi__button > *:last-child {
  margin-right: 0;
}
.l-header-navi__button > * a {
  color: #00A0E9;
  display: block;
  padding: 0.5em 1em;
  text-align: center;
}
.l-header-navi__sub-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2em;
}
@media screen and (min-width: 1080px) {
  .l-header-navi__sub-contents {
    display: none;
  }
}
.l-header-navi__sub-contents > * {
  text-align: left;
  padding: 0;
  width: 90%;
  font-size: clamp(1rem, 0.9440559441rem + 0.2797202797vw, 1.25rem);
  border-width: 0 0 1px 0;
  border-color: #00A0E9;
  border-style: solid;
}
.l-header-navi__sub-contents > * a {
  color: #00A0E9;
  display: block;
  padding: 1em 0.5em;
}
.l-header-item-detail {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #00A0E9;
  text-align: center;
  width: 100%;
}
.l-header-item-detail a {
  color: #00A0E9;
}

.l-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-decoration: none;
  background: #00A0E9;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger__hans {
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30%;
  height: 1px;
  background-color: #fff;
  animation: fadeIn 0.3s;
  border-radius: 2px;
}
.l-hamburger__hans::before, .l-hamburger__hans::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
}
.l-hamburger__hans::before {
  top: -10px;
  border-radius: 2px;
  animation: position-up 0.3s, fadeIn 0.3s;
}
.l-hamburger__hans::after {
  top: 10px;
  border-radius: 2px;
  animation: position-down 0.3s, fadeIn 0.3s;
}
.l-hamburger[aria-expanded=true] .l-hamburger__hans {
  background-color: transparent;
}
.l-hamburger[aria-expanded=true] .l-hamburger__hans:before,
.l-hamburger[aria-expanded=true] .l-hamburger__hans:after {
  top: 0;
  background-color: #fff;
  animation: fadeIn 0.3s;
}
.l-hamburger[aria-expanded=true] .l-hamburger__hans:after {
  transform: rotate(-45deg);
  animation: rotate-right 0.3s, fadeIn 0.3s;
}
.l-hamburger[aria-expanded=true] .l-hamburger__hans:before {
  transform: rotate(45deg);
  animation: rotate-left 0.3s, fadeIn 0.3s;
}
@keyframes position-up {
  0% {
    top: 0;
  }
  100% {
    top: -8px;
  }
}
@keyframes position-down {
  0% {
    top: 0;
  }
  100% {
    top: 8px;
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
.l-hamburger__menu {
  position: absolute;
  bottom: -28px;
  top: auto;
  font-size: clamp(0.5rem, 0.4440559441rem + 0.2797202797vw, 0.75rem);
  color: #fff;
  left: -2.25vw;
  right: -2.25vw;
  text-align: center;
  display: block;
}
.c-btn {
  margin-inline: auto;
  display: inline-block;
  border: 1px solid #00A0E9;
  padding: 1em 4em;
  color: #00A0E9;
  transition: all 0.4s ease-in;
}
.c-btn:hover {
  background: #00A0E9;
  color: #fff;
}

.c-flex__center {
  display: flex;
  justify-content: center;
}

.c-link-color--blue {
  color: #00A0E9;
}

.c-title-blue {
  color: #00A0E9;
  font-size: clamp(1.625rem, 1.5690559441rem + 0.2797202797vw, 1.875rem);
  font-weight: bold;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .c-title-blue {
    font-size: clamp(1.875rem, 1.8190559441rem + 0.2797202797vw, 2.125rem);
  }
}
.c-title-gray {
  color: #4f4f4f;
  font-size: clamp(1.375rem, 1.3190559441rem + 0.2797202797vw, 1.625rem);
  font-weight: bold;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .c-title-gray {
    font-size: clamp(1.875rem, 1.8190559441rem + 0.2797202797vw, 2.125rem);
  }
}
.c-title-gray--24 {
  font-size: clamp(1.25rem, 1.1940559441rem + 0.2797202797vw, 1.5rem);
}
.c-title-gray--22 {
  font-size: clamp(1.125rem, 1.0690559441rem + 0.2797202797vw, 1.375rem);
}
.c-title-gray--20 {
  font-size: clamp(1rem, 0.9440559441rem + 0.2797202797vw, 1.25rem);
}
.c-title-small {
  line-height: 1em;
  font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  color: #4f4f4f;
  font-weight: normal;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .c-title-small {
    font-size: clamp(0.5rem, 0.4440559441rem + 0.2797202797vw, 0.75rem);
  }
}
.c-title-blue-back {
  background: #7dcef4;
  color: #fff;
  padding: 0.5em;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .c-title-blue-back {
    font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  }
}

.js-trigger-accordion {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.5em;
  background: #00A0E9;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}
.js-trigger-accordion::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 4px solid #fff;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -1px;
}
.js-trigger-accordion--has-child {
  cursor: pointer;
}
.js-trigger-accordion--has-child::after {
  content: "+";
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  line-height: 1em;
  padding-top: 0.175em;
  padding-left: 0.135em;
}
.js-trigger-accordion--has-child.is-active {
  background: #f99135;
}
.js-trigger-accordion--has-child.is-active::after {
  content: "-";
}

.p-home-slide__item > img {
  width: 100%;
  height: auto;
}
.p-home-read {
  max-width: 709px;
  margin-inline: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-home-contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.8571428571%;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
.p-home-contents > * {
  width: 100%;
  margin-bottom: 3.4285714286%;
}
@media screen and (min-width: 768px) {
  .p-home-contents {
    flex-direction: row;
  }
  .p-home-contents > * {
    width: 48.4571428571%;
  }
}
@media screen and (min-width: 1080px) {
  .p-home-contents {
    justify-content: start;
  }
  .p-home-contents > * {
    margin-right: 1.7142857143%;
    width: 31.6187142857%;
  }
  .p-home-contents > *:nth-child(2n) {
    margin-right: 1.7142857143%;
  }
  .p-home-contents > *:last-child {
    margin-right: 0;
  }
}
.p-home-service {
  display: block;
  padding: 7.3142857143%;
  background: #c0c0c0;
  height: 100%;
  width: 100%;
  transition: 0.3s opacity ease-in;
}
.p-home-service--blue {
  background: #00a0e9;
}
.p-home-service--sky {
  background: #7dcef4;
}
.p-home-service--green {
  background: #56b879;
}
.p-home-service--orange {
  background: #fabf1b;
}
.p-home-service--pink {
  background: #ffafaf;
}
.p-home-service:hover {
  opacity: 0.7;
}
.p-home-service__title {
  color: #fff;
  font-size: clamp(1.375rem, 1.3190559441rem + 0.2797202797vw, 1.625rem);
  font-weight: normal;
  line-height: 1.2em;
  padding: 0;
  position: relative;
  display: inline-block;
}
.p-home-service__title--sample::after, .p-home-service__title--cutsample::after, .p-home-service__title--download::after, .p-home-service__title--jirei::after, .p-home-service__title--catalog::after {
  content: "";
  position: absolute;
  right: -1.1em;
  left: auto;
  top: calc(50% - 0.45em);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.9em;
  height: 0.9em;
  background-position: 50%;
}
.p-home-service__title--sample::after {
  background-image: url("/assets/images/index/logo_sample.png");
}
.p-home-service__title--cutsample::after {
  background-image: url("/assets/images/index/logo_cutsample.png");
}
.p-home-service__title--jirei::after {
  background-image: url("/assets/images/index/logo_jirei.png");
}
.p-home-service__title--download::after {
  background-image: url("/assets/images/index/logo_download.png");
}
.p-home-service__title--catalog::after {
  background-image: url("/assets/images/index/logo_catalog.png");
}
@media screen and (min-width: 768px) {
  .p-home-service__title {
    font-size: clamp(1.125rem, 1.0690559441rem + 0.2797202797vw, 1.375rem);
  }
}
@media screen and (min-width: 1750px) {
  .p-home-service__title {
    font-size: clamp(1.5rem, 1.4440559441rem + 0.2797202797vw, 1.75rem);
  }
}
.p-home-service__image {
  margin-bottom: 1em;
  margin-top: 1em;
}
.p-home-service__image > img {
  width: 100%;
  height: auto;
}
.p-home-service__description {
  color: #fff;
}
.p-home-news {
  display: flex;
  align-items: start;
  max-width: 1100px;
  margin-inline: auto;
  margin-bottom: 2.7272727273%;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .p-home-news {
    flex-direction: row;
    align-items: center;
  }
}
.p-home-news__title {
  text-align: left;
  margin-bottom: 1em;
  padding-left: 1.3em;
}
@media screen and (min-width: 1080px) {
  .p-home-news__title {
    margin-bottom: 0;
    text-align: center;
    padding-left: 0;
  }
}
.p-home-news-list {
  width: 100%;
}
.p-home-news-list__item {
  border-bottom: 1px solid #bfbbbb;
}
.p-home-news-list__item:first-child {
  border-top: 1px solid #bfbbbb;
}
@media screen and (min-width: 1080px) {
  .p-home-news-list__item {
    flex-direction: row;
  }
  .p-home-news-list__item:first-child {
    border-top: none;
  }
}
@media screen and (min-width: 1080px) {
  .p-home-news-list {
    padding: calc(34px - 1.3em) 0 34px 34px;
    margin-left: 80px;
    border-left: 1px solid #bfbbbb;
  }
}
.p-home-news-article {
  display: flex;
  justify-content: start;
  padding: 1.3em;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .p-home-news-article {
    flex-direction: row;
  }
}
.p-home-news-article__date {
  color: #00A0E9;
  margin-right: 2em;
}
.p-static-sub-navi {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-static-sub-navi {
    display: flex;
    justify-content: start;
    margin-bottom: 5.7142857143%;
    line-height: 1.7em;
  }
}
.p-static-sub-navi__title {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-static-sub-navi__title {
    background: #4f4f4f;
    color: #fff;
    padding: 0 0.5em;
    position: relative;
    display: block;
  }
  .p-static-sub-navi__title::after {
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid #4f4f4f;
    top: calc(50% - 0.5em);
    right: -0.9em;
    display: block;
  }
}
.p-static-sub-navi__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-static-sub-navi__list {
    border: 1px solid #4f4f4f;
  }
}
.p-static-sub-navi__list > * {
  border-right: 1px solid #4f4f4f;
}
.p-static-sub-navi__list > *:first-child {
  border-left: 1px solid #4f4f4f;
}
@media screen and (min-width: 768px) {
  .p-static-sub-navi__list > *:last-child {
    border-right: none;
  }
}
.p-static-sub-navi__list > * > a {
  display: block;
  padding: 0 1em;
}
.p-static-sub-navi__list > * > a:hover {
  background: rgba(195, 195, 195, 0.49);
}
.p-static-section {
  margin-top: 5.7142857143%;
}
.p-static-section__text {
  line-height: 1.8em;
}
.p-static-subtitle {
  background: rgb(109, 194, 241);
  color: #fff;
  padding: 0.3em 1em;
  margin-bottom: 1.5em;
  line-height: 1.6em;
}
.p-static-rules {
  list-style: decimal;
  margin-left: 1.5em;
}
.p-static-rules > * {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.p-static-rules--dotted {
  list-style: disc;
}
.p-static-rules--dotted > * {
  margin-bottom: 0.5em;
  padding-left: 0;
}
.p-static__clause {
  margin-bottom: 0.5em;
  font-weight: normal;
}

.p-news {
  padding-top: 5.7142857143%;
  margin-top: 1em;
  border-bottom: 1px solid #00A0E9;
  padding-bottom: 5.7142857143%;
}
.p-news-article {
  margin-top: 2.8571428571%;
}
.p-news-entry__title {
  border-bottom: 1px solid #00A0E9;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.p-news-entry__date {
  color: #00A0E9;
}
.p-news-entry__contents {
  margin-top: 3em;
  margin-bottom: 9.1428571429%;
}
.p-news-archive {
  justify-content: space-between;
  margin-top: 9.1428571429%;
  align-items: stretch;
}
.p-news-archive__block:first-child {
  margin-bottom: 5.7142857143%;
}
.p-news-archive-list {
  width: 100%;
  margin-top: 1em;
}
.p-news-archive-list > * {
  border-bottom: 1px solid #bfbbbb;
  padding: 0.5em 1em;
}
.p-news-archive-list--year {
  display: flex;
  border-bottom: 1px solid #bfbbbb;
  flex-wrap: wrap;
}
.p-news-archive-list--year > * {
  border-bottom: 0;
}

.p-login {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: clamp(1rem, 0.9440559441rem + 0.2797202797vw, 1.25rem);
}
@media screen and (min-width: 1080px) {
  .p-login {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    font-size: clamp(0.75rem, 0.6940559441rem + 0.2797202797vw, 1rem);
  }
}
.p-login-information {
  flex-grow: 1;
  width: 90%;
}
@media screen and (min-width: 1080px) {
  .p-login-information {
    width: auto;
  }
}
.p-login-form {
  margin-top: 5.7142857143%;
  width: 90%;
}
@media screen and (min-width: 1080px) {
  .p-login-form {
    margin-top: 0;
    width: auto;
  }
}
.p-login-form input[type=text], .p-login-form input[type=password] {
  border: 1px solid #00A0E9;
}
.p-login-note {
  margin-top: 1.5em;
  list-style: disc;
  margin-left: 1.5em;
}

.p-item-note {
  color: rgb(202, 0, 109);
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
.p-item-menu {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-item-menu-title {
  font-size: clamp(1.25rem, 1.1940559441rem + 0.2797202797vw, 1.5rem);
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
}
.p-item-menu-title > * {
  color: #00A0E9;
  display: block;
  font-size: clamp(0.75rem, 0.6940559441rem + 0.2797202797vw, 1rem);
}
.p-item-menu-title::after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  left: calc(100% + 0.5em);
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #00A0E9;
  border-right: 2px solid #00A0E9;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .p-item-menu-title::after {
    transform: rotate(-45deg);
    bottom: 0.3em;
  }
}
.p-item-menu-title.is-active::after {
  transform: rotate(-45deg);
  bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .p-item-menu-title.is-active::after {
    transform: rotate(135deg);
    bottom: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  .p-item-menu {
    display: flex;
    flex-direction: row;
  }
}
.p-item-menu > * {
  width: 100%;
  position: relative;
  padding-left: 1.5em;
}
.p-item-menu > * a {
  display: block;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-item-menu > * {
    margin-right: 2%;
    width: 18.4%;
    font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  }
  .p-item-menu > *:nth-child(5n) {
    margin-right: 0;
  }
}
.p-item-menu__child {
  display: none;
  background: #caedfe;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-item-menu__child {
    position: absolute;
    z-index: 1;
  }
}
.p-item-menu__child--second > * {
  position: relative;
  padding-left: 1.5em;
}
.p-item-menu__child--third {
  width: 100%;
  background: #dcf3fe;
}
@media screen and (min-width: 768px) {
  .p-item-menu__child--third {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
  }
}
.p-item-menu__child a {
  transition: 0.1s color ease-out;
}
.p-item-menu__child a:hover {
  color: #00A0E9;
}
.p-item-list-number {
  margin-top: 5.7142857143%;
  margin-bottom: 2.8571428571%;
}
.p-item-list-number__main > span {
  font-size: clamp(1rem, 0.9440559441rem + 0.2797202797vw, 1.25rem);
}
.p-item-request {
  border-top: 1px solid #00A0E9;
  padding: 1em 0;
  display: none;
  margin-top: 2em;
}
.p-item-request--border-none {
  border-top: none;
  padding-top: 0;
}
.p-item-request--border-bottom {
  border-bottom: 1px solid #00A0E9;
}
.p-item-request__item > * {
  padding-left: 1em;
  position: relative;
}
.p-item-request__item > *::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 5px solid #00A0E9;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
.p-item-request__choice {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-request__choice {
    font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  }
}
.p-item-request__button {
  margin-top: 0.5em;
  border-top: 1px solid #00A0E9;
  padding-top: 1em;
  text-align: center;
}
.p-item-request__button--border-none {
  border-top: none;
}
.p-item-request__button > input {
  background: #00A0E9;
  color: #fff;
  border: none;
  padding: 0.5em;
  margin: 0 0.3em 1em 0.3em;
}
@media screen and (min-width: 1080px) {
  .p-item-request__button > input {
    padding: 0.3em;
    min-width: 17em;
  }
}
.p-item-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-list > * {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 4%;
  display: flex;
  flex-direction: column;
}
.p-item-list > *:nth-child(2n) {
  margin-right: 0;
}
.p-item-list > * input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-item-list > * {
    width: 22.75%;
    margin-right: 3%;
    font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  }
  .p-item-list > *:nth-child(2n) {
    margin-right: 3%;
  }
  .p-item-list > *:nth-child(4n) {
    margin-right: 0;
  }
  .p-item-list > * input[type=checkbox] {
    width: auto;
    height: auto;
  }
}
.p-item-list__image {
  margin-bottom: 3%;
  display: block;
  transition: opacity 0.4s ease-out;
}
.p-item-list__image img {
  width: 100%;
}
.p-item-list__image:hover {
  opacity: 0.5;
}
.p-item-list__item-name {
  margin-bottom: 0.5em;
  display: flex;
  align-items: start;
}
.p-item-list__item-name > *:first-child {
  margin-right: 0.5em;
  flex-grow: 1;
}
.p-item-list__new {
  font-weight: bold;
  margin-right: 0.5em;
  color: #00A0E9;
}
.p-item-list__new--red {
  color: #f33b28;
}
.p-item-list__new--orange {
  color: #f99135;
}
.p-item-detail {
  display: flex;
  margin-top: 4%;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-item-detail {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2.8571428571%;
  }
}
.p-item-detail a {
  color: #00A0E9;
}
@media screen and (min-width: 768px) {
  .p-item-detail__image {
    width: 51.8%;
  }
}
@media screen and (min-width: 768px) {
  .p-item-detail__image {
    font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  }
}
.p-item-detail__image img {
  display: inline;
  margin-inline: auto;
  width: 100% !important;
  height: auto !important;
}
.p-item-detail__image iframe {
  max-width: 100% !important;
  margin-inline: auto;
}
.p-item-detail__data {
  width: 100%;
  margin-top: 5.7142857143%;
}
@media screen and (min-width: 768px) {
  .p-item-detail__data {
    width: 44%;
    margin-top: 0;
    font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  }
}
.p-item-detail-information {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-item-detail-information {
    font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  }
}
.p-item-detail-information-list {
  display: flex;
}
.p-item-detail-information-list > * {
  padding: 0.5em 0;
}
.p-item-detail-information-list__label {
  width: 20%;
}
.p-item-detail-information-list__label::after {
  content: ":";
  margin-left: 0.5em;
}
.p-item-detail-information-list__particulars {
  width: 80%;
}
.p-item-detail-information-list__particulars a {
  display: inline-block;
  margin-right: 0.5em;
  text-decoration: underline;
}
.p-item-detail-stock {
  display: flex;
  margin: 2em auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-item-detail-stock {
    font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  }
}
.p-item-detail-stock__num {
  border: 1px solid #00A0E9;
  padding: 0.3em;
  color: #00A0E9;
  min-width: 9em;
}
.p-item-detail-stock__button {
  display: block;
  background: #00A0E9;
  color: #fff !important;
  padding: 0.3em;
  margin-left: 0.5em;
  min-width: 12em;
}
.p-item-detail-contact {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-item-detail-contact {
    font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  }
}
.p-item-detail-contact__item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #00A0E9;
  padding: 0.5em;
  align-items: center;
}
.p-item-detail-contact__item > *:first-child {
  min-width: 5em;
}
.p-item-detail-contact__item > *:last-child {
  flex-grow: 1;
}
.p-item-detail-contact textarea {
  width: 100%;
}
.p-item-detail-contact-send {
  display: flex;
  padding-top: 1em;
  justify-content: center;
}
.p-item-detail-contact-send input {
  min-width: 8em;
  background: #00A0E9;
  color: #fff;
  border: none;
  padding: 0.3em;
  margin-right: 0.5em;
  margin-left: 0.5em;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.p-item-detail-contact-send input:hover {
  background: rgb(109, 194, 241);
}
.p-item-detail-contact-send .reset {
  background: #c0c0c0;
  color: #4f4f4f;
}
.p-item-detail-contact-send .reset:hover {
  background: #f5f5f5;
}
.p-item-detail-contact-send .return {
  background: #fff;
  color: #00A0E9;
  border: 1px solid #00A0E9;
}
.p-item-detail-contact-send .return:hover {
  background: #00A0E9;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-item-file {
    font-size: clamp(0.625rem, 0.5690559441rem + 0.2797202797vw, 0.875rem);
  }
}
.p-item-file-button {
  display: inline-block;
  min-width: 8em;
  background: #00A0E9;
  color: #fff;
  border: none;
  padding: 0.3em;
  margin-right: 0.5em;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.p-item-file-button:hover {
  background: rgb(109, 194, 241);
}
.p-item-file-button-delete {
  background: #c0c0c0;
  color: #4f4f4f;
  padding: 0.3em;
  margin-left: 0.5em;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.p-item-file-button-delete:hover {
  background: #f5f5f5;
}

.js-checkNw-active {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .js-checkNw-active {
    flex-direction: row;
  }
}

.p-item-form {
  margin-top: 5.7142857143%;
  width: 100%;
}
.p-item-form--require::after {
  content: "※";
  color: #f33b28;
  display: inline-block;
  margin-left: 0.5em;
}
.p-item-form__line {
  display: flex;
  padding: 2em 0;
  border-top: 1px solid #00A0E9;
  align-items: center;
  flex-direction: column;
}
.p-item-form__line > *:first-child {
  width: 100%;
  margin-bottom: 0.5em;
  font-weight: bold;
  display: block;
  text-align: left;
}
.p-item-form__line > *:last-child {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-item-form__line {
    flex-direction: row;
  }
  .p-item-form__line > *:first-child {
    width: auto;
    min-width: 15em;
    margin-bottom: 0;
    font-weight: normal;
  }
  .p-item-form__line > *:last-child {
    flex-grow: 1;
    width: auto;
  }
}
.p-item-form__line input[type=text], .p-item-form__line textarea {
  width: 100%;
  border: 1px solid #00A0E9;
  padding: 0.5em;
}
.p-item-form__line input[type=date] {
  border: 1px solid #00A0E9;
  padding: 0.5em;
}
.p-item-form-new-address {
  margin-top: 2em;
}
.p-item-form-new-address--confirm {
  margin-top: 0.3em;
}
.p-item-form-new-address__line {
  display: flex;
  padding: 0.5em 0;
  align-items: center;
}
.p-item-form-new-address__line > *:first-child {
  min-width: 5rem;
}
.p-item-form-new-address__line > *:last-child {
  flex-grow: 1;
}
.p-item-form-new-address__line input[type=text], .p-item-form-new-address__line textarea {
  width: 100%;
  border: 1px solid #00A0E9;
  padding: 0.5em;
}
.p-item-form-new-address__line input.zip {
  max-width: 8em;
}
.p-item-form-has-radio {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0;
}
.p-item-form-has-radio > * {
  display: inline-block;
  vertical-align: middle;
}
.p-item-form-has-radio input[type=radio], .p-item-form-has-radio input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  .p-item-form-has-radio {
    line-height: inherit;
  }
  .p-item-form-has-radio input[type=radio], .p-item-form-has-radio input[type=checkbox] {
    width: auto;
    height: auto;
    margin-right: 0.3em;
  }
}

.change-address {
  display: none;
}

.ui-input-purpose-required,
.ui-input-description-required,
.ui-input-period-required {
  display: flex;
  flex-wrap: wrap;
}
.ui-input-purpose-required > label,
.ui-input-description-required > label,
.ui-input-period-required > label {
  display: block;
  margin-right: 2em;
}

.ui-form-is-error {
  display: block;
  border: 1px solid #f33b28;
  padding: 0.2em;
  margin-top: 1em;
}

.u-max-width {
  max-width: 1750px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 1750px) {
  .u-max-width {
    padding-left: 0;
    padding-right: 0;
  }
}
.u-max-width--has-top-margin {
  margin-top: 5.7142857143%;
}

.u-lg-width {
  max-width: 1100px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 1080px) {
  .u-lg-width {
    padding-left: 0;
    padding-right: 0;
  }
}
.u-lg-width--has-top-margin {
  margin-top: 5.7142857143%;
}

.u-position-text-center {
  text-align: center;
}
.u-position-text-left {
  text-align: left;
}
.u-position-text-right {
  text-align: right;
}

.u-margin-b--1em {
  margin-bottom: 1em;
}
.u-margin-b--1em-sp {
  margin-bottom: 1em;
}
@media screen and (min-width: 1080px) {
  .u-margin-b--1em-sp {
    margin-bottom: auto;
  }
}
.u-margin-b--2em {
  margin-bottom: 2em;
}
.u-margin-b--2em-sp {
  margin-bottom: 2em;
}
@media screen and (min-width: 1080px) {
  .u-margin-b--2em-sp {
    margin-bottom: auto;
  }
}
.u-margin-b--3em {
  margin-bottom: 3em;
}
.u-margin-b--3em-sp {
  margin-bottom: 3em;
}
@media screen and (min-width: 1080px) {
  .u-margin-b--3em-sp {
    margin-bottom: auto;
  }
}
.u-margin-t--1em {
  margin-top: 1em;
}
.u-margin-t--1em-sp {
  margin-top: 1em;
}
@media screen and (min-width: 1080px) {
  .u-margin-t--1em-sp {
    margin-top: auto;
  }
}
.u-margin-t--2em {
  margin-top: 2em;
}
.u-margin-t--2em-sp {
  margin-top: 2em;
}
@media screen and (min-width: 1080px) {
  .u-margin-t--2em-sp {
    margin-top: auto;
  }
}
.u-margin-t--3em {
  margin-top: 3em;
}
.u-margin-t--3em-sp {
  margin-top: 3em;
}
@media screen and (min-width: 1080px) {
  .u-margin-t--3em-sp {
    margin-top: auto;
  }
}
.u-margin-all--1em {
  margin: 1em;
}

.u-pagination {
  display: flex;
  justify-content: start;
  margin-inline: auto;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  padding-bottom: 0.5em;
  margin-top: 5em;
}
@media screen and (min-width: 768px) {
  .u-pagination {
    overflow-x: auto;
    padding-bottom: 0;
  }
}
.u-pagination > * {
  margin-right: 0.5em;
}
.u-pagination__link {
  display: block;
  border: 1px solid #00A0E9;
  padding: 0.5em;
  color: #00A0E9;
}
.u-pagination__link--active {
  background: #00A0E9;
  color: #fff;
}

.u-form-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0.5em 1em;
  line-height: 1em;
  transition: 0.4s;
}
.u-form-button--blue {
  background: #00A0E9;
  border: 1px solid #00A0E9;
  color: #fff;
}
.u-form-button--blue:hover {
  background: #dbf4ff;
  color: #00A0E9;
}

.u-breadcrumb {
  display: flex;
  justify-content: start;
  background: #caedfe;
  padding: 0.5em;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .u-breadcrumb {
    justify-content: center;
    overflow-x: auto;
  }
}
.u-breadcrumb > * {
  color: #00A0E9;
}
.u-breadcrumb > *::after {
  content: "＞";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #4f4f4f;
}
.u-breadcrumb > *:last-child::after {
  content: none;
}
.u-breadcrumb > * > a {
  color: #4f4f4f;
}

.u-text-color--red {
  color: #f33b28;
}

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