@charset "UTF-8";
*, :after, :before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

address, dl, ol, ul {
  margin-bottom: 1rem;
}

dl, ol, ul {
  margin-top: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  border-style: none;
}

img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body, html {
  background-color: #efefef;
  color: #fff;
  font-family: 游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
  font-size: 10px;
  overflow-x: hidden;
}

body.is-openMenu {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  text-align: left;
}

a, a.hover {
  color: #fff;
}

a.hover {
  text-decoration: none;
  cursor: pointer;
}

a.hover, a.hover * {
  opacity: .75;
}

a * {
  pointer-events: none;
}

html:not(.isSp) a:hover {
  color: #fff;
  text-decoration: none;
  opacity: .75;
  cursor: pointer;
}

html:not(.isSp) a:hover * {
  opacity: .75;
}

html.isSp a:active, html.isSp a:hover {
  color: #fff;
  text-decoration: none;
}

html.isSp a:active {
  opacity: .75;
  cursor: pointer;
}

html.isSp a:active * {
  opacity: .75;
}

:focus, a:focus {
  outline: 0;
}

p {
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
}

h1 {
  margin: 0;
}

hr {
  border-top: 1px solid #efefef;
  border-bottom: 0;
}

tr {
  border-bottom: 1px solid #aaa;
}

tr:first-child, tr:last-child {
  border: 0;
}

th {
  text-align: center;
  border-right: 1px solid #aaa;
}

th:last-child {
  border: 0;
}

td {
  border-right: 1px solid #aaa;
}

td:last-child {
  border: 0;
}
.c-button.is-square {
    border-radius: 34px;
    text-align: center;
    font-weight: bold;
}
.c-globalNavi__sns {
  display: none;
}

@media screen and (max-width: 800px) {
    .c-button.is-pink {
        background: #e72091;
        padding: 4px;
    }
    .c-button.is-square {
        padding: 4px;
        font-size: 1rem;
        border-radius: 4px;
    }
}
.c-globalNavi__menu {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 910px) {
  .c-globalNavi__menu {
    width: 100%;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 800px) {
  .c-globalNavi__menu {
    display: none;
  }
}
.c-globalNavi__spImg {
  display: none;
}

@media screen and (max-width: 800px) {
  .c-globalNavi__spImg {
    display: block;
    padding-bottom: 5px;
  }
}
/* 共通 */
.ly_wrapper {
  width: 1080px;
  margin: 0 auto;
}
.el_btn {
  text-align: center;
  background: #e72091;
  color: #fff;
  border-radius: 35px;
}

/* header */
.p-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #000;
}

.p-header:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: top .4s ease;
  transition: top .4s ease;
}

@media screen and (max-width: 480px) {
  .p-header:before {
    opacity: .9;
  }
}

.p-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 24px 6% 4px;
  -webkit-transition: margin .4s ease;
  transition: margin .4s ease;
}
.p-header .p-header__inner {
margin: 10px 2%;
}

@media screen and (max-width: 1024px) {
  .p-header__inner {
    margin: 9px 2% 4px;
  }
}

@media screen and (max-width: 800px) {
  .p-header__inner {
    margin: 9px 4px 4px 16px;
  }
}

