@charset "UTF-8";

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* 2023/7/8広橋追加 */
.park-logo {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1480px) {
  .park-logo {
    font-size: calc(48 * 3.8vw / 54);
  }
}
@media screen and (max-width: 780px) {
  .park-logo {
    font-size: calc(48 / 750 * 100vw);
  }
}

.lv1-heading {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1480px) {
  .lv1-heading {
    font-size: 3vw;
  }
}
@media screen and (max-width: 780px) {
  .lv1-heading {
    font-size: 5.4vw;
  }
}

.md-only {
  display: none;
}
@media screen and (max-width: 780px) {
  .md-only {
    display: block;
  }
}

.search-pagenation .nav-links span {
  background: #ffffff;
}

.search-pagenation .nav-links {
  margin-top: 2vw;
  margin-bottom: 3vw;
}
@media screen and (max-width: 780px) {
  .search-pagenation .nav-links {
    margin-bottom: 10vw;
  }
}

/** -- archive -- **/
.park_archive dt {
  float: left;
  padding: 25px 0;
  width: 140px;
}

.park_archive dd {
  border-bottom: dashed 1px #4c4948;
  padding: 25px 0;
  padding-left: 140px;
}

.news_archive dd a:hover {
  color: #1336e6;
}

@media screen and (max-width: 1480px) {
  .news_archive dt {
    padding: 2vw 0;
    width: 12vw;
  }

  .news_archive dd {
    padding: 2vw 0;
    padding-left: 12vw;
  }
}

@media screen and (max-width: 780px) {
  .news_archive dt {
    float: none;
    font-size: 3.4vw;
    padding: 3vw 0 0;
    width: auto;
  }

  .news_archive dd {
    padding: 1vw 0 3vw;
    line-height: 1.6;
  }
}

/** -- single -- **/
.park_blog {
  margin: 100px auto 140px;
  width: 900px;
}

.single_title {
  margin-bottom: 50px;
}

.single_title .date {
  font-size: 14px;
  margin-bottom: 10px;
}

.single_title h2 {
  font-size: 42px;
  line-height: 1.4;
}

.single_content figure {
  margin-bottom: 50px;
}

.single_content figure img {
  border-radius: 30px;
}

