@charset "utf-8";

.contents-block{
  margin: 0 auto;
}

.top_img img{
  width: 100%;
}


.sale_content{
 padding: 0px 0 56px;
}

.sale_title{
  font-size: 24px;
  text-align: center;
  margin-top: 12px;
  padding: 30px 0;
}

.sale_title span{
  font-size: 16px;
  display: inline-block;
  padding-top: 16px;

}


.sale_read{
  line-height: 28px;
  margin: 0px 24px 48px;

}

.swiper_contents_title{
    color: #3d8940;
    background-color: #3d894014;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    padding: 16px 0;
    letter-spacing: 2px;
}

/*------
swiper
--------*/
.contents-block-slide{
  position: relative;
}
.swiper {
  /*スライダーの幅と高さを調整*/
  width: 100%;

}
.swiper_item_brand{
  display: flex;
  justify-content: center;
  align-items: center;

margin: 0 auto 12px;

}

.gap{
  gap: 7px;
}



.brand_img img{
width: 100%;
width: 60px;
}

.ga_img img{
  width: 52px !important;
}

.ve_img_logo img{
  width: 76px !important;
}
.kc_img img{
  width: 82px !important;
}




.brand_tex {
    font-size: 14px;
    padding-left: 4px;
}

.item{
  border: 1px solid rgb(227 227 227);
    border-radius: 16px;
    padding: 0 0 24px;
        margin-bottom: 12px;
}

.swiper_item{
  overflow: hidden;
  padding: 32px 0;
  border-bottom: 2px solid #efebeb;
}
.swiper_item:last-child{
  border-bottom:none;
}


.swiper_item_img img{
  width: 100%;
  border-radius: 10px;
}

.ve_img{
  max-width: 214px;
  margin:0 auto;
}

.swiper_item_title{
 padding: 12px 16px 0;
 line-height: 22px;
}
.swiper_item_price{
text-align: right;
    font-size: 20px;
    font-weight: 700;
    color: red;
    margin-bottom: 4px;
    line-height: 0;
    padding: 0 16px;
}
.swiper_item_price span{
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.swiper_item_date{
  text-align: center;
  font-size: 12px;
  color: red;
}
.swiper_button{
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    background-color: rgb(247 247 247);
    padding: 12px;
    width: 236px;
    margin: 36px auto 0;
    border-radius: 8px;
}

.swiper_button p{
  margin: 0;
  color: #4e4e4ecc;

}
.swiper_button a{
 display: block;
 text-align: center;
color: #4e4e4ecc;
}


.swiper-slide {

  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*テキストの色と太さを指定*/
  font-weight: bold;
}

.swiper_item_names{
  display: grid;
  grid-template-rows:90px 1fr ;

}


/*  */
.swiper{
    width: 100%;
  }

.item-n{
    font-size: 16px;
    font-weight: 600;
    padding-left: 6px;
    padding-bottom: 8px;
}

.swiper-slide{
    /* max-width: 320px!important; */
    /* width: 280px!important; */
}
.swiper-slide img{
width: 100%;
height: inherit;
object-fit: cover;
border-radius: 16px 16px 0 0;
}

.swiper-pagination{
position: relative!important;
top: 10px!important;
margin-bottom: 12px!important;
}
.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))!important;
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px))!important;
}

.swiper-pagination span {
background: rgb(127, 127, 127);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px)!important;
}

/* .swiper-scrollbar {
background: rgb(127, 127, 127);
} */

.swiper-button-next1,.bg-prev,.bg-next,
.swiper-button-prev1 {
  position: absolute;
  top:auto!important;
  bottom: 4px!important;
  display: block!important;
  height:auto!important;
  &:after {
    content: ""!important;
    position: absolute;
    width: 32px; /* 背景画像の幅を必ず指定 */
    height: 32px; /* 背景画像の高さを必ず指定 */
    transform: translateY(-50%);
          border-radius: 27px;
  }

}

.bg-next {
  right: 52px!important;
  z-index: 10;
  
/* 次へ矢印の背景画像 */
  &::after {
background: transparent url(https://takumas-blog.net/wp-content/uploads/2022/06/arrow-next.png) no-repeat center / contain;
  }
}

.bg-prev {
  right: 104px!important;
  left: auto!important;
  z-index: 10;

 /* 前へ矢印の背景画像 */
  &::after {
background: transparent url(https://takumas-blog.net/wp-content/uploads/2022/06/arrow-prev.png) no-repeat center / contain;
  }
}

/* ---------------
モーダルウィンドウ 
-----------------*/

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.9);
  transition: all 1s ease-in-out;
  overflow-y: auto;
  overscroll-behavior-y: none;
}

.modal-container_1 {
 padding: 40px 30px;
 
}

.modal_title {
text-align: left;
    font-size: 13px;
    padding-bottom: 40px;
    padding: 20px 0 0;
}


.modal-content {
  background: #fff;
  overflow-y: auto;
  width: 94%;
  max-width: 456px;
  /* max-width: 372px; */
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.5s linear 0s;
  /* filter: drop-shadow(0px 2px 6px #777); */

}

.modal_ul{
padding: 0;
margin: 16px 0 12px;
text-align: left;
}

.modal_ul li{
  list-style: none;
  font-size: 14px;
  padding-bottom: 16px;
  letter-spacing: 0;
  list-style: inside;
}




.modal-top {
  /* border: 1px solid #000; */
  padding: 1px 6px;
  /* width: 71px; */
  margin: 30px auto 0;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 100;
  top: 80%;
  /* background: #fff; */
  
}

.name_button{
color: #4e4e4ecc;
}

.modal-close {
  color: #fff;
  text-decoration: underline;
  border-radius: 5px;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
}

.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: #fff;
}
.modal_howto_text {
  padding: 16px;
  background: #efefef;
  margin: 28px 0 42px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.nonScroll {
  height: calc(1vh + 1px);
  width: 1px;
  background-color: transparent;
} /*# sourceMappingURL=style.css.map */

.modal_point_title {
  padding: 30px 16px;
  text-align: center;
  font-weight: 700;
}
