@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
* {
  box-sizing: border-box;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

:root,
html {
  font-size: 100px;
}
@media screen and (max-width: 1620px) and (min-width: 769px) {
  :root,
  html {
    font-size: 6.1728395062vw;
  }
}
@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.0416666667vw;
  }
}

body {
  color: #333333;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.04rem;
  background-image: url("../images/common/link-ex.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

/*//////////////////////////////////////////
//  共通設定
//////////////////////////////////////////*/
.inner {
  max-width: 15.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.2rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.15rem;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
/*セレクトボックスの設定(全ブラウザ共通にするため)
//設定やアイコンは用途に合わせて書き換え*/
select::-ms-expand {
  display: none;
}

label {
  font-size: 0.15rem;
}

.select-box {
  position: relative;
  display: block;
  padding: 0;
  max-width: 0.7rem;
  width: 100%;
  height: 0.38rem;
}
.select-box:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 2;
  background: url("../images/arrow-select.svg") 0 0 no-repeat;
  pointer-events: none;
}
.select-box select {
  display: block;
  width: 100%;
  height: 0.38rem;
  padding-left: 1.5em;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0.05rem;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

.mail-area a {
  width: 2rem;
  height: 0.44rem;
  background: #feb044;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.11rem;
}
.mail-area a:before {
  content: "";
  display: inline-block;
  width: 0.27rem;
  height: 0.2rem;
  background-image: url("../images/common/icon-mail.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.mail-area span {
  font-size: 0.16rem;
  color: #fff;
  font-weight: 700;
}

.tel-area {
  min-width: 2.4rem;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "grid1 grid2" "grid1 grid3";
  align-items: center;
  gap: 0.05rem 0.09rem;
}
.tel-area .icon-tel {
  grid-area: grid1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.44rem;
  height: 0.44rem;
  background: #dd6473;
  border-radius: 0.05rem;
}
.tel-area .icon-tel img {
  width: 0.22rem;
}
.tel-area a {
  grid-area: grid2;
  color: #dd6473;
  font-size: 0.28rem;
  line-height: 1;
  font-weight: 700;
}
.tel-area p {
  grid-area: grid3;
  font-size: 0.12rem;
  line-height: 1;
}

.link-small {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
}
.link-small:before {
  content: "";
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../images/common/arrow-right.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.link-small span {
  font-size: 0.16rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .link-small span {
    font-size: 0.18rem;
  }
}

.sec-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.16rem;
}
@media screen and (max-width: 768px) {
  .sec-header {
    gap: 0.1rem;
  }
}
.sec-header .en {
  font-size: 0.5rem;
  color: #dd6473;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-header .en {
    font-size: 0.3rem;
  }
}
.sec-header .jp {
  font-size: 0.26rem;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-header .jp {
    font-size: 0.18rem;
  }
}
.sec-header.ttl-row {
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.24rem;
}
.sec-header.ttl-row .jp {
  margin-top: 0.1rem;
}

.link-btn {
  max-width: 8rem;
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 0.02rem solid #dd6473;
  gap: 0.2rem;
  margin: 0.5rem auto 0;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .link-btn {
    height: 0.5rem;
    gap: 0.105rem;
  }
}
.link-btn:before {
  content: "";
  display: inline-block;
  width: 0.19rem;
  height: 0.19rem;
  background-image: url("../images/common/arrow-right.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.link-btn span {
  font-size: 0.18rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .link-btn span {
    font-size: 0.18rem;
  }
}

main {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 0.7rem;
  }
}

.no-posts-message {
  text-align: center;
  font-size: 0.18rem;
  padding: 1rem 0;
}

/*//////////////////////////////////////////
//  header
//////////////////////////////////////////*/
#mainHeader {
  width: 100%;
  position: fixed;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#mainHeader .h-inner {
  height: 1rem;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner {
    padding: 0 0.15rem;
    height: 0.7rem;
  }
}
#mainHeader .h-inner .logo {
  width: 3.2rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner .logo {
    width: 2.83rem;
  }
}
#mainHeader .h-inner .g-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.2rem;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner .g-nav {
    display: none;
  }
}
#mainHeader .h-inner .g-nav .navigation {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}
#mainHeader .h-inner .g-nav .navigation li:not(.nav-other) {
  font-size: 0.16rem;
  border-right: 0.01rem solid #333;
  width: -moz-fit-content;
  width: fit-content;
}
#mainHeader .h-inner .g-nav .navigation li:not(.nav-other) a {
  padding: 0 1em;
  line-height: 1;
  display: block;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
#mainHeader .h-inner .g-nav .contact-block {
  width: auto;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: flex-end;
}

/*/////////////////////////////////////////
//  footer
/////////////////////////////////////////*/
#mainFooter .inner {
  max-width: 11.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .inner {
    padding-top: 0.275rem;
    padding-bottom: 0.275rem;
  }
}
#mainFooter .inner .footer-info {
  width: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .inner .footer-info {
    width: 100%;
    gap: 0.125rem;
  }
}
#mainFooter .inner .footer-info h2 {
  font-size: 0.225rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #mainFooter .inner .footer-info h2 {
    font-size: 0.25rem;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  #mainFooter .inner .footer-info .tel-area {
    max-width: 2.4rem;
    margin: 0 auto;
  }
}
#mainFooter .inner .footer-info .mail-area a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #mainFooter .inner .footer-info .mail-area a {
    max-width: 2.4rem;
    margin: 0 auto;
  }
}
#mainFooter .inner .footer-nav {
  display: flex;
  gap: 0.4rem;
  width: calc(100% - 2.4rem - 1rem);
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #mainFooter .inner .footer-nav {
    display: none;
  }
}
#mainFooter .inner .footer-nav > ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
#mainFooter .inner .footer-nav > ul > li > a {
  display: flex;
  gap: 0.08rem;
  align-items: center;
  font-size: 0.14rem;
}
#mainFooter .inner .footer-nav > ul > li > a:before {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.1rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #dd6473;
}
#mainFooter .inner .footer-nav > ul > li ul {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  margin-top: 0.12rem;
  margin-left: 0.16rem;
}
#mainFooter .inner .footer-nav > ul > li ul.wide-width {
  flex: 1;
}
#mainFooter .inner .footer-nav > ul > li ul li a {
  display: flex;
  gap: 0.08rem;
  align-items: center;
  font-size: 0.14rem;
}
#mainFooter .inner .footer-nav > ul > li ul li a:before {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.03rem;
  background: #dd6473;
}
#mainFooter small {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  color: #fff;
  font-size: 0.12rem;
  padding: 0.08rem 0;
  line-height: 1;
}

#page-top {
  width: 0.8rem;
  height: 0.9rem;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 0.5rem;
    height: 0.565rem;
  }
}
#page-top a {
  width: 100%;
  height: 0.9rem;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #page-top a {
    width: 0.5rem;
    height: 0.565rem;
  }
}
#page-top a:hover {
  background: rgb(234.25, 234.25, 234.25);
}
#page-top a img {
  width: 0.39rem;
  height: 0.6rem;
}
@media screen and (max-width: 768px) {
  #page-top a img {
    width: 0.25rem;
    height: 0.375rem;
  }
}
#page-top a span {
  font-size: 0.1rem;
}
@media screen and (max-width: 768px) {
  #page-top a span {
    font-size: 0.0625rem;
  }
}

/*//////////////////////////////////////////
//  drawer
//////////////////////////////////////////*/
.drawer.drawer--right .drawer-hamburger {
  width: 0.5rem;
  height: 0.5rem;
  background: #dd6473;
  border-radius: 0.05rem;
  left: initial;
  right: 0.15rem;
  top: 0.1rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-hamburger {
    display: flex;
  }
}
.drawer.drawer--right.drawer-open .drawer-hamburger {
  top: 0.1rem;
  right: 0.15rem;
}
.drawer.drawer--right .drawer-nav {
  right: -100vw;
  z-index: 99;
  width: 100vw;
  height: calc(100vh - 0.7rem);
  background: #fff;
  overflow: scroll;
  top: 0.7rem;
  padding: 0 0.15rem;
  padding-bottom: 0.2rem;
}
.drawer.drawer--right .drawer-nav .drawer-menu {
  margin-top: 0;
  padding: 0 0 0;
  display: flex;
  flex-direction: column;
}
.drawer.drawer--right .drawer-nav .drawer-menu > ul {
  display: flex;
  flex-direction: column;
}
.drawer.drawer--right .drawer-nav .drawer-menu > ul > li {
  border-top: 1px solid #cccccc;
}
.drawer.drawer--right .drawer-nav .drawer-menu > ul > li:nth-last-child(1) {
  border-bottom: 1px solid #cccccc;
}
.drawer.drawer--right .drawer-nav .drawer-menu > ul > li > a {
  display: flex;
  gap: 0.08rem;
  align-items: center;
  font-size: 0.14rem;
  padding: 1em 0;
  padding-left: 1em;
}
.drawer.drawer--right .drawer-nav .drawer-menu > ul > li > a:before {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.1rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #dd6473;
}
.drawer.drawer--right .drawer-nav .drawer-menu > ul > li ul {
  display: flex;
  flex-direction: column;
}
.drawer.drawer--right .drawer-nav .drawer-menu > ul > li ul li {
  border-top: 1px dashed #ccc;
}
.drawer.drawer--right .drawer-nav .drawer-menu > ul > li ul li a {
  display: flex;
  gap: 0.08rem;
  align-items: center;
  font-size: 0.14rem;
  padding: 1em 0;
  padding-left: 2.2em;
}
.drawer.drawer--right .drawer-nav .drawer-menu > ul > li ul li a:before {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.03rem;
  background: #dd6473;
}
.drawer.drawer--right .drawer-nav .contact-block {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  background: #fff4f5;
  padding: 0.15rem 0;
}
.drawer.drawer--right .drawer-nav .contact-block .mail-area {
  max-width: 2.4rem;
  width: 100%;
}
.drawer.drawer--right .drawer-nav .contact-block .mail-area a {
  width: 100%;
}
.drawer.drawer--right .drawer-nav .contact-block .tel-area {
  max-width: 2.4rem;
  width: 100%;
}
.drawer.drawer--right .drawer-nav .contact-block .tel-area p {
  font-size: 0.125rem;
}
.drawer.drawer--right .drawer-overlay {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0.7rem;
}
.drawer.drawer--right .drawer-hamburger p {
  font-size: 0.11rem;
  color: #fff;
  font-weight: 900;
  bottom: -0.1rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.drawer.drawer--right .drawer-hamburger .close-menu {
  display: none;
}
.drawer.drawer--right .drawer-hamburger-icon {
  background-color: #474747;
  margin-top: 0.05rem;
  width: 0.26rem;
}
.drawer.drawer--right .drawer-hamburger-icon,
.drawer.drawer--right .drawer-hamburger-icon:after,
.drawer.drawer--right .drawer-hamburger-icon:before {
  height: 0.02rem;
  background-color: #fff;
}
.drawer.drawer--right .drawer-hamburger-icon:before {
  width: 100%;
  top: -0.06rem;
}
.drawer.drawer--right .drawer-hamburger-icon:after {
  top: 0.06rem;
  width: 100%;
}
.drawer.drawer--right.drawer-open .open-menu {
  display: none;
}
.drawer.drawer--right.drawer-open .close-menu {
  display: block;
}
.drawer.drawer--right.drawer-open .drawer-nav {
  right: 0;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background: #fff;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background: #fff;
}
.drawer.drawer--right .drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: none;
  border-right: none;
  border-left: none;
  float: right;
}
.drawer.drawer--right .drawer-dropdown.open .drawer-caret {
  transform: rotate(90deg);
}
.drawer.drawer--right ion-icon {
  --ionicon-stroke-width: 16px;
  color: #474747;
}
.drawer.drawer--right .dr-link,
.drawer.drawer--right .drawer-dropdown-menu-item {
  background: #eeeeee;
}
.drawer.drawer--right .dr-link {
  font-size: 0.18rem;
  padding: 0.8em 0 0.8em 0.75rem;
}
.drawer.drawer--right .drawer-dropdown-menu-item {
  font-size: 0.18rem;
  margin: 0.1em 0;
  padding-left: 1.5em;
  font-weight: normal;
  color: #474747;
}
.drawer.drawer--right .drawer-dropdown-menu li a {
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
}

/*//////////////////////////////////////////
//  アニメーション設定
//////////////////////////////////////////*/
.fu {
  transition: 1s;
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

.fi {
  transition: 1s;
  opacity: 0;
}

.fu.fadeup {
  opacity: 1;
  transform: translateZ(0);
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}
.faderight {
  animation-name: faderight;
}

@keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*//////////////////////////////////////////
//  slick上書き
//////////////////////////////////////////*/
/* Arrows */
.slick-prev,
.slick-next {
  height: 0.6rem;
  width: 0.6rem;
  line-height: 0;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
  border: 0.03rem solid #000;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 0.3rem;
    height: 0.3rem;
    border: 0.015rem solid #000;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #fff;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev {
  left: 22%;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 1.5%;
  }
}
.slick-prev:before {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-bottom: 0.03rem solid #000;
  border-right: 0.03rem solid #000;
  transform: rotate(135deg);
  margin-left: 0.08rem;
}
@media screen and (max-width: 768px) {
  .slick-prev:before {
    width: 0.075rem;
    height: 0.075rem;
    border-bottom: 0.015rem solid #000;
    border-right: 0.015rem solid #000;
    margin-left: 0.04rem;
  }
}

.slick-next {
  right: 22%;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 1.5%;
  }
}
.slick-next:before {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-bottom: 0.03rem solid #000;
  border-right: 0.03rem solid #000;
  transform: rotate(-45deg);
  margin-right: 0.08rem;
}
@media screen and (max-width: 768px) {
  .slick-next:before {
    width: 0.075rem;
    height: 0.075rem;
    border-bottom: 0.015rem solid #000;
    border-right: 0.015rem solid #000;
    margin-right: 0.04rem;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0rem;
}

.slick-dots {
  position: absolute;
  bottom: -0.3rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -0.25rem;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 0.15rem;
  width: 0.15rem;
  margin: 0 0.05rem;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    height: 0.075rem;
    width: 0.075rem;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0.15rem;
  width: 0.15rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    height: 0.075rem;
    width: 0.075rem;
  }
}
.slick-dots li button:before {
  content: "";
  background: #9a9a9a;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 0.15rem;
  height: 0.15rem;
  line-height: 0.15rem;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    height: 0.075rem;
    width: 0.075rem;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button:before {
  background: #000;
}/*# sourceMappingURL=common.css.map */