@charset "UTF-8";
@media screen and (min-width: 768px) {
  main {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .body-container {
    height: auto;
  }
}

.kv {
  position: relative;
  background-color: #f1f5fb;
}
.kv .slider-img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: gray;
  -webkit-mask-image: url(../images/top/pc_KV_mask.png);
          mask-image: url(../images/top/pc_KV_mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  overflow: hidden;
}
.kv .slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .slider-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  top: 42%;
  color: white;
  font-size: 240%;
  line-height: 160%;
  font-weight: bold;
  text-align: center;
  width: 80%;
  white-space: pre-wrap;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 767px) {
  .kv .slider-text {
    width: 98%;
    font-size: 120%;
  }
}
@media screen and (max-width: 467px) {
  .kv .slider-text {
    width: 98%;
    font-size: 130%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .kv .slider-text {
    font-size: 210%;
  }
}

.intro-text {
  font-size: 145%;
  line-height: 200%;
  background-color: #f1f5fb;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  text-align: center;
  padding-top: 22%;
  padding-bottom: 50%;
}
@media screen and (max-width: 767px) {
  .intro-text {
    padding-top: 20%;
    padding-bottom: 30%;
    font-size: 5vw;
  }
}
@media screen and (max-width: 467px) {
  .intro-text {
    padding-top: 22%;
    padding-bottom: 50%;
    font-size: 145%;
  }
}

@media screen and (min-width: 768px) {
  .intro-container {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .intro-container {
    overflow: hidden;
  }
}

.about {
  background-color: #f1f5fb;
  position: relative;
  padding-top: 30px;
}
.about .about-container-1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about .about-container-1 {
    min-height: 800px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .about .about-container-1 {
    min-height: 700px;
  }
}
.about .about-container-1 .about-effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .about .about-container-1 .about-effect {
    min-width: 800px;
    animation: rotation 16s linear infinite;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .about .about-container-1 .about-effect {
    max-width: 720px;
    min-width: 600px;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .about .about-container-1 .about-effect {
    animation: rotation 16s linear infinite;
    top: -50%;
    left: 0%;
    right: 0;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 467px) {
  .about .about-container-1 .about-effect {
    animation: rotation 16s linear infinite;
    top: -50%;
    left: -25%;
    right: 0;
    width: 150%;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.about .about-container-1 .about-effect-visible-hidden {
  width: 60%;
  margin: auto;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .about .about-container-1 .about-effect-visible-hidden {
    width: 100%;
  }
}
@media screen and (max-width: 467px) {
  .about .about-container-1 .about-effect-visible-hidden {
    width: 150%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .about .about-container-1 .about-effect-visible-hidden {
    width: 40%;
  }
}
.about .about-container-1 .about-container-1-text {
  width: 100%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about .about-container-1 .about-container-1-text {
    width: 100%;
    top: 25%;
  }
}
.about .about-container-1 .about-container-1-text h2 {
  font-size: 320%;
  color: #113c70;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about .about-container-1 .about-container-1-text h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 467px) {
  .about .about-container-1 .about-container-1-text h2 {
    font-size: 180%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .about .about-container-1 .about-container-1-text h2 {
    font-size: 4.8vw;
  }
}
.about .about-container-1 .about-container-1-text p {
  margin-top: 5%;
  font-size: 165%;
  line-height: 200%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about .about-container-1 .about-container-1-text p {
    line-height: 240%;
    font-size: 4vw;
  }
}
@media screen and (max-width: 467px) {
  .about .about-container-1 .about-container-1-text p {
    line-height: 240%;
    font-size: 112%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .about .about-container-1 .about-container-1-text p {
    font-size: 2.8vw;
  }
}
.about .about-container-2 {
  position: relative;
  margin-top: -14%;
  overflow: hidden;
}
.about .about-container-2 .about-bg-earth {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; /* 必要に応じて変更 */
}
.about .about-container-2 .about-container-2-detail {
  margin: auto;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .about-container-2 .about-container-2-detail {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.about .about-container-2 .about-container-2-detail .about-pict {
  width: 76%;
  margin: 11% auto 7%;
}
@media screen and (max-width: 767px) {
  .about .about-container-2 .about-container-2-detail .about-pict {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 65%;
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 467px) {
  .about .about-container-2 .about-container-2-detail .about-pict {
    width: 68%;
  }
}
.about .about-container-2 .about-search-btn {
  width: 30%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about .about-container-2 .about-search-btn {
    min-width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .about .about-container-2 .about-search-btn {
    width: 76%;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 467px) {
  .about .about-container-2 .about-search-btn {
    width: 80%;
  }
}
.pickup {
  position: relative;
  background-color: #abc9e2;
}
@media screen and (min-width: 768px) {
  .pickup {
    min-height: 360px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup {
    min-height: 330px;
  }
}
.pickup .pickup-effect {
  position: absolute;
  left: 5%;
  top: 200%;
  width: 1%;
  opacity: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-effect {
    width: 2.5%;
    left: 1.5%;
    max-width: 14px;
  }
}
.pickup .pickup-effect.is-scroll-viewed {
  left: 5%;
  opacity: 1;
  animation: pickup-effect-anime 1s linear forwards;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-effect.is-scroll-viewed {
    width: 2.5%;
    left: 1.5%;
  }
}
@keyframes pickup-effect-anime {
  0% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: -1%;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes pickup-effect-anime {
    0% {
      top: 100%;
      opacity: 0;
    }
    100% {
      top: -0.5%;
      opacity: 1;
    }
  }
}
.pickup .pickup-bg {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-bg {
    width: 100%;
  }
}
.pickup .pickup-container {
  width: 88%;
  margin: auto;
  padding: 2% 0 4% 4%;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-container {
    width: 86%;
    padding: 10% 0 15%;
  }
}
@media screen and (max-width: 467px) {
  .pickup .pickup-container {
    width: 86%;
    padding: 15% 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup .pickup-container {
    width: 88%;
    margin: 0 3% 0 auto;
  }
}
.pickup h2 {
  font-size: 320%;
  color: #113c70;
  font-weight: bold;
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .pickup h2 {
    top: -5vw;
    font-size: 7vw;
  }
}
@media screen and (max-width: 467px) {
  .pickup h2 {
    top: -4%;
    font-size: 240%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup h2 {
    font-size: 260%;
  }
}
.pickup .pickup-list {
  padding: 4.8% 0;
}
.pickup .pickup-list .pickup-list-container {
  position: relative;
  background-color: white;
  display: flex;
  border-radius: 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .pickup .pickup-list .pickup-list-container {
    height: 26.5vw;
  }
}
.pickup .pickup-list .pickup-list-container .pickup-image {
  width: 57%;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 10px;
}
@media screen and (min-width: 768px) {
  .pickup .pickup-list .pickup-list-container .pickup-image {
    height: 26.5vw;
    border-bottom-left-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup-list .pickup-list-container .pickup-image {
    height: 48vw;
    border-top-right-radius: 10px;
    width: 100%;
  }
}
.pickup .pickup-list .pickup-list-container .pickup-image .pickup-img-bg {
  width: 100%;
  height: 100%;
  transition: 1s all;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pickup .pickup-list .pickup-list-container .pickup-image .pickup-detail-header {
  width: 100%;
  padding: 0px 8px 0 8px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-list .pickup-list-container .pickup-image .pickup-detail-header {
    margin-top: -3px;
    padding: 0px 5px 0 5px;
  }
}
.pickup .pickup-list .pickup-list-container .pickup-image .pickup-detail-header .category {
  width: 43px;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-list .pickup-list-container .pickup-image .pickup-detail-header .category {
    width: 12%;
    max-width: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup .pickup-list .pickup-list-container .pickup-image .pickup-detail-header .category {
    width: 34px;
  }
}
.pickup .pickup-list .pickup-list-container .pickup-image .pickup-detail-header .wpulike {
  position: relative;
  right: 0%;
  top: -1px;
  z-index: 2000;
}
.pickup .pickup-list .pickup-list-container .pickup-detail {
  background-color: white;
  padding: 15px;
  width: 43%;
}
@media screen and (min-width: 768px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px 12px 18px 18px;
    width: 100%;
  }
}
@media screen and (max-width: 467px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px 12px 12px 18px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail {
    padding: 10px 15px;
  }
}
.pickup .pickup-list .pickup-list-container .pickup-detail h3 {
  font-size: 160%;
  color: #406eb5;
  font-weight: bold;
  line-height: 145%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-word;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 1600px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail h3 {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail h3 {
    line-height: 140%;
    font-size: 110%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail h3 {
    line-height: 130%;
    font-size: 105%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1250px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail h3 {
    line-height: 130%;
    font-size: 130%;
  }
}
.pickup .pickup-list .pickup-list-container .pickup-detail .pickup-detail-btn {
  width: 92%;
  pointer-events: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .pickup-detail-btn {
    margin: auto;
    width: 94%;
  }
}
.pickup .pickup-list .pickup-list-container .pickup-detail .sub-title {
  padding: 2% 0 1.5%;
  font-size: 115%;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .sub-title {
    font-weight: 600;
    font-size: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .sub-title {
    padding: 2% 0 2%;
    font-size: 90%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1250px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .sub-title {
    padding: 2% 0 2%;
    font-size: 100%;
  }
}
.pickup .pickup-list .pickup-list-container .pickup-detail .detail {
  padding: 3% 0 2%;
}
.pickup .pickup-list .pickup-list-container .pickup-detail .detail h4 {
  font-size: 110%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 2%;
}
@media screen and (min-width: 2000px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail h4 {
    font-size: 92%;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail h4 {
    font-size: 85%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1250px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail h4 {
    font-size: 100%;
  }
}
.pickup .pickup-list .pickup-list-container .pickup-detail .detail h4::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/common/pc_title_icon_1.png");
  background-size: contain; /* アイコンのサイズを調整 */
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}
.pickup .pickup-list .pickup-list-container .pickup-detail .detail p {
  font-size: 105%;
  line-height: 150%;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-word;
  flex-grow: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 2000px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail p {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail p {
    font-size: 88%;
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail p {
    font-size: 80%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1250px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail p {
    font-size: 80%;
  }
}
.pickup .pickup-list .pickup-list-container .pickup-detail .detail .note {
  padding: 3% 0 2%;
  font-size: 100%;
  color: #505050;
}
@media screen and (min-width: 2000px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail .note {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail .note {
    font-size: 73%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail .note {
    font-size: 60%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1250px) {
  .pickup .pickup-list .pickup-list-container .pickup-detail .detail .note {
    font-size: 80%;
  }
}

.regional-charm {
  background-color: #fafafa;
  padding: 5% 0;
  position: relative;
}
.regional-charm .regional-charm-effect {
  position: absolute;
  left: 1%;
  top: 7%;
  opacity: 1;
  width: 40%;
}
.regional-charm .regional-charm-container {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .regional-charm .regional-charm-container {
    width: 100%;
  }
}
.regional-charm .regional-charm-container h2 {
  font-weight: bold;
  text-align: right;
  color: #113c70;
  font-size: 320%;
}
@media screen and (min-width: 768px) {
  .regional-charm .regional-charm-container h2 {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .regional-charm .regional-charm-container h2 {
    margin-top: 10%;
    margin-right: 4%;
    font-size: 7vw;
  }
}
@media screen and (max-width: 467px) {
  .regional-charm .regional-charm-container h2 {
    font-size: 240%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .regional-charm .regional-charm-container h2 {
    font-size: 260%;
  }
}
.regional-charm .regional-charm-container .regional-charm-list {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .regional-charm .regional-charm-container .regional-charm-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .regional-charm .regional-charm-container .regional-charm-list {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .regional-charm .regional-charm-container .regional-charm-list::-webkit-scrollbar {
    display: none;
  }
}
.regional-charm .regional-charm-more-btn {
  width: 15%;
  margin: 5% 0 3%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .regional-charm .regional-charm-more-btn {
    margin: 8% 6% 10% auto;
    width: 30%;
    max-width: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .regional-charm .regional-charm-more-btn {
    width: 20%;
  }
}

.news {
  padding: 5% 0;
  margin: auto;
}
.news .news-container {
  width: 55%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news .news-container {
    min-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-container {
    width: 86%;
  }
}
.news .news-container h2 {
  font-weight: bold;
  text-align: center;
  color: #113c70;
}
@media screen and (min-width: 768px) {
  .news .news-container h2 {
    font-size: 320%;
  }
}
@media screen and (max-width: 767px) {
  .news .news-container h2 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 467px) {
  .news .news-container h2 {
    font-size: 180%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .news .news-container h2 {
    font-size: 240%;
  }
}
.news .news-container .news-list {
  width: 100%;
  margin: 5% 0;
}
.news .news-container .news-list .news-list-one {
  min-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 0.2px solid rgb(198, 198, 198);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news .news-container .news-list .news-list-one {
    align-items: center;
  }
}
.news .news-container .news-list .news-list-one .news-pin {
  position: absolute;
  left: -41px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news .news-container .news-list .news-list-one .news-pin {
    left: -21px;
    width: 15px;
  }
}
.news .news-container .news-list .news-list-one .category {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .news .news-container .news-list .news-list-one .category {
    width: 20%;
  }
}
.news .news-container .news-list .news-list-one .category img {
  width: 100%;
}
.news .news-container .news-list .news-list-one .date {
  font-size: 105%;
  width: 18%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news .news-container .news-list .news-list-one .date {
    font-size: 102%;
    width: 24%;
  }
}
@media screen and (max-width: 467px) {
  .news .news-container .news-list .news-list-one .date {
    font-size: 75%;
    width: 24%;
  }
}
.news .news-container .news-list .news-list-one .title {
  font-size: 105%;
  width: 62%;
}
@media screen and (max-width: 767px) {
  .news .news-container .news-list .news-list-one .title {
    font-size: 102%;
    width: 50%;
  }
}
@media screen and (max-width: 467px) {
  .news .news-container .news-list .news-list-one .title {
    font-size: 75%;
    width: 50%;
  }
}
.news .news-container .news-list .news-list-one .link {
  width: 5%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .news .news-container .news-list .news-list-one .link {
    width: 3%;
  }
}
.news .news-container .news-list .news-list-one .link img {
  width: 10px;
}
@media screen and (max-width: 767px) {
  .news .news-container .news-list .news-list-one .link img {
    width: 5px;
  }
}

.kv .slick-dots {
  position: absolute;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .kv .slick-dots {
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kv .slick-dots {
    bottom: 20px;
  }
}
.kv .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.pickup .slick-dots {
  position: absolute;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .pickup .slick-dots {
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .slick-dots {
    bottom: -20px;
  }
}
.pickup .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.kv .dots-class {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .kv .dots-class {
    bottom: -15%;
  }
}

.kv .dots-class li {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 2%;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
@media screen and (max-width: 767px) {
  .kv .dots-class li {
    border: 1px solid #bcbcbc;
    width: 10px;
    height: 10px;
    margin-right: 7%;
  }
}

.pickup .dots-class {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10%;
  margin: auto;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .pickup .dots-class {
    bottom: -8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pickup .dots-class {
    bottom: -13%;
  }
}
.pickup .dots-class li {
  width: 153px;
  height: 7px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-right: 2%;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
@media screen and (max-width: 767px) {
  .pickup .dots-class li {
    width: 30%;
  }
}
.pickup .slick-dots > li:first-child:last-child {
  display: none;
}

.dots-class li.slick-active {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .dots-class li.slick-active {
    background-color: #fff;
  }
}

.dots-class li:hover {
  background-color: #fff;
}

.dots-class li:last-child {
  margin-right: 0;
}