.p-header__mobileHead {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

@media screen and (max-width: 480px) {
  .p-header__mobileHead {
    position: relative;
    padding: 0;
    height: 56px;
    z-index: 999;
  }
}

.p-header__logo {
  display: block;
  width: 174px;
  height: 62px;
  background: url(../images/common/logo.png) no-repeat;
  background-size: contain;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (max-width: 480px) {
  .p-header__logo {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    width: 104px;
    background: url(../images/common/logo.png) no-repeat;
    background-size: contain;
  }
}

.p-header__logo > a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-header__loginWrapper {
  display: inline-block;
  margin-left: 20px;
}

.p-header__loginWrapper > a {
  display: block;
  height: 100%;
}

.p-header__btnArea {
  display: unset;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 800px) {
  .p-header__btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    z-index: 1;
  }
}

.p-header__login {
  width: 138px;
  height: 30px;
  background: url(../images/pc/button-login.png) no-repeat;
  background-size: contain;
}

.p-header__login:hover {
  opacity: .85;
}

@media screen and (max-width: 800px) {
  .p-header__login {
    width: 65px;
    height: 38px;
    margin-bottom: 0;
    background-image: url(../images/sp/button-login.png);
  }
}

.p-header .hero__button.is-fixed, .p-header__booking {
  position: relative;
  display: block;
  width: 300px;
  margin-left: auto;
  white-space: nowrap;
  overflow-x: hidden;
  -webkit-transition: margin .4s ease,width .3s ease,opacity .3s linear;
  transition: margin .4s ease,width .3s ease,opacity .3s linear;
}

.p-header .hero__button.is-fixed span:before, .p-header__booking span:before {
  content: "・";
}

@media screen and (max-width: 800px) {
  .p-header .hero__button.is-fixed, .p-header__booking {
    display: block;
    width: 127px;
    height: 38px;
    margin-left: 5px;
    opacity: 1;
    z-index: 1;
  }
  .p-header .hero__button.is-fixed span, .p-header__booking span {
    display: block;
  }
  .p-header .hero__button.is-fixed span:before, .p-header__booking span:before {
    content: none;
  }
}

.p-header__menuButton {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

@media screen and (max-width: 800px) {
  .p-header__menuButton {
    position: relative;
    display: block;
    min-width: 40px;
    height: 40px;
  }
  .p-header__menuButton > span, .p-header__menuButton > span:after, .p-header__menuButton > span:before {
    position: absolute;
    background: #fff;
    width: 18px;
    height: 2px;
  }
  .p-header__menuButton > span {
    top: 18px;
    right: 8px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .p-header__menuButton > span:before {
    content: "";
    margin-top: -6px;
  }
  .p-header__menuButton > span:after {
    content: "";
    margin-top: 6px;
  }
}

.p-header.is-open .p-header__menuButton > span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-header.is-open .p-header__menuButton > span:after, .p-header.is-open .p-header__menuButton > span:before {
  margin-top: 0;
  -webkit-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  transform: rotate(95deg);
}

.p-header:not(.is-open) .p-header__booking.is-hide {
  width: 0;
  opacity: 0;
}

.p-header:not(.is-open) .p-header__booking.is-hide > a {
  display: none;
}

.p-header.toFollow:before {
  top: 0;
}

.p-header.toFollow .p-header__inner {
  margin: 10px 6%;
}

@media screen and (max-width: 1024px) {
  .p-header.toFollow .p-header__inner {
    margin: 9px 2%;
  }
}

@media screen and (max-width: 480px) {
  .p-header.toFollow .p-header__inner {
    margin: 2px 4px 2px 16px;
  }
}

.p-header.toFollow .p-header__logo {
  height: 52px;
}

@media screen and (max-width: 480px) {
  .p-header.toFollow .p-header__login {
    float: left;
  }
}

.p-header.toFollow .p-header__booking {
  margin-top: 15px;
}

.p-header.toFollow .p-header__booking.is-hide {
  margin-top: 0;
}

@media screen and (max-width: 801px) {
  .p-header.toFollow .p-header__booking {
    margin-top: 0;
  }
}

.p-header:not(.is-top):not(.is-open) .p-header__booking {
  position: absolute;
  right: 0;
  margin-top: 90px;
}

@media screen and (max-width: 801px) {
  .p-header:not(.is-top):not(.is-open) .p-header__booking {
    position: relative;
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) {
.hp_pcNone {
  display: none !important;
}
/* fv */
.ly_fv {
  padding: 180px 0 300px;
  background: url(../media/each-studio_title_bg.jpg) top /100% auto,no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  position: relative;
  z-index: 0;
}

.ly_fv h1 {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.ly_fv h1 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.06em;
}


/* slider */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #e72091;
  border: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
  z-index: 1;
  cursor: pointer;
}
.custom-prev {
  left: -90px;
}
.custom-prev::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  width: 13px;
  height: 13px;
  margin: 3px 0 0 -10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: 4px 0 0 -4px;
}
/* slider 右矢印 */
.custom-next {
  right: -90px;
}
.custom-next::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 42%;
  width: 13px;
  height: 13px;
  margin: 3px 0 0 -10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.slick-dots li button {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  border: none;
  margin: 5px;
  font-size: 0;
}

.slick-dots li.slick-active button {
  background-color: #222;
}

.bl_access_slider {
  width: 480px;
  margin: 0 auto;
}
.bl_access_slider img {
  width: 480px;
  margin: 0 auto;
}
/* access */
.ly_access {
  position: relative;
  z-index: 1;
  width: 1080px;
  margin: -150px auto 140px;
  background: #fff;
}
.bl_access_contents {
  padding: 60px 60px 135px;
}
.bl_access_flexContents {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.bl_access_address {
  width: 575px;
}
.bl_access_address dl {
  padding-bottom: 25px;
}
.bl_access_address dt {
  background: #ead6fe;
  color: #cb95e3;
  font-size: 16px;
  letter-spacing: 0.06em;
  padding: 5px 0 5px 20px;
}
.bl_access_address dd {
  font-size: 15px;
  color: #3f3f3f;
  padding-left: 20px;
  margin-top: 15px;
}
.bl_access_btn {
  position: relative;
  background: #e72091;
  color: #fff;
  width: 400px;
  margin: 25px auto 0;
  text-align: center;
  border-radius: 35px;
  letter-spacing: 0.06em;
  font-size: 20px;
  height: 60px;
  line-height: 3.0;
}
.bl_access_btn a {
  display: block;
  height: auto;
}
.bl_access_btn::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -6px;
}
iframe {
  height: 370px;
  width: 100%;
  margin-top: 60px;
}
.bl_access_store {
  margin-top: 55px;
}
.bl_access_store h2 {
  background: #000;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.06em;
  padding: 20px 0 20px 20px;
}
.bl_access_storeName {
  position: relative;
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0 20px 20px;
}
.bl_access_storeName::before {
  content: "";
  position: absolute;
  top: 33px;
  right: 20px;
  width: 13px;
  height: 13px;
  margin: 3px 0 0 -10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bl_access_storeName p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #444;
  line-height: 1.5;
  line-height: 1.5;
}
.bl_access_storeName span {
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #444;
  display: block;
  font-weight: normal;
}
}

/* footer */
.p-footer {
  position: relative;
  display: table;
  width: 100%;
  height: 120px;
  padding: 0 6%;
  background-color: #000;
}

@media screen and (max-width: 875px) {
  .p-footer {
    display: inline-block;
    height: 165px;
  }
}

.p-footer__inner {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 875px) {
  .p-footer__inner {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.p-footer__link {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.p-footer__link > li {
  position: relative;
  display: inline-block;
}

.p-footer__link > li:first-child {
  padding-right: 12px;
}

.p-footer__link > li:not(:first-child) {
  padding: 0 12px;
}

.p-footer__link > li:not(:first-child):before {
  content: "|";
  position: absolute;
  left: 0;
}

.p-footer__copyright {
  display: block;
}

.p-footer__sns {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 875px) {
  .p-footer__sns {
    position: static;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    margin: 30px 0;
    -webkit-transform: initial;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
}

.p-footer__snsList {
  display: inline-block;
}

.p-footer__snsList > li {
  padding: 0 9px;
  float: left;
}

@media screen and (max-width: 875px) {
  .p-footer__snsList > li {
    padding: 0 15px;
  }
}

.p-footer__snsList > li a {
  display: block;
}

.p-footer__snsList > li img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 875px) {
  .p-footer__snsList > li img {
    width: 35px;
    height: 35px;
  }
}

.p-footer__toTop {
  position: absolute;
  bottom: 90px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #e72091;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .p-footer__toTop {
    right: 18px;
  }
}

@media screen and (max-width: 875px) {
  .p-footer__toTop {
    right: 14px;
    bottom: 140px;
    width: 45px;
    height: 45px;
  }
}

.p-footer__toTop > img {
  margin-top: 22px;
}

@media screen and (max-width: 875px) {
  .p-footer__toTop > img {
    margin-top: 15px;
  }
}

.p-footer__toTop.is-fixed {
  position: fixed;
  -webkit-animation-name: toTopFixedAnim;
  animation-name: toTopFixedAnim;
}

@media screen and (max-width: 875px) {
  .p-footer__toTop.is-fixed {
    bottom: 35px;
  }
}

.p-footer__toTop.is-show {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  img {
    width: 100%;
    height: auto;
  }
  .ly_fv {
    padding: 28.688vw 0 17.188vw;
    background: url(../media/each-studio_title_bg.jpg) center /100% auto,no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    position: relative;
    z-index: 0;
  }
  .ly_fv h1 {
    font-size: 2rem;
    text-align: center;
  }
  .ly_fv h1 span {
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }

  /* access */
  .ly_access {
    position: relative;
    margin-top: -10vw;
    padding-bottom: 10vw;
  }
  .bl_access_contents {
    width: 87.5vw;
    margin: 0 auto;
    background: #fff;
    padding: 3.125vw 3.125vw 10vw;
  }
  .bl_access_address dt {
    width: 78.125vw;
    margin: 0 auto;
    background: #ead6fe;
    color: #bd78d7;
    padding: 2.125vw 0 2.125vw 3.125vw;
    letter-spacing: 0.06em;
    font-size: 1.6rem;
  }
  .bl_access_address dd {
    color: #444;
    width: 78.125vw;
    margin: 0 auto;
    padding: 3.125vw 0 3.125vw 3.125vw;
    letter-spacing: 0.06em;
    font-size: 3.5vw;
  }
  .bl_access_btn {
    background: #e72091;
    color: #fff;
    text-align: center;
    width: 70vw;
    margin: 0 auto 2vw;
    height: 12vw;
    line-height: 2.9;
    border-radius: 5.688vw;
  }
  .bl_access_btn a {
    height: auto;
    display: block;
  }
  .bl_access_img {
    width: 50.938vw;
    margin: 8vw auto 0;
  }
  iframe {
    display: block;
    width: 78.125vw;
    height: 30vw;
    margin: 7.5vw auto 0;
  }
  .bl_access_store {
    margin-top: 7.5vw;
  }
  .bl_access_store h2 {
    width: 78.125vw;
    margin: 0 auto;
    background: #000;
    color: #fff;
    font-size: 3.125vw;
    padding: 2.125vw 0 2.125vw 2.125vw;
  }
  .bl_access_address {
    margin-top: 7vw;
    line-height: 1.5;
  }
  .bl_access_storeName {
    position: relative;
    padding: 3.906vw 0 0 3.906vw;
  }
  .bl_access_storeName::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -5px;
  }
  .bl_access_storeName .bl_access_storeName_text {
    color: #444;
    font-size: 3.7vw;
    line-height: 1.5;
    border-bottom: 0.156vw solid #c2c2c2;
    padding-bottom: 3.906vw;
    font-weight: bold;
  }
  .bl_access_storeName span {
    display: block;
    font-weight: normal;
  }
  /* slider 左矢印 */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 7.375vw;
  height: 7.375vw;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #e72091;
  border: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
  z-index: 1;
  cursor: pointer;
}
.custom-prev {
  left: -3.5vw;
  top: 46.5%;
}
.custom-prev::before {
  content: "";
  position: absolute;
  top: 1.5vw;
  left: 45%;
  width: 3vw;
  height: 3vw;
  margin: 3px 0 0 -10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: 0.625vw 0 0 -0.625vw;
}
/* slider 右矢印 */
.custom-next {
  right: -3.5vw;
  top: 45%;
}
.custom-next::before {
  content: "";
  position: absolute;
  top: 1.5vw;
  left: 59%;
  width: 3vw;
  height: 3vw;
  margin: 3px 0 0 -10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}

.slick-dots li button {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  border: none;
  margin: 5px;
  font-size: 0;
}

.slick-dots li.slick-active button {
  background-color: #222;
}
}
