/* =========================================================
body
========================================================= */
body {
  color: #000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  word-break: break-all;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

input, button, textarea, select {
  color: #000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  box-sizing: border-box;
}

* {
  letter-spacing: 0.04em;
}

*:before, *:after {
  display: block;
}

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

.w100 {
  width: 100%;
}

a {
  text-decoration: none;
}

svg.hide {
  display: none;
}

.pc-br {
  display: none;
}

@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}
.pc-disp {
  display: none;
}

@media (min-width: 769px) {
  .pc-disp {
    display: block;
  }
}
@media (min-width: 769px) {
  .sp-disp {
    display: none;
  }
}
@media (hover: hover) {
  .opacity-link {
    transition: opacity 0.2s ease-in-out;
  }

  .opacity-link:hover {
    opacity: 0.6;
  }
}
.txt-link {
  text-decoration: underline;
}

@media (hover: hover) {
  .txt-link:hover {
    text-decoration: none;
  }
}
.anchor-hook {
  margin-top: -80px;
  padding-top: 80px;
  height: 0;
  pointer-events: none;
  z-index: -10;
}

.wrapper {
  min-width: 320px;
}

@media (max-width: 768px) {
  .wrapper {
    padding: 60px 0 0;
  }
}
@media (min-width: 769px) {
  .wrapper {
    padding: 80px 0 0;
  }
}
@media (max-width: 768px) {
  .main-cont {
    padding: 0 0 60px;
  }
}
@media (min-width: 769px) {
  .main-cont {
    padding: 0 0 80px;
  }
}
/* =========================================================
common parts
========================================================= */
/*------------------------------------------
title
------------------------------------------*/
@media (max-width: 768px) {
  .cmn-ttl01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.cmn-ttl01 .en {
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 768px) {
  .cmn-ttl01 .en {
    font-size: clamp(10px, 9.6vw, 36px);
  }
}
@media (min-width: 769px) {
  .cmn-ttl01 .en {
    font-size: clamp(10px, 3.6603221083vw, 50px);
  }
}
.cmn-ttl01 .ja {
  color: #797979;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .cmn-ttl01 .ja {
    font-size: clamp(10px, 3.7333333333vw, 14px);
  }
}
@media (min-width: 769px) {
  .cmn-ttl01 .ja {
    font-size: clamp(10px, 1.1713030747vw, 16px);
  }
}
.cmn-ttl02 {
  font-weight: bold;
}

