@charset "UTF-8";
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-size: 14px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  cursor: pointer;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block; /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.phd__in {
  height: 55px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}

.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}

.phd__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.phd__sns li {
  margin-right: 8px;
}

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

.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}
.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}
.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}
.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}
.phd__sns li .phd__sns__item__link-tiktok {
  background: #000000;
}

.phd__sns li .phd__sns__item__link-tiktok svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-tiktok svg {
    height: 17px;
  }
}

/* =========================================================
footer
========================================================= */
.footer {
  position: relative;
  z-index: 2;
  padding-block: 60px 50px;
  background-color: #222222;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 50px 50px;
  }
}
.footer .footer-inner {
  max-width: 600px;
  width: calc(100% - 48px);
  margin-inline: auto;
}
.footer .footer-logo {
  max-width: 156.78px;
  width: 100%;
  margin-inline: auto;
}
.footer .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .footer .footer-sns {
    margin-top: 30px;
  }
}
.footer .footer-sns a {
  display: block;
  width: 32.25px;
}
.footer .footer-copyright {
  font-size: 10px;
  text-align: center;
  margin-top: 55px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer-copyright {
    margin-top: 35px;
  }
}

/* =========================================================
layout
========================================================= */
.wrapper {
  overflow-x: hidden;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.img {
  text-align: center;
  vertical-align: top;
  aspect-ratio: 1/1;
  background-color: #fff;
}
.img img {
  width: auto;
  margin: 0 auto;
  height: 100%;
  vertical-align: top;
}
.link-item:after,
.event-link:after,
.design-link:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("../images/common/link_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 3px;
}

/* =========================================================
header
========================================================= */
.header {
  position: relative;
  z-index: 2;
}
.header__title {
  text-align: center;
}
.header__title img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .header__title img {
    width: 100%;
    max-width: 100%;
  }
}
/* =========================================================
lead
========================================================= */
.lead {
  position: relative;
  z-index: 2;
  background-color: #F6F054;
}
.lead p {
  font-size: 17px;
  line-height: 2;
  text-align: center;
  padding: 72px 0;
}
@media screen and (max-width: 768px) {
  .lead p {
    font-size: 13px;
    padding: 33px 0;
    margin: 0 auto;
    width: calc(100% - 50px);
  }
}

/* =========================================================
bg
========================================================= */
.bg-wrapper {
  display: block;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/common/bg_pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bg-wrapper {
    background-image: url("../images/common/bg_sp.jpg");
  }
}

/* =========================================================
band-wrapper
========================================================= */
.band-wrapper {
  z-index: 1;
  position: fixed;
  width: 60px;
  height: 100vh;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .band-wrapper {
    z-index: 3;
    width: 100%;
    height: 30px;
  }
}
.band-wrapper_01 {
  top: 0;
  left: 0;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .band-wrapper_01 {
    border-bottom: 1px solid #000;
  }
}
.band-wrapper_02 {
  top: 0;
  right: 0;
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .band-wrapper_02 {
    top: unset;
    bottom: 0;
    border-top: 1px solid #000;
  }
}
.band-wrapper .splide {
  height: 100%;
}
.band-wrapper .splide .splide__track {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .band-wrapper .splide .splide__track {
    width: 60%;
    height: 100%;
  }
}
.band-wrapper .splide .splide__track .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.band-wrapper .splide .splide__track .splide__slide img {
  height: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .band-wrapper .splide .splide__track .splide__slide img {
    height: unset;
    width: calc(100% - 30px);
  }
}

/* =========================================================
Main
========================================================= */
.main-contents {
  margin: 0 auto;
  width: calc(100% - 136px);
  max-width: 1008px;
}
@media screen and (max-width: 768px) {
  .main-contents {
    width: calc(100% - 16px);
  }
}

