/* catalog-list
---------------------------------------------------- */
.catalog-cate-list ul {
  display: flex;
  flex-wrap: wrap;
}
.catalog-cate-list ul .cate-btn {
  width: calc(25% - 0.75em);
  margin-right: 1em;
  margin-bottom: 1em;
}
.catalog-cate-list ul .cate-btn:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .catalog-cate-list ul .cate-btn {
    width: calc(50% - 0.5em);
  }
  .catalog-cate-list ul .cate-btn:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-cate-list ul .cate-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.6em;
  }
}
.catalog-cate-list ul .cate-btn a {
  color: #fff;
  background-color: #acb4be;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  width: 100%;
  opacity: 1;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .catalog-cate-list ul .cate-btn a {
    font-size: 0.95em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
@media screen and (min-width: 992px) {
  .catalog-cate-list ul .cate-btn a:hover {
    opacity: 0.6;
  }
}
.catalog-cate-list ul .cate-btn.__current a {
  background-color: #2d588c;
}

.sec-catalog-list .cate-ttl {
  padding-bottom: 0.4em;
  border-bottom: solid 1px #c7c7c7;
  margin-top: 4em;
}
.sec-catalog-list .cate-ttl h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.75rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-list .cate-ttl h3 {
    font-size: 39px;
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .cate-ttl h3 {
    font-size: min(6.9vw, 2em);
  }
}
.sec-catalog-list .cate-ttl h3::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(../images/icon-circle4_border.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.3em;
  margin-bottom: -0.1em;
}
.sec-catalog-list .sec-content {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .sec-content {
    margin-top: 3em;
  }
}
.sec-catalog-list .sec-content .catalog-list ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec-catalog-list .sec-content .catalog-list ul .list-item {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 4em;
}
.sec-catalog-list .sec-content .catalog-list ul .list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-list .sec-content .catalog-list ul .list-item {
    width: calc(50% - 15px);
  }
  .sec-catalog-list .sec-content .catalog-list ul .list-item:nth-of-type(3n) {
    margin-right: 30px;
  }
  .sec-catalog-list .sec-content .catalog-list ul .list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .sec-content .catalog-list ul .list-item {
    width: 100%;
    max-width: 545.25px;
    margin: 0 auto;
    margin-bottom: 3em;
  }
  .sec-catalog-list .sec-content .catalog-list ul .list-item:nth-of-type(3n) {
    margin-right: auto;
  }
  .sec-catalog-list .sec-content .catalog-list ul .list-item:nth-of-type(2n) {
    margin-right: auto;
  }
}
.sec-catalog-list .sec-content .catalog-list ul .list-item a {
  width: 100%;
  opacity: 1;
  transition: all 0.4s ease;
}
.sec-catalog-list .sec-content .catalog-list ul .list-item a .item-img .img-wrap img {
  transform: scale(1.01);
  transition: all 0.48s ease;
}
.sec-catalog-list .sec-content .catalog-list ul .list-item a:hover {
  opacity: 0.6;
}
.sec-catalog-list .sec-content .catalog-list ul .list-item a:hover .item-img .img-wrap img {
  transform: scale(1.1);
}
.sec-catalog-list .sec-content .catalog-list ul .list-item .item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #acb4be;
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
}
.sec-catalog-list .sec-content .catalog-list ul .list-item .item-img .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: clip;
}
.sec-catalog-list .sec-content .catalog-list ul .list-item .item-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-catalog-list .sec-content .catalog-list ul .list-item .item-img .__cate-label {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-list .sec-content .catalog-list ul .list-item .item-img .__cate-label {
    width: 104px;
  }
}
.sec-catalog-list .sec-content .catalog-list ul .list-item .item-content .item-txt {
  margin-top: 1em;
}
.sec-catalog-list .sec-content .catalog-list ul .list-item .item-content .item-txt h4 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-list .sec-content .catalog-list ul .list-item .item-content .item-txt h4 {
    font-size: 1.25em;
  }
}
.sec-catalog-list .sec-content .catalog-list ul .list-item .item-content .item-txt p {
  font-size: 0.9em;
  letter-spacing: 0.2em;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .sec-content .catalog-list ul .list-item .item-content .item-txt p {
    font-size: 0.95em;
  }
}
.sec-catalog-list .sec-content .catalog-list ul .list-item .item-content .item-link {
  margin-top: 3em;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #c7c7c7;
}
.sec-catalog-list .sec-content .catalog-list ul .list-item .item-content .item-link a {
  margin-left: auto;
}
.sec-catalog-list .paging {
  font-family: "Cinzel", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4em;
  margin-bottom: 2em;
}
.sec-catalog-list .paging > span {
  width: 4em;
  height: 4em;
  margin: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .paging > span {
    width: 3em;
    height: 3em;
    margin: 0 0.2em;
  }
}
.sec-catalog-list .paging > span.paging-text {
  font-size: 1.25em;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-list .paging > span.paging-text {
    font-size: 1.125em;
  }
}
.sec-catalog-list .paging > span.paging-text a {
  cursor: pointer;
  font-size: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.sec-catalog-list .paging > span.paging-text a img {
  width: 0.4em;
}
.sec-catalog-list .paging > span.paging-text a:hover {
  background-color: #edf1f5;
}
.sec-catalog-list .paging > span.current {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f3f5;
}
.sec-catalog-list .paging > span.paging-prev {
  width: auto;
}
.sec-catalog-list .paging > span.paging-prev a {
  color: #333;
  opacity: 1;
}
.sec-catalog-list .paging > span.paging-prev a img {
  margin-right: 1em;
}
.sec-catalog-list .paging > span.paging-prev a:hover {
  background-color: initial;
  opacity: 0.6;
}
.sec-catalog-list .paging > span.paging-next {
  width: auto;
}
.sec-catalog-list .paging > span.paging-next a {
  color: #333;
  opacity: 1;
}
.sec-catalog-list .paging > span.paging-next a img {
  margin-left: 1em;
}
.sec-catalog-list .paging > span.paging-next a:hover {
  background-color: initial;
  opacity: 0.6;
}

/* catalog-detail
---------------------------------------------------- */
.sec-catalog-detail01 .item-cate {
  width: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-detail01 .item-cate {
    width: 104px;
  }
}
.sec-catalog-detail01 .item-ttl {
  padding-bottom: 0.4em;
  border-bottom: solid 1px #c7c7c7;
  margin-top: 1em;
}
.sec-catalog-detail01 .item-ttl h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.5rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-detail01 .item-ttl h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail01 .item-ttl h3 {
    font-size: min(6vw, 1.75em);
  }
}
.sec-catalog-detail01 .item-ttl h3::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(../images/icon-circle4_border.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.3em;
  margin-bottom: -0.1em;
}
.sec-catalog-detail01 .item-ba {
  margin-top: 4em;
}
.sec-catalog-detail01 .item-ba .ba-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-catalog-detail01 .item-ba .ba-inner .img-wrap {
  width: calc(50% - 4em);
  background-color: #acb4be;
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
  transition: all 0.48s ease;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail01 .item-ba .ba-inner .img-wrap {
    width: calc(50% - 2em);
  }
}
.sec-catalog-detail01 .item-ba .ba-inner .img-wrap:hover {
  pointer-events: none;
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.2);
  transform: translateY(-4px);
}
.sec-catalog-detail01 .item-ba .ba-inner .img-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: clip;
}
.sec-catalog-detail01 .item-ba .ba-inner .img-wrap a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sec-catalog-detail01 .item-ba .ba-inner .img-wrap a:hover {
  pointer-events: auto;
}
.sec-catalog-detail01 .item-ba .ba-inner .img-wrap .__label {
  color: #fff;
  background-color: #2d588c;
  font-size: 0.9em;
  text-align: center;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  width: 100%;
}
.sec-catalog-detail01 .item-ba .ba-inner .ba-arrow {
  width: 3em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail01 .item-ba .ba-inner .ba-arrow {
    width: 1.6em;
  }
}
.sec-catalog-detail01 .item-ba .ba-inner .ba-arrow img {
  width: 100%;
  height: auto;
}
.sec-catalog-detail01 .item-ba .__attention {
  font-family: "Shippori Mincho B1", serif;
  margin-top: 2em;
}
.sec-catalog-detail01 .item-ba .__attention ul {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail01 .item-ba .__attention ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail01 .item-ba .__attention ul li {
    font-size: 0.95em;
  }
}
.sec-catalog-detail01 .item-slider {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail01 .item-slider {
    margin-top: 4em;
  }
}
.sec-catalog-detail01 .item-slider .slider-inner {
  width: min(100%, 780px);
  margin: 0 auto;
}
.sec-catalog-detail01 .item-slider .slider-inner .slider-main {
  width: 100%;
  aspect-ratio: 3/2;
}
.sec-catalog-detail01 .item-slider .slider-inner .slider-main .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.sec-catalog-detail01 .item-slider .slider-inner .slider-main .swiper-wrapper .swiper-slide .swiper-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #acb4be;
}
.sec-catalog-detail01 .item-slider .slider-inner .slider-main .swiper-wrapper .swiper-slide .swiper-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.01);
}
.sec-catalog-detail01 .item-slider .slider-inner .__thumbnail {
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec-catalog-detail01 .item-slider .slider-inner .__thumbnail {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.sec-catalog-detail01 .item-slider .slider-inner .__thumbnail .swiper-button-next,
.sec-catalog-detail01 .item-slider .slider-inner .__thumbnail .swiper-button-prev {
  width: -moz-fit-content;
  width: fit-content;
  --swiper-navigation-color: #1a1a1a;
}
.sec-catalog-detail01 .item-slider .slider-inner .__thumbnail .swiper-button-next::after,
.sec-catalog-detail01 .item-slider .slider-inner .__thumbnail .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  width: 0.25em;
  height: 0.5em;
}
.sec-catalog-detail01 .item-slider .slider-inner .__thumbnail .swiper-button-next {
  right: -2.5em;
}
@media screen and (max-width: 991px) {
  .sec-catalog-detail01 .item-slider .slider-inner .__thumbnail .swiper-button-next {
    right: 0;
  }
}
.sec-catalog-detail01 .item-slider .slider-inner .__thumbnail .swiper-button-next::after {
  background-image: url(../images/arrow-right_dark02.png);
}
.sec-catalog-detail01 .item-slider .slider-inner .__thumbnail .swiper-button-prev {
  left: -2.5em;
}
@media screen and (max-width: 991px) {
  .sec-catalog-detail01 .item-slider .slider-inner .__thumbnail .swiper-button-prev {
    left: 0;
  }
}
.sec-catalog-detail01 .item-slider .slider-inner .__thumbnail .swiper-button-prev::after {
  background-image: url(../images/arrow-left_dark02.png);
}
.sec-catalog-detail01 .item-slider .slider-inner .slider-thumbnail {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail01 .item-slider .slider-inner .slider-thumbnail {
    margin-top: 1em;
  }
}
.sec-catalog-detail01 .item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide {
  opacity: 0.6;
  transition: opacity 0.4s;
  aspect-ratio: 3/2;
  cursor: pointer;
}
.sec-catalog-detail01 .item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-catalog-detail01 .item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.sec-catalog-detail01 .item-content {
  margin-top: 4.8em;
  font-size: 0.9em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail01 .item-content {
    margin-top: 4em;
    font-size: 0.95em;
  }
}

.sec-catalog-detail02 {
  background-color: #f2f3f5;
}
.sec-catalog-detail02 .sec-content {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail02 .sec-content {
    margin-top: 2em;
  }
}
.sec-catalog-detail02 .detail-list dl {
  display: flex;
  font-size: 0.95em;
  padding: 1em 0;
  border-bottom: solid 1px #c7c7c7;
}
.sec-catalog-detail02 .detail-list dl:nth-of-type(1) {
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail02 .detail-list dl {
    display: block;
  }
}
.sec-catalog-detail02 .detail-list dl dt {
  color: #35547b;
  font-size: 1em;
  font-weight: 400;
  width: 25rem;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail02 .detail-list dl dt {
    width: 100%;
  }
}
.sec-catalog-detail02 .detail-list dl dd {
  font-size: 1em;
  width: calc(100% - 25rem);
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail02 .detail-list dl dd {
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
  }
}
.sec-catalog-detail02 .detail-contact {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail02 .detail-contact {
    margin-top: 4em;
  }
}
.sec-catalog-detail02 .detail-contact h4 {
  text-align: center;
  color: #2d588c;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-detail02 .detail-contact h4 {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 991px) {
  .sec-catalog-detail02 .detail-contact h4 {
    font-size: 1.25em;
  }
}
.sec-catalog-detail02 .detail-contact .__linkbtn {
  margin: 0 auto;
  margin-top: 2em;
}
.sec-catalog-detail02 .back-btn {
  margin-top: 6em;
  margin-bottom: 1em;
}
.sec-catalog-detail02 .back-btn a {
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 1.25em;
  padding-right: 0;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail02 .back-btn a {
    font-size: 1.125em;
  }
}
.sec-catalog-detail02 .back-btn a img {
  width: 0.4em;
  margin-right: 1em;
}
.sec-catalog-detail02 .back-btn a:hover {
  padding-left: 0;
}/*# sourceMappingURL=catalog-item.css.map */