.sp-slider{
display:none!important;
}
p.season-banner-ttl {
    margin-bottom:2em;
    font-size: 2em;
}
.pc-slider .slide-item.slick-slide {
    display: block;
    width:100%;
  height:100vh;
}
.pc-slider .slide-item.slick-slide img {
    width: 100%;
}
.season-banner {
  background-image: url(https://img21.shop-pro.jp/PA01512/727/etc_base64/MjAyNWF3.jpg?cmsp_timestamp=20250730185937)!important;
  margin: 0 30px;
    margin-top: 150px;
    aspect-ratio: 191 / 96;
    background-size: cover;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
a.arrow-btn.online-btn{
  
 margin-top:60px; 
}
  .top-copy {
    font-size: 2em;
    line-height: 150%;
    margin: 2em auto 2em 30px;
    width: 80%;
}
.new-ttl {
    font-size: 24px;
    text-align: center;
    margin: 130px 0 60px 0;
}
/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 768px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 768px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-slider{
display:none!important;;
}  
  .sp-slider{
display:block!important;;
}
  
    .slick-slider {
    height: 100vh;
  }
  .slick-slide {

        height: 100vh !important;
  }
  .top-copy {
            font-size: 1.5em;
        line-height: 150%;
        margin: 80px auto 0;
        text-align: center;
        width: 80%;
}
  .new-ttl {
    font-size: 17px;
    text-align: center;
    margin: 80px 0 30px;
}
      .c-item-list__item {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-bottom: 0;
    }
  p.season-banner-ttl {
    /* margin-bottom: 0px; */
    font-size: 23px;
    /* margin-top: 157px; */
    position: absolute;
    top: 50%;
    width: max-content;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
  .season-banner a.arrow-btn {
    position: absolute;
    bottom: 30px;
}
 .season-banner {
   aspect-ratio: 1 / 1!important;
   margin-top: 80px;
   background-position: right;
  }
}