.single_content h2 {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.single_content h3 {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.single_content h4 {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.single_content h5 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.single_content h6 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.single_content p {
  font-size: 18px;
  margin-bottom: 60px;
}

.single_content .btn_1 a {
  color: #1336e6;
}

.single_content .btn_1 a:focus {
  color: #ffffff;
}
.single_content .btn_1 a:hover {
  color: #ffffff;
}

@media screen and (max-width: 1480px) {
  .park_blog {
    margin: 8vw auto 12vw;
    width: 65vw;
  }

  .single_title {
    margin-bottom: 4vw;
  }

  .single_title .date {
    font-size: 1.1vw;
    margin-bottom: 0.8vw;
  }

  .single_title h2 {
    font-size: 3vw;
  }

  .single_content figure {
    margin-bottom: 4vw;
  }

  .single_content figure img {
    border-radius: 2vw;
  }

  .single_content h2 {
    font-size: calc(30 * 3.8vw / 54);
    margin-bottom: 1.6vw;
  }

  .single_content h3 {
    font-size: calc(28 * 3.8vw / 54);
    margin-bottom: 1.6vw;
  }

  .single_content h4 {
    font-size: calc(26 * 3.8vw / 54);
    margin-bottom: 1.6vw;
  }

  .single_content h5 {
    font-size: calc(24 * 3.8vw / 54);
    margin-bottom: 1.6vw;
  }

  .single_content h6 {
    font-size: calc(20 * 3.8vw / 54);
    margin-bottom: 1.6vw;
  }

  .single_content p {
    font-size: calc(18 * 3.8vw / 54);
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 780px) {
  .park_blog {
    margin: 12vw 6vw 20vw;
    width: auto;
  }

  .single_title {
    margin-bottom: 8vw;
  }

  .single_title .date {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }

  .single_title h2 {
    font-size: 5.4vw;
  }

  .single_content figure {
    margin: 0 -4vw;
    margin-bottom: 8vw;
  }

  .single_content figure img {
    border-radius: 4vw;
  }

  .single_content h2 {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: 4vw;
  }

  .single_content h3 {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: 4vw;
  }

  .single_content h4 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: 4vw;
  }

  .single_content h5 {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: 4vw;
  }

  .single_content h6 {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: 4vw;
  }

  .single_content p {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: 10vw;
  }
}

.signboard {
  padding: 0;
  height: auto;
  margin-top: 0;
}

.header {
  justify-content: center;
  position: relative;
}

.signboard.small .cate_list li a img {
  display: none;
}

.signboard.small .sec_inner_2 {
  padding: 10px 0;
}

.signboard.small .tit {
  zoom: 0.8;
}

@media screen and (max-width: 768px) {
  .signboard .cate_list li a img {
    display: none;
  }
  /* .signboard.small .cate_list li {
    margin-bottom: 5px;
  } */
  .signboard .cate_list li {
    margin-bottom: 5px;
  }

  /* .signboard.small .search-sp {
    display: none;
  } */
}

.headline_1 {
  font-size: 42px;
}

.headline_1 img {
  width: 46.86px;
  height: 46.86px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 16px;
}

@media screen and (max-width: 1480px) {
  .headline_1 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 780px) {
  .headline_1 {
    font-size: calc(42 / 750 * 100vw);
  }

  .headline_1 img {
    width: calc(47 / 750 * 100vw);
    height: calc(47 / 750 * 100vw);
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 1481px) {
  .sec_inner_3 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1480px) and (min-width: 781px) {
  .sec_inner_3 {
    max-width: inherit;
    padding-left: 12vw;
    padding-right: 12vw;
  }
}

.sns {
  display: flex;
  position: absolute;
  left: 150px;
  top: 46%;
}

.sns li {
  width: 30px;
  margin-right: 20px;
}

.tit {
  text-align: center;
  margin-bottom: 32px;
}

.tit:hover {
  color: #1336e6;
}

.tit h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}

.tit p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}

.search {
  top: 40%;
  position: absolute;
  right: 150px;
}

.search form {
  display: flex;
  align-items: center;
  border: 1px solid #3a3a3a;
  background-color: #fff;
  border-radius: 25px;
  width: 280px;
  height: 50px;
  padding-left: 30px;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .search form {
    width: 210px;
  }
}

.search form input {
  color: #3a3a3a;
  border: none;
  font-family: inherit;
  background-color: transparent;
  padding: 10px 0;
  flex: 1;
}

.search form input::placeholder {
  color: #3a3a3a;
}

.search form button {
  color: #3a3a3a;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0 20px 0 0;
}

.search form button img {
  width: 20px;
  height: 20px;
}

.search .img {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}

.search .img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.search .img img:nth-of-type(2),
.search.is-open .img img:nth-of-type(1) {
  opacity: 0;
  z-index: -1;
}

.search.is-open .img img:nth-of-type(2) {
  opacity: 1;
  z-index: 2;
}

@media screen and (max-width: 1480px) {
  .tit h1 {
    font-size: calc(48 * 3.8vw / 54);
  }

  .tit p {
    font-size: calc(18 * 3.8vw / 54);
  }

  .search {
    right: 3vw;
    column-gap: 1vw;
  }

  .search.is-open form {
    width: 21vw;
    height: 3.75vw;
    padding-left: 2.25vw;
  }

  .search form input {
    padding: 0.75vw 0;
  }

  .search form button {
    flex-shrink: 0;
    padding: 0 1.5vw 0 0;
  }

  .search form button img {
    width: 1.5vw;
    height: 1.5vw;
  }

  .search .img {
    width: 3.75vw;
    height: 3.75vw;
  }

  .sns {
    left: 3vw;
  }
}

@media screen and (min-width: 781px) {
  .tit {
    padding-top: 37px;
    text-align: center;
  }
}

@media screen and (max-width: 780px) {
  .header {
    height: auto;
    text-align: center;
  }

  .sns {
    display: none;
  }

  .tit {
    margin: calc(30 / 750 * 100vw) auto;
  }

  .tit h1 {
    font-size: calc(48 / 750 * 100vw);
  }

  .tit p {
    font-size: calc(18 / 750 * 100vw);
  }

  .search {
    display: none;
  }
}

.cate {
  background-color: #f5f5f5;
}

.cate .sec_inner_2 {
  padding: 50px 0 77px;
}

.cate_list {
  display: flex;
  justify-content: center;
}

.cate_list li {
  flex: 1;
  position: relative;
}

.cate_list li a {
  display: block;
  text-align: center;
}

.cate_list li a img {
  width: 58px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 12px;
  max-width: 60%;
}

.cate_list li a img.cate_icon_on {
  display: none;
}

@media screen and (min-width: 780px) {
  .cate_list li a:hover img {
    display: none;
  }

  .cate_list li a:hover {
    color: #1336e6;
  }

  .cate_list li a:hover img.cate_icon_on {
    display: inline-block;
  }
}

.cate_list li a p {
  font-size: 16px;
  font-weight: bold;
}

.cate_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 25%;
  width: 1px;
  background-color: #707070;
}

.cate_list li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 25%;
  width: 1px;
  background-color: #707070;
}

