.catalog-wrapper,
.cataloglist-wrapper {
  background-image: url(../image/catalog/bg1.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.catalog-container {
  padding: 35px 20px 75px;
}
.catalog-slider {
  max-width: 1280px;
  margin: auto;
}
.catalog-slider-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-bottom: 60px;
  max-width: 500px;
  margin: auto;
}
.catalog-slider-box {
  box-shadow: 0 2.676px 12.899px 1.276px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  cursor: none;
}
.catalog-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  gap: 20px;
}
.catalog-buttons-list,
.catalog-buttons-top {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 25px;
  font-weight: 700;
  width: 100%;
  max-width: 325px;
  transition: all 0.3s ease;
}
.catalog-buttons-list {
  background: #A17A38;
  color: #fff;
  /* display: none; */
}
.catalog-buttons-list path {
  transition: all 0.3s ease;
}
.catalog-buttons-list:hover {
  color: #A17A38;;
  background: #fff;
  outline: 3px solid #A17A38;
  outline-offset: -3px;
}
.catalog-buttons-list:hover path {
  fill: #A17A38!important;
}
.catalog-buttons-top {
  outline: 3px solid #A17A38;
  outline-offset: -3px;
  background: #FFF;
  color: #A17A38;
}
.catalog-buttons-top span {
  position: relative;
  width: 23px;
  height: 23px;
  display: inline-block;
  background: #A17A38;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.catalog-buttons-top span:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.catalog-buttons-top svg {
  width: 23px;
  height: 23px;
  fill: #A17A38;
  transition: all 0.3s ease;
}
.catalog-buttons-top:hover svg {
  fill: #fff;
}
.catalog-buttons-top:hover {
  outline: none;
  color: #fff;
  background: #A17A38;
}
.catalog-buttons-top:hover span {
  background: #fff;
}
.catalog-buttons-top:hover span:before {
  border-color: #A17A38;
}
.catalog-narrow--list {
  margin-bottom: 20px;
}
.catalog-departure {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  max-width: 400px;
  margin: 0 10px;
  margin-bottom: 30px;
}
.catalog-departure--list {
  margin-bottom: 20px;
}
.catalog-departure--list--small .catalog-departure-title {
  font-size: 16px;
}
.catalog-departure--list--smal {
  font-size: 15px!important;
}
.catalog-departure-list {
  position: relative;
  flex: 1;
  z-index: 990;
  min-width: 120px;
}
.catalog-departure-title {
  font-size: 25px;
  font-weight: 700;
  min-height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-family: 'Noto Serif JP', serif;
  color: #000;
}
.catalog-departure-list-button {
  background: #201160;
  min-height: 60px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  cursor: pointer;
  transition: all 0.3s linear;
  border: none
}
.catalog-departure-list-button span {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  transition: all 0.3s linear;
}
.catalog-departure-list-button span:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #201160;
  border-right: 3px solid #201160;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.catalog-departure-list-button:hover {
  color: #201160;
  background: #fff;
  border: 1px solid #201160;
}
.catalog-departure-list-button:hover span {
  background: #201160;
}
.catalog-departure-list-button:hover span:before {
  border-color: #fff;
}
.catalog-departure-list-button.is-active span {
  transform: rotate(180deg);
}
.catalog-departure-list-menu {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9990;
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
  display: none;
  border: 1px solid #201160;
}
.catalog-departure-list-menu-button {
  width: 100%;
  background: #fff;
  color: #201160;
  min-height: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif JP', serif;
  cursor: pointer;
  transition: all 0.3s linear;
  border: none;
  border-top: 1px solid #201160;
  text-align: left;
}
.catalog-departure-list-menu-button.is-active,
.catalog-departure-list-menu-button:hover {
  background:  #201160;
  color: #fff;
}
.catalog-departure-list-menu-button.is-active {
  cursor: default;
  pointer-events: none;
}
.catalog-cnt-item {
  display: none;
}
.catalog-cnt-item.is-active {
  display: block;
}
.catalog-slider-movebuttons {
  display: none;
}
@media screen and (min-width: 768px) {
  .catalog-container {
    padding: 35px 0 75px;
  }
  .catalog-slider-item {
    grid-template-columns: 1fr;
    max-width: none;
    transition: all 0.3s linear;
    position: relative;
    height: 450px;
  }
  .catalog-slider-box {
    width: 30%;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .catalog-slider-box:nth-child(1) {
    transform: translate(-50%, calc(-100% - 5px));
  }
  .catalog-slider-box:nth-child(2) {
    transform: translate(-50%, 5px);
  }
.catalog-slider-item.is-active .catalog-slider-box {
    width: 65%;
    pointer-events: auto;
    cursor: pointer;
  }
  .catalog-slider-item.is-active .catalog-slider-box {
  }
  .catalog-slider-item.is-active .catalog-slider-box:nth-child(1) {
    transform: translate(calc(-100% - 10px), -50%);
  }
  .catalog-slider-item.is-active .catalog-slider-box:nth-child(2) {
    transform: translate(10px, -50%);
  }
  .catalog-cnt-item  {
    position: relative;
  }
  .catalog-slider-movebuttons {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1160px;
    margin: auto;
    width: 100%;
    justify-content: space-between;
    pointer-events: none;
  }
  .catalog-buttons {
    flex-direction: row;
  }
  .splide__arrow {
    border: none;
    background: none;
    cursor: pointer;
    pointer-events: auto;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .splide__arrow:hover {
    opacity: 0.7;
  }
  .splide__arrow:disabled {
    opacity: 0;
  }
  .splide__arrow svg {
    display: none;
  }
  .splide__arrow--prev{
    left: 5%;
  }
  .splide__arrow--next{
    right: 5%;
  }
  .splide__arrow--prev:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../image/catalog/arrow-left.png) no-repeat center center;
    background-size: contain;
  }
  .splide__arrow--next:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../image/catalog/arrow-right.png) no-repeat center center;
    background-size: contain;
  }

  .catalog-departure {
    position: relative;
    display: block;
    max-width: 750px;
    margin: auto;
    padding: 0 10px;
  }
  .catalog-departure-title {
    font-size: 30px!important;
    text-align: center;
    background: none;
  }
  .catalog-departure-list {
    max-width: 210px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.cataloglist-container {
  max-width: 1280px;
  margin: auto;
  padding: 30px 0;
}
.cataloglist-block-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  max-width: 400px;
  padding: 0 10px;
  margin: auto;
  margin-bottom: 40px;
}
.cataloglist-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
  position: relative; 
  padding: 0 10px;
  padding-top: 90px;
  margin-bottom: 10px;
}
.cataloglist-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  margin-bottom: 30px;
}
.cataloglist-heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  margin-bottom: 30px;
  width: 100%;
}
.cataloglist-block h2 {
  content: '';
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px),50% 100%, 0 calc(100% - 15px));
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  padding-bottom: 10px;
}
.cataloglist-block--e h2 {
  background: #FFEAA3;
  color: #000;
}
.cataloglist-block--b h2 {
  background: linear-gradient(51deg, #971431 23.1%, #5E091C 36%, #74031C 50%, #5E091C 65.43%, #971431 76.9%);
  color: #fff;
}
.cataloglist-block:not(:first-child) h2 {
  display: none;
  padding-top: 0;
}
.cataloglist-block-item {
  box-shadow: 0 2.676px 12.899px 1.276px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}
.cataloglist-block-item {
  width: 100%;
}
.cataloglist-block-item:hover {
  scale: 1.05;
}

.cataloglist-block--pc {
  display: none!important;
}
.catalog-narrow--listpc {
  display: none!important;
}

@media screen and (min-width: 768px) {
  .cataloglist-heading {
    display: none!important;
  }
  .catalog-narrow--list {
    display: none!important;
  }
  .catalog-narrow--listpc {
    display: block!important;
    margin-bottom: 40px;
  }
  .cataloglist-block--sp {
    display: none!important;
  }
  .cataloglist-block--pc {
    display: flex!important;
  }
  .cataloglist-container {
    padding: 40px 0;
  }
  .cataloglist-block-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin: 0 10px;
    margin-bottom: 40px;
    max-width: none;
  }
  .cataloglist-block {
    padding: 0;
    padding-left: clamp(100px, 15vw, 220px);
    grid-gap: 30px;
    margin-bottom: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .cataloglist-title {
    font-size: 60px;
    margin-bottom: 60px;
  }
  .cataloglist-block h2 {
    width: clamp(100px, 10vw, 150px);
    height: 100%;
    font-size: clamp(20px, 2.5vw, 42px);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    writing-mode: vertical-lr;
    text-orientation: upright;
    padding-right: 20px;
    text-align: center;
  }
  .cataloglist-block:not(:first-child) h2 {
    display: flex;
  }
}