/* default settings */
.btn-wrapper {
  position: relative;
  overflow: hidden;
}
.btn-wrapper .--hover {
  background-color: #EE6F7E;
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.btn-wrapper .ico {
  display: block;
  width: 1rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 100%;
  right: auto;
  -webkit-transform: translate(-2.5rem, -50%);
          transform: translate(-2.5rem, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.btn-wrapper .ico::before, .btn-wrapper .ico::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
}
.btn-wrapper .ico::before {
  width: 100%;
  bottom: 0;
  left: 0;
}
.btn-wrapper .ico::after {
  width: 0.5rem;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 751px) {
  .btn-wrapper:hover .--hover {
    width: 100%;
  }
  .btn-wrapper:hover .ico {
    width: 1.25rem;
  }
  .btn-wrapper:hover .ico:before {
    width: 100%;
  }
}

/* CUSTOM STYLES */
/* =================================================================== */
.page-catalog .sub-kv {
  padding-bottom: 3.8125rem;
}
@media (max-width: 750px) {
  .page-catalog .sub-kv {
    padding-bottom: 2.875rem;
  }
}
.page-catalog .card {
  padding-bottom: 10rem;
}
@media (max-width: 750px) {
  .page-catalog .card {
    padding-bottom: 6.5rem;
    overflow: hidden;
  }
}
@media (min-width: 751px) {
  .page-catalog .card .inner {
    width: 85.375rem;
    margin: 0 auto;
  }
}
.page-catalog .card__item {
  overflow: hidden;
  position: relative;
  background: #FBFAF8 no-repeat top left;
  background-size: cover;
}
@media (min-width: 751px) {
  .page-catalog .card__item .c-wrap {
    position: relative;
    width: 60rem;
    margin-inline: auto;
  }
}
.page-catalog .card__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 751px) {
  .page-catalog .card__item .c-content {
    width: 23.75rem;
  }
}
@media (max-width: 750px) {
  .page-catalog .card__item .c-content {
    width: 18.5rem;
    margin-inline: auto;
  }
}
.page-catalog .card__item .c-ttl {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #EE6F7E;
  text-align: center;
  margin: 0;
  padding-bottom: 1rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item .c-ttl {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.page-catalog .card__item .c-ttl .--bold {
  display: block;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.1666666667;
  margin-bottom: 0.75rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item .c-ttl .--bold {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: -2px;
  }
}
.page-catalog .card__item .c-ttl__logo {
  margin-top: 0.9375rem;
  display: block;
}
@media (max-width: 750px) {
  .page-catalog .card__item .c-ttl__logo {
    margin-top: 0.6875rem;
  }
}
.page-catalog .card__item .c-ttl__logo img {
  width: 6.9375rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item .c-ttl__logo img {
    width: 5.875rem;
  }
}
.page-catalog .card__item .c-txt {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  letter-spacing: 0.06em;
  color: #000;
  font-weight: 300;
  margin-top: 1.3125rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item .c-txt {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 0.8125rem;
  }
}
.page-catalog .card__item .c-link {
  display: block;
  width: 20.9375rem;
  height: 3.5rem;
  margin: 0 auto;
  margin-top: 1.25rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item .c-link {
    margin-top: 1.3125rem;
  }
}
.page-catalog .card__item .c-link a {
  display: block;
  text-decoration: none;
}
.page-catalog .card__item .c-link .btn-wrapper {
  overflow: hidden;
  border-radius: 0.25rem;
}
.page-catalog .card__item .c-link .btn-pdf {
  width: 20.9375rem;
  height: 3.5rem;
  color: #fff;
  background-color: #474848;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.page-catalog .card__item .c-link .btn-pdf.--active {
  background-color: #EE6F7E;
}
@media (min-width: 751px) {
  .page-catalog .card__item .c-photo {
    position: absolute;
  }
}
@media (max-width: 750px) {
  .page-catalog .card__item .c-photo {
    text-align: center;
  }
}
.page-catalog .card__item--01 {
  padding-block: 5.125rem 5.1875rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item--01 {
    padding-block: 1.125rem 2.5rem;
  }
}
@media (min-width: 751px) {
  .page-catalog .card__item--01 .c-photo {
    width: 39.3125rem;
    top: -3.9375rem;
    right: -5.875rem;
  }
}
@media (max-width: 750px) {
  .page-catalog .card__item--01 .c-photo {
    margin-bottom: -3px;
  }
  .page-catalog .card__item--01 .c-photo img {
    width: 21.0625rem;
  }
}
.page-catalog .card__item--02 {
  padding-block: 5.75rem 5.4375rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item--02 {
    padding-block: 1.9375rem 2.5rem;
  }
}
.page-catalog .card__item--02 .c-ttl {
  padding-bottom: 0.9375rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item--02 .c-ttl {
    padding-bottom: 0.4375rem;
  }
}
@media (min-width: 751px) {
  .page-catalog .card__item--02 .c-photo {
    width: 39.875rem;
    top: -4.5625rem;
    right: -5.875rem;
  }
}
@media (max-width: 750px) {
  .page-catalog .card__item--02 .c-photo {
    margin-bottom: 1.25rem;
  }
  .page-catalog .card__item--02 .c-photo img {
    width: 22.6875rem;
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
}
.page-catalog .card__item--03 {
  padding-block: 5.75rem 7.125rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item--03 {
    padding-block: 1.6875rem 2.5rem;
  }
}
.page-catalog .card__item--03 .c-ttl {
  padding-bottom: 0.875rem;
  font-size: 2.25rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item--03 .c-ttl {
    padding-bottom: 0.25rem;
    font-size: 1.75rem;
  }
}
.page-catalog .card__item--03 .c-ttl .--bold {
  font-size: 1.5rem;
  margin-bottom: 0.5625rem;
}
@media (max-width: 750px) {
  .page-catalog .card__item--03 .c-ttl .--bold {
    font-size: 1.125rem;
    margin-bottom: -0.3125rem;
  }
}
@media (min-width: 751px) {
  .page-catalog .card__item--03 .c-photo {
    width: 39.875rem;
    top: -4.5625rem;
    right: -5.875rem;
  }
}
@media (max-width: 750px) {
  .page-catalog .card__item--03 .c-photo {
    margin-bottom: 0.8125rem;
  }
  .page-catalog .card__item--03 .c-photo img {
    width: 22.6875rem;
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
}

@media (min-width: 751px) {
  .page-catalog .card__item--01 {
    background-image: url("../../images/catalog/mask01.webp");
  }
  .page-catalog .card__item--02 {
    background-image: url("../../images/catalog/mask02.webp");
  }
  .page-catalog .card__item--03 {
    background-image: url("../../images/catalog/mask03.webp");
  }
}
@media (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2) {
  .page-catalog .card__item--01 {
    background-image: url("../../images/catalog/mask01@2x.webp");
  }
  .page-catalog .card__item--02 {
    background-image: url("../../images/catalog/mask02@2x.webp");
  }
  .page-catalog .card__item--03 {
    background-image: url("../../images/catalog/mask03@2x.webp");
  }
}
@media (max-width: 750px) {
  .page-catalog .sub-kv .sub-kv__desc {
    text-align: center;
  }
  .page-catalog .card .inner {
    width: 100%;
    padding-inline: 0;
  }
  .page-catalog .card__item--01 {
    background: url("../../images/catalog/mask01-sp@3x.webp") #FBFAF8 no-repeat top left;
    background-size: cover;
  }
  .page-catalog .card__item--02 {
    background: url("../../images/catalog/mask02-sp@3x.webp") #FBFAF8 no-repeat top left;
    background-size: cover;
  }
  .page-catalog .card__item--03 {
    background: url("../../images/catalog/mask03-sp@3x.webp") #FBFAF8 no-repeat top left;
    background-size: cover;
  }
  .page-catalog .card__item .c-link {
    width: 18.4375rem;
    height: 3.5rem;
    margin-inline: auto;
  }
  .page-catalog .card__item .c-link .btn-pdf {
    width: 18.4375rem;
    height: 3.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}