@media screen and (min-width: 769px) {
  .main-contents {
    padding: 0 20px;
  }
}
/* =========================================================
MENU
========================================================= */
.menu-wrapper {
  z-index: 3;
  position: relative;
}
.menu-wrapper .menu_btn {
  opacity: 0;
  pointer-events: none;
}
.menu-wrapper .menu_btn.visible {
  opacity: 1;
  pointer-events: auto;
}
.menu-wrapper .menu_btn {
  cursor: pointer;
  z-index: 3;
  position: fixed;
  top: 10px;
  right: 70px;
  width: 63px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DD541D;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .menu-wrapper .menu_btn {
    top: 40px;
    right: 10px;
    width: 46px;
  }
}
.menu-wrapper .menu_btn.active {
  background-color: #fff;
  opacity: 1;
  pointer-events: auto;
}
.menu-wrapper .menu_btn.active p {
  color: #DD541D;
}
.menu-wrapper .menu_btn:hover {
  background-color: #fff;
}
.menu-wrapper .menu_btn:hover p {
  color: #DD541D;
}
.menu-wrapper .menu_btn p {
  font-size: 18px;
  color: #fff;
  font-family: cc-chills, sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .menu-wrapper .menu_btn p {
    font-size: 14px;
  }
}
.menu-wrapper .menu_content {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background-color: rgba(87, 180, 192, 0.95);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-wrapper .menu_content.active {
  opacity: 1;
  pointer-events: auto;
}
.menu-wrapper .menu_content ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .menu-wrapper .menu_content ul {
    gap: 30px;
  }
}
.menu-wrapper .menu_content ul li {
  display: inline-block;
  text-align: center;
  font-family: cc-chills, sans-serif;
  background-color: #fff;
  font-size: 30px;
  padding: 5px 20px;
  border: 1px solid #000;
}
.menu-wrapper .menu_content ul li a {
  color: #DD541D;
  text-decoration: none;
}
.menu-wrapper .menu_content ul li a p {
  display: inline-block;
}
.menu-wrapper .menu_content ul li:hover {
  background-color: #DD541D;
}
.menu-wrapper .menu_content ul li:hover a {
  color: #fff;
}

/* =========================================================
POP UP STORE
========================================================= */
[v-cloak] {
  display: none;
}

/* =========================================================
block
========================================================= */
.deco {
  position: absolute;
}

.block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.block-title_01 {
  padding: 210px 0 48px;
}
@media screen and (max-width: 768px) {
  .block-title_01 {
    padding: 122px 0 31px;
  }
}
.block-title_02 {
  padding: 257px 0 46px;
}
@media screen and (max-width: 768px) {
  .block-title_02 {
    padding: 130px 0 31px;
  }
}
.block-title_03 {
  padding: 210px 0 48px;
}
@media screen and (max-width: 768px) {
  .block-title_03 {
    padding: 86px 0 32px;
  }
}
.block-title_04 {
  padding: 118px 0 48px;
}
@media screen and (max-width: 768px) {
  .block-title_04 {
    padding: 84px 0 31px;
  }
}
.block-title h2 {
  margin: 0 auto;
  border: 1px solid #000;
  display: inline-block;
  font-size: 60px;
  font-family: cc-chills, sans-serif;
  color: #DD541D;
  background-color: #fff;
  padding: 10px 14px;
}
@media screen and (max-width: 768px) {
  .block-title h2 {
    font-size: 28px;
    padding: 6px 14px;
  }
}
.block-title .deco_ttl_01 {
  width: 19%;
  z-index: -1;
  top: 76%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .block-title .deco_ttl_01 {
    width: 28%;
    top: 76%;
    left: 53%;
  }
}
.block-title .deco_ttl_02 {
  width: 23%;
  z-index: -1;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .block-title .deco_ttl_02 {
    width: 34%;
    top: 51%;
    left: 50%;
  }
}
.block-title .deco_ttl_03 {
  width: 9%;
  z-index: 1;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .block-title .deco_ttl_03 {
    width: 18%;
    top: 25%;
    left: 50%;
  }
}
.block-title .deco_ttl_04 {
  width: 15%;
  z-index: 1;
  top: 21%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .block-title .deco_ttl_04 {
    width: 25%;
    top: 29%;
    left: 50%;
  }
}

.deco_01_01 {
  width: 20%;
  top: 57%;
  left: 17%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .deco_01_01 {
    width: 29%;
    top: 37%;
    left: 19%;
  }
}

.deco_01_02 {
  z-index: 1;
  width: 31%;
  top: -2%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .deco_01_02 {
    width: 52%;
    top: -2%;
    right: -15%;
  }
}

.deco_01_03 {
  z-index: 1;
  width: 141px;
  bottom: -14px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .deco_01_03 {
    width: 104px;
    bottom: -10px;
    right: 0px;
  }
}

.deco_02_01 {
  z-index: -1;
  width: 14%;
  top: 72%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .deco_02_01 {
    z-index: 2;
    width: 22%;
    top: 72%;
    left: -4%;
  }
}

.deco_02_02 {
  width: 7%;
  top: 25%;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .deco_02_02 {
    z-index: 1;
    width: 10%;
    top: 27%;
    left: 8%;
  }
}

.deco_02_03 {
  width: 7%;
  top: 29%;
  left: 72%;
}
@media screen and (max-width: 768px) {
  .deco_02_03 {
    width: 10%;
    top: 29%;
    left: 78%;
  }
}

.deco_02_04 {
  width: 7%;
  top: 51%;
  left: 80%;
}
@media screen and (max-width: 768px) {
  .deco_02_04 {
    width: 10%;
    top: 52%;
    left: 90%;
  }
}

.deco_02_05 {
  width: 46%;
  bottom: -50%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .deco_02_05 {
    width: 29%;
    bottom: -15%;
    right: 0%;
  }
}

.deco_03_01 {
  width: 13%;
  top: 69%;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .deco_03_01 {
    width: 22%;
    top: 63%;
    left: 7%;
  }
}

.deco_03_02 {
  width: 30%;
  top: 63%;
  left: 57%;
}
@media screen and (max-width: 768px) {
  .deco_03_02 {
    width: 51%;
    top: 54%;
    left: 57%;
  }
}

.deco_04_01 {
  z-index: -1;
  width: 14%;
  top: 49%;
  left: 19%;
}
@media screen and (max-width: 768px) {
  .deco_04_01 {
    width: 24%;
    top: 51%;
    left: 6%;
  }
}

.deco_04_02 {
  z-index: -1;
  width: 7%;
  top: 33%;
  left: 68%;
}
@media screen and (max-width: 768px) {
  .deco_04_02 {
    width: 11%;
    top: 38%;
    left: 74%;
  }
}

.deco_04_03 {
  z-index: 1;
  width: 6.5%;
  top: 6%;
  left: 74%;
}
@media screen and (max-width: 768px) {
  .deco_04_03 {
    width: 11.5%;
    top: 10%;
    left: 85%;
  }
}

.animation_01 {
  -webkit-animation: animation_01 4s ease-in-out infinite;
          animation: animation_01 4s ease-in-out infinite;
}

@-webkit-keyframes animation_01 {
  0% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}

@keyframes animation_01 {
  0% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}
.animation_02 {
  -webkit-animation: animation_02 4s ease-in-out infinite;
          animation: animation_02 4s ease-in-out infinite;
}

@-webkit-keyframes animation_02 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes animation_02 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
.animation_03 {
  -webkit-animation: animation_03 4s ease-in-out infinite;
          animation: animation_03 4s ease-in-out infinite;
}