@media screen and (max-width: 1480px) {
  .cate .sec_inner_2 {
    /* margin-left: 2vw;
		margin-right: 2vw; */
    padding: 4vw 0 4vw;
  }

  .cate_list li a p {
    font-size: calc(16 * 3.8vw / 54);
  }
}

@media screen and (max-width: 780px) {
  .cate .sec_inner_2 {
    /* padding: calc(50 / 750 * 100vw) 0; */
    padding: calc(35 / 750 * 100vw) 0;
  }

  .cate_list {
    flex-wrap: wrap;
  }

  .cate_list li {
    min-width: calc(100% / 3);
    margin-bottom: calc(42 / 750 * 100vw);
  }

  .cate_list li::before {
    bottom: 10%;
  }

  .cate_list li:last-child:after,
  .cate_list li:nth-child(3):after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background-color: #707070;
  }

  .cate_list li a img {
    width: calc(66.25 / 750 * 100vw);
    height: calc(66.25 / 750 * 100vw);
    margin-bottom: 0;
  }

  .cate_list li a p {
    margin-top: 1vw;
    font-size: calc(24 / 750 * 100vw);
  }
}

main {
  padding-top: 500px;
}

@media screen and (max-width: 1480px) {
  main {
    padding-top: calc(500 * 3.8vw / 54);
  }
}

@media screen and (max-width: 1000px) {
  main {
    padding-top: calc(600 * 3.8vw / 54);
  }
}

@media screen and (max-width: 780px) {
  main {
    /* padding-top: calc(850 / 750 * 100vw); */
    padding-top: calc(600 / 750 * 100vw);
  }
}

.recommend_item img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 50px;
  object-fit: cover;
  height: 600px;
}

@media screen and (max-width: 1480px) {
  .recommend_item img {
    height: calc(600 * 3.8vw / 54);
  }
}

@media screen and (max-width: 780px) {
  .recommend_item img {
    border-radius: 0;
    height: calc(500 / 750 * 100vw);
    margin: 0 -5vw calc(40 / 750 * 100vw);
    width: 100vw;
    max-width: inherit;
  }
}

.recommend .headline_2 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 780px) {
  .recommend .headline_2 {
    font-size: calc(32 / 750 * 100vw);
  }

  .recommend .text {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(36 / 750 * 100vw);
  }

  .recommend .date {
    font-size: calc(24 / 750 * 100vw);
  }
}

.tax_list {
  margin-bottom: 20px;
}

