@charset "utf-8";

/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/

@keyframes zoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
  animation: zoomDown 10s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.mv-slider-pagination {
    gap: 10px;
}

.mv-slider-pagination .swiper-pagination-bullet {
    max-width: 6px;
    width: 100%;
    height: 6px;
    background: #DDDDDD;
    opacity: 1;
    margin: 0 !important;
}

.mv-slider-pagination .swiper-pagination-bullet-active {
    background: var(--c-dark);
}

.mv-nav-accordion-icon {
    max-width: 13px;
    width: 100%;
    height: 13px;
    position: absolute;
    top: 65%;
    transform: translateY(-65%);
    right: 0;
}

.mv-nav-accordion-icon:before, .mv-nav-accordion-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--c-dark);
    position: absolute;
    left: 0;
    right: 0;
}

.mv-nav-accordion-icon:before {
    top: 50%;
    transform: translateY(-50%);
}

.mv-nav-accordion-icon:after {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.mv-nav-accordion-btn {
    padding: 0 30px 0 0;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.mv-nav-accordion-content {
    display: none;
}

/*-----------------------------------------------------------
style
-----------------------------------------------------------*/

.style-list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
style
-----------------------------------------------------------*/

.style-list {
    grid-template-columns: repeat(2,1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
style
-----------------------------------------------------------*/

.style-list {
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/

.mv-slider-pagination {
    gap: 15px;
}

.mv-slider-pagination .swiper-pagination-bullet {
    max-width: 12px;
    height: 12px;
}

/*-----------------------------------------------------------
style
-----------------------------------------------------------*/

.style-list {
    gap: 80px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
 


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */