@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 10px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  appearance: none;
}

@font-face {
  font-family: "EB Garamond";
  src: url("EBGaramond-Bold.ttf") format("truetype");
  src: url("EBGaramond-BoldItalic.ttf") format("truetype"), url("EBGaramond-ExtraBold.ttf") format("truetype"), url("EBGaramond-ExtraBoldItalic.ttf") format("truetype"), url("EBGaramond-Italic.ttf") format("truetype"), url("EBGaramond-Medium.ttf") format("truetype"), url("EBGaramond-MediumItalic.ttf") format("truetype"), url("EBGaramond-Regular.ttf") format("truetype"), url("EBGaramond-SemiBold.ttf") format("truetype"), url("EBGaramond-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5625vw;
}
@media screen and (min-width: 1050px) {
  html {
    font-size: 10px;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  max-width: 1980px;
  min-width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
}

.Inner {
  max-width: 1050px;
  min-width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1980px) {
  .Inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2rem;
  }
}
.Inner--min {
  max-width: 980px;
}
@media screen and (max-width: 480px) {
  .Inner--min {
    max-width: 100%;
    padding: 0;
  }
}

body, html {
  overflow-x: hidden;
}

.Main {
  max-width: 64rem;
  margin: 0 auto;
  width: 100%;
}
.Main .Box {
  margin-bottom: -3px;
}
.Main .Box img {
  width: 100%;
}
.Main .Box.Btn__area {
  position: relative;
}
.Main .Box.Btn__area a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8rem;
  width: calc(100% - 8rem);
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 480px) {
  .Main .Box.Btn__area a {
    bottom: 7rem;
    width: calc(100% - 4rem);
  }
}
.Main .Box.Btn__area a:hover {
  opacity: 0.7;
  transition: all 300ms;
  color: #000;
}
.Main .Box.Map {
  position: relative;
}
.Main .Box.Map iframe {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  height: 32rem;
}
@media screen and (max-width: 480px) {
  .Main .Box.Map iframe {
    height: 16rem;
    bottom: 2rem;
  }
}
.Main .Shop {
  padding: 3rem 2rem;
  background-color: #000;
}
.Main .Shop h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 480px) {
  .Main .Shop h2 {
    font-size: 2.2rem;
  }
}
.Main .Shop .youtube {
  width: 100%;
  margin-top: 3rem;
}

.Copy {
  background-color: #ff84f6;
  padding: 2rem 0;
}
.Copy p {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 480px) {
  .Copy p {
    font-size: 1.4rem;
  }
}

.Item {
  padding: 3rem 2rem;
}
.Item .Btn {
  margin-bottom: 8rem;
}
.Item__01 {
  background: url(../images/item/item_01_bg.webp) no-repeat center/cover;
}
.Item__01__title {
  margin-bottom: -2px;
}
.Item__01__title img {
  width: 107%;
  margin-left: -10px;
}
@media screen and (max-width: 480px) {
  .Item__01__title img {
    margin-left: -6px;
  }
}
.Item__01__box {
  background: #000;
  padding: 2rem;
  position: relative;
}
.Item__01__box::before {
  content: "";
  display: block;
  position: absolute;
  right: 3rem;
  bottom: -10rem;
  width: 15rem;
  height: 20rem;
  background: url(../images/item/item_01_acc.webp) no-repeat center/contain;
}
.Item__01__box__title {
  width: 70%;
  margin: 0 auto;
  padding: 2rem;
}
.Item__01__box__title img {
  width: 100%;
}
.Item__01__box__title p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
}
.Item__01__box__title p span {
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1rem;
}
.Item__01__box__flex {
  display: flex;
  align-items: center;
}
.Item__01__box__flex__item {
  width: 50%;
  background-color: #fff;
}
.Item__01__box__flex__item__head {
  background-color: #ff84f6;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0;
  letter-spacing: 0.1rem;
}
.Item__01__box__flex__item__main {
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Item__01__box__flex__item__main p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.6rem;
  color: red;
}
.Item__01__box__flex__item__main p span {
  font-size: 4rem;
  font-weight: bold;
  color: red;
}
.Item__01__box__flex__item__food {
  background-color: #f1f1f1;
  padding: 2rem 0;
}
.Item__01__box__flex__item__food p {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.3rem;
  letter-spacing: 0.15rem;
}
.Item__01__box__flex .purasu {
  margin: 0 -1rem;
  position: relative;
  z-index: 1;
}
.Item__01__box__flex .purasu img {
  width: 100%;
}
.Item__01__box__food {
  margin-top: 2rem;
}
.Item__01__box__food__ttl {
  width: 100%;
  margin-bottom: 2rem;
}
.Item__01__box__food__ttl img {
  width: 100%;
}
.Item__01__box__food__text p {
  font-size: 2.4rem;
  line-height: 4.8rem;
  color: #fff;
  font-weight: bold;
  width: fit-content;
}
.Item__01__box__food__text p:last-of-type {
  position: relative;
}
.Item__01__box__food__text p:last-of-type::before {
  content: "";
  display: block;
  position: absolute;
  top: -4rem;
  right: -8rem;
  width: 7.7rem;
  height: 7.7rem;
  background: url(../images/item/item_01_ekitika.webp) no-repeat center/contain;
}
.Item__02 {
  background: url(../images/item/item_01_bg.webp) no-repeat center/cover;
  padding: 0 2rem 2rem 2rem;
}
.Item__02__title {
  width: 70%;
}
.Item__02__title img {
  width: 100%;
}
.Item__02__box {
  background: #000;
  padding: 2rem;
  margin-bottom: 2rem;
}
.Item__02__box .Item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 0;
}
.Item__02__box .Item .title {
  width: 35%;
  display: flex;
  align-items: center;
}
.Item__02__box .Item .title p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff84f6;
  letter-spacing: 0.1rem;
  align-self: center;
  align-items: center;
  line-height: 3.6rem;
}
.Item__02__box .Item .title__img {
  width: 5rem;
  margin-right: 1rem;
}
.Item__02__box .Item .title__img img {
  width: 4rem;
}
.Item__02__box .Item .dis {
  display: flex;
  width: 65%;
}
.Item__02__box .Item .dis p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 3.6rem;
  letter-spacing: 0.2rem;
  align-self: center;
  align-items: center;
}
.Item__02__box .Item .dis p span {
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #000;
  line-height: 1.7rem;
}
.Item__02__box .Item .dis span {
  font-size: 1.7rem;
  line-height: 2rem;
  color: #fff;
  background-color: red;
  text-align: center;
  padding: 0.5rem;
  margin-left: 1rem;
}
.Item__03 {
  background-color: #000;
}
.Item__03__title {
  width: 80%;
  margin: 0 auto;
}
.Item__03__title img {
  width: 100%;
}
.Item__03__content .Item {
  padding: 0rem 0 2rem 0;
}
.Item__03__content .Item__head {
  display: flex;
  border-radius: 1rem 1rem 0 0;
  background-color: #ff84f6;
  align-items: center;
  padding: 0.5rem 1rem;
}
.Item__03__content .Item__head img {
  margin-right: 2rem;
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 2rem;
}
.Item__03__content .Item__head p {
  font-size: 2.8rem;
  line-height: 4.2rem;
  color: #fff;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
.Item__03__content .Item__box {
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
}
.Item__03__content .Item__box p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-weight: bold;
  padding: 2rem;
}
.Item__04 {
  background-color: #000;
  padding: 4rem 1rem;
}
.Item__04 img {
  width: 100%;
}
.Item__05 {
  background: url(../images/item/item_05_bg.webp) repeat-y center/cover;
}
.Item__05__title {
  padding: 0 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.Item__05__title img {
  width: 55%;
}
.Item__05__title::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -4rem;
  width: 26.9rem;
  height: 74.5rem;
  background-color: red;
  background: url(../images/item/item_05_acc.webp) no-repeat center/contain;
  z-index: 0;
}
.Item__05__content {
  margin-bottom: 2rem;
}
.Item__05__content .Item {
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
  background: url(../images/item/item_05_item_bg.webp) no-repeat center/cover;
  margin-bottom: 2rem;
}
.Item__05__content .Item__point__01 {
  height: 61rem;
}
.Item__05__content .Item__title {
  padding-left: 4rem;
  position: relative;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #fd9bf6;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
.Item__05__content .Item__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 2.4rem;
  background: url(../images/item/hart.webp) no-repeat center/contain;
}
.Item__05__content .Item__main {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
.Item__05__content .Item__box p {
  font-size: 2.4rem;
  line-height: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.Item__05__content .Item__box p span {
  color: #e8504c;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.3rem;
  letter-spacing: 0.1rem;
}
.Item__05__content .Item__box__01 p img {
  width: 20rem;
  height: 21rem;
  margin: 2rem;
}
.Item__05__content .Item__box__02 img {
  width: 100%;
}
.Item__05__content .Item__box__03 {
  display: flex;
}
.Item__05__content .Item__box__03 p {
  margin-bottom: 0;
}
.Item__05__content .Item__box__03 img {
  width: 22rem;
  height: 14rem;
}
.Item__05__content .Item__box__04 {
  display: flex;
  position: relative;
}
.Item__05__content .Item__box__04 p {
  margin-bottom: 0;
}
.Item__05__content .Item__box__04 img {
  position: absolute;
  bottom: -3rem;
  right: -1rem;
  width: 16.2rem;
  height: auto;
}
.Item__05__content .Item__box__05 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.Item__05__content .Item__box__05 img {
  position: absolute;
  bottom: -2rem;
  right: 3rem;
  width: 12.1rem;
  height: 20rem;
  margin-right: 5rem;
}
.Item__05__content .Item__box__05 p {
  margin-bottom: 0;
}
.Item__06 {
  background-color: #000;
}
.Item__06__title img {
  width: 100%;
}
.Item__06__content .Item {
  padding: 0;
  margin-bottom: 2rem;
}
.Item__06__content .Item__head {
  background: #333333;
  text-align: center;
  padding: 1rem 0;
}
.Item__06__content .Item__head p {
  color: #ff84f6;
  font-size: 2.8rem;
  line-height: 4.2rem;
  font-weight: bold;
}
.Item__06__content .Item__flex {
  display: flex;
}
.Item__06__content .Item__flex__left {
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fb8ef3;
}
.Item__06__content .Item__flex__left img {
  width: 3.9rem;
  height: 4.8rem;
}
.Item__06__content .Item__flex__right {
  background-color: #fff;
  width: 100%;
}
.Item__06__content .Item__flex__right p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  padding: 2rem 1rem;
}
.Item__08 {
  background-color: #000;
}
.Item__08__title {
  width: 26rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.Item__08__title img {
  width: 100%;
}
.Item__08__content .Item {
  padding: 0;
  margin-bottom: 2rem;
}
.Item__08__content .Item__head {
  display: flex;
  padding: 0.5rem 0;
}
.Item__08__content .Item__head__left {
  margin-right: 1rem;
}
.Item__08__content .Item__head__left img {
  width: 5rem;
  height: 5rem;
}
.Item__08__content .Item__head__text p {
  color: #ff84f6;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4.2rem;
  letter-spacing: 0.1rem;
}
.Item__08__content .Item__food {
  display: flex;
  background-color: #fff;
  padding: 2rem 1rem;
}
.Item__08__content .Item__food__left {
  margin-right: 1rem;
}
.Item__08__content .Item__food__left img {
  width: 100%;
  width: 4rem;
}
.Item__08__content .Item__food__text p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.Item__09 {
  background: url(../images/item/item_09_bg.webp) no-repeat center/cover;
}
.Item__09__sub {
  background-color: red;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.2rem 1rem;
  letter-spacing: 0.1rem;
}
.Item__09__title {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.Item__09__title svg {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-left: 11rem;
}
.Item__09__title image {
  margin: 0 auto;
  display: block;
}
.Item__09__content {
  margin-bottom: 2rem;
}
.Item__09__content img {
  width: 100%;
}
.Item__09 .Btn img {
  width: 100%;
}
.Item__10 {
  background-color: #000;
  padding: 7rem 2rem;
}
.Item__10__head {
  margin-bottom: 7rem;
}
.Item__10__head__title {
  font-size: 4rem;
  font-weight: bold;
  color: #ff84f6;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 0.2rem;
}
.Item__10__head__flex {
  display: flex;
  margin-bottom: 2rem;
}
.Item__10__head__flex__text {
  width: 50%;
}
.Item__10__head__flex__text span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.4rem;
  display: block;
  width: fit-content;
}
.Item__10__head__flex__img {
  width: 50%;
}
.Item__10__head__flex__img img {
  width: 100%;
}
.Item__10__head__text {
  text-align: center;
}
.Item__10__head__text p {
  color: #fb8ef3;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.Item__10__food {
  margin-bottom: 3rem;
}
.Item__10__food__title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 3rem;
  color: #fff;
  text-align: center;
}
.Item__10__food__text {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  color: #fff;
}
.Item__10 iframe {
  height: 30rem;
  width: 100%;
}
.Item__11 {
  background-color: #000;
  padding: 5rem 2rem;
}
.Item__11__content {
  margin-bottom: 2rem;
}
.Item__11__content img {
  width: 100%;
}
.Item__11 .Btn {
  width: 100%;
}
.Item__11 .Btn img {
  width: 100%;
}

.Btn {
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.Btn:hover {
  opacity: 0.7;
  transition: all 300ms;
}
.Btn img {
  width: 100%;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #999; /* 背景色 */
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%; /* menuの範囲 */
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: red;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px; /*  線の位置*/
  height: 3px; /*  線の太さ*/
  border-radius: 2px;
  background-color: #666; /* ボタンの色*/
  width: 45%; /*  ボタンに対する線の長さ*/
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*-----スライダーのためのcss------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  padding: 0;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 50%; /*矢印の位置*/
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  height: 5rem;
  width: 5rem;
  transform: translateY(-65%);
}
@media screen and (max-width: 480px) {
  .slick-prev,
  .slick-next {
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
  }
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  background: url(../images/allow_left.webp) no-repeat center/contain;
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  background: url(../images/allow_right.webp) no-repeat center/contain;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}