@media (max-width: 768px) {
  .cmn-ttl02 {
    font-size: 18px;
    line-height: 1.7222222222;
  }
}
@media (min-width: 769px) {
  .cmn-ttl02 {
    font-size: 22px;
    line-height: 1.6818181818;
  }
}
.cmn-ttl03 {
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .cmn-ttl03 {
    font-size: clamp(10px, 8vw, 30px);
  }
}
@media (min-width: 769px) {
  .cmn-ttl03 {
    font-size: clamp(10px, 2.9282576867vw, 40px);
  }
}
/*------------------------------------------
button
------------------------------------------*/
.cmn-btn01 a,
.cmn-btn01 button {
  position: relative;
  background: #000;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.cmn-btn01 .arrow {
  display: block;
  -webkit-mask: url(https://en.dev-shinsaibashi-parco.sc-concierge.jp/assets/space14/images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(https://en.dev-shinsaibashi-parco.sc-concierge.jp/assets/space14/images/common/ico_arrow01.svg) no-repeat center/contain;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: background 0.3s ease;
}

@media (hover: hover) {
  .cmn-btn01 a:hover,
.cmn-btn01 button:hover {
    background: #fff;
    color: #000;
  }

  .cmn-btn01 a:hover .arrow,
.cmn-btn01 button:hover .arrow {
    background: #000;
  }
}
.cmn-btn01.w-b a {
  background: #fff;
  color: #000;
}

@media (hover: hover) {
  .cmn-btn01.w-b a:hover {
    background: #000;
    color: #fff;
  }
}
.cmn-btn02 {
  width: -moz-fit-content;
  width: fit-content;
}

.cmn-btn02 a,
.cmn-btn02 button {
  display: block;
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

@media (max-width: 768px) {
  .cmn-btn02 a,
.cmn-btn02 button {
    padding: 0 30px 7px 0;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .cmn-btn02 a,
.cmn-btn02 button {
    padding: 0 30px 10px 0;
    font-size: 22px;
  }
}
.cmn-btn02 a::before,
.cmn-btn02 button::before {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .cmn-btn02 a::before,
.cmn-btn02 button::before {
    height: 2px;
  }
}
@media (min-width: 769px) {
  .cmn-btn02 a::before,
.cmn-btn02 button::before {
    height: 3px;
  }
}
.cmn-btn02 .arrow {
  display: block;
  width: 12px;
  height: 7px;
  background: url(https://en.dev-shinsaibashi-parco.sc-concierge.jp/assets/space14/images/common/ico_arrow01.svg) no-repeat center/contain;
  position: absolute;
  top: 0.3em;
  right: 0;
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .cmn-btn02.re a,
.cmn-btn02.re button {
    padding: 0 0 7px 30px;
  }
}
@media (min-width: 769px) {
  .cmn-btn02.re a,
.cmn-btn02.re button {
    padding: 0 0 10px 30px;
  }
}
.cmn-btn02.re .arrow {
  right: auto;
  left: 0;
  transform: rotate(90deg);
}

.cmn-btn02.down .arrow {
  transform: rotate(0);
}

.cmn-btn03 a,
.cmn-btn03 button {
  display: block;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
}

@media (hover: hover) {
  .cmn-btn03 a:hover,
.cmn-btn03 button:hover {
    background: #000;
    color: #fff;
  }

  .cmn-btn03 a:hover .arrow,
.cmn-btn03 button:hover .arrow {
    background: #fff;
  }
}
.cmn-btn03 .arrow {
  display: block;
  width: 12px;
  height: 7px;
  -webkit-mask: url(https://en.dev-shinsaibashi-parco.sc-concierge.jp/assets/space14/images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(https://en.dev-shinsaibashi-parco.sc-concierge.jp/assets/space14/images/common/ico_arrow01.svg) no-repeat center/contain;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: background 0.3s ease;
}

.cmn-btn03.b-w a,
.cmn-btn03.b-w button {
  border: none;
  background: #000;
  color: #fff;
}

@media (hover: hover) {
  .cmn-btn03.b-w a:hover,
.cmn-btn03.b-w button:hover {
    background: #fff;
    color: #000;
  }

  .cmn-btn03.b-w a:hover .arrow,
.cmn-btn03.b-w button:hover .arrow {
    background: #000;
  }
}
.cmn-btn03.b-w .arrow {
  background: #fff;
}

/*------------------------------------------
language button
------------------------------------------*/
.lang-btn button {
  display: flex;
  gap: 6px;
  align-items: center;
}

.lang-btn .ico svg {
  width: 24px;
  height: 24px;
}

.lang-btn .txt {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
}

/*------------------------------------------
card
------------------------------------------*/
.cmn-card01 a {
  display: block;
}

@media (max-width: 768px) {
  .cmn-card01 a > * + * {
    margin: 5px 0 0;
  }
}
@media (min-width: 769px) {
  .cmn-card01 a > * + * {
    margin: 10px 0 0;
  }
}
.cmn-card01 .ctg {
  display: flex;
  align-items: center;
  line-height: 1;
}

@media (max-width: 768px) {
  .cmn-card01 .ctg {
    gap: 5px;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .cmn-card01 .ctg {
    gap: 10px;
    font-size: 14px;
  }
}
.cmn-card01 .ctg::after {
  content: "";
  flex: 1;
  border-radius: 3px;
  background: #000;
}

@media (max-width: 768px) {
  .cmn-card01 .ctg::after {
    height: 2px;
  }
}
@media (min-width: 769px) {
  .cmn-card01 .ctg::after {
    height: 3px;
  }
}
.cmn-card01 .img {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}

.cmn-card01 .img .bottom {
  width: 100%;
  height: 100%;
  filter: blur(10px);
}

.cmn-card01 .img .bottom img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn-card01 .img .top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cmn-card01 .img .top img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn-card01 .tag {
  width: -moz-fit-content;
  width: fit-content;
  background: #000;
  color: #fff;
  line-height: 1;
}

@media (max-width: 768px) {
  .cmn-card01 .tag {
    padding: 5px 7px;
    font-size: 11px;
  }
}
@media (min-width: 769px) {
  .cmn-card01 .tag {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.cmn-card01 .date {
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  color: #797979;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 768px) {
  .cmn-card01 .date {
    font-size: clamp(10px, 3.2vw, 12px);
  }
}
@media (min-width: 769px) {
  .cmn-card01 .date {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .cmn-card01 .txt01 {
    font-size: 13px;
    line-height: 1.7692307692;
  }
}
@media (min-width: 769px) {
  .cmn-card01 .txt01 {
    font-size: 16px;
    line-height: 1.6875;
  }
}
/*------------------------------------------
box
------------------------------------------*/
.cmn-box01 .ttl {
  position: relative;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cmn-box01 .ttl {
    padding: 0 0 5px 0;
    font-size: 18px;
    line-height: 1.7222222222;
  }
}
@media (min-width: 769px) {
  .cmn-box01 .ttl {
    padding: 0 0 10px 0;
    font-size: 22px;
    line-height: 1.6818181818;
  }
}
.cmn-box01 .ttl::before {
  content: "";
  border-radius: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
}

@media (max-width: 768px) {
  .cmn-box01 .ttl::before {
    width: calc(100% + 24px);
    height: 2px;
    left: -24px;
  }
}
@media (min-width: 769px) {
  .cmn-box01 .ttl::before {
    width: 100%;
    height: 3px;
    left: 0;
  }
}
.cmn-box01 .box {
  margin: 30px auto 0;
}

/* =========================================================
common layout
========================================================= */
/*------------------------------------------
section
------------------------------------------*/
@media (max-width: 768px) {
  .cmn-sec01 {
    padding: 0 24px;
  }
}
@media (min-width: 769px) {
  .cmn-sec01 {
    padding: 0 6.0761346999vw;
  }
}
.cmn-sec01 .sec-in {
  position: relative;
}

@media (min-width: 769px) {
  .cmn-sec01 .sec-in {
    padding: 35px 0 0 20%;
  }
}
@media (min-width: 769px) {
  .cmn-sec01 .cmn-ttl01 {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.cmn-sec01 .cmn-ttl01 span {
  white-space: nowrap;
}

/*------------------------------------------
list
------------------------------------------*/
.col2-3 {
  display: grid;
}

@media (max-width: 768px) {
  .col2-3 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col2-3 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px 32px;
  }
}
@media (min-width: 1025px) {
  .col2-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 32px;
  }
}
.col2-4 {
  display: grid;
}

@media (max-width: 768px) {
  .col2-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 20px;
  }
}
@media (min-width: 769px) {
  .col2-4 {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 80px 32px;
  }
}
@media (min-width: 1366px) {
  .col2-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*------------------------------------------
common article
------------------------------------------*/
@media (min-width: 1025px) {
  .cmn-article01 {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: max-content 1fr;
    grid-gap: 50px 10%;
    grid-template-areas: "head image" "article image";
  }
}
@media (min-width: 1025px) {
  .cmn-article01 .head {
    grid-area: head;
  }
}
.cmn-article01 .head .ctg {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
}

.cmn-article01 .head .ctg::after {
  content: "";
  flex: 1;
  border-radius: 3px;
  background: #000;
}

@media (max-width: 768px) {
  .cmn-article01 .head .ctg::after {
    height: 2px;
  }
}
@media (min-width: 769px) {
  .cmn-article01 .head .ctg::after {
    height: 3px;
  }
}
.cmn-article01 .head .ttl {
  font-weight: 700;
}

@media (max-width: 768px) {
  .cmn-article01 .head .ttl {
    font-size: 18px;
    line-height: 1.7222222222;
  }
}
@media (min-width: 769px) {
  .cmn-article01 .head .ttl {
    font-size: 26px;
    line-height: 1.6923076923;
  }
}
.cmn-article01 .head .wrap {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .cmn-article01 .head .wrap {
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .cmn-article01 .head .wrap {
    gap: 15px;
  }
}
.cmn-article01 .head .date {
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  color: #797979;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 768px) {
  .cmn-article01 .head .date {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .cmn-article01 .head .date {
    font-size: 16px;
  }
}
.cmn-article01 .head .tag {
  width: -moz-fit-content;
  width: fit-content;
  background: #000;
  color: #fff;
  line-height: 1;
}

@media (max-width: 768px) {
  .cmn-article01 .head .tag {
    padding: 5px 7px;
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .cmn-article01 .head .tag {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.cmn-article01 .img-wrap {
  overflow: hidden;
}

@media (min-width: 1025px) {
  .cmn-article01 .img-wrap {
    grid-area: image;
  }
}
@media (max-width: 768px) {
  .cmn-article01 .img-wrap {
    width: 100vw;
    margin: 30px 0 0 -24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cmn-article01 .img-wrap {
    width: 500px;
    margin: 60px auto 0;
  }
}
.cmn-article01 .img-wrap .img-list {
  border: 1px solid #D8D8D8;
}

.cmn-article01 .img-wrap .img-list .slick-slide {
  aspect-ratio: 1/1;
}

.cmn-article01 .img-wrap .img {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}

.cmn-article01 .img-wrap .img .bottom {
  width: 100%;
  height: 100%;
  filter: blur(10px);
}

.cmn-article01 .img-wrap .img .bottom img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn-article01 .img-wrap .img .top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cmn-article01 .img-wrap .img .top img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn-article01 .img-wrap .thumb-list {
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .cmn-article01 .img-wrap .thumb-list {
    gap: 8px;
  }
}
@media (min-width: 769px) {
  .cmn-article01 .img-wrap .thumb-list {
    gap: 10px;
  }
}
.cmn-article01 .img-wrap .thumb-list .img {
  border: 1px solid #D8D8D8;
  cursor: pointer;
}

@media (max-width: 768px) {
  .cmn-article01 .img-wrap .thumb-list .img {
    width: calc(20% - 6.4px);
  }
}
@media (min-width: 769px) {
  .cmn-article01 .img-wrap .thumb-list .img {
    width: calc(20% - 8px);
  }
}
.cmn-article01 .img-wrap .thumb-list .img.is-active {
  opacity: 0.6;
}

@media (min-width: 1025px) {
  .cmn-article01 .article {
    grid-area: article;
  }
}
@media (max-width: 768px) {
  .cmn-article01 .article {
    margin: 25px auto 0;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
@media (min-width: 769px) {
  .cmn-article01 .article {
    font-size: 16px;
    line-height: 2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cmn-article01 .article {
    margin: 50px auto 0;
  }
}
/*------------------------------------------
archives
------------------------------------------*/
.archives-box {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .archives-box {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .archives-box {
    padding: 0 0 0 20px;
  }
}
.archives-box .cmn-btn02 {
  width: 77px;
}

.archives-box .cmn-btn02 button.is-open .arrow {
  transform: rotate(180deg);
}

.archives-box .list {
  width: 100%;
  max-height: 60vh;
  background: #fff;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

@media (max-width: 768px) {
  .archives-box .list {
    padding: 12px 20px 20px;
  }
}
@media (min-width: 769px) {
  .archives-box .list {
    padding: 12px 0 20px 20px;
  }
}
.archives-box .list li + li {
  margin: 15px auto 0;
}

.archives-box .list a {
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 768px) {
  .archives-box .list a {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .archives-box .list a {
    font-size: 22px;
  }
}
/*------------------------------------------
pager
------------------------------------------*/
.pager-block {
  max-width: 400px;
  min-height: 32px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager-block .cmn-btn02 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pager-block .cmn-btn02.back {
  left: 0;
}

.pager-block .cmn-btn02.next {
  right: 0;
}

.pager-block .current {
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  color: #797979;
  line-height: 1;
}

@media (max-width: 768px) {
  .pager-block .current {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .pager-block .current {
    font-size: 20px;
  }
}
.pager-block .link {
  width: -moz-fit-content;
  width: fit-content;
}

.pager-block .link a {
  display: block;
  padding: 0 0 10px;
  line-height: 1;
  position: relative;
}

@media (max-width: 768px) {
  .pager-block .link a {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .pager-block .link a {
    font-size: 14px;
  }
}
.pager-block .link a::after {
  content: "";
  width: 100%;
  border-radius: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .pager-block .link a::after {
    height: 2px;
  }
}
@media (min-width: 769px) {
  .pager-block .link a::after {
    height: 3px;
  }
}
/*------------------------------------------
breadcrumb
------------------------------------------*/
@media (max-width: 768px) {
  .breadcrumb-block {
    padding-top: 80px;
  }
}
@media (min-width: 769px) {
  .breadcrumb-block {
    padding-top: 140px;
  }
}
.breadcrumb-block .sec-in {
  padding-top: 0;
}

.breadcrumb-block .item {
  display: inline;
}

@media (max-width: 768px) {
  .breadcrumb-block .item {
    font-size: 11px;
    line-height: 1.8181818182;
  }
}
@media (min-width: 769px) {
  .breadcrumb-block .item {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
.breadcrumb-block .item::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  margin: 0 5px 0 10px;
  background: url(https://en.dev-shinsaibashi-parco.sc-concierge.jp/assets/space14/images/common/ico_arrow01.svg) no-repeat center/contain;
  transform: rotate(-90deg) translateX(1px);
  vertical-align: middle;
}

.breadcrumb-block .item:last-child::after {
  content: none;
}

/* =========================================================
header
========================================================= */
.cmn-hd {
  width: 100vw;
  background: #000;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

@media (max-width: 768px) {
  .cmn-hd {
    height: 60px;
    padding: 0 0 0 16px;
  }
}
@media (min-width: 769px) {
  .cmn-hd {
    height: 80px;
    padding: 0 clamp(10px, 2.196193265vw, 30px) 0 clamp(10px, 3.6603221083vw, 50px);
  }
}
.cmn-hd .logo a {
  display: block;
}

@media (max-width: 768px) {
  .cmn-hd .logo a {
    width: 102px;
  }
}
@media (min-width: 769px) {
  .cmn-hd .logo a {
    width: 233px;
  }
}
.hd-nav {
  display: flex;
  align-items: center;
  color: #fff;
}

@media (min-width: 769px) {
  .hd-nav {
    gap: clamp(10px, 2.196193265vw, 30px);
  }
}
.hd-nav .list01 {
  display: none;
}

@media (min-width: 1025px) {
  .hd-nav .list01 {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2.196193265vw, 30px);
  }
}
.hd-nav .list01 a {
  padding: 0 0 10px;
  font-size: clamp(10px, 1.0248901903vw, 14px);
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
}

.hd-nav .list01 a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}

@media (hover: hover) {
  .hd-nav .list01 a:hover::before {
    width: 100%;
  }
}
.hd-nav .contact-btn {
  width: clamp(10px, 45.33vw, 260px);
}

.hd-nav .contact-btn a {
  font-size: clamp(10px, 2.93vw, 15px);
  line-height: 1;
}

@media (max-width: 768px) {
  .hd-nav .contact-btn a {
    height: 33px;
  }
}
@media (min-width: 769px) {
  .hd-nav .contact-btn a {
    height: 50px;
  }
}
.hd-nav .lang-btn {
  display: none;
}

@media (min-width: 1025px) {
  .hd-nav .lang-btn {
    display: block;
  }
}
.hd-nav .lang-btn .ico svg {
  fill: #fff;
}

.hd-nav .lang-btn .txt {
  color: #fff;
}

/*------------------------------------------
global navigation
------------------------------------------*/
.gnav-btn {
  position: relative;
}

@media (min-width: 1025px) {
  .gnav-btn {
    display: none;
  }
}
.gnav-btn button {
  display: block;
  width: 50px;
}

@media (max-width: 768px) {
  .gnav-btn button {
    height: 60px;
  }
}
@media (min-width: 769px) {
  .gnav-btn button {
    height: 80px;
  }
}
.gnav-btn button::before, .gnav-btn button::after {
  content: "";
  mix-blend-mode: difference;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 15px;
  transition: width 0.2s ease;
}

.gnav-btn button::before {
  width: 20px;
  top: 41.66%;
}

.gnav-btn button::after {
  width: 15px;
  bottom: 40.8%;
}

@media (hover: hover) {
  .gnav-btn button:hover::before {
    width: 15px;
  }

  .gnav-btn button:hover::after {
    width: 20px;
  }
}
.gnav-wrap {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  z-index: 20;
  left: 100%;
  transition: left 0.5s;
}

.gnav-wrap .bg {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.gnav-wrap .close-btn {
  position: absolute;
  top: 5px;
  right: 0;
}

.gnav-wrap .close-btn button {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}

.gnav-wrap .close-btn button::before, .gnav-wrap .close-btn button::after {
  content: "";
  width: 23px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.gnav-wrap .close-btn button::before {
  transform: translate(-50%, -50%) rotate(25deg);
}

.gnav-wrap .close-btn button::after {
  transform: translate(-50%, -50%) rotate(-25deg);
}

.gnav {
  width: 270px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 26px 0 100px 40px;
  background: #fff;
  overflow: auto;
}

.gnav .close-btn button::before, .gnav .close-btn button::after {
  background: #000;
}

.gnav .list01 li + li {
  margin: 30px 0 0;
}

.gnav .list01 .item span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.gnav .list01 .item .ja {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}

.gnav .list01 .item .en {
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  color: #CCC;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.gnav .contact-btn {
  width: 205px;
}

.gnav .contact-btn a {
  height: 40px;
  font-size: 13px;
  line-height: 1;
}

.multilingual {
  width: 270px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 26px 0 100px 40px;
  background: #000;
  color: #fff;
  overflow: auto;
}

.multilingual .close-btn button::before, .multilingual .close-btn button::after {
  background: #fff;
}

.multilingual .list01 li + li {
  margin: 30px 0 0;
}

.multilingual .list01 a {
  line-height: 1;
}

@media (max-width: 768px) {
  .multilingual .list01 a {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .multilingual .list01 a {
    font-size: 16px;
  }
}
.multilingual .lang-btn .ico svg {
  fill: #fff;
}

.multilingual .lang-btn .txt {
  color: #fff;
}

.gnav-wrap[class*=is-open-] {
  left: 0;
}

.gnav-wrap.is-open-gnav .gnav {
  display: block;
}

.gnav-wrap.is-open-gnav .multilingual {
  display: none;
}

.gnav-wrap.is-open-multilingual .gnav {
  display: none;
}

.gnav-wrap.is-open-multilingual .multilingual {
  display: block;
}

/*------------------------------------------
telop
------------------------------------------*/
.telop-block {
  background: #E8E8E8;
}

@media (max-width: 768px) {
  .telop-block {
    padding: 20px 24px;
  }
}
@media (min-width: 769px) {
  .telop-block {
    padding: 20px clamp(10px, 6.0761346999vw, 83px);
  }
}
.telop-block .telop {
  text-align: center;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .telop-block .telop {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
@media (min-width: 769px) {
  .telop-block .telop {
    font-size: 13px;
    line-height: 1.7692307692;
  }
}
.telop-block .telop + .telop {
  margin: 10px auto 0;
}

/* =========================================================
footer
========================================================= */
.cmn-ft {
  background: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .cmn-ft {
    padding: 30px 0;
  }
}
@media (min-width: 769px) {
  .cmn-ft {
    height: 80px;
    padding: 0 6.0761346999vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.cmn-ft .list01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .cmn-ft .list01 {
    gap: 62px;
  }
}
@media (min-width: 769px) {
  .cmn-ft .list01 {
    gap: clamp(10px, 6.149341142vw, 84px);
  }
}
@media (max-width: 768px) {
  .cmn-ft .list01 a {
    font-size: 12px;
    line-height: 3;
  }
}
@media (min-width: 769px) {
  .cmn-ft .list01 a {
    font-size: 14px;
    line-height: 2.5714285714;
  }
}
.cmn-ft .copyright {
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 768px) {
  .cmn-ft .copyright {
    margin: 30px auto 0;
    font-size: 10px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .cmn-ft .copyright {
    font-size: 14px;
  }
}
/*------------------------------------------
banner
------------------------------------------*/
.ft-bnr {
  display: none;
}

@media (max-width: 768px) {
  .ft-bnr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .ft-bnr {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ft-bnr .bnr {
  max-width: 600px;
  margin: 0 auto;
}

.ft-bnr .bnr a {
  display: block;
}

/*------------------------------------------
access
------------------------------------------*/
.ft-access {
  background: #E8E8E8;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 769px) {
  .ft-access {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .ft-access {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .ft-access .sec-in {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .ft-access .cmn-ttl01 {
    top: 60px;
  }
}
.access-block {
  margin: 40px auto 0;
}

@media (min-width: 1025px) {
  .access-block {
    margin: 0;
    display: grid;
    grid-template-columns: 36.6032210835vw 1fr;
    grid-template-rows: 60px repeat(3, max-content) 65px;
    grid-template-areas: "... gmap" "address gmap" "access gmap" "sns gmap" "... gmap";
  }
}
.access-block > * + * {
  margin: 30px auto 0;
}

@media (min-width: 1025px) {
  .access-block > * + * {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .access-block .box01 {
    padding: 0 100px 0 0;
  }
}
@media (min-width: 769px) {
  .access-block .box01 + .box01 {
    margin: 50px 0 0;
  }
}
.access-block .box01 .head {
  padding: 0 0 0 24px;
  font-weight: 700;
  position: relative;
}

@media (max-width: 768px) {
  .access-block .box01 .head {
    font-size: 14px;
    line-height: 2.5714285714;
  }
}
@media (min-width: 769px) {
  .access-block .box01 .head {
    font-size: 16px;
    line-height: 2.25;
  }
}
.access-block .box01 .head::before {
  content: "";
  width: 14px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .access-block .box01 .head::before {
    top: 1.2em;
  }
}
@media (min-width: 769px) {
  .access-block .box01 .head::before {
    top: 1em;
  }
}
@media (max-width: 768px) {
  .access-block .box01 .txt01 {
    margin: 10px auto 0;
    font-size: 13px;
    line-height: 2;
  }
}
@media (min-width: 769px) {
  .access-block .box01 .txt01 {
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 2.25;
  }
}
.access-block .box01 .txt02 {
  color: #797979;
  font-size: 12px;
  line-height: 2.1666666667;
}

@media (max-width: 768px) {
  .access-block .box01 .txt02 {
    margin: 10px auto 0;
  }
}
@media (min-width: 769px) {
  .access-block .box01 .txt02 {
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  .access-block .box01 .cmn-btn03 {
    width: 287px;
    margin: 15px auto 0;
  }
}
@media (min-width: 769px) {
  .access-block .box01 .cmn-btn03 {
    width: 300px;
    margin: 20px 0 0;
  }
}
.access-block .box01 .cmn-btn03 a {
  height: 38px;
  font-size: clamp(10px, 4.2666666667vw, 16px);
  line-height: 1;
}

.access-block .box01 .cmn-btn03 .arrow {
  right: 20px;
}

@media (min-width: 1025px) {
  .access-block .address-box {
    grid-area: address;
  }
}
@media (min-width: 1025px) {
  .access-block .access-box {
    grid-area: access;
  }
}
@media (min-width: 1025px) {
  .access-block .gmap {
    grid-area: gmap;
  }
}
@media (max-width: 768px) {
  .access-block .gmap .map {
    width: 100vw;
    height: 200px;
    margin: 0 0 0 -24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .access-block .gmap .map {
    width: 100%;
    height: 586px;
  }
}
@media (min-width: 1025px) {
  .access-block .gmap .map {
    height: 100%;
  }
}
.access-block .gmap .map iframe {
  width: 100%;
  height: 100%;
}

.access-block .gmap .cmn-btn03 {
  width: 287px;
  margin: 15px auto 0;
}

@media (min-width: 1025px) {
  .access-block .gmap .cmn-btn03 {
    display: none;
  }
}
.access-block .gmap .cmn-btn03 a {
  height: 50px;
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  font-size: clamp(10px, 4.2666666667vw, 16px);
  line-height: 1;
  letter-spacing: 0.04em;
}

.access-block .gmap .cmn-btn03 .arrow {
  right: 30px;
}

.access-block .sns-box {
  margin: 50px 0 0;
}

@media (min-width: 769px) {
  .access-block .sns-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
  }
}
@media (min-width: 1025px) {
  .access-block .sns-box {
    grid-area: sns;
  }
}
.access-block .sns-box .head {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .access-block .sns-box .head {
    margin: 0;
  }
}
.access-block .sns-box .list {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .access-block .sns-box .list {
    margin: 10px auto 0;
  }
}
@media (min-width: 1025px) {
  .access-block .sns-box .list {
    justify-content: flex-start;
  }
}
.access-block .sns-box .list .sns a {
  display: block;
  width: 26px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
  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 {
  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;
  height: 100%;
  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;
}

.wysiwyg {
  word-break: break-all;
}

.wysiwyg h1 {
  font-size: 2em;
  font-weight: 500;
}

.wysiwyg h2 {
  font-size: 1.5em;
  font-weight: 500;
}

.wysiwyg h3 {
  font-size: 1.17em;
  font-weight: 500;
}

.wysiwyg h4 {
  font-weight: 500;
}

.wysiwyg h5 {
  font-size: 0.83em;
  font-weight: 500;
}

.wysiwyg h6 {
  font-size: 0.67em;
  font-weight: 500;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg a {
  text-decoration: underline;
}

@media (hover: hover) {
  .wysiwyg a:hover {
    text-decoration: none;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: bold;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}