.tax {
  background-color: #f5f5f5;
  color: #3a3a3a;
  border-radius: 100px;
  font-size: 18px;
  padding: 0 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.date {
  font-size: 14px;
}

.section .btn_1 {
  margin: 40px auto 0;
}

@media screen and (max-width: 780px) {
  .section .btn_1 {
    margin: calc(-40 / 750 * 100vw) auto 0;
  }
}

.section.gray {
  background-color: #f5f5f5;
}

.section.gray .tax {
  background-color: #ffffff;
}

.list {
}

.list .item {
  display: block;
  width: calc(340 / 1100 * 100%);
}

.new .list .item:not(:nth-child(3n-2)) {
  margin-left: 34px;
}

/* .swiper2 .list .item {
    margin-left: 34px;
} */

.list .item img {
  width: 100%;
  height: 226.67px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 20px;
}

.list .item .tax_list {
  margin-bottom: 4px;
}

.list .item .tax {
  font-size: 12px;
}

.list .item .exc {
  margin-bottom: 18px;
  font-size: 16px;
}

.list .item h3 {
  font-size: 18px;
}

.list .item:hover {
  color: #1336e6;
}

@media screen and (max-width: 1480px) {
  .list .item img {
    height: calc(226.67 * 3.8vw / 54);
  }

  .list .item .exc {
    font-size: calc(16 * 3.8vw / 54);
  }

  .list .item h3 {
    font-size: calc(18 * 3.8vw / 54);
  }
}

@media screen and (max-width: 780px) {
  .list .item .exc {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(36 / 750 * 100vw);
  }

  .list .item img {
    height: calc(447 / 750 * 100vw);
  }
}

.list .item .date {
  font-size: 12px;
}

@media screen and (max-width: 1480px) {
  .tax {
    font-size: 1.26vw;
  }

  .new .list .item:not(:nth-child(3n-2)) {
    margin-left: 2.7vw;
  }

  /* .swiper2 .list .item {
        margin-left: 2.7vw;
    } */
}

@media screen and (min-width: 781px) {
  .list .item:nth-child(n + 4) {
    margin-top: 70px;
  }
}

@media screen and (max-width: 780px) {
  .list .item h3 {
    font-size: calc(32 / 750 * 100vw);
  }

  .list .item .date {
    font-size: calc(24 / 750 * 100vw);
  }

  .list .item .tax {
    font-size: calc(28 / 750 * 100vw);
  }

  .list .item {
    width: 100%;
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(100 / 750 * 100vw);
  }

  .new .list .item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }

  /* .swiper2 .list .item:not(:nth-child(3n-2)) {
        margin-left: 0;
    } */

  .tax_list {
    margin-bottom: 0;
  }

  .tax {
    font-size: calc(28 / 750 * 100vw);
  }
}

.bread {
  padding: 0;
}

.bread li {
  padding: 0 15px 0 18px;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 780px) {
  .bread li {
    font-size: calc(28 / 750 * 100vw);
  }
}

.bread li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 42%;
  width: 12px;
  height: 12px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg) translateY(-50%);
}

.bread li:first-child {
  padding-left: 0;
}

.bread li img {
  max-width: 26px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}

.bread li span {
  font-weight: bold;
}

.new .sec_inner_2 {
  position: relative;
}

.new .sec_inner_2 .illust {
  width: 170px;
  position: absolute;
  right: 5px;
  top: -14px;
}

.new .sec_inner_2 .illust2 {
  width: 160px;
  position: absolute;
  left: -35px;
  bottom: -60px;
}

@media screen and (max-width: 1480px) {
  .new .sec_inner_2 .illust {
    width: calc(170 * 3.8vw / 54);
  }

  .new .sec_inner_2 .illust2 {
    width: calc(160 * 3.8vw / 54);
  }
}

.swiper2 {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
}

@media screen and (min-width: 781px) {
  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 46px;
    height: 46px;
    top: 100px;
  }

  .swiper-button-prev:after {
    background: url("../img/park/arrow-left.png") no-repeat center center /
      contain;
    width: 46px;
    height: 46px;
    z-index: 10;
    content: "";
  }

  .swiper-button-next:after {
    background: url("../img/park/arrow-right.png") no-repeat center center /
      contain;
    width: 46px;
    height: 46px;
    z-index: 10;
    content: "";
  }
}

@media screen and (max-width: 780px) {
  .new .sec_inner_2 .illust {
    width: calc(170 / 750 * 100vw);
  }

  .new .sec_inner_2 .illust2 {
    width: calc(160 / 750 * 100vw);
    bottom: -8vw;
    left: 0;
  }

  .swiper2 {
    margin: 0 -5vw;
    position: relative;
  }

  .swiper2 .list {
  }

  .swiper2 .item {
    padding: 0 5vw;
    width: auto;
    box-sizing: border-box;
  }

  .swiper-button-prev,
  .swiper-button-next {
    top: 30vw;
  }

  .swiper-button-prev:after {
    background: url("../img/park/arrow-left.png") no-repeat center center /
      contain;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    z-index: 10;
    content: "";
  }

  .swiper-button-next:after {
    background: url("../img/park/arrow-right.png") no-repeat center center /
      contain;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    z-index: 10;
    content: "";
  }
}

