.is-pc {
  display: none;
}
@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }
}
.is-sp {
  display: block;
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none;
  }
}
html:root {
  scroll-behavior: unset;
}
head + body {
  width: 100%;
}
.l-category {
  width: 100%;
  padding: 24px 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Hiragino Sans", "Hiragino Sans GB", var(--font-noto-sans-jp), sans-serif;
  background-color: #EEF2F6;
}
@media screen and (min-width: 901px) {
  .l-category {
    padding: 0;
  }
}
.l-category__wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.l-category__breadcrumb {
  position: relative;
}
.l-category__ttl {
  position: relative;
  margin-bottom: 32px;
}
.l-category__ttl h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 0;
  color: #1b1b1b;
}
.l-category__cnt {
  position: relative;
}
.l-category__linkall {
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
}
.l-category__linkall a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.02em;
  background: url("data:image/svg+xml;utf8,<svg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L7 7L1 13' stroke='%23006CA0' stroke-width='1.5'/></svg>") center right no-repeat;
  padding-right: 16px;
  color: #006ca0;
}
@media screen and (min-width: 901px) {
  .l-category__linkall a:hover {
    text-decoration: underline;
  }
}
.p-category {
  position: relative;
  width: 100%;
}
.p-category__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 4px;
}
.p-category__link a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.02em;
  background: url("data:image/svg+xml;utf8,<svg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L7 7L1 13' stroke='%23006CA0' stroke-width='1.5'/></svg>") center right no-repeat;
  padding-right: 16px;
  color: #006ca0;
}
@media screen and (min-width: 901px) {
  .p-category__link a:hover {
    text-decoration: underline;
  }
}
.p-category__ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #1b1b1b;
  padding-bottom: 8px;
}
.p-category__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  grid-gap: 32px;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .p-category__cnt {
    padding: 16px;
  }
}
.c-category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-category__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  color: #1b1b1b;
  margin-bottom: 16px;
}
.c-category__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 8px;
  gap: 8px;
}
.c-categoryttl__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  line-height: inherit;
}
.c-categoryttl__ico {
  display: block;
  width: 24px;
  height: 24px;
}
.c-categoryttl__ico svg circle {
  stroke: #1b1b1b;
}
.c-categoryttl__ico svg path {
  fill: #1b1b1b;
}
@media screen and (min-width: 901px) {
  .c-categoryttl__ico svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-categoryttl:hover .c-categoryttl__ico svg {
    fill: #f0f4f9;
  }
}
.c-categoryItm__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  text-align: start;
  word-break: break-word;
  border: 0.5px solid #302D34;
  border-radius: 2px;
  color: #302D34;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, background-color 0.2s, color 0.2s;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
@media screen and (min-width: 901px) {
  .c-categoryItm__link {
    white-space: nowrap;
  }
  .c-categoryItm__link:hover {
    border-color: #A0A0A0;
    background: #A2A0A4;
    color: #fff;
  }
}

main > div:not(.bg-color-bg):not(#wrapper.feature-static-page), main > section {
  background-color: #EEF2F6 !important;
}