@-webkit-keyframes animation_03 {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes animation_03 {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
/* =========================================================
modal
========================================================= */
.modal-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-block {
    padding: 60px 0 60px;
    overflow: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.modal-bg {
  width: 100vw;
  height: 100vh;
  background: #57B3C0;
  opacity: 0.95;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modal-bg {
    height: 130vh;
  }
}

.modal-close {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: -6px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #DD541D;
  color: #fff;
  font-family: cc-chills, sans-serif;
  font-size: 18px;
  border-radius: 50%;
  border: #000 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-close:hover {
  background-color: #fff;
  color: #DD541D;
}
@media screen and (max-width: 768px) {
  .modal-close {
    z-index: 100;
    position: fixed;
    width: 42px;
    height: 42px;
    top: 10px;
    right: 7px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 14px;
  }
}

.modal-wrap {
  position: absolute;
  margin: 0 auto;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: calc(100% - 220px);
  max-width: 946px;
  padding: 30px 30px 50px;
  background-color: #F6F054;
  border: #000 1px solid;
}
@media screen and (max-width: 768px) {
  .modal-wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none; /* fixed を効かせるため transform を解除（親に transform があると fixed がビューポート基準にならない） */
    width: calc(100% - 56px);
    padding: 20px 20px 30px;
  }
}

.modal-cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-cont .img-wrap {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .modal-cont .img-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.modal-cont .img-wrap .img-slider {
  border: 1px solid #000;
}
.modal-cont .detail .shop {
  font-size: 19px;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal-cont .detail .shop {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 140%;
  }
}
.modal-cont .detail .date,
.modal-cont .detail .place {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal-cont .detail .date,
  .modal-cont .detail .place {
    margin-bottom: 10px;
  }
}
.modal-cont .detail .introduction {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal-cont .detail .introduction {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.modal-cont .detail .link-item {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal-cont .detail .link-item {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.modal-cont .detail .link-item a {
  color: #DD541D;
}

/* =========================================================
modal
========================================================= */
.item-list-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item-list-pickup {
    row-gap: 20px;
  }
}
.item-list-pickup .item {
  width: 46%;
  background-color: #F6F054;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item {
    width: calc(50% - 4px);
  }
}
.item-list-pickup .item .front-wrap {
  width: 100%;
  position: relative;
}
.item-list-pickup .item .front-wrap .front-cont {
  overflow-y: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item .front-wrap .front-cont {
    padding: 10px;
  }
}
.item-list-pickup .item .front-wrap .front-cont .img-wrap {
  position: relative;
  border: 1px solid #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item .front-wrap .front-cont .img-wrap {
    margin-bottom: 26px;
  }
}
.item-list-pickup .item .front-wrap .front-cont .detail .shop {
  font-size: 19px;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item .front-wrap .front-cont .detail .shop {
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 10px;
  }
}
.item-list-pickup .item .front-wrap .front-cont .detail .date,
.item-list-pickup .item .front-wrap .front-cont .detail .place {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item .front-wrap .front-cont .detail .date,
  .item-list-pickup .item .front-wrap .front-cont .detail .place {
    font-size: 11px;
  }
}
.item-list-pickup .item .front-wrap .front-cont .detail .date:before,
.item-list-pickup .item .front-wrap .front-cont .detail .place:before {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item .front-wrap .front-cont .detail .date:before,
  .item-list-pickup .item .front-wrap .front-cont .detail .place:before {
    font-size: 11px;
  }
}
.item-list-pickup .item .front-wrap .front-cont .more {
  margin: 0;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item .front-wrap .front-cont .more {
    margin-top: 17px;
  }
}
.item-list-pickup .item .front-wrap .front-cont .more button {
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
  color: #DD541D;
  font-size: 30px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: cc-chills, sans-serif;
  font-weight: 400;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item .front-wrap .front-cont .more button {
    font-size: 14px;
    height: 30px;
  }
}
.item-list-pickup .item .front-wrap .front-cont .more button:hover {
  background: #DD541D;
  color: #fff;
}
.item-list-pickup .item .front-wrap .front-cont .more button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23fff'/%3E%3Cpath d='M10 8L10 18L17 13Z' fill='%23dd541d'/%3E%3C/svg%3E");
}
.item-list-pickup .item .front-wrap .front-cont .more button:after {
  opacity: 1;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23dd541d'/%3E%3Cpath d='M10 8L10 18L17 13Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item .front-wrap .front-cont .more button:after {
    width: 20px;
  }
}
.item-list-pickup .item_wide {
  width: 100%;
}
.item-list-pickup .item_wide .front-wrap .front-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item_wide .front-wrap .front-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding: 20px 20px 50px;
  }
}
.item-list-pickup .item_wide .front-wrap .front-cont .img-wrap {
  width: 45%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item_wide .front-wrap .front-cont .img-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}
.item-list-pickup .item_wide .front-wrap .front-cont .detail-wrap {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item_wide .front-wrap .front-cont .detail-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item_wide .front-wrap .front-cont .detail-wrap .shop {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item_wide .front-wrap .front-cont .detail-wrap .date,
  .item-list-pickup .item_wide .front-wrap .front-cont .detail-wrap .place {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item_wide .front-wrap .front-cont .detail-wrap .date:before,
  .item-list-pickup .item_wide .front-wrap .front-cont .detail-wrap .place:before {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .item-list-pickup .item_wide .front-wrap .front-cont .more button {
    font-size: 20px;
    height: 40px;
  }
}

.text-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .text-before {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    font-size: 12px;
    line-height: 22px;
  }
}
.text-before::before {
  display: block;
  border: 1px solid #000000;
  padding: 0 14px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .text-before::before {
    font-size: 12px;
    padding: 0 8px;
  }
}
.text-before.date-before::before {
  content: "会期";
  background-color: #EA5415;
}
.text-before.place-before::before {
  content: "場所";
  background-color: #058ACF;
}
.text-before.price-before::before {
  content: "料金";
  background-color: #C17BB1;
}
.text-before.point-before::before {
  content: "対象";
  background-color: #22AD38;
}

/* =========================================================
event-block
========================================================= */
.event-block,
.present-block {
  z-index: 1;
  position: relative;
}

.present-block {
  z-index: 1;
  position: relative;
}
.present-block .event-cont {
  background-color: #F6F054;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.present-block .event-cont_01 .event-text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .present-block .event-cont_01 .event-text {
    margin-top: 0;
  }
}

.event-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F4CE4F;
  border: 1px solid #000000;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 28px 32px;
  -webkit-column-gap: 47px;
     -moz-column-gap: 47px;
          column-gap: 47px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .event-cont {
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-cont.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .event-cont.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-cont .event-img {
  position: relative;
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .event-cont .event-img {
    width: 100%;
  }
}
.event-cont .event-img .img-wrap {
  margin-bottom: 20px;
  position: relative;
  border: #000 1px solid;
}
@media screen and (max-width: 768px) {
  .event-cont .event-img .img-wrap {
    margin-bottom: 7px;
  }
}
.event-cont .event-img .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event-cont .event-text {
  position: relative;
  width: 46%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .event-cont .event-text {
    padding: 20px 0px 4px;
    width: 100%;
  }
}
.event-cont .event-text .event-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0 0 18px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .event-cont .event-text .event-title {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.event-cont .event-text .event-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .event-cont .event-text .event-desc {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.event-cont .event-text .event-date,
.event-cont .event-text .event-place,
.event-cont .event-text .event-price,
.event-cont .event-text .event-point {
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .event-cont .event-text .event-date:before,
  .event-cont .event-text .event-place:before,
  .event-cont .event-text .event-price:before,
  .event-cont .event-text .event-point:before {
    padding: 0 10px;
  }
}
.event-cont .event-text .event-date .event-date-note {
  display: block;
  width: 100%;
  font-size: 12px;
  margin-top: 4px;
}
.event-cont .event-text .event-link {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .event-cont .event-text .event-link {
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 4px;
  }
}
.event-cont .event-text .event-link a {
  font-weight: 600;
  color: #DD541D;
}
.event-cont .event-text .event-link a:hover {
  opacity: 0.8;
}
.event-cont .event-text .event-notion {
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .event-cont .event-text .event-notion {
    margin-top: 10px;
    font-size: 11px;
  }
}

.shop-block .shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.shop-block .shop-list .shop-item-wrap {
  width: 33.3333333333%;
  background-color: #F6F054;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #000 1px solid;
  margin-left: -1px;
  margin-bottom: -1px;
}
@media screen and (max-width: 768px) {
  .shop-block .shop-list .shop-item-wrap {
    width: 50%;
  }
}
.shop-block .shop-list .shop-item-wrap .shop-item {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .shop-block .shop-list .shop-item-wrap .shop-item {
    padding: 10px;
  }
}
.shop-block .shop-list .shop-item-wrap .shop-item .img-wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .shop-block .shop-list .shop-item-wrap .shop-item .img-wrap {
    margin-bottom: 30px;
  }
}
.shop-block .shop-list .shop-item-wrap .shop-item .text-wrap {
  font-size: 13px;
}
.shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-name {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-name {
    font-size: 12px;
  }
}
.shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-text {
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-text {
    font-size: 11px;
  }
}
.shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-text span:before {
  display: inline-block;
  content: "・";
}
.shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-date,
.shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-place {
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-date,
  .shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-place {
    margin-bottom: 4px;
    font-size: 11px;
  }
}
.shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-date:before,
.shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-place:before {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-date:before,
  .shop-block .shop-list .shop-item-wrap .shop-item .text-wrap .shop-place:before {
    font-size: 11px;
  }
}

.wrapper .slick-dots li {
  width: unset;
  height: unset;
  margin: 0 4px;
}
@media screen and (max-width: 768px) {
  .wrapper .slick-dots li {
    margin: 0;
  }
}
.wrapper .slick-dots li button {
  position: relative;
  width: 10px;
  height: 10px;
}
.wrapper .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: #fff;
  height: 6px;
  width: 6px;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .wrapper .slick-dots li button:before {
    height: 3px;
    width: 3px;
  }
}
.wrapper .slick-dots li.slick-active button:before {
  background-color: #000;
}

.design-block {
  background-color: #F6F054;
  margin-top: 30px;
  padding: 63px 0 63px;
}
@media screen and (max-width: 768px) {
  .design-block {
    padding: 30px 20px 30px;
  }
}
.design-block .design-block-wrap {
  width: calc(100% - 160px);
  max-width: 1008px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .design-block .design-block-wrap {
    width: 100%;
  }
}
.design-block .design-block-wrap .design-title {
  font-size: 40px;
  font-family: cc-chills, sans-serif;
  font-weight: 400;
  color: #DD541D;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .design-block .design-block-wrap .design-title {
    font-size: 26px;
    margin-bottom: 27px;
  }
}
.design-block .design-block-wrap .design-flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .design-block .design-block-wrap .design-flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.design-block .design-block-wrap .design-flex-block .design-img-wrap {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .design-block .design-block-wrap .design-flex-block .design-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
}
.design-block .design-block-wrap .design-flex-block .design-img-wrap .design-title-sub {
  font-size: 14px;
  font-family: cc-chills, sans-serif;
  font-weight: 400;
  color: #DD541D;
  margin-bottom: 19px;
}
.design-block .design-block-wrap .design-flex-block .design-img-wrap .design-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .design-block .design-block-wrap .design-flex-block .design-img-wrap .design-name {
    font-size: 14px;
  }
}
.design-block .design-block-wrap .design-flex-block .design-img-wrap .img-wrap {
  border: #000 1px solid;
}
@media screen and (max-width: 768px) {
  .design-block .design-block-wrap .design-flex-block .design-img-wrap .img-wrap {
    width: 126px;
    height: 126px;
  }
}
.design-block .design-block-wrap .design-flex-block .design-text-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.design-block .design-block-wrap .design-flex-block .design-text-wrap .design-text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .design-block .design-block-wrap .design-flex-block .design-text-wrap .design-text {
    font-size: 12px;
  }
}
.design-block .design-block-wrap .design-flex-block .design-text-wrap .design-link {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .design-block .design-block-wrap .design-flex-block .design-text-wrap .design-link {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
  }
}
.design-block .design-block-wrap .design-flex-block .design-text-wrap .design-link a {
  color: #DD541D;
}

/* =========================================================
slick
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */