.section-catalog .toggle-checkbox {
  display: none;
}
.section-catalog .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-catalog .list-common-catalog {
  padding-bottom: 0;
}
@media print, (min-width: 767px) {
  .section-catalog .catalog-category {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-catalog .catalog-category {
    margin-bottom: 1.2rem;
  }
}
.section-catalog .catalog-category.is-before-initial .content-search,
.section-catalog .catalog-category.is-before-initial .content-detail,
.section-catalog .catalog-category.is-before-initial .list-catalog-products, .section-catalog .catalog-category.is-initial .content-search,
.section-catalog .catalog-category.is-initial .content-detail,
.section-catalog .catalog-category.is-initial .list-catalog-products {
  display: none;
}
.section-catalog .catalog-category.is-filtering .content-detail {
  display: none;
}
.section-catalog .catalog-category.is-end .list-catalog-products {
  display: none;
}
.section-catalog .detail-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.6rem;
  gap: 0.2rem;
}
.section-catalog .content-title .title-search {
  display: none;
  position: relative;
  z-index: 3;
}
.section-catalog .content-title .toggle-search {
  position: relative;
  z-index: 1;
}
.section-catalog .content-title:last-child .title-search {
  display: block;
}
.section-catalog .toggle-search {
  display: inline-block;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  color: #4a80c0;
  text-decoration: underline;
  cursor: pointer;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
.section-catalog .title-icon {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (hover: hover) {
  .section-catalog .title-icon:hover {
    opacity: 0.8;
  }
}
.section-catalog .content-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s, opacity 0.1s, visibility 0.1s;
  transition: height 0.3s, opacity 0.1s, visibility 0.1s;
  opacity: 0;
  pointer-events: none;
}
.section-catalog .content-search .search-form {
  margin-bottom: 0;
}
.section-catalog .toggle-checkbox:checked ~ .content-search {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.section-catalog .detail-result {
  display: block;
}
@media print, (min-width: 767px) {
  .section-catalog {
    padding: 100px 0;
  }
  .section-catalog .wrapper {
    max-width: 900px;
  }
  .section-catalog .title-common-secondary {
    margin-bottom: 60px;
  }
  .section-catalog .title-common-secondary.is-spacing {
    margin-bottom: 45px;
  }
  .section-catalog .list-catalog-products {
    margin-top: 47px;
  }
  .section-catalog .content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
  }
  .section-catalog .content-title .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 26px;
  }
  .section-catalog .content-title .title-wrapper::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 0.16rem;
    height: 0.16rem;
    background: url("../img/common/decoration_img_02.svg") center/100% auto no-repeat;
  }
  .section-catalog .content-title .title-text {
    padding-right: 17px;
    font-size: 0.22rem;
  }
  .section-catalog .content-title .title-search {
    padding-top: 5px;
    padding-left: 98px;
    font-size: 0.2rem;
  }
  .section-catalog .content-title .title-icon {
    width: 42px;
    height: 42px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .section-catalog .content-title:first-child {
    margin-top: 0;
  }
  .section-catalog .content-title:first-child .title-wrapper {
    padding-left: 0;
  }
  .section-catalog .content-title:first-child .title-wrapper::before {
    display: none;
  }
  .section-catalog .content-title:last-child .title-search {
    display: block;
  }
  .section-catalog .toggle-checkbox:checked ~ .content-search {
    height: 90px;
    opacity: 1;
  }
  .section-catalog .content-detail {
    padding-top: 60px;
  }
  .section-catalog .detail-result {
    margin-bottom: 40px;
  }
  .section-catalog .toggle-search {
    min-width: 230px;
  }
}
@media print and (hover: hover), (min-width: 767px) and (hover: hover) {
  .section-catalog .toggle-search:hover {
    text-decoration-color: transparent;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-catalog {
    padding: 0.6rem 0 2.5rem;
  }
  .section-catalog .content-title {
    margin-bottom: 0.2rem;
  }
  .section-catalog .content-title:last-child .title-inner::before {
    display: block;
  }
  .section-catalog .title-common-secondary {
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
  }
  .section-catalog .title-inner {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.25rem 0;
  }
  .section-catalog .title-inner::before {
    content: "";
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -0.4rem;
    bottom: 0;
    left: -0.4rem;
    background-color: #ecf2f9;
  }
  .section-catalog .title-icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .section-catalog .title-text {
    font-size: 0.32rem;
  }
  .section-catalog .title-search {
    margin-top: 0.2rem;
    margin-left: auto;
    font-size: 0.28rem;
    text-align: right;
  }
  .section-catalog .list-catalog-products {
    margin-top: 0.8rem;
  }
  .section-catalog .toggle-checkbox:checked ~ .content-search {
    height: 1.02rem;
  }
  .section-catalog .content-detail {
    padding-top: 0.5rem;
  }
  .section-catalog .detail-result {
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
  }
}

.section-catalog-products {
  background-color: #f2f5f5;
}
.section-catalog-products .products-wrapper {
  margin-bottom: 1.2rem;
}
.section-catalog-products .products-wrapper:last-child {
  margin-bottom: 0;
}
.section-catalog-products .title-common-tertiary {
  margin-bottom: 0.8rem;
}
.section-catalog-products .title-common-primary {
  margin-bottom: 0.6rem;
}
@media print, (min-width: 767px) {
  .section-catalog-products {
    padding: 100px 0 200px;
  }
  .section-catalog-products .title-common-primary {
    padding-bottom: 11px;
    font-size: 0.24rem;
    line-height: 1.625;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-catalog-products {
    padding: 0.6rem 0 2.2rem;
  }
  .section-catalog-products .title-common-primary {
    font-size: 0.28rem;
  }
}

.list-catalog-products .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-catalog-products .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.07rem 0.13rem;
  overflow: hidden;
  -webkit-column-gap: 0.05rem;
     -moz-column-gap: 0.05rem;
          column-gap: 0.05rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #4a80c0;
  border-radius: 0.33rem;
  opacity: 1;
  color: #4a80c0;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) {
  .list-catalog-products .item-wrapper:hover {
    opacity: 0.8;
  }
}
.list-catalog-products .item-image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.list-catalog-products .item-text {
  display: inline-block;
  line-height: 1.28125;
}
@media print, (min-width: 767px) {
  .list-catalog-products .item-image {
    width: 50px;
    height: 50px;
  }
  .list-catalog-products .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 19px;
  }
  .list-catalog-products .list-item {
    width: 33.3333333333%;
    max-width: 287px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-catalog-products .list-item {
    margin-bottom: 0.2rem;
  }
  .list-catalog-products .list-item:last-child {
    margin-bottom: 0;
  }
  .list-catalog-products .item-text {
    font-size: 0.28rem;
  }
  .list-catalog-products .item-image {
    width: 1rem;
    height: 1rem;
  }
}

.button-common-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.button-common-more .button-icon {
  display: block;
}
@media (hover: hover) {
  .button-common-more:hover {
    opacity: 0.8;
  }
}
@media print, (min-width: 767px) {
  .button-common-more {
    min-height: 41px;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    font-size: 0.22rem;
  }
  .button-common-more .button-icon {
    width: 41px;
    height: 41px;
  }
}
@media only screen and (max-width: 766.98px) {
  .button-common-more {
    -webkit-column-gap: 0.2rem;
       -moz-column-gap: 0.2rem;
            column-gap: 0.2rem;
    font-size: 0.28rem;
  }
  .button-common-more .button-icon {
    width: 0.58rem;
    height: 0.58rem;
  }
}

.section-catalog-keyword .keyword-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, (min-width: 767px) {
  .section-catalog-keyword {
    padding: 100px 0 200px;
  }
  .section-catalog-keyword .wrapper {
    max-width: 900px;
  }
  .section-catalog-keyword .list-common-accordion {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-catalog-keyword {
    padding: 0.6rem 0 2.5rem;
  }
  .section-catalog-keyword .title-common-tertiary {
    margin-bottom: 0.47rem;
  }
  .section-catalog-keyword .list-common-accordion {
    margin-bottom: 0.75rem;
  }
}

.section-catalog-category .keyword-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-catalog-category .pagination-common-primary {
  border-top: 1px solid #9d9d9d;
}
@media print, (min-width: 767px) {
  .section-catalog-category {
    padding: 100px 0px 200px;
  }
  .section-catalog-category .wrapper {
    max-width: 900px;
  }
  .section-catalog-category .title-common-tertiary {
    margin-bottom: 60px;
  }
  .section-catalog-category .block-common-search .search-form {
    margin-bottom: 80px;
  }
  .section-catalog-category .block-common-search .block-result {
    margin-bottom: 60px;
  }
  .section-catalog-category .list-common-accordion {
    margin-bottom: 100px;
  }
  .section-catalog-category .pagination-common-primary {
    margin-bottom: 185px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-catalog-category {
    padding: 0.62rem 0 1.55rem;
  }
  .section-catalog-category .title-common-tertiary {
    margin-bottom: 0.62rem;
    line-height: 1.4444444444;
  }
  .section-catalog-category .list-common-accordion {
    margin-bottom: 0.75rem;
  }
  .section-catalog-category .pagination-common-primary {
    margin: 0.38rem -0.15rem 1.43rem;
    padding-top: 0.82rem;
  }
  .section-catalog-category .block-common-search .block-result {
    margin-bottom: 0.4rem;
  }
}

.block-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6rem 0 1.2rem;
  font-weight: 700;
}
.block-error .error-text {
  margin-bottom: 0;
}
@media print, (min-width: 767px) {
  .block-error {
    font-size: 0.34rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .block-error {
    font-size: 0.3rem;
  }
}