@charset "utf-8";

  img{
    max-width: 100%;
    height: auto;
    
  }
  a{
     transition:all 0.3s ease;
  }
  a:hover{
  opacity: 0.8;
  }
  p{
    line-height: 1.3em;
  }
  *{ 
    text-align: center;
    font-weight: bold;
  }
  .is-pc{
    display: block;
  }
  .btn{
    	margin: 30px auto;
    background-color: #ffffff;
    color: #231815;
    padding: 0.5em 0px;
    display: block;
    width: clamp(150px, 50%, 500px);
    text-align: center;
	text-decoration:none;
  }
  body{
   width: 90vw;
   margin: 0 auto 80px;
   font-family: sans-serif;
  }
@media screen and (max-width: 481px){
  body{
    font-size: 16px;
    font-weight: bold;
  }
}
h2{
  font-size: 0.9em;
}
h3{
width: 90%;
    margin: 20px auto;
    padding: 10px;
    background-color: #fef000;
    color: #2e2e2e;
    text-align: center;
    box-sizing: border-box;
}
.slider{
  width: 90%;
    position: relative;
    margin: 0 auto 200px;
    padding: 0; 
    position: relative;
    display: flex;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slider:first-of-type{
    margin: 0 auto 100px;
}

slider-item{
    transform: translateX(-30px);
  }
  slider-item img{ 
width: 100%;


  }
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 10%;
  height: 10%;
  /* background-color: #2e2e2e; */
  border-radius: 50%;
  padding: 1%;
}
.slick-arrow img{
    width: 50%;
    min-width: 30px;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}
/* @media screen and (max-width: 681px){
  .slick-arrow {

 } */
.slick-dots{
position: absolute;
display: flex;
left: 50%;
transform: translate(-50%, 0px);
flex-wrap: wrap;
top: 100%;
justify-content: flex-start;
width: 100%;
padding: 0;
list-style-type: none;
margin: 20px 0;
color: #2e2e2e;
}
.slick-dots li{
  width: 10%;
  margin: -2px 0;
}

.slick-dots button{
  width: 100%;
  min-width: 10px;
  padding: 0;
  background-color: #fff;
  font-size: clamp(10px,10vw,18px);
  color: #2e2e2e;
  margin: 1%;
}
 @media screen and (max-width: 614px){
.slick-dots li{
  width: 20%;
  margin: 2px 0;
  font-size: 16px;
}
 }
  /* .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;

    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
  } */
  /* .slick-next {
    right: -25px;
}
  .slick-prev {
    left: 25px;
} */