@charset "UTF-8";
.wrap {
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
  min-height: 100dvh;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.fz-l {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .fz-l {
    font-size: 1.6rem;
  }
}

.headline__title {
  font-weight: 700;
  text-align: center;
}
.headline__title .floor {
  display: block;
  margin-bottom: 0.5rem;
}
.headline__title .floor span {
  min-width: 5rem;
  min-height: 3rem;
  background: var(--themeColor);
  color: #fff;
  border-radius: 50vw;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 0 1rem 0.1rem;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.headline__title .en {
  font-size: 6rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .headline__title .en {
    font-size: 4rem;
  }
}
.headline__title .ja {
  font-size: 1.6rem;
  color: var(--themeColor);
}
@media only screen and (max-width: 767px) {
  .headline__title .ja {
    font-size: 1.2rem;
  }
}

.theme-color {
  color: var(--themeColor);
}

.page-hero {
  position: relative;
}
.page-hero-bg img {
  height: 30rem;
  width: 100%;
  object-fit: cover;
}
.page-hero-bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.page-hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-hero-icon {
    max-width: 7.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-hero-icon {
    width: 6rem;
  }
}
.page-hero-title {
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.page-hero-title .en {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .page-hero-title .en {
    font-size: 4.8rem;
  }
}
.page-hero-title .ja {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .page-hero-title .ja {
    font-size: 1.3rem;
  }
}

.search-area {
  padding: 3rem 0;
}
.search-area-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .search-area-inner {
    gap: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-area-inner {
    gap: 2rem;
  }
}
.search-area-label {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .search-area-label {
    font-size: 1.6rem;
    justify-content: center;
    width: 100%;
  }
}
.search-area-label::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../img/common/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 4rem;
}
.search-area-input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
  background-color: #f7f7f7;
  border-radius: 50vw;
  font-size: 16px;
  min-width: 30rem;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  width: 100%;
  max-width: 57.5rem;
  min-height: 7rem;
}
@media only screen and (max-width: 767px) {
  .search-area-input {
    font-size: 1.6rem;
    min-height: 5.6rem;
  }
}
.search-area-input::placeholder {
  font-size: 2rem;
  font-weight: 600;
  color: #a9a9a9;
}
@media only screen and (max-width: 767px) {
  .search-area-input::placeholder {
    font-size: 1.4rem;
  }
}
.search-area.bg {
  background: #F0EDE9;
}
.search-area.bg .search-area-input {
  background: #fff;
}

.filter {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .filter {
    flex-flow: column;
    gap: 1.4rem;
  }
}
.filter__block {
  background: #fff;
  border-radius: 1rem;
  padding: 4rem;
}
@media only screen and (min-width: 768px) {
  .filter__block {
    flex: 0 0 calc((100% - 3rem) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .filter__block {
    width: 100%;
    padding: 1.5rem;
  }
}
.filter__title {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .filter__title {
    gap: 1.2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .filter__title .icon {
    width: 3.2rem;
  }
}
.filter__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.2rem 1.5rem;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .filter__list {
    gap: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .filter__list li.item-category a:hover {
    background: #fff;
    color: var(--themeColor);
  }
}
.filter__list li.item-category.current a {
  background: #fff;
  color: var(--themeColor);
}
.filter__list li.item-tag a {
  background: #fff;
  color: var(--themeColor);
  border-radius: 50vw;
}
.filter__list li.item-tag a::before {
  content: "#";
}
@media only screen and (min-width: 768px) {
  .filter__list li.item-tag a:hover {
    color: #fff;
    background: var(--themeColor);
  }
}
.filter__list li.item-tag.current a {
  color: #fff;
  background: var(--themeColor);
}
.filter__list a {
  display: block;
  background: var(--themeColor);
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.4rem 1.5rem;
  font-weight: 600;
  border: 0.2rem solid var(--themeColor);
  letter-spacing: 0;
}
.filter + * {
  border-top: 0.2rem dotted #8E8171;
  margin-top: 4rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .filter + * {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }
}

.page-headline, .page-headline--about, .page-headline--left {
  position: relative;
  background-color: #f0ede9;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-headline, .page-headline--about, .page-headline--left {
    min-height: 32.6rem;
    padding-bottom: 8.4rem;
  }
}
.page-headline::before, .page-headline--about::before, .page-headline--left::before {
  content: "";
  width: 58rem;
  height: 58rem;
  background-image: url("data:image/svg+xml,%3Csvg id='bg' xmlns='http://www.w3.org/2000/svg' width='580' height='580' viewBox='0 0 580 580'%3E%3Crect id='all' width='410.122' height='410.122' transform='translate(290 0) rotate(45)' fill='%23fff' opacity='0.218'/%3E%3Cg id='item' transform='translate(72.496 0)' opacity='0.499'%3E%3Crect id='_1' data-name='1' width='102.525' height='102.525' transform='translate(217.489) rotate(45)' fill='%23fff'/%3E%3Crect id='_2' data-name='2' width='102.525' height='102.525' transform='translate(72.496 144.993) rotate(45)' fill='%23fff'/%3E%3Crect id='_3' data-name='3' width='102.525' height='102.525' transform='translate(217.489 144.993) rotate(45)' fill='%23fff'/%3E%3Crect id='_4' data-name='4' width='102.525' height='102.525' transform='translate(362.482 144.993) rotate(45)' fill='%23fff'/%3E%3Crect id='_5' data-name='5' width='102.525' height='102.525' transform='translate(72.496 289.985) rotate(45)' fill='%23fff'/%3E%3Crect id='_6' data-name='6' width='102.525' height='102.525' transform='translate(217.489 289.985) rotate(45)' fill='%23fff'/%3E%3Crect id='_7' data-name='7' width='102.525' height='102.525' transform='translate(362.482 289.985) rotate(45)' fill='%23fff'/%3E%3Crect id='_8' data-name='8' width='102.525' height='102.525' transform='translate(217.489 434.978) rotate(45)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: calc(50% - 4.2rem);
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-headline .img, .page-headline--about .img, .page-headline--left .img {
  position: absolute;
  inset: 0;
}
.page-headline .img img, .page-headline--about .img img, .page-headline--left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-headline .content, .page-headline--about .content, .page-headline--left .content {
  position: relative;
  z-index: 1;
}
.page-headline .inner, .page-headline--about .inner, .page-headline--left .inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 24.2rem;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .page-headline .inner, .page-headline--about .inner, .page-headline--left .inner {
    min-height: 22.4rem;
  }
}
.page-headline .title, .page-headline--about .title, .page-headline--left .title {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .page-headline .title, .page-headline--about .title, .page-headline--left .title {
    font-size: 2rem;
  }
}
.page-headline .meta, .page-headline--about .meta, .page-headline--left .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
.page-headline .meta .time, .page-headline--about .meta .time, .page-headline--left .meta .time {
  color: #8e8171;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .page-headline .meta .time, .page-headline--about .meta .time, .page-headline--left .meta .time {
    font-size: 1.6rem;
  }
}
.page-headline .meta .genre, .page-headline--about .meta .genre, .page-headline--left .meta .genre {
  background: #fff;
  border-radius: 0.5rem;
  color: #8e8171;
  min-width: 8rem;
  min-height: 4rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 0 1.5rem 0.1rem;
  letter-spacing: 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .page-headline .meta .genre, .page-headline--about .meta .genre, .page-headline--left .meta .genre {
    font-size: 1.4rem;
  }
}
.page-headline .meta .category, .page-headline--about .meta .category, .page-headline--left .meta .category,
.page-headline .meta .floor,
.page-headline--about .meta .floor,
.page-headline--left .meta .floor {
  min-width: 6rem;
  min-height: 3rem;
  background: var(--themeColor);
  color: #fff;
  border-radius: 50vw;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 0 1rem 0.1rem;
  letter-spacing: 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .page-headline .meta .category, .page-headline--about .meta .category, .page-headline--left .meta .category,
  .page-headline .meta .floor,
  .page-headline--about .meta .floor,
  .page-headline--left .meta .floor {
    font-size: 1.2rem;
  }
}
.page-headline .meta .category, .page-headline--about .meta .category, .page-headline--left .meta .category {
  font-size: 1.4rem;
}
.page-headline--left .inner {
  align-items: flex-start;
}
.page-headline--about {
  min-height: 36rem;
}
@media only screen and (max-width: 767px) {
  .page-headline--about {
    min-height: 27.2rem;
  }
}
.page-headline--about .img::before {
  content: "";
  display: block;
  width: 80rem;
  height: 80rem;
  position: absolute;
  top: calc(50% - 4.2rem);
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/about/title-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-headline--about .img::before {
    top: 50%;
    width: 39rem;
    height: 39rem;
  }
}
.page-headline--about .img::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .page-headline--about .inner {
    min-height: 27.4rem;
  }
}
.page-headline--about .inner-about {
  color: #fff;
}
.page-headline--about .inner-about-title {
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .page-headline--about .inner-about-title {
    font-size: 3.6rem;
    line-height: 1.5;
    text-align: center;
  }
}
.page-headline--about .inner-about-lead {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.66;
}
@media only screen and (max-width: 767px) {
  .page-headline--about .inner-about-lead {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}

.article-wrap {
  background: #fff;
  box-shadow: 0.3rem 0.3rem 1.2rem rgba(0, 0, 0, 0.15);
  padding: 4rem;
  border-radius: 1rem;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .article-wrap {
    margin-top: -8.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-wrap {
    padding: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -0.5rem;
  }
}
.article-block:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .article-block:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
.article-block > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.article-block > *:first-child {
  margin-top: 0;
}
.article-block > *:last-child {
  margin-bottom: 0;
}
.article-block > .info {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block > .info {
    font-size: 1.4rem;
  }
}
.article-share {
  background: #f0ede9;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .article-share {
    margin-left: -4rem;
    margin-right: -4rem;
    margin-bottom: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-share {
    padding: 2.8rem 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -2rem;
  }
}
.article-share > * {
  position: relative;
  z-index: 1;
}
.article-share::before {
  content: "";
  display: block;
  width: 58rem;
  height: 58rem;
  background-image: url("data:image/svg+xml,%3Csvg id='bg' xmlns='http://www.w3.org/2000/svg' width='580' height='580' viewBox='0 0 580 580'%3E%3Crect id='all' width='410.122' height='410.122' transform='translate(290 0) rotate(45)' fill='%23fff' opacity='0.218'/%3E%3Cg id='item' transform='translate(72.496 0)' opacity='0.499'%3E%3Crect id='_1' data-name='1' width='102.525' height='102.525' transform='translate(217.489) rotate(45)' fill='%23fff'/%3E%3Crect id='_2' data-name='2' width='102.525' height='102.525' transform='translate(72.496 144.993) rotate(45)' fill='%23fff'/%3E%3Crect id='_3' data-name='3' width='102.525' height='102.525' transform='translate(217.489 144.993) rotate(45)' fill='%23fff'/%3E%3Crect id='_4' data-name='4' width='102.525' height='102.525' transform='translate(362.482 144.993) rotate(45)' fill='%23fff'/%3E%3Crect id='_5' data-name='5' width='102.525' height='102.525' transform='translate(72.496 289.985) rotate(45)' fill='%23fff'/%3E%3Crect id='_6' data-name='6' width='102.525' height='102.525' transform='translate(217.489 289.985) rotate(45)' fill='%23fff'/%3E%3Crect id='_7' data-name='7' width='102.525' height='102.525' transform='translate(362.482 289.985) rotate(45)' fill='%23fff'/%3E%3Crect id='_8' data-name='8' width='102.525' height='102.525' transform='translate(217.489 434.978) rotate(45)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .article-share::before {
    width: 39rem;
    height: 39rem;
  }
}
.article-share .headline__title .en {
  font-size: 3.2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.article-share .headline__title .en::before {
  content: "";
  display: block;
  width: 2.8rem;
  aspect-ratio: 28/24;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28.347' height='24' viewBox='0 0 28.347 24'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_93' data-name='長方形 93' width='28.347' height='24' fill='%231a1919'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_25630' data-name='パス 25630' d='M20.3,15.95c-.1.1-.2.21-.29.319L10.169,12.4c.011-.133.017-.267.017-.4s-.007-.27-.017-.4l9.837-3.865c.091.109.188.216.29.319a4.717,4.717,0,1,0-1.373-3.076L9.087,8.84a5.093,5.093,0,1,0,0,6.32l9.837,3.865A4.715,4.715,0,1,0,20.3,15.95' transform='translate(0 0)' fill='%231a1919'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.article-share .headline__title .ja {
  color: #8e8171;
  font-size: 1.4rem;
}
.article-share .share-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-share .share-list {
    gap: 1.3rem;
  }
}
.article-share .share-list__item {
  flex: 1;
}
.article-share .share-list__item a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  min-height: 6.4rem;
  gap: 0.8rem;
  line-height: 1;
  transition: 200ms;
}
@media only screen and (max-width: 767px) {
  .article-share .share-list__item a {
    gap: 0.4rem;
  }
}
.article-share .share-list__item a .icon {
  width: 3.2rem;
}
.article-share .share-list__item a .icon path {
  transition: 200ms;
}
.article-share .share-list__item a .txt {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .article-share .share-list__item a .txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-share .share-list__item a .txt span {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .article-share .share-list__item a:hover {
    background: #8d8171;
    color: #fff;
  }
  .article-share .share-list__item a:hover .icon path {
    fill: #fff;
  }
}
.article-page {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .article-page {
    padding-bottom: 4rem;
  }
}
.article-archives {
  background: #f0ede9;
  padding-top: var(--pagePaddingPC);
  padding-bottom: var(--pagePaddingPC);
}
@media only screen and (max-width: 767px) {
  .article-archives {
    padding-top: var(--pagePaddingSP);
    padding-bottom: var(--pagePaddingSP);
  }
}
.article-shop .tab__item:not(:first-of-type) a::before {
  display: none !important;
}
.article-search {
  background: #F0EDE9;
  padding-top: 0;
  padding-bottom: 0;
}
.article-search .article-content {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .article-search .article-content {
    padding-bottom: 4rem;
  }
}
.article-search .search-condition {
  padding-bottom: 2rem;
}
.article-search .search-condition-label {
  font-size: 2rem;
  font-weight: 600;
}
.article-search .search-condition-label strong {
  color: var(--themeColor);
}
.article-search .search-condition-count {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.article-content--full {
  background: #fff;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .article-content--full {
    padding-bottom: 4rem;
  }
}
.article-floor {
  padding-bottom: 0;
}
.article-floor .article-content {
  padding-bottom: 16rem;
}
.article-floor .article-content--full .archive-list-wrap {
  margin-top: -8rem;
}
.article-floor .article-content--full .article-block-archives {
  padding-top: 0.1rem;
}
.article-floor .article-content--full .headline__title {
  margin-bottom: 4rem;
}
.article-floor .article-content--full .archive-list__item {
  position: relative;
}
.article-floor .article-content--full .archive-list__item .num {
  display: block;
  min-width: 9.6rem;
  min-height: 4rem;
  padding: 0.5rem;
  border: 0.2rem solid #fff;
  background: var(--themeColor);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border-radius: 50vw;
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .article-floor .article-content--full .archive-list__item .num {
    min-width: 7.6rem;
    min-height: 3rem;
    font-size: 1.4rem;
  }
}
.article-floor .floor-shop-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.2rem 4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-floor .floor-shop-list {
    gap: 2rem;
  }
}
.article-floor .floor-shop-list .shop {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .article-floor .floor-shop-list .shop {
    flex: 0 0 calc((100% - 8rem) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .article-floor .floor-shop-list .shop {
    font-size: 1.4rem;
    flex: 0 0 calc((100% - 2rem) / 2);
  }
}
.article-floor .floor-shop-list .shop .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.article-floor .floor-shop-list .shop .meta .num {
  background: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  line-height: 1;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  min-width: 9.6rem;
  min-height: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-floor .floor-shop-list .shop .meta .num {
    min-width: 7.6rem;
    min-height: 3rem;
    font-size: 1.4rem;
  }
}
.article-floor .floor-shop-list .shop .meta .shop-category {
  background: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 8.9rem;
  min-height: 3.2rem;
  padding: 0.5rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .article-floor .floor-shop-list .shop .meta .shop-category {
    font-size: 1.2rem;
    min-width: 8.1rem;
    min-height: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-floor .floor-image {
    margin-top: 4rem;
  }
}
.article-floor .floor-image img {
  width: 100%;
}
.article-pages {
  background: #f0ede9;
  padding-top: var(--pagePaddingPC);
  padding-bottom: var(--pagePaddingPC);
}
@media only screen and (max-width: 767px) {
  .article-pages {
    padding-top: var(--pagePaddingSP);
    padding-bottom: var(--pagePaddingSP);
  }
}
.article-pages .article-wrap {
  margin-top: 0;
}

.section-connection {
  padding-top: var(--pagePaddingPC);
  padding-bottom: var(--pagePaddingPC);
  background: #f0ede9;
}
@media only screen and (max-width: 767px) {
  .section-connection {
    padding-top: var(--pagePaddingSP);
    padding-bottom: var(--pagePaddingSP);
  }
}
.section-connection .archive-list {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-connection .archive-list {
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-connection .archive-list__item:last-child {
    display: none;
  }
}
.section-connection .btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-connection .btn {
    margin-top: 2.4rem;
  }
}

.shop-headline {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .shop-headline {
    gap: 0;
  }
}
.shop-headline .logo {
  grid-column: 1;
  grid-row: 1;
  width: 24rem;
}
@media only screen and (min-width: 768px) {
  .shop-headline .logo {
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .shop-headline .logo {
    margin-right: 1.4rem;
    width: 8.4rem;
  }
}
.shop-headline .logo img {
  width: 100%;
}
.shop-headline .info {
  grid-column: 2;
  grid-row: 1;
}
.shop-headline .info .heading-side {
  margin-bottom: 2.4rem;
}
.shop-headline .tags-wrap {
  grid-column: 1/-1;
  grid-row: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .shop-headline .tags-wrap {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .shop-headline .tags-wrap {
    margin-top: 2.8rem;
  }
}
.shop-headline .tags-wrap .icon {
  width: 4rem;
}
@media only screen and (max-width: 767px) {
  .shop-headline .tags-wrap .icon {
    width: 3rem;
  }
}
.shop-headline .tags-wrap .tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.2rem 1.5rem;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .shop-headline .tags-wrap .tags {
    gap: 0.8rem 0.7rem;
  }
}
.shop-headline .tags-wrap .tags .tag a {
  background: #fff;
  color: var(--themeColor);
  border-radius: 50vw;
  display: block;
  padding: 0.4rem 1.5rem;
  font-weight: 600;
  border: 0.2rem solid var(--themeColor);
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .shop-headline .tags-wrap .tags .tag a {
    font-size: 1.2rem;
  }
}
.shop-headline .tags-wrap .tags .tag a::before {
  content: "#";
}
@media only screen and (min-width: 768px) {
  .shop-headline .tags-wrap .tags .tag a:hover {
    color: #fff;
    background: var(--themeColor);
  }
}

.shop-information {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .shop-information {
    margin-top: 4rem;
  }
}
.shop-information-table {
  border: 0.1rem solid #C1B7A8;
  border-collapse: collapse;
  width: 100%;
  margin-top: 4rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .shop-information-table {
    margin-top: 2rem;
    font-size: 1.4rem;
    border: none;
    border-top: 0.1rem solid #C1B7A8;
  }
}
@media only screen and (max-width: 767px) {
  .shop-information-table tr {
    display: flex;
    flex-direction: column;
  }
}
.shop-information-table tr th,
.shop-information-table tr td {
  border: 0.1rem solid #C1B7A8;
  padding: 1.4rem 1.8rem;
}
@media only screen and (max-width: 767px) {
  .shop-information-table tr th,
  .shop-information-table tr td {
    display: block;
    width: 100%;
    border-top: none;
  }
}
.shop-information-table tr th {
  background: #F0EDE9;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .shop-information-table tr th {
    width: 23.6rem;
  }
}
.shop-information-table tr td a {
  color: var(--themeColor);
  text-decoration: underline;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .shop-information-table tr td a:hover {
    text-decoration: none;
  }
}
.shop-information-table tr td a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='ic-hyperlink' transform='translate(-357 -21)'%3E%3Cpath id='パス_27061' data-name='パス 27061' d='M0,3.2V16H12.8V9.6H11.2v4.8H1.6V4.8H6.4V3.2Z' transform='translate(357 21)' fill='%23d8203b'/%3E%3Cpath id='パス_27062' data-name='パス 27062' d='M8,0V1.6h5.269L5.835,9.034l1.131,1.131L14.4,2.731V8H16V0Z' transform='translate(357 21)' fill='%23d8203b'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
}

.inview {
  opacity: 0;
}
.inview.slideIn {
  transform: translate(0px, 6rem);
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inview.slideIn.bottom {
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(0px, 12rem);
}
.inview.slideIn.animate {
  opacity: 1;
  transform: translate(0, 0);
}
.inview.fadeIn {
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.inview.fadeIn.animate {
  opacity: 1;
}

.entry.shop h2,
.heading-band,
.entry.shop h2--pink,
.heading-band--pink,
.entry.shop h2--dark,
.heading-band--dark {
  background: #F0EDE9;
  position: relative;
  min-height: 7.5rem;
  overflow: hidden;
  padding: 1.5rem 4rem;
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .entry.shop h2,
  .heading-band,
  .entry.shop h2--pink,
  .heading-band--pink,
  .entry.shop h2--dark,
  .heading-band--dark {
    font-size: 1.8rem;
    padding: 1rem 4rem;
  }
}
.entry.shop h2::before, .entry.shop h2::after,
.heading-band::before,
.entry.shop h2--pink::before,
.heading-band--pink::before,
.entry.shop h2--dark::before,
.heading-band--dark::before,
.heading-band::after,
.entry.shop h2--pink::after,
.heading-band--pink::after,
.entry.shop h2--dark::after,
.heading-band--dark::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background-image: url(../img/common/headline-band.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
}
.entry.shop h2::before,
.heading-band::before,
.entry.shop h2--pink::before,
.heading-band--pink::before,
.entry.shop h2--dark::before,
.heading-band--dark::before {
  left: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.entry.shop h2::after,
.heading-band::after,
.entry.shop h2--pink::after,
.heading-band--pink::after,
.entry.shop h2--dark::after,
.heading-band--dark::after {
  right: 0;
  transform: translate(50%, -50%) rotate(180deg);
}
.entry.shop h2--dark,
.heading-band--dark {
  background: #8D8171;
  color: #fff;
}
.entry.shop h2--pink,
.heading-band--pink {
  background: #F0DCDF;
}

.entry.shop h3,
.heading-side {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .entry.shop h3,
  .heading-side {
    padding-left: 1.2rem;
  }
}
.entry.shop h3::before,
.heading-side::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  background: var(--themeColor);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .entry.shop h3::before,
  .heading-side::before {
    width: 0.4rem;
  }
}
.entry.shop h3::after,
.heading-side::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 50%;
  background: #8D8171;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .entry.shop h3::after,
  .heading-side::after {
    width: 0.4rem;
  }
}

.entry {
  font-weight: 400;
  letter-spacing: 0;
}
.entry > * + * {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .entry > * + * {
    margin-top: 1.6rem;
  }
}
.entry .is-layout-flow > * + * {
  margin-top: 1em;
}
.entry .wp-block-columns {
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-columns {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.entry figure img {
  margin: 0;
}
.entry hr {
  margin: 4em 0;
}
@media only screen and (max-width: 767px) {
  .entry hr {
    margin: 2em 0;
  }
}
.entry h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  letter-spacing: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 1.8rem;
  }
}
.entry h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}
.entry h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    font-size: 1.6rem;
  }
}
.entry h5 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .entry h5 {
    font-size: 1.5rem;
  }
}
.entry h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .entry h6 {
    font-size: 1.4rem;
  }
}
.entry :is(h2, h3, h4) + :is(p, ul, ol, table, blockquote, figure) {
  margin-top: 0;
}
.entry :is(h5, h6) + :is(p, ul, ol) {
  margin-top: 0;
}
.entry > :first-child,
.entry .is-layout-flow > :first-child,
.entry .wp-block-group > :first-child {
  margin-top: 0;
}
.entry > :last-child,
.entry .is-layout-flow > :last-child,
.entry .wp-block-group > :last-child {
  margin-bottom: 0;
}
.entry .wp-block-spacer {
  margin: 0;
}
.entry .is-style-bg-fill {
  background: var(--themeColor);
  color: #fff;
  padding: 0.35em 0.6em;
  border-radius: 0.1em;
}
.entry .is-style-square-dot {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.entry .is-style-square-dot::before {
  content: "";
  display: block;
  width: 0.55em;
  height: 0.55em;
  background: var(--themeColor);
  flex-shrink: 0;
}
.entry .is-style-border-left {
  padding-left: 0.5em;
  border-left: 0.13em solid var(--themeColor);
}
.entry .is-style-border-bottom {
  padding-bottom: 0.35em;
  border-bottom: 0.08em solid var(--themeColor);
}
.entry .is-style-center-line {
  text-align: center;
}
.entry .is-style-center-line::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.1em;
  background: var(--themeColor);
  margin: 0.35em auto 0;
  border-radius: 0.05em;
}
.entry small {
  font-size: 0.935em;
}
.entry a {
  text-decoration: underline;
  color: var(--themeColor);
}
@media only screen and (min-width: 768px) {
  .entry a:hover {
    text-decoration: none;
  }
}
.entry strong.bold {
  border-bottom: 4px solid #FFD800;
}
.entry img {
  display: block;
}
.entry ul {
  padding-left: 1em;
}
.entry ul li {
  list-style-type: disc;
}
.entry ul li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.entry ol {
  padding-left: 1.5em;
}
.entry ol li {
  list-style-type: decimal;
}
.entry ol li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.entry ol li ol {
  margin-top: 0.5em;
}
.entry .table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .entry .table-wrap {
    margin-inline: -1.5rem;
    padding-inline: 1.5rem;
    width: calc(100% + 3rem);
  }
}
.entry table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  line-height: 1.6;
}
.entry table th,
.entry table td {
  padding: 1.4rem 1.8rem;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 1rem 1.2rem;
  }
}
.entry table th {
  font-weight: 700;
}