@media screen and (min-width: 781px) {
  .search-sp {
    display: none;
  }
}

.search-sp input,
.search-sp button {
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.search-sp input {
  display: block;
  flex: 1;
  /* height: calc(96 / 750 * 100vw); */
  height: calc(80 / 750 * 100vw);
  padding-left: 5vw;
  box-sizing: border-box;
  font-size: calc(30 / 750 * 100vw);
}

.search-sp input::placeholder {
  color: #cacaca;
}

.search-sp button img {
  width: calc(36 / 750 * 100vw);
  margin-right: 4vw;
}

.form {
  background-color: #fff;
  border-radius: 100px;
  display: flex;
}

.tag {
  max-width: 819px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  position: relative;
  box-sizing: content-box;
  align-items: flex-start;
}

.tag ul a {
  border-radius: 100px;
  border: solid 1px #cacaca;
  padding: 5px 15px;
  font-size: 16px;
  color: #1336e6;
  font-weight: bold;
}

.tag ul li {
  margin-bottom: 10px;
  margin-right: 20px;
}

.tag .sns_share {
  margin-top: 0;
}

.tag_head {
  font-size: 18px;
  margin-right: 33px;
  font-weight: bold;
  align-items: center;
}

.tag_head img {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

@media screen and (min-width: 781px) {
  .tag ul {
    flex: 1;
  }

  .tag.pad {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 1480px) {
  .tag ul a {
    font-size: calc(16 * 3.8vw / 54);
  }

  .tag ul li {
    margin-bottom: calc(10 * 3.8vw / 54);
    margin-right: calc(20 * 3.8vw / 54);
  }

  .tag_head {
    font-size: calc(18 * 3.8vw / 54);
    margin-right: calc(33 * 3.8vw / 54);
  }

  .tag_head img {
    width: calc(36 * 3.8vw / 54);
    height: calc(36 * 3.8vw / 54);
  }
}

@media screen and (max-width: 780px) {
  .tag {
    margin-top: calc(50 / 750 * 100vw);
  }

  .tag.pad {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .tag_head img {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    margin-right: calc(10 / 750 * 100vw);
  }

  .tag_head {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .tag li {
    margin-right: calc(24 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }

  .tag ul li a {
    font-size: calc(28 / 750 * 100vw);
  }
}

.recommend.sec_inner_2 {
  position: relative;
}

.recommend.sec_inner_2 .illust {
  width: 160px;
  position: absolute;
  right: 80px;
  top: -50px;
}

@media screen and (max-width: 1480px) {
  .recommend.sec_inner_2 .illust {
    width: calc(160 * 3.8vw / 54);
  }
}

@media screen and (max-width: 780px) {
  .recommend.sec_inner_2 .illust {
    width: calc(160 / 750 * 100vw);
    top: inherit;
    bottom: -7vw;
    right: -3vw;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: solid 1px #cacaca;
  margin: 0 7px;
  color: #1336e6;
  font-weight: bold;
  font-size: 18px;
}

.page-numbers.current {
  background-color: #f5f5f5;
}

.page-numbers.prev {
  background: url("../img/park/pagenation-left.png") no-repeat center center /
    23% auto;
}

.page-numbers.next {
  background: url("../img/park/pagenation-right.png") no-repeat center center /
    23% auto;
}

@media screen and (max-width: 780px) {
  .page-numbers {
    width: calc(96 / 750 * 100vw);
    height: calc(96 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

/* .swiper2 .list .item:not(:nth-child(3n-2)) {
    margin-left: 0;
} */
.swiper2 {
  overflow: hidden;
}

.swiper2 .list .item:nth-child(n + 4) {
  margin-top: 0;
}

.wpp-no-data {
  display: none;
}

.has-vivid-cyan-blue-color{
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--vivid-cyan-blue);
}