.section-mainvisual {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-mainvisual .swiper-slide {
    height: 61.6rem;
  }
}
.section-mainvisual .swiper-slide img {
  width: 100%;
  object-fit: cover;
  transition: 30000ms;
  transform: scale(1.5);
}
@media only screen and (min-width: 768px) {
  .section-mainvisual .swiper-slide img {
    max-height: 56rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-mainvisual .swiper-slide img {
    height: 61.6rem;
  }
}
.section-mainvisual .swiper-slide-visible img {
  transform: scale(1);
}
.section-mainvisual .section-content {
  position: absolute;
  inset: 0;
  z-index: 9;
  display: flex;
  flex-flow: row;
  justify-content: stretch;
  align-items: stretch;
}
.section-mainvisual .section-content .content {
  width: 100%;
}
.section-mainvisual .section-content .inner {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-mainvisual .section-content .inner {
    flex-flow: column-reverse;
  }
}
.section-mainvisual .en-title {
  font-size: 8rem;
  line-height: 1.1;
  font-weight: 600;
  margin-top: auto;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .section-mainvisual .en-title {
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-mainvisual .en-title {
    width: 32rem;
    padding-bottom: 3rem;
  }
}
.section-mainvisual .en-title span {
  color: var(--themeColor);
}
.section-mainvisual .text {
  width: 34rem;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .section-mainvisual .text {
    margin-right: 12.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-mainvisual .text {
    margin-top: 4rem;
  }
}
.section-mainvisual .text::before {
  content: "";
  display: block;
  width: 48.2rem;
  height: 48.2rem;
  background-image: url(../img/top/top-fv-text-bg-pc.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .section-mainvisual .text::before {
    width: 36rem;
    height: 36rem;
  }
}
.section-mainvisual .text-title {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .section-mainvisual .text-title {
    font-size: 2.8rem;
  }
}
.section-mainvisual .text-lead {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .section-mainvisual .text-lead {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .section-mainvisual .text-lead {
    line-height: 1.6;
  }
}
.section-mainvisual .text .btn {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-mainvisual .text .btn {
    margin-top: 2.8rem;
  }
}

.section-pickup {
  overflow: hidden;
  padding: 6rem 0;
}
@media only screen and (max-width: 767px) {
  .section-pickup {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-pickup .headline__title {
    width: 27rem;
    text-align: left;
  }
}
.section-pickup .pickup-inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-pickup .pickup-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3.5rem;
  }
}
.section-pickup .pickup-swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-pickup .pickup-swiper {
    margin-right: calc(50% - 50vw);
  }
}
@media only screen and (max-width: 767px) {
  .section-pickup .pickup-swiper {
    margin-top: 2.4rem;
  }
}
.section-pickup .pickup-swiper .swiper {
  padding: 0 0.6rem 0.6rem;
}
.section-pickup .pickup-swiper .swiper img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-pickup .pickup-swiper .swiper-controller {
    width: 27rem;
    min-height: 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-pickup .pickup-swiper .swiper-controller {
    position: relative;
    min-height: 4rem;
    margin-top: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.section-pickup .pickup-swiper .swiper-controller-button-prev, .section-pickup .pickup-swiper .swiper-controller-button-next {
  width: 4rem;
  height: 4rem;
  background: var(--themeColor);
  border-radius: 50vw;
  z-index: 11;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.105' height='14.21' viewBox='0 0 8.105 14.21'%3E%3Cpath d='M2646.793,564.213a1,1,0,0,1-.707-1.707l5.4-5.4-5.4-5.4a1,1,0,0,1,1.414-1.414l6.1,6.1a1,1,0,0,1,0,1.414l-6.1,6.1A1,1,0,0,1,2646.793,564.213Z' transform='translate(-2645.793 -550.003)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.8rem;
}
.section-pickup .pickup-swiper .swiper-controller-button-prev::after, .section-pickup .pickup-swiper .swiper-controller-button-next::after {
  display: none;
}
.section-pickup .pickup-swiper .swiper-controller-button-prev {
  transform: rotate(180deg);
}
.section-pickup .pickup-swiper .swiper-controller-pagination {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-pickup .pickup-swiper .swiper-slide {
  height: auto;
}
.section-pickup .pickup-swiper .swiper-slide a {
  display: block;
  height: 100%;
}
.section-pickup .pickup-swiper .swiper-slide-prev {
  opacity: 0;
  transition: 200ms;
}
.section-pickup .pickup-card {
  display: block;
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.section-pickup .pickup-card-text .title {
  padding: 1rem 2.4rem;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.section-pickup .pickup-card-text .title span {
  flex: 1;
  line-height: 1.4;
  padding-bottom: 0.5rem;
}
.section-pickup .pickup-card-text .title::before {
  content: "";
  display: block;
  width: 0.8rem;
  aspect-ratio: 8/14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.105' height='14.21' viewBox='0 0 8.105 14.21'%3E%3Cpath d='M2646.793,564.213a1,1,0,0,1-.707-1.707l5.4-5.4-5.4-5.4a1,1,0,0,1,1.414-1.414l6.1,6.1a1,1,0,0,1,0,1.414l-6.1,6.1A1,1,0,0,1,2646.793,564.213Z' transform='translate(-2645.793 -550.003)' fill='%23D8203B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.8rem;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .section-pickup .pickup-card-text .title::before {
    margin-top: 0.6rem;
  }
}

.section-shopguide {
  background: #EFEDE9;
  padding-top: var(--pagePaddingPC);
  padding-bottom: var(--pagePaddingPC);
}
@media only screen and (max-width: 767px) {
  .section-shopguide {
    padding-top: var(--pagePaddingSP);
    padding-bottom: var(--pagePaddingSP);
  }
}
.section-shopguide .headline__title {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-shopguide .headline__title {
    margin-bottom: 2.4rem;
  }
}
.section-shopguide .search-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .section-shopguide .search-nav {
    flex-flow: column;
    gap: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-shopguide .search-nav__item {
    flex: 0 0 calc((100% - 3rem) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .section-shopguide .search-nav__item {
    width: 100%;
  }
}
.section-shopguide .search-nav__item a {
  background: #fff;
  min-height: 11.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 600;
  gap: 1.5rem;
  border: 0.2rem solid #fff;
}
@media only screen and (min-width: 768px) {
  .section-shopguide .search-nav__item a {
    transition: 200ms;
  }
  .section-shopguide .search-nav__item a:hover {
    color: var(--themeColor);
    border-color: var(--themeColor);
  }
}
@media only screen and (max-width: 767px) {
  .section-shopguide .search-nav__item a {
    min-height: 6.4rem;
    font-size: 1.6rem;
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-shopguide .search-nav__item a .icon {
    width: 3.2rem;
  }
}
.section-shopguide .search-nav + * {
  border-top: 0.2rem dotted #8E8171;
  margin-top: 4rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .section-shopguide .search-nav + * {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }
}
.section-shopguide .guide-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .section-shopguide .guide-nav {
    flex-flow: column;
    gap: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-shopguide .guide-nav__item {
    flex: 0 0 calc((100% - 3rem) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .section-shopguide .guide-nav__item {
    width: 100%;
  }
}
.section-shopguide .guide-nav__item a {
  background: #fff;
  color: #8E8171;
  min-height: 6.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 600;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .section-shopguide .guide-nav__item a {
    transition: 200ms;
  }
  .section-shopguide .guide-nav__item a:hover {
    background: #8E8171;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .section-shopguide .guide-nav__item a {
    font-size: 1.6rem;
    min-height: 5.6rem;
  }
}

.section-topics {
  padding-top: var(--pagePaddingPC);
  padding-bottom: var(--pagePaddingPC);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-topics {
    padding-top: var(--pagePaddingSP);
    padding-bottom: var(--pagePaddingSP);
  }
}
@media only screen and (min-width: 768px) {
  .section-topics .content {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .section-topics .swiper-controller {
    position: absolute;
    top: -6rem;
    right: 2rem;
    transform: translateY(-100%);
    width: 27rem;
    min-height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-topics .swiper-controller {
    position: relative;
    min-height: 4rem;
    margin-top: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.section-topics .swiper-controller-button-prev, .section-topics .swiper-controller-button-next {
  width: 4rem;
  height: 4rem;
  background: var(--themeColor);
  border-radius: 50vw;
  z-index: 11;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.105' height='14.21' viewBox='0 0 8.105 14.21'%3E%3Cpath d='M2646.793,564.213a1,1,0,0,1-.707-1.707l5.4-5.4-5.4-5.4a1,1,0,0,1,1.414-1.414l6.1,6.1a1,1,0,0,1,0,1.414l-6.1,6.1A1,1,0,0,1,2646.793,564.213Z' transform='translate(-2645.793 -550.003)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.8rem;
}
.section-topics .swiper-controller-button-prev::after, .section-topics .swiper-controller-button-next::after {
  display: none;
}
.section-topics .swiper-controller-button-prev {
  transform: rotate(180deg);
}
.section-topics .swiper-controller-pagination {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-topics .headline {
  position: relative;
}
.section-topics .headline__title {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .section-topics .headline__title {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .section-topics .headline__title {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-topics .content-slide {
    margin-right: calc(50% - 50vw);
  }
}
.section-topics .top-topics {
  padding: 0.5rem;
}
.section-topics .top-topics .swiper-slide {
  height: auto;
}
.section-topics .top-topics .swiper-slide .card {
  height: 100%;
}
.section-topics .top-topics .swiper-slide .card .badge {
  width: 5.7rem;
  font-size: 1.2rem;
  top: 0.5rem;
  left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .section-topics .top-topics .swiper-slide .card .meta .date {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-topics .top-topics .swiper-slide .card .meta .category {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-topics .top-topics .swiper-slide .card .title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-topics .top-topics .swiper-slide .card .info {
    font-size: 1.4rem;
  }
}
.section-topics .top-topics.no-swiper {
  overflow: visible;
}
.section-topics .top-topics.no-swiper .swiper-wrapper {
  display: flex;
  gap: 3rem;
  transform: none !important; /* Swiperの残留スタイルを打ち消し */
}
@media only screen and (min-width: 768px) {
  .section-topics .top-topics.no-swiper .swiper-slide {
    flex-shrink: 0;
    flex: 0 0 calc((100% - 6rem) / 3.5);
  }
}
.section-topics .btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-topics .btn {
    margin-top: 4rem;
  }
}

.section-shop .thumbnail {
  position: relative;
}
.section-shop .thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.section-shop .thumbnail img {
  width: 100%;
  height: 27rem;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .section-shop .thumbnail img {
    height: 16rem;
  }
}
.section-shop .inner {
  padding: 3.5rem 5.5rem 8rem;
  margin-top: -8rem;
  z-index: 1;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .section-shop .inner {
    margin-top: -5rem;
    padding: 2rem 0 6rem;
  }
}
.section-shop .archive-list {
  margin-top: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .section-shop .archive-list > *:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-shop .archive-list {
    margin-top: 2.4rem;
  }
}
.section-shop .btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-shop .btn {
    margin-top: 4rem;
  }
}
.section-instagram {
  background: #EFEDE9;
  padding-top: var(--pagePaddingPC);
  padding-bottom: var(--pagePaddingPC);
}
.section-instagram .insta-feed {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .section-instagram .insta-feed {
    margin-top: 2.4rem;
  }
}
.section-instagram .btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-instagram .btn {
    margin-top: 4rem;
  }
}

.banner-area {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.banner-area-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .banner-area-list {
    gap: 1.4rem;
  }
}
.banner-area-list__item {
  flex: 1;
  max-width: 30rem;
}
@media only screen and (max-width: 767px) {
  .banner-area-list__item {
    flex: 0 0 calc((100% - 1.4rem) / 2);
  }
}
.banner-area-list__item a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .banner-area-list__item a:hover img {
    transform: scale(1.1);
  }
}
.banner-area-list__item img {
  width: 100%;
  transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.article-about {
  background-image: url(../img/about/about-bg.png);
  background-size: 14rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .article-about {
    padding-bottom: 4rem;
  }
}
.article-about .about-block {
  background: #fff;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .article-about .about-block {
    padding: 4rem;
    margin-top: -8.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-about .about-block {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 2rem;
  }
}
.article-about .about-block > h2 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-about .about-block > h2 {
    margin-bottom: 2rem;
  }
}
.article-about .about-block .heading-side {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-about .about-block .heading-side {
    font-size: 1.8rem;
  }
}
.article-about .about-block .intro {
  font-size: 1.8rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-about .about-block .intro {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .article-about .about-block .intro {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-about .about-block .intro .en {
    font-size: 1.8rem;
  }
}
.article-about .about-block + .about-block {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-about .about-block + .about-block {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-about .about-block-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
  }
}
.article-about .about-block-grid .img {
  width: 34rem;
}
@media only screen and (max-width: 767px) {
  .article-about .about-block-grid .img {
    width: 100%;
  }
}
.article-about .about-block-grid .text {
  flex: 1;
  letter-spacing: 0.1em;
}
.article-about .about-block-grid .text > h3 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .article-about .about-block-grid .text > h3 {
    margin-bottom: 1rem;
  }
}
.article-about .about-block-grid + .about-block-grid {
  margin-top: 4rem;
}
.article-about .about-block-grid.concept {
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .article-about .about-block-grid.concept .img {
    width: 53.6%;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .article-about .about-block-grid.concept .img {
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 1;
    position: relative;
  }
}
.article-about .about-block-grid.concept .text {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .article-about .about-block-grid.concept .text {
    padding: 4rem 4rem 4rem 0;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-about .about-block-grid.concept .text {
    padding: 2rem;
  }
}
.article-about .about-block-grid.concept .text::before {
  content: "";
  display: block;
  width: calc(100% + 12rem);
  height: 100%;
  background: #EFEDE9;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .article-about .about-block-grid.concept .text::before {
    position: absolute;
    top: 0%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .article-about .about-block-grid.concept .text::before {
    width: 100%;
    height: calc(100% + 10rem);
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

.archive-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .archive-list {
    gap: 1.4rem;
  }
}
.archive-list-wrap {
  position: relative;
  background: #fff;
  padding: 6rem;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .archive-list-wrap {
    padding: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.archive-list__item {
  flex: 0 0 calc((100% - 6rem) / 3);
  height: auto;
}
@media only screen and (max-width: 767px) {
  .archive-list__item {
    flex: 0 0 calc((100% - 1.4rem) / 2);
  }
}
.archive-list__item.card .link {
  height: 100%;
  position: relative;
  background: #fff;
  display: block;
}
.archive-list__item.card .img {
  position: relative;
}
.archive-list__item.card .img .badge {
  width: 5.7rem;
  aspect-ratio: 1/1;
  background-image: url(../img/common/badge.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card .img .badge {
    width: 2.9rem;
    font-size: 0.6rem;
    top: 0.5rem;
    left: 0.5rem;
  }
}
.archive-list__item.card .img img {
  width: 100%;
}
.archive-list__item.card .body {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card .body {
    flex-flow: column;
  }
}
.archive-list__item.card .text {
  flex: 1;
}
.archive-list__item.card .title {
  line-height: 1.25;
  font-size: 1.6rem;
  transition: background-color 200ms, color 200ms;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card .title {
    font-size: 1.3rem;
    letter-spacing: 0;
    word-break: break-all;
  }
}
.archive-list__item.card .info {
  color: #98754A;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  transition: color 200ms;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card .info {
    font-size: 1.1rem;
  }
}
.archive-list__item.card .meta {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card .meta {
    gap: 0.5rem;
  }
}
.archive-list__item.card .meta .date {
  font-size: 1.6rem;
  transition: color 200ms;
  color: #8E8171;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card .meta .date {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.archive-list__item.card .meta .category {
  min-width: 5.6rem;
  min-height: 2.2rem;
  background: var(--themeColor);
  color: #fff;
  border-radius: 50vw;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 0 1rem 0.1rem;
  letter-spacing: 0;
  font-size: 1.2rem;
  transition: background-color 200ms, color 200ms;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card .meta .category {
    font-size: 1rem;
  }
}
.archive-list__item.card .meta .genre {
  font-size: 1.2rem;
  color: #8E8171;
  font-weight: 700;
}
.archive-list__item.card .meta .floor {
  min-width: 5rem;
  min-height: 3rem;
  background: var(--themeColor);
  color: #fff;
  border-radius: 50vw;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 0 1rem 0.1rem;
  letter-spacing: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card .meta .floor {
    min-width: 5.1rem;
    min-height: 2.4rem;
  }
}
.archive-list__item.card .heading-side {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card .heading-side {
    font-size: 1.4rem;
  }
}
.archive-list__item.card .heading-side + p {
  font-size: 1.4rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card .heading-side + p {
    font-size: 1.3rem;
  }
}
.archive-list__item.card-topics .body {
  flex-flow: column;
}
.archive-list__item.card-topics .link {
  display: block;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
  padding: 1rem;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .archive-list__item.card-topics .link {
    transition: 200ms;
  }
  .archive-list__item.card-topics .link:hover {
    background: var(--themeColor);
  }
  .archive-list__item.card-topics .link:hover .heading-side,
  .archive-list__item.card-topics .link:hover .title {
    color: #fff;
  }
  .archive-list__item.card-topics .link:hover .heading-side::before {
    background: #fff;
  }
  .archive-list__item.card-topics .link:hover .heading-side + p {
    color: #fff;
  }
  .archive-list__item.card-topics .link:hover .date {
    color: #fff;
  }
  .archive-list__item.card-topics .link:hover .category {
    background: #fff;
    color: var(--themeColor);
  }
  .archive-list__item.card-topics .link:hover .info {
    color: #F0ECB9;
  }
}
.archive-list__item.card-topics .img .logo {
  width: 8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card-topics .img .logo {
    width: 4rem;
  }
}
.archive-list__item.card-topics .img > img {
  aspect-ratio: 31/20.7;
  object-fit: cover;
}
.archive-list__item.card-shop .logo {
  width: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card-shop .logo {
    position: absolute;
    top: 12.8rem;
    left: 0;
    z-index: 1;
    transform: translateY(-100%);
    width: 3.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .archive-list__item.card-shop a {
    transition: 400ms;
  }
  .archive-list__item.card-shop a:hover {
    opacity: 0.7;
  }
  .archive-list__item.card-shop a:hover .img img {
    transform: scale(1.1);
  }
}
.archive-list__item.card-shop .meta {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 0rem;
}
.archive-list__item.card-shop .meta .floor {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card-shop .meta .floor {
    margin-top: 0.5rem;
  }
}
.archive-list__item.card-shop .img {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.archive-list__item.card-shop .img img {
  object-fit: cover;
  transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  aspect-ratio: 330/248;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card-shop .img img {
    aspect-ratio: 168/128;
  }
}
.archive-list__item.card-shop .title {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .archive-list__item.card-shop .title {
    font-size: 1.4rem;
  }
}

.tab {
  margin-bottom: -0.1rem;
}
@media only screen and (min-width: 768px) {
  .tab {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.tab__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .tab__list {
    gap: 1rem;
  }
}
.tab__item {
  flex: 1;
}
.tab__item span {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .tab__item span {
    flex-flow: column;
    gap: 0rem;
  }
}
.tab__item span svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .tab__item span svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.tab__item span svg path {
  transition: 200ms;
}
.tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.2rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: var(--themeColor);
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
  transition: 200ms;
  border: 0.1rem solid var(--themeColor);
}
@media only screen and (max-width: 767px) {
  .tab__item a {
    height: 6.4rem;
    flex-flow: column;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
  }
}
.tab__item a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50vw;
}
@media only screen and (min-width: 768px) {
  .tab__item a::before {
    position: absolute;
    top: calc(50% + 0.2rem);
    left: 1.5rem;
    transform: translate(0%, -50%);
  }
}
.tab__item a::before {
  background-image: radial-gradient(#fff 0%, #fff 3px, var(--themeColor) 3px, var(--themeColor) 100%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 0.1rem solid var(--themeColor);
}
@media only screen and (min-width: 768px) {
  .tab__item a:hover {
    background-color: #fff;
    color: #cc0000;
  }
  .tab__item a:hover path {
    fill: var(--themeColor);
  }
  .tab__item a:hover::before {
    background-image: radial-gradient(var(--themeColor) 0%, var(--themeColor) 3px, #fff 3px, #fff 100%);
  }
}
.tab__item.current a {
  background-color: #fff;
  color: #cc0000;
}
.tab__item.current a::before {
  background-image: radial-gradient(var(--themeColor) 0%, var(--themeColor) 3px, #fff 3px, #fff 100%);
}
.tab__item.current a path {
  fill: var(--themeColor);
}

.page--access .archive-list-wrap {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--access .archive-list-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.article-access {
  background: #f0ede9;
  padding-top: var(--pagePaddingPC);
}
@media only screen and (max-width: 767px) {
  .article-access {
    padding-top: var(--pagePaddingSP);
  }
}
.article-access .article-content {
  padding-bottom: 8rem;
}
.article-access .headline__title {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-access .headline__title {
    margin-bottom: 2.4rem;
  }
}
.article-access .address {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-access .address {
    margin-top: 2rem;
  }
}
.article-access .address p {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.article-access .address .btn {
  text-align: center;
  margin-top: 1rem;
}
.article-access .iframe {
  aspect-ratio: 16/9;
  position: relative;
}
.article-access .iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article-access .heading-side {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-access .heading-side {
    font-size: 1.8rem;
  }
}
.article-access .shop-information-table {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .page--clinic .archive-list-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page--clinic .archive-list {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.article-clinic {
  background: #F0EDE9;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .article-clinic {
    padding-top: 33.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-clinic {
    padding-top: 15rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-clinic[data-clinic-block=false] {
    padding-top: var(--pagePaddingPC);
    padding-bottom: var(--pagePaddingPC);
  }
}
@media only screen and (max-width: 767px) {
  .article-clinic[data-clinic-block=false] {
    padding-top: var(--pagePaddingSP);
    padding-bottom: var(--pagePaddingSP);
  }
}
@media only screen and (max-width: 767px) {
  .article-clinic[data-clinic-block=false] .archive-list-wrap {
    padding: 2rem;
  }
}
.article-clinic[data-clinic-block=false] .article-content {
  background: none;
}
@media only screen and (max-width: 767px) {
  .article-clinic[data-clinic-block=false] .article-content {
    padding-bottom: 0;
  }
}
.article-clinic .article-content {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .article-clinic .article-content {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-clinic .clinic-block {
    margin-top: -31.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-clinic .clinic-block {
    margin-top: -12rem;
  }
}
.article-clinic .clinic-block + * {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-clinic .clinic-block + * {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-clinic .clinic-block-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4rem;
  }
}
.article-clinic .clinic-block-grid:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .article-clinic .clinic-block-grid .img {
    width: 50%;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .article-clinic .clinic-block-grid .img {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 1;
    position: relative;
  }
}
.article-clinic .clinic-block-grid .text {
  flex: 1;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .article-clinic .clinic-block-grid .text {
    padding: 4rem 4rem 4rem 0;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-clinic .clinic-block-grid .text {
    padding: 2rem;
  }
}
.article-clinic .clinic-block-grid .text > h2 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .article-clinic .clinic-block-grid .text > h2 {
    margin-bottom: 1rem;
  }
}
.article-clinic .clinic-block-grid .text::before {
  content: "";
  display: block;
  background: #EFEDE9;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .article-clinic .clinic-block-grid .text::before {
    width: calc(100% + 12rem);
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .article-clinic .clinic-block-grid .text::before {
    width: 100%;
    height: calc(100% + 10rem);
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.article-clinic .clinic-block-grid .text.white::before {
  background: #fff;
}
.article-clinic .clinic-block-grid + .about-block-grid {
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .article-clinic .clinic-block-grid.reverse {
    flex-flow: row-reverse wrap;
  }
}
@media only screen and (min-width: 768px) {
  .article-clinic .clinic-block-grid.reverse .text {
    padding-left: 4rem;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .article-clinic .clinic-block-grid.reverse .text::before {
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .article-search .archive-list-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.search-area .filter {
  margin-top: 3rem;
}

.entry-content {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
.entry-content * > :first-child {
  margin-top: 0;
}
.entry-content [id^=heading-] {
  scroll-margin-top: 18rem;
}
.entry-content p > a {
  text-decoration: underline;
  color: rgb(0, 0, 238);
}
.entry-content p > a:visited {
  color: rgb(85, 26, 139);
}
@media only screen and (min-width: 768px) {
  .entry-content p > a:hover {
    text-decoration: none;
  }
}
.entry-content > * {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.entry-content > *.wp-block-group {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .entry-content > * {
    margin-bottom: 1.6rem;
  }
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-column > *,
.entry-content .wp-block-group:not(.is-layout-flex, .is-layout-grid) > *,
.entry-content .wp-block-group__inner-container > *,
.entry-content .wp-block-cover__inner-container > *,
.entry-content .wp-block-details > *,
.entry-content .wp-block-media-text__content > * {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .entry-content .wp-block-column > *,
  .entry-content .wp-block-group:not(.is-layout-flex, .is-layout-grid) > *,
  .entry-content .wp-block-group__inner-container > *,
  .entry-content .wp-block-cover__inner-container > *,
  .entry-content .wp-block-details > *,
  .entry-content .wp-block-media-text__content > * {
    margin-bottom: 1.6rem;
  }
}
.entry-content .wp-block-column > *:last-child,
.entry-content .wp-block-group:not(.is-layout-flex, .is-layout-grid) > *:last-child,
.entry-content .wp-block-group__inner-container > *:last-child,
.entry-content .wp-block-cover__inner-container > *:last-child,
.entry-content .wp-block-details > *:last-child,
.entry-content .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.entry-content h2 {
  margin-top: 2.15em;
}
.entry-content h3 {
  margin-top: 2.15em;
}
.entry-content h4 {
  margin-top: 2.15em;
}
.entry-content > h2 + h3,
.entry-content > h2 + h4,
.entry-content > h3 + h4,
.entry-content > h3 + h5,
.entry-content > h4 + h5,
.entry-content > h4 + h6 {
  margin-top: 1.6rem;
}
.entry-content > :first-child {
  margin-top: 0;
}
.entry-content h1 {
  font-size: 3.6rem;
}
.entry-content h2 {
  font-size: 3.2rem;
}
.entry-content h3 {
  font-size: 2.8rem;
}
.entry-content h4 {
  font-size: 2.4rem;
}
.entry-content h5 {
  font-size: 1.8rem;
}
.entry-content h6 {
  font-size: 1.6rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
  line-height: 1.4;
}
.entry-content .wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
.entry-content .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
}
.entry-content .wp-block-gallery .wp-block-image {
  flex-grow: 1;
  margin-bottom: 0;
}
.entry-content .wp-block-gallery .wp-block-image img {
  width: 100%;
  object-fit: cover;
}
.entry-content .wp-block-gallery.columns-2 .wp-block-image {
  width: calc(50% - 0.4rem);
}
.entry-content .wp-block-gallery.columns-3 .wp-block-image {
  width: calc(33.333% - 0.54rem);
}
.entry-content .wp-block-gallery.columns-4 .wp-block-image {
  width: calc(25% - 0.6rem);
}
.entry-content ul,
.entry-content ol {
  padding-left: 1.5em;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
  margin-bottom: 0;
}
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-bottom: 0;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content .wp-block-quote cite {
  display: block;
  margin-top: 1.2rem;
  font-size: 0.75em;
  font-style: normal;
}
.entry-content .wp-block-quote cite::before {
  content: "— ";
}
.entry-content .wp-block-quote.is-style-large {
  border-left: none;
  padding: 4.8rem;
  text-align: center;
  font-size: 1.2em;
}
.entry-content .wp-block-pullquote {
  border-top: 0.4rem solid currentColor;
  border-bottom: 0.4rem solid currentColor;
  padding: 3.6rem 0;
  text-align: center;
}
.entry-content .wp-block-pullquote blockquote {
  margin: 0;
}
.entry-content .wp-block-pullquote p {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
}
.entry-content .wp-block-pullquote cite {
  display: block;
  margin-top: 1.6rem;
  font-size: 0.75em;
  font-style: normal;
}
.entry-content .wp-block-code code {
  padding: 2.4rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .entry-content .wp-block-code code {
    padding: 1.6rem;
  }
}
.entry-content code {
  font-size: 0.875em;
  background: #333;
  color: #fff;
  padding: 0.5em;
}
.entry-content .wp-block-table table {
  background: #fff;
}
.entry-content .wp-block-table th {
  font-weight: 700;
}
.entry-content .wp-block-table figcaption {
  margin-top: 0.8rem;
  font-size: 0.75em;
  text-align: center;
}
.entry-content .wp-block-table.is-scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.entry-content .wp-block-table.is-scrollable table {
  word-break: keep-all;
}
.entry-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.entry-content .wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.entry-content .wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.entry-content .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 0.4rem;
  border: 0.2rem solid transparent;
  cursor: pointer;
  transition: opacity 0.2s;
}
.entry-content .wp-block-button .wp-block-button__link:hover, .entry-content .wp-block-button .wp-block-button__link:focus {
  opacity: 0.8;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: currentColor;
}
.entry-content .wp-block-group.has-background {
  padding: 2.4rem;
}
.entry-content .wp-block-group.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.entry-content .wp-block-group.is-layout-grid {
  display: grid;
  gap: 2.4rem;
}
.entry-content .wp-block-cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43rem;
  padding: 4.8rem;
  overflow: hidden;
}
.entry-content .wp-block-cover .wp-block-cover__image-background,
.entry-content .wp-block-cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.entry-content .wp-block-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.entry-content .wp-block-media-text {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 0;
}
.entry-content .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  order: 2;
}
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  order: 1;
}
.entry-content .wp-block-media-text .wp-block-media-text__media img,
.entry-content .wp-block-media-text .wp-block-media-text__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-content .wp-block-media-text .wp-block-media-text__content {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .entry-content .wp-block-media-text .wp-block-media-text__content {
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .entry-content .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 1fr;
  }
  .entry-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
  .entry-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    order: unset;
  }
  .entry-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 1.6rem 0 0;
  }
}
.entry-content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content .wp-block-embed figcaption {
  margin-top: 0.8rem;
  font-size: 0.75em;
  text-align: center;
}
.entry-content .wp-block-video video,
.entry-content .wp-block-video audio,
.entry-content .wp-block-audio video,
.entry-content .wp-block-audio audio {
  width: 100%;
}
.entry-content .wp-block-video figcaption,
.entry-content .wp-block-audio figcaption {
  margin-top: 0.8rem;
  font-size: 0.75em;
  text-align: center;
}
.entry-content .wp-block-details {
  border: 0.2rem solid;
  border-radius: 0.4rem;
  padding: 1em;
}
.entry-content .wp-block-details summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  margin-bottom: 0;
  padding: 1em;
  margin: -1em;
}
.entry-content .wp-block-details summary + * {
  margin-top: 0.5em;
}
.entry-content .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.entry-content .wp-block-details summary::before, .entry-content .wp-block-details summary::after {
  content: "";
  display: block;
  width: 1em;
  height: 0.15em;
  background: #333;
  position: absolute;
  top: 1.85em;
  right: 1.5em;
}
.entry-content .wp-block-details summary::before {
  transform: rotate(90deg);
  transition: 400ms;
}
.entry-content .wp-block-details[open] summary::before {
  transform: rotate(0deg);
}
.entry-content .wp-block-file {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.entry-content .wp-block-file .wp-block-file__content-wrapper {
  flex-grow: 1;
}
.entry-content .wp-block-file a:not(.wp-block-file__button) {
  text-decoration: underline;
  word-break: break-all;
}
.entry-content .wp-block-file .wp-block-file__button {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 0.4rem;
  text-decoration: none;
  white-space: nowrap;
  background: var(--themeColor);
}
.entry-content .wp-block-file .wp-block-file__button:hover {
  opacity: 0.8;
}
.entry-content .wp-block-search {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.entry-content .wp-block-search .wp-block-search__label {
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.entry-content .wp-block-search .wp-block-search__input {
  flex: 1;
  padding: 0.7em 1em;
  font-size: 1em;
  border: 0.1rem solid;
  border-radius: 0.4rem;
  min-width: 20rem;
}
.entry-content .wp-block-search .wp-block-search__button {
  padding: 1rem 2rem;
  font-size: 1em;
  font-weight: 700;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  background: var(--themeColor);
  color: #fff;
}
.entry-content .wp-block-search .wp-block-search__button:hover {
  opacity: 0.8;
}
.entry-content figcaption {
  width: 100%;
  text-align: center;
}
.entry-content .has-text-align-left {
  text-align: left;
}
.entry-content .has-text-align-center {
  text-align: center;
}
.entry-content .has-text-align-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .entry-content {
    font-size: 1.4rem;
  }
  .entry-content h1 {
    font-size: 2.8rem;
  }
  .entry-content h2 {
    font-size: 2.2rem;
  }
  .entry-content h3 {
    font-size: 1.8rem;
  }
  .entry-content h4 {
    font-size: 1.6rem;
  }
  .entry-content h5 {
    font-size: 1.5rem;
  }
  .entry-content h6 {
    font-size: 1.4rem;
  }
  .entry-content h2 {
    margin-top: 4.8rem;
  }
  .entry-content h3 {
    margin-top: 4rem;
  }
  .entry-content h4 {
    margin-top: 3.6rem;
  }
  .entry-content .wp-block-columns.is-layout-flex {
    flex-direction: column;
  }
  .entry-content .wp-block-gallery.columns-3 .wp-block-image, .entry-content .wp-block-gallery.columns-4 .wp-block-image {
    width: calc(50% - 0.4rem);
  }
  .entry-content .wp-block-cover {
    min-height: 28rem;
    padding: 2.4rem;
  }
  .entry-content .wp-block-pullquote {
    padding: 2.4rem 0;
  }
  .entry-content .wp-block-pullquote p {
    font-size: 1.8rem;
  }
  .entry-content .wp-block-quote.is-style-large {
    padding: 2.4rem;
    font-size: 1.8rem;
  }
  .entry-content .wp-block-button {
    width: 100%;
  }
  .entry-content .wp-block-button .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
  .entry-content .wp-block-group.has-background {
    padding: 1.6rem;
  }
  .entry-content .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr;
  }
  .entry-content .wp-block-search .wp-block-search__input {
    min-width: 0;
    width: 100%;
  }
}
.entry-content h2 {
  background: #F0EDE9;
  position: relative;
  min-height: 7.5rem;
  overflow: hidden;
  padding: 1.5rem 4rem;
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #1A1919 !important;
}
@media only screen and (max-width: 767px) {
  .entry-content h2 {
    font-size: 1.8rem;
    padding: 1rem 4rem;
  }
}
.entry-content h2::before, .entry-content h2::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background-image: url(../img/common/headline-band.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
}
.entry-content h2::before {
  left: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.entry-content h2::after {
  right: 0;
  transform: translate(50%, -50%) rotate(180deg);
}
.entry-content h3 {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  color: #1A1919 !important;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .entry-content h3 {
    padding-left: 1.2rem;
    font-size: 1.8rem;
  }
}
.entry-content h3::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  background: var(--themeColor);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .entry-content h3::before {
    width: 0.4rem;
  }
}
.entry-content h3::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 50%;
  background: #8D8171;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .entry-content h3::after {
    width: 0.4rem;
  }
}