@charset "utf-8";
/* CSS Document */

/*==================================================
  CSS CUSTOM PROPERTY
==================================================*/
:root {
  --width-content: 1200px;

  --color-main: #81292D;
  --color-red: #BE2931;
  --color-orange: #BE2931;
  --color-yellow: #F3E629;
  --color-ygreen: #8ECC11;
  --color-green: #8ECC11;
  --color-linegreen: #06C754;
  --color-blue: #1E4FEF;
  --color-lightblue: #00ADA9;
  --color-navy: #153BB8;
  --color-purple: #662D90;
  --color-pink: #f72b80;
  --color-salmon: #ff9898;
  --color-black: #4B3536;
  --color-darkgray: #666;
  --color-darkredgray: #705152;
  --color-gray: #999;
  --color-lightgray: #ccc;
  --color-lightredgray: #C7A7A8;
  --color-palegray: #F5F5F5;
  --color-palegreen: #F1F9EF;
  --color-paleorange: #ffefee;
  --color-palered: #FAEEEC;

  --gutter-supernarrow: 20px;
  --gutter-narrow: 30px;
  --gutter-medium: 50px;
  --gutter: 80px;
  --gutter-wide: 100px;
  --gutter-superwide: 120px;

  --rad-common: 5px;

  --font-en: "Montserrat", sans-serif;
}

@media only screen and (max-width: 767px) {
  :root {
    --gutter-supernarrow: 10px;
    --gutter-narrow: 20px;
    --gutter-medium: 30px;
    --gutter: 40px;
    --gutter-wide: 50px;
    --gutter-superwide: 80px;
  }
}

@media (min-width: 767px) {

  /* ▼スマホサイズでのみ架電可能▼ */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*==================================================
  GENERAL SETTINGS
==================================================*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic medium", Meiryo, "sans-serif";
  font-size: 10px;
  line-height: 1.5;
  background: #fff;
  color: var(--color-black);
  font-weight: 500;
  -webkit-tap-highlight-color: rgba(128, 40, 45, 0.08);
}

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

body {
  font-size: 1.6rem;
  overflow-x: hidden;
}

main {
  display: block;
  word-break: break-word;
  position: relative;
  min-height: 400px;
  z-index: 2;
  overflow: hidden;
}

a {
  text-decoration: none;
}

@media (any-hover:hover) {

  a:hover,
  a:active {
    text-decoration: none;
    filter: alpha(opacity=70);
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}

/*bodyを固定*/
body.menu-open {
  overflow: hidden;
}

/*==================================================
  common parts
==================================================*/
/* commonTel */
.commonTel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.commonTel__num {
  font-family: var(--font-en);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  letter-spacing: 0.02em;
  font-size: 2.66em;
}

.commonTel__num::before {
  content: "";
  position: relative;
  width: auto;
  height: 0.7em;
  aspect-ratio: 17 / 22;
  background: url(../img/common/icon_tel_black_01.svg) no-repeat center / contain;
  display: block;
}

.commonTel__time {
  font-size: 0.9em;
  font-weight: bold;
}

/* bannerWrap */
.bannerWrap {
  text-align: center;
  margin: var(--gutter-medium) auto;
  width: min(90%, 1010px);
}

.bannerWrap--wide {
  margin: var(--gutter-wide) auto 0;
}

.bannerWrap a {
  border-radius: var(--rad-common);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform .3s ease-in-out .05s;
}

@media(any-hover: hover) {

  .bannerWrap a:hover {
    opacity: 1;
    transform: scale(1.02);
  }
}

/* indexTtl */
.indexTtl {
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--gutter-medium);
}

.indexTtl__main {
  font-size: 3.75em;
  font-weight: bold;
  font-family: var(--font-en);
  line-height: 1.4;
  letter-spacing: 0.15em;
}

.indexTtl--small .indexTtl__main {
  font-size: 3.125em;
}

/* index__section */
.index__section {
  margin: var(--gutter-wide) auto;
}

.index__section:last-child {
  margin-bottom: 0;
}

/* commonIconWrap */
.commonIconWrap {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}


/* 一覧を見るボタン */
.btn_archive {
  text-align: center;
}

.btn_archive a {
  display: block;
  width: min(70vw, 320px);
  height: 70px;
  margin: 0 auto;
  color: var(--color-black);
  background: #fff;
  border: 2px solid var(--color-black);
  font-weight: bold;
  font-size: clamp(1.5rem, 2vw, 1.6rem);
  border-radius: var(--rad-common);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-right: 10px;
  overflow: hidden;
}

.btn_archive a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_black_normal_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: right .3s ease-in-out .05s, filter .3s ease-in-out .05s;
}

.btn_archive a::before {
  content: "";
  background: var(--color-black);
  display: block;
  width: calc(100% + 10px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .3s ease-in-out .05s;
}


@media (any-hover:hover) {
  .btn_archive a:hover {
    color: #fff;
    opacity: 1;
  }

  .btn_archive a:hover::before {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }

  .btn_archive a:hover::after {
    filter: grayscale(1) invert(1) brightness(2);
    right: 6%;
  }

}

/* 小 */
.btn_archive--small a {
  width: 280px;
  height: 62px;
}

/* 赤色塗り */
.btn_archive--fillRed a {
  color: #fff;
  background: var(--color-red);
  border: 2px solid var(--color-red);
}

.btn_archive--fillRed a::after {
  background: url(../img/common/icon_arrow_red_normal_01.svg) no-repeat center / contain;
  filter: grayscale(1) invert(1) brightness(2);
}

.btn_archive--fillRed a::before {
  background: #fff;
}

@media (any-hover:hover) {
  .btn_archive--fillRed a:hover {
    color: var(--color-red);
  }

  .btn_archive--fillRed a:hover::after {
    filter: none;
  }
}

/* メインカラー塗り */
.btn_archive--fillMainColor a {
  color: #fff;
  background: var(--color-main);
  border: 2px solid var(--color-main);
}

.btn_archive--fillMainColor a::after {
  background: url(../img/common/icon_arrow_mainColor_normal_01.svg) no-repeat center / contain;
  filter: grayscale(1) invert(1) brightness(2);
}

.btn_archive--fillMainColor a::before {
  background: #fff;
}

@media (any-hover:hover) {
  .btn_archive--fillMainColor a:hover {
    color: var(--color-main);
  }

  .btn_archive--fillMainColor a:hover::after {
    filter: none;
  }
}

/* 線がメインカラー */
.btn_archive--mainColor a {
  color: var(--color-main);
  border: 2px solid #fff;
}

.btn_archive--mainColor a::after {
  background: url(../img/common/icon_arrow_mainColor_normal_01.svg) no-repeat center / contain;
}

.btn_archive--mainColor a::before {
  background: var(--color-main);
}

@media (any-hover:hover) {
  .btn_archive--mainColor a:hover {
    color: #fff;
  }

  .btn_archive--mainColor a:hover::after {
    filter: grayscale(1) invert(1) brightness(2);
  }
}


/* カタログバナー */
.bnrCatalog {
  width: min(1010px, 90%);
  margin: var(--gutter-wide) auto;
  border: 5px solid var(--color-main);
  border-radius: var(--rad-common);
  background: #fff;
  padding: 65px clamp(20px, 4vw, 40px) 35px clamp(20px, 4vw, 40px);
  position: relative;
  display: block;
  transition: transform .3s ease-in-out .05s;
}

.bnrCatalog__catch {
  background-color: var(--color-main);
  color: #fff;
  line-height: 1.6;
  padding: 10px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 var(--rad-common) 0;
  text-align: center;
}

.bnrCatalog__catchSmall {
  font-size: 0.8em;
}

.bnrCatalog__main {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 800;
  line-height: 1.8;
  color: var(--color-main);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 70%;
}

.bnrCatalog__logo {
  height: 2.4em;
  position: relative;
}

.bnrCatalog__logo img {
  width: auto;
  height: 100%;
}

.bnrCatalog__subTxt {
  font-weight: bold;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  line-height: 1.8;
  margin-top: 10px;
}

.bnrCatalog__btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}

.bnrCatalog__btn::after {
  content: "";
  width: 200px;
  height: auto;
  aspect-ratio: 200 / 250;
  background: url(../img/common/img_catalog_01.webp) no-repeat center / contain;
  position: absolute;
  left: 20%;
  bottom: 3px;
  z-index: -1;
}

.bnrCatalog__btnInner {
  display: block;
  width: clamp(200px, 29vw, 280px);
  height: auto;
  aspect-ratio: 280 / 60;
  margin: 0 auto;
  color: #fff;
  background: var(--color-main);
  border: 2px solid var(--color-main);
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: var(--rad-common);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-right: 10px;
  overflow: hidden;
  transition: color .3s ease-in-out .1s;
}

.bnrCatalog__btnInner::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_mainColor_normal_01.svg) no-repeat center / contain;
  filter: grayscale(1) invert(1) brightness(2);
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: right .3s ease-in-out .1s, filter .3s ease-in-out .1s;
}

.bnrCatalog__btnInner::before {
  content: "";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .3s ease-in-out .1s;
}

@media (any-hover:hover) {
  .bnrCatalog:hover {
    opacity: 1;
    transform: scale(1.02);
  }

  .bnrCatalog:hover .bnrCatalog__btnInner {
    color: var(--color-main);
  }

  .bnrCatalog:hover .bnrCatalog__btnInner::before {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }

  .bnrCatalog:hover .bnrCatalog__btnInner::after {
    right: 6%;
    filter: none;
  }

}

/* LINE公式アカウントバナー */
.bnrLine {
  width: min(1010px, 90%);
  margin: var(--gutter-wide) auto;
  border: 5px solid var(--color-linegreen);
  border-radius: var(--rad-common);
  background: #fff;
  padding: 0 clamp(20px, 4vw, 40px) 0 clamp(20px, 2vw, 30px);
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 30px);
  transition: transform .3s ease-in-out .05s;
}

.bnrLine::before {
  content: "";
  display: block;
  width: 167px;
  height: auto;
  aspect-ratio: 167 / 175;
  background: url(../img/common/img_lineOfficialAccount_01.webp) no-repeat center / contain;
  position: relative;
  margin-top: 22px;
}

.bnrLine__txtBox {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 20px);
}

.bnrLine__main {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  letter-spacing: 0.05em;
}

.bnrLine__mainCaption {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.bnrLine__logo {
  max-height: 40px;
  height: clamp(20px, 3.5vw, 40px);
}

.bnrLine__subTxt {
  font-size: clamp(1.2rem, 3.3vw, 1.4rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.bnrLine__btnBox {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.bnrLine__btnCaption {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 auto 12px;
  width: fit-content;
  position: relative;
  z-index: 1;
}

.bnrLine__btnCaption::before {
  content: "";
  display: block;
  width: 17px;
  height: auto;
  aspect-ratio: 17 / 12;
  background-color: var(--color-black);
  z-index: -1;
  position: absolute;
  left: 50%;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, calc(100% - 3px));
}

.bnrLine__btnCaption::after {
  content: "";
  display: block;
  width: 15px;
  height: auto;
  aspect-ratio: 17 / 12;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, calc(100% - 4px));
  z-index: 1;
}

.bnrLine__btnCaptionInner {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 66px;
  border: 2px solid var(--color-black);
  border-radius: 100vh;
}

.bnrLine__btnInner {
  display: block;
  width: clamp(200px, 29vw, 280px);
  height: auto;
  aspect-ratio: 280 / 60;
  margin: 0 auto;
  color: #fff;
  background: var(--color-linegreen);
  border: 2px solid var(--color-linegreen);
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: var(--rad-common);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-right: 10px;
  overflow: hidden;
  transition: color .3s ease-in-out .1s;
}

.bnrLine__btnInner::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_linegreen_normal_01.svg) no-repeat center / contain;
  filter: grayscale() saturate(0) brightness(30);
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: right .3s ease-in-out .1s, filter .3s ease-in-out .1s;
}

.bnrLine__btnInner::before {
  content: "";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .3s ease-in-out .1s;
}

@media (any-hover:hover) {
  .bnrLine:hover {
    opacity: 1;
    transform: scale(1.02);
  }

  .bnrLine:hover .bnrLine__btnInner {
    color: var(--color-linegreen);
    border-color: var(--color-linegreen);
  }

  .bnrLine:hover .bnrLine__btnInner::before {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }

  .bnrLine:hover .bnrLine__btnInner::after {
    right: 6%;
    filter: none;
  }

}


/*==================================================
  HEADER
==================================================*/
.header {
  z-index: 10000;
  position: relative;
  width: 100%;
  background: #fff;
}

.header.fixed {
  position: fixed;
  top: 0;
  animation: header-slidein .5s;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}

@keyframes header-slidein {
  0% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(0);

  }
}

.header__inner {
  width: min(1200px, 96%);
  margin: 0 auto;
  padding: 13px 0;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 350px;
  /*ロゴ画像の幅に合わせる*/
  height: auto;
  max-height: 54px;
  aspect-ratio: 350 / 54;
}

.header__logo a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../img/common/sitelogo_01.webp) no-repeat left center;
  background-size: contain;
}

.header__pcLinkList {
  display: flex;
  align-items: center;
  gap: 5px clamp(10px, 2.4vw, 30px);
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}

.header__pcLinkItem {
  font-weight: bold;
}

.header__pcLinkItem a {
  display: inline-block;
  position: relative;
  transition: color .2s ease-in-out .1s;
  z-index: 1;
}

.header__pcLinkItem a::before {
  content: "";
  background: var(--color-main);
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 5px);
  border-radius: var(--rad-common);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .2s ease-in-out .1s;
}

@media (any-hover: hover) {
  .header__pcLinkItem a:hover {
    opacity: 1;
    color: #fff;
  }

  .header__pcLinkItem a:hover::before {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

.header__rightContents {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__telBox .commonTel__num {
  font-size: clamp(2.8rem, 3vw, 3.2rem);
}

.header__telBox .commonTel__time {
  font-size: 1.2rem;
}

/* fixed */
.header.fixed .header__inner {
  padding: 7px 0;
}

.header.fixed .header__pcLinkList {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {

  .header.fixed .header__logo {
    height: 26px;
    width: auto;
    max-width: 265px;
    aspect-ratio: 350 / 36;
  }

  .header.fixed .header__logo a {
    background: url(../img/common/sitelogo_02.webp) no-repeat left center / contain;
  }
}

.header.fixed .header__telBox .commonTel__time {
  display: none;
}

.header.fixed .header__telBox .commonTel__num {
  font-size: 2.6rem;
}

/*
  ===== globalnavigation ==========================================
  */
.pcNavi {
  border-bottom: solid 1px #CCCCCC;
}

.pcNavi__list {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.pcNavi__item {
  width: 20%;
}

.pcNavi__item>a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.pcNavi__item i {
  margin-right: 5px;
  color: var(--color-gray);
}

@media (any-hover:hover) {
  .pcNavi__item>a:hover {
    background: var(--color-black);
    opacity: 1 !important;
    color: #FFF;
  }

  .pcNavi__item>a:hover i {
    color: #FFF;
  }
}

.pcNavi__item--parent {
  list-style: none;
  padding: 0;
  position: relative;
}

.pcNavi__childList {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 999;
}

.pcNavi__childItem {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (any-hover:hover) {
  .pcNavi__item:hover .pcNavi__childItem {
    overflow: visible;
    height: 54px;
    background-color: var(--color-black);
    border-bottom: 1px solid #666666;
  }
}

.pcNavi__childItem>a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
}

@media (any-hover:hover) {
  .pcNavi__childItem a:hover {
    background: #666666;
  }
}

/*
  ===== loginfixbox ==========================================
  */
.pcMemberNavi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.3rem;
  background-color: #fff;
  background-color: var(--color-palered);
}

.pcMemberNavi__box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.pcMemberNavi__box tbody {
  height: 100%;
}

.pcMemberNavi__box tr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 6px;
}

.pcMemberNavi__ttl {
  color: var(--color-main);
  border-right: 1px solid var(--color-black);
  padding-right: 20px;
}

.pcMemberNavi__itemBox {
  vertical-align: middle;
  text-align: center;
}

.pcMemberNavi__inputWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcMemberNavi__item {
  margin-left: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

input[type="submit"].pcMemberNavi__loginBtn {
  border: none;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: var(--color-main);
}

.pcMemberNavi__item--input {
  margin-left: 5px;
}

.pcMemberNavi__item--input input {
  padding: 3px 10px !important;
  text-align: left;
}


/*ログイン時*/
.pcMemberNavi__item--link {
  position: relative;
}

.pcMemberNavi__item--link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow_black_thin_01.svg) no-repeat center / contain;
  width: 6px;
  height: auto;
  aspect-ratio: 9 / 19;
  pointer-events: none;
}

.pcMemberNavi__item--link a {
  padding-right: 2em;
  text-decoration: underline;
}

.pcMemberNavi__item--name {
  margin-right: 20px;
}

.pcMemberNavi__memberInfoList {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcMemberNavi__memberInfoList .pcMemberNavi__item {
  margin-left: clamp(10px, 1.5vw, 20px);
}

.pcMemberNavi__memberInfoList .pcMemberNavi__item--link {
  flex-shrink: 0;
}

.pcMemberNavi__logoutBtn {
  padding: 8px 10px !important;
  width: auto;
  font-size: 1.3rem;
}

/*==================================================
  FOOTER
==================================================*/
/*footFix*/
.footFix {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: none;
}

.footFix .ancPagetop a {
  width: 44px;
  height: 44px;
  position: absolute;
  background-color: var(--color-black);
  border-radius: var(--rad-common);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
}

.footFix .ancPagetop a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_white_normal_01.svg) no-repeat center / contain;
  position: relative;
  transform: rotate(-90deg);
  transition: transform .3s;
}

@media (any-hover:hover) {
  .footFix .ancPagetop a:hover {
    transform: scale(1.05);
    opacity: 1;
  }
}


/* 来店予約ボタン */
.footerBtn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  display: none;
}

.footerBtn.hidden {
  display: none !important;
}

.footerBtn__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-red);
  border-radius: 50%;
  width: 150px;
  height: auto;
  aspect-ratio: 1 / 1;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  color: #fff;
  animation: poyopoyo 2s ease-out infinite;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }

  50%, 70% {
    transform: scale(0.95);
  }
}

.footerBtn__link::before {
  content: "";
  background: url(../img/common/img_campaign_01.webp)no-repeat center / contain;
  width: 38%;
  height: auto;
  aspect-ratio: 57 / 36;
  margin-bottom: 10px;
}

.footerBtn__txt01 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.footerBtn__txt02 {
  font-size: 1.3rem;
  font-weight: bold;
}

.footerBtn__txt03 {
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  letter-spacing: 0.05em;
  margin-top: 3px;
}

.footerBtn__txt03::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_arrow_black_thin_01.svg) no-repeat center / contain;
  position: relative;
  filter: grayscale(1) invert(1) brightness(2);
  top: -1px;
}

@media (any-hover:hover) {
  .footerBtn__link:hover {
    opacity: 1;
    animation: poyopoyohover .3s forwards;
  }

  @keyframes poyopoyohover {
    0% {
      transform: scale(1.0);
    }

    100% {
      transform: scale(1.05);
    }
  }

}

/* 来店予約ボタンの閉じるボタン */
.footerBtn__close {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  width: 22px;
  height: 22px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  z-index: 1;
}

.footerBtn__close:hover {
  opacity: 0.8;
}

.footerBtn__close::before,
.footerBtn__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 10px;
  background: var(--color-black);
}

.footerBtn__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.footerBtn__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 縦長ボタン */
.pcFooterMenu {
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 999;
  transform: translateX(100px);
  transition: transform .3s;
}

.pcFooterMenu.slidein {
  display: block;
  transform: translateX(0);
}

.pcFooterMenu__list {
  display: flex;
  flex-direction: column;
  border-radius: var(--rad-common) 0 0 var(--rad-common);
  border: 3px solid var(--color-lightredgray);
  border-right: none;
  overflow: hidden;
}

.pcFooterMenu__item {
  width: 60px;
  height: 160px;
  position: relative;
}

.pcFooterMenu__item:not(:last-child)::after {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--color-lightredgray);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color .3s ease-in-out .1s;
}

.pcFooterMenu__itemLink {
  position: relative;
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  font-weight: bold;
  background: #fff;
  transition: color .3s ease-in-out .1s, background-color .3s ease-in-out .1s;
}

.pcFooterMenu__itemLink--estates {
  gap: 3px;
}

.pcFooterMenu__itemTxt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.pcFooterMenu__itemLink--estates .pcFooterMenu__itemTxt {
  letter-spacing: 0;
  font-size: 0.9em;
}

/* アイコン */
.pcFooterMenu__itemLink::before {
  content: "";
  width: auto;
  height: 25px;
  aspect-ratio: 1 / 1;
  position: relative;
  transition: filter .3s ease-in-out;
}

.pcFooterMenu__itemLink--shopreserve::before {
  background: url(../img/common/icon_calendar_black_01.svg) no-repeat center / contain;
  left: 2px;
}

.pcFooterMenu__itemLink--estates::before {
  background: url(../img/common/icon_search_black_01.svg) no-repeat center / contain;
  height: 20px;
}

.pcFooterMenu__itemLink--event::before {
  background: url(../img/common/icon_flag_black_01.svg) no-repeat center / contain;
  left: 2px;
}

.pcFooterMenu__itemLink--line::before {
  background: url(../img/common/icon_line.svg) no-repeat center / contain;
  border: 1px solid #fff;
  border-radius: 6px;
}

@media (any-hover:hover) {
  .pcFooterMenu__itemLink:hover {
    opacity: 1;
    color: #fff;
    background: var(--color-main);
  }

  .pcFooterMenu__item:hover::after {
    background-color: var(--color-main);
  }

  .pcFooterMenu__item:has(+ .pcFooterMenu__item:hover)::after {
    background-color: #fff;

  }

  .pcFooterMenu__itemLink--line:hover {
    background-color: #06C755;
  }


  .pcFooterMenu__itemLink--shopreserve:hover::before,
  .pcFooterMenu__itemLink--estates:hover::before,
  .pcFooterMenu__itemLink--event:hover::before {
    filter: grayscale(1) invert(1) brightness(2);
  }


}

/* footer */
.footer {
  background: var(--color-palegray);
  padding-top: var(--gutter-medium);
  margin-top: var(--gutter-wide);
}

.footerBox1 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footerBox1__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footerBox1__shopImgWrap {
  max-width: 360px;
  margin-bottom: var(--gutter-supernarrow);
}

.footerBox1__sitelogo img {
  max-height: 55px;
}

.footerBox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: var(--gutter-narrow) auto;
  gap: 20px;
}

.footerBox2__company {
  font-size: 1.6rem;
  line-height: 1.6;
}

.footerBox2__tel {
  font-size: 1.5rem;
}

.footerBox2__btn {
  width: 280px;
  height: 70px;
  color: var(--color-black);
  background: #fff;
  border: 2px solid #06C755;
  border-radius: var(--rad-common);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  gap: 7%;
  padding-right: 15px;
  z-index: 2;
  transition: color .3s ease-in-out .05s;
}

.footerBox2__btnIcon {
  width: 30px;
  height: 30px;
  outline: 1px solid #fff;
  border-radius: 5px;
}

.footerBox2__btn::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_black_normal_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: right .3s ease-in-out .05s, filter .3s ease-in-out .05s;
}

.footerBox2__btn::before {
  content: "";
  background: #06C755;
  display: block;
  width: calc(100% + 10px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .3s ease-in-out .05s;
}

@media (any-hover:hover) {
  .footerBox2__btn:hover {
    color: #fff;
    opacity: 1;
  }

  .footerBox2__btn:hover::before {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }

  .footerBox2__btn:hover::after {
    filter: grayscale(1) invert(1) brightness(2);
    right: 6%;
  }
}

.footerAreaList {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--color-main);
}

.footerAreaList__ttl {
  display: flex;
  width: 8.5em;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: var(--color-main);
  color: #fff;
  font-size: clamp(1.3rem, 1.5vw, 1.4rem);
  font-weight: bold;
}

.footerAreaList__txt {
  font-size: clamp(1.2rem, 1.2vw, 1.3rem);
  font-weight: bold;
  color: var(--color-main);
  line-height: 1.6;
  flex: 1;
  padding: 1.5em;
}

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

.footerSitemap__list {
  width: 15em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  font-size: 1.4rem;
}

.footerSitemap__list:last-child {
  width: 10em;
}

.footerSitemap__item {
  font-weight: bold;
  line-height: 1.4;
}

.footerSitemap__item a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  transition: color .2s ease-in-out .1s;
  z-index: 1;
}

.footerSitemap__item a::after {
  background: var(--color-main);
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 5px);
  border-radius: var(--rad-common);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .2s ease-in-out .1s;
}


.footerSitemap__item--child a::before {
  content: "┗";
  color: var(--color-lightredgray);
  margin-right: 5px;
}

@media (any-hover:hover) {
  .footerSitemap__item a:hover {
    opacity: 1;
    color: #fff;
  }

  .footerSitemap__item a:hover::after {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

/*SNS icon*/
.footerSocial {
  display: flex;
  justify-content: center;
  margin: var(--gutter-narrow) 0;
}

.footerSocial__item {
  width: 32px;
  height: 32px;
  margin: 0 10px;
}

.footerCopy {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-style: normal;
  font-size: clamp(1.1rem, 1vw, 1.3rem);
  color: #fff;
  background: var(--color-main);
  text-align: center;
  position: relative;
  line-height: 1.3;
}

/* recaptcha */
.grecaptcha-badge {
  bottom: 60px !important;
  overflow: hidden;
  z-index: 1000;
}

/*==================================================
  MAIN
==================================================*/
/*************** メインタイトル ****************/
.ttlWrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: var(--gutter-medium) auto var(--gutter);
  position: relative;
  padding-bottom: 1em;
}

.ttlWrap::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 3px;
  background-color: var(--color-red);
  transform: translateX(-50%);
  border-radius: 5px;
}

.mainTtl {
  font-size: clamp(2.8rem, 4vw, 4rem);
  padding: 0 0.5em;
  font-feature-settings: 'palt';
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ttlWrap__icon {
  margin-bottom: 10px;
}

#container {
  margin: 0 auto !important;
}

/*投稿box*/
#container .page_title01 {
  text-align: center;
  font-size: 40px;
  line-height: 1.0;
  letter-spacing: 0.08em;
  font-weight: bolder;
  background: url('../img/common/page_title01_bg.webp') no-repeat top center;
}

/*--BREAD--*/
#bread {
  max-width: 100%;
  font-size: 12px;
  margin: 0 auto;
  padding: clamp(5px, 2%, 10px) 2%;
}

#bread>span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  margin-right: 5px;
}

#bread a {
  display: inline-block;
  margin-right: 5px;
  padding-left: 5px;
  text-decoration: underline;
}

@media (any-hover:hover) {
  #bread a:hover {
    text-decoration: none;
  }
}

/*投稿box*/
#postbox {
  width: 100%;
  margin: 0 auto;
  margin-bottom: var(--gutter-medium);
}


/*サブタイトル*/
#main .secTtl {
  font-size: clamp(2.4rem, 4.2vw, 2.8rem);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: var(--gutter-medium) auto var(--gutter-narrow);
}

#postbox .wp-caption {
  max-width: 100% !important;
}

/*(開閉タイトル)*/
.oc_bar01,
.oc_bar01_open,
.srchbox01 .selectbox01 .selectbox_ttl,
.srchbox01 .selectbox01 .selectbox_ttl_open {
  cursor: pointer;
}

.oc_bar01,
.oc_bar01_open,
.srchbox01 .selectbox01 .selectbox_ttl,
.srchbox01 .selectbox01 .selectbox_ttl_open,
.srchbox01 .selectbox01 h3 {
  cursor: pointer;
  margin: 10px 0;
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: dotted 1px var(--color-black);
}

.oc_bar01_open:after,
.srchbox01 .selectbox01 .selectbox_ttl_open:after {
  cursor: pointer;
  line-height: 100%;
  display: block;
  content: "＋";
  float: right;
  color: #fff;
  border-radius: var(--rad-common);
  background: var(--color-black);
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oc_bar01:after,
.srchbox01 .selectbox01 .selectbox_ttl:after {
  cursor: pointer;
  line-height: 100%;
  display: block;
  content: "－";
  float: right;
  color: #fff;
  border-radius: var(--rad-common);
  background: var(--color-black);
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

/*投稿画像*/
.noticePage img,
.gallery_renovationPage img .qaPage img .staffPage img .columnPage img {
  max-width: 100%;
  height: auto;
}


/*==================================================
  slick
==================================================*/
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slick-list.draggable {
  padding: 0 25px !important;
}

/*arrow*/
.slick-arrow::before {
  content: "" !important;
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
}

.slick-arrow.slick-prev {
  left: -30px !important;
}

.slick-arrow.slick-next {
  right: -30px !important;
}

.slick-next,
.slick-prev {
  z-index: 99 !important;
  width: 56px !important;
  height: 56px !important;
}

.slick-next::before {
  background: url(../img/common/slick_arrow_next_01.svg) no-repeat center !important;
  background-size: contain !important;
  left: 0 !important;
  opacity: 1 !important;
}

.slick-prev::before {
  background: url(../img/common/slick_arrow_prev_01.svg) no-repeat center !important;
  background-size: contain !important;
  right: 0 !important;
  opacity: 1 !important;
}

.slick-dots li,
.slick-dots li button {
  width: 13px !important;
  height: 13px !important;
  padding: 0 !important;
}

.slick-dots li button:before {
  content: "" !important;
  width: 13px !important;
  height: 13px !important;
  background: #fff;
  border: 1px solid var(--color-black);
  border-radius: 8px;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background: var(--color-black);
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}


/*==================================================
  shopInfoBox
==================================================*/
.shopInfoBox {
  margin: var(--gutter-medium) auto;
}

.shopInfoBox__ttl {
  gap: 10px;
}

.shopInfoBox__shopNameBox {
  font-size: clamp(2.2rem, 2vw, 2.4rem);
  font-weight: bold;
  border-bottom: 1px solid var(--color-black);
  padding: 0 10px 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.shopInfoBox__shopSnsList {
  display: flex;
  gap: 10px;
}

.shopInfoBox__shopSnsItem {
  width: 28px;
  height: 28px;
}

.shopInfoBox__shopSnsItem a {
  font-size: 0;
  display: block;
}

.shopInfoBox__inner {
  width: 100%;
  margin: 0 auto var(--gutter-wide);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shopInfoBox__inner:last-child {
  margin-bottom: 0;
}

.shopInfoBox__imgBox {
  width: min(486px, 40%);
  max-width: 486px;
}

.shopInfoBox__imgList {
  position: relative;
}

.shopInfoBox__img {
  text-align: center;
  border-radius: var(--rad-common);
  overflow: hidden;
}

.shopInfoBox .slick-list.draggable {
  width: 100%;
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: var(--gutter-supernarrow);
}

.shopInfoBox__dataBox {
  flex: 1;
  margin-left: 30px;
  font-size: 1.4rem;
}

.shopInfoBox__dataWrap {
  display: flex;
  align-items: center;
  border-bottom: dotted 1px var(--color-black);
}

.shopInfoBox__dataTtl {
  max-width: 200px;
  width: 8em;
  font-weight: bold;
  padding: 20px 10px;
  flex-shrink: 0;
}

.shopInfoBox__data {
  flex-grow: 1;
  padding: 20px 25px;
}

.shopInfoBox__shopCommentBox {
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  background: var(--color-palered);
  border-radius: var(--rad-common);
  font-size: 1.4rem;
}

.shopInfoBox__shopCommentTtl {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.shopInfoBox__map {
  width: 100%;
  height: 250px;
  margin-top: 30px;
}


/*==================================================
  コンポーネント-イベントリスト
==================================================*/
/* -------------------------------------------------------
  c-eventList ブロック
---------------------------------------------------------- */
.c-eventList {
  display: flex;
  position: relative;
  margin-bottom: var(--gutter);
  /* 一覧ページの時 */
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px 0;
}

/* トップページの時（カルーセル） */
.c-eventList--carousel {
  flex-wrap: nowrap;
  justify-content: center;
}

.c-eventList--carousel.slick-initialized {
  margin-bottom: 110px !important;
  display: block;
}

.c-eventList--carousel .slick-dots {
  bottom: -60px;
}

/* -------------------------------------------------------
  c-eventList エレメント
---------------------------------------------------------- */
.c-eventList__item {
  width: calc((100% - 120px) / 3);
  position: relative;
  max-width: 360px;
  margin: 0 20px;
}

.c-eventList__itemLink {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 終了オーバーレイ */
.c-eventList__endMessage {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  border: 1px solid var(--color-lightgray);
  border-radius: var(--rad-common);
  backdrop-filter: blur(3px);
}

/* イベント写真 */
.c-eventList__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: var(--rad-common);
  position: relative;
}

.c-eventList__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s ease-in-out .1s;
  background-color: var(--color-lightredgray);
}

/* イベントテキスト部分 */
.c-eventList__detail {
  padding: 10px 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  flex: 1;
  font-size: 1.3rem;
}

.c-eventList__iconWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: center;
}

.c-eventList__itemTtl {
  text-align: left;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.38em;
  line-height: 1.4;
}

.c-eventList__date {
  font-weight: bold;
  font-size: 1.07em;
  color: var(--color-darkredgray);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-eventList__intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.4;
}

/* バッジ */
.c-eventList__badge {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 65px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: var(--color-red);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.05em;
  font-feature-settings: 'palt';
  border-radius: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
}

/* 矢印 */
.c-eventList__itemBtn {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: var(--rad-common);
  border: 1px solid var(--color-black);
  transform: translateY(calc(50% - 1px));
  background-color: #fff;
  transition: background-color .2s ease-in-out .2s, transform .2s ease-in-out .2s;
}

.c-eventList__itemBtn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/common/icon_arrow_black_thin_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: filter .2s ease-in-out .2s;
}

/* 矢印の左の線 */
.c-eventList__detail::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-eventList__detail::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: var(--color-black);
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s ease-in-out .1s;
}

/* ホバーアニメーション */
@media (any-hover:hover) {
  .c-eventList__itemLink:hover {
    opacity: 1;
  }

  .c-eventList__itemLink:hover .c-eventList__photo img {
    transform: scale(1.1);
  }

  .c-eventList__itemLink:hover .c-eventList__itemBtn {
    background-color: var(--color-black);
    transform: translateY(calc(50% - 1px)) scale(1.2);
  }

  .c-eventList__itemLink:hover .c-eventList__itemBtn::before {
    filter: grayscale(1) invert(1) brightness(2);
  }

  .c-eventList__itemLink:hover .c-eventList__detail::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}


/*==================================================
  コンポーネント-先取りリスト
==================================================*/
.c-sakidoriList {
  display: flex;
  justify-content: center;
  gap: 60px 35px;
  flex-wrap: wrap;
  position: relative;
}

.c-sakidoriList__item {
  width: calc((100% - (35px * 2)) / 3);
}

.c-sakidoriList__itemLink {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-black);
  border-radius: var(--rad-common);
  background: #fff;
  position: relative;
  padding: 40px 25px 30px;
  min-height: 180px;
  gap: 20px;
  transition: transform .2s, outline 0s;
}

.c-sakidoriList__total {
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  background: var(--color-main);
  border-radius: var(--rad-common);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-sakidoriList__infoWrap {
  width: 100%;
}

.c-sakidoriList__itemTtl {
  font-size: clamp(1.9rem, 2.7vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 5px;
}

.c-sakidoriList__comment {
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  line-height: 1.4;
}

.c-sakidoriList__btn {
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 5px 10px 10px;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  transition: color .2s ease-in-out .2s;
  z-index: 1;
  position: relative;
}

.c-sakidoriList__btn::before {
  background: var(--color-main);
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 5px);
  border-radius: var(--rad-common);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .2s ease-in-out .2s;
}

.c-sakidoriList__btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/common/icon_arrow_black_thin_01.svg) no-repeat center / contain;
  display: block;
  position: relative;
  transition: right .2s ease-in-out .2s, filter .2s ease-in-out .2s;
}

@media (any-hover:hover) {
  .c-sakidoriList__itemLink:hover {
    opacity: 1;
    border-color: var(--color-main);
    outline: 3px solid var(--color-main);
    transform: scale(1.02);
  }

  .c-sakidoriList__itemLink:hover .c-sakidoriList__btn {
    color: #fff;
  }

  .c-sakidoriList__itemLink:hover .c-sakidoriList__btn::after {
    filter: grayscale(1) invert(1) brightness(2);
  }

  .c-sakidoriList__itemLink:hover .c-sakidoriList__btn::before {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }
}


/*==================================================
  コンポーネント-お客様の声リスト
==================================================*/
/* -------------------------------------------------------
  c-voiceList ブロック
---------------------------------------------------------- */
.c-voiceList {
  display: flex;
  position: relative;
  margin-bottom: var(--gutter);
  /* 一覧ページの時 */
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px 50px;
}

/* トップページの時（カルーセル） */
.c-voiceList--carousel {
  flex-wrap: nowrap;
  justify-content: center;
}

.c-voiceList--carousel.slick-initialized {
  margin-bottom: 110px !important;
  display: block;
}

.c-voiceList--carousel.slick-initialized .c-voiceList__item {
  margin: 0 25px;
}

.c-voiceList--carousel .slick-dots {
  bottom: -60px;
}

/* -------------------------------------------------------
  c-voiceList エレメント
---------------------------------------------------------- */
.c-voiceList__item {
  width: calc((100% - 100px) / 3);
  position: relative;
  max-width: 360px;
}

.c-voiceList__itemLink {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* お客様の声写真 */
.c-voiceList__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 360 / 400;
  overflow: hidden;
  border-radius: var(--rad-common);
  position: relative;
}

.c-voiceList__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out .1s;
}

.c-voiceList__photo::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: var(--rad-common);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* お客様の声テキスト部分 */
.c-voiceList__detail {
  padding: 10px 0 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  flex: 1;
}

.c-voiceList__detailTtl {
  line-height: 1.4;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-voiceList__iconWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: center;
}

.c-voiceList__icon {
  font-size: clamp(1.3rem, 1.5vw, 1.4rem);
  line-height: 1.4;
  color: var(--color-darkredgray);
}

/* 矢印 */
.c-voiceList__itemBtn {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: var(--rad-common);
  border: 1px solid var(--color-black);
  transform: translateY(calc(50% - 1px));
  background: #fff;
  transition: background-color .2s ease-in-out .2s, transform .2s ease-in-out .2s;
}

.c-voiceList__itemBtn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/common/icon_arrow_black_thin_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: filter .2s ease-in-out .2s;
}

/* 矢印の左の線 */
.c-voiceList__detail::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-voiceList__detail::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: var(--color-black);
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s ease-in-out .1s;
}

/* ホバーアニメーション */
@media (any-hover:hover) {
  .c-voiceList__itemLink:hover {
    opacity: 1;
  }

  .c-voiceList__itemLink:hover .c-voiceList__photo img {
    transform: scale(1.1);
  }

  .c-voiceList__itemLink:hover .c-voiceList__itemBtn {
    background: var(--color-black);
    transform: translateY(calc(50% - 1px)) scale(1.2);
  }

  .c-voiceList__itemLink:hover .c-voiceList__itemBtn::before {
    filter: grayscale(1) invert(1) brightness(2);
  }

  .c-voiceList__itemLink:hover .c-voiceList__detail::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/*==================================================
  コンポーネント-オススメ物件
==================================================*/

.c-recomList {
  position: relative;
}

.c-recomList__item {
  position: relative;
}

.c-recomList__normalLink:hover {
  opacity: 1;
}

.c-recomList__itemInner {
  background: #FFF;
  border: solid 1px var(--color-black);
  position: relative;
  border-radius: var(--rad-common);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*会員限定物件*/
.c-recomList__item--member .c-recomList__itemInner {
  border-color: var(--color-red);
}

.c-recomList__item--member .c-recomList__ttlBox {
  background: var(--color-red);
}

.c-recomList__memberTxt {
  font-size: 14px;
  margin-bottom: 10px;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}

.c-recomList__memberBtnWrap {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.c-recomList__memberBtn {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border-radius: var(--rad-common);
  width: 130px;
  height: 47px;
  background: var(--color-red);
  border: 2px solid var(--color-red);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
  padding-right: 10px;
  overflow: hidden;
}

.c-recomList__memberBtn::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_red_normal_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: right .3s ease-in-out .05s, filter .3s ease-in-out .05s;
  filter: grayscale(1) invert(1) brightness(2);
}

.c-recomList__memberBtn::before {
  content: "";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .3s ease-in-out .05s;
}

.c-recomList__memberBtn--login {
  background: #fff;
  color: var(--color-red);
}

.c-recomList__memberBtn--login::after {
  filter: none;
}

.c-recomList__memberBtn--login::before {
  background: var(--color-red);
}

@media (any-hover:hover) {
  .c-recomList__memberBtn:hover {
    color: var(--color-red);
    opacity: 1;
  }

  .c-recomList__memberBtn--login:hover {
    color: #fff;
  }

  .c-recomList__memberBtn:hover::before {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }

  .c-recomList__memberBtn:hover::after {
    filter: none;
    right: 6%;
  }

  .c-recomList__memberBtn--login:hover::after {
    filter: grayscale(1) invert(1) brightness(2);
  }

}

.c-recomList__memberTxtBox {
  padding: 30px 0;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../img/basic/btn_prpregist_txt.webp) no-repeat center top / contain;
}

/*会員限定物件のぼかし*/
.c-recomList__item--member.land.ememberBg01 .c-recomList__photo--member {
  background: url(../img/basic/btn_prpregist_land01.webp) no-repeat center / cover;
}

.c-recomList__item--member.land.ememberBg02 .c-recomList__photo--member {
  background: url(../img/basic/btn_prpregist_land02.webp) no-repeat center / cover;
}

.c-recomList__item--member.land.ememberBg03 .c-recomList__photo--member {
  background: url(../img/basic/btn_prpregist_land03.webp) no-repeat center / cover;
}

.c-recomList__item--member.house.ememberBg01 .c-recomList__photo--member {
  background: url(../img/basic/btn_prpregist_house01.webp) no-repeat center / cover;
}

.c-recomList__item--member.house.ememberBg02 .c-recomList__photo--member {
  background: url(../img/basic/btn_prpregist_house02.webp) no-repeat center / cover;
}

.c-recomList__item--member.house.ememberBg03 .c-recomList__photo--member {
  background: url(../img/basic/btn_prpregist_house03.webp) no-repeat center / cover;
}

.c-recomList__item--member.mansion.ememberBg01 .c-recomList__photo--member,
.c-recomList__item--member.otherAll.ememberBg01 .c-recomList__photo--member,
.c-recomList__item--member.otherPart.ememberBg01 .c-recomList__photo--member {
  background: url(../img/basic/btn_prpregist_mansion01.webp) no-repeat center / cover;
}

.c-recomList__item--member.mansion.ememberBg02 .c-recomList__photo--member,
.c-recomList__item--member.otherAll.ememberBg02 .c-recomList__photo--member,
.c-recomList__item--member.otherPart.ememberBg02 .c-recomList__photo--member {
  background: url(../img/basic/btn_prpregist_mansion02.webp) no-repeat center / cover;
}

.c-recomList__item--member.mansion.ememberBg03 .c-recomList__photo--member,
.c-recomList__item--member.otherAll.ememberBg03 .c-recomList__photo--member,
.c-recomList__item--member.otherPart.ememberBg03 .c-recomList__photo--member {
  background: url(../img/basic/btn_prpregist_mansion03.webp) no-repeat center / cover;
}


/*一般公開物件*/
.c-recomList__ttlBox {
  color: #fff;
  background: var(--color-black);
  padding: 10px;
  overflow: hidden;
  border-radius: calc(var(--rad-common) - 2px) calc(var(--rad-common) - 2px) 0 0;
}

.c-recomList__ttl {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-recomList__photo {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 200;
}

.c-recomList__iconWrap {
  position: absolute;
  bottom: 10px;
  left: 10px;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}

.c-recomList__icon {
  color: #fff;
  border-radius: var(--rad-common);
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.4em 0.95em;
  border: 1px solid var(--color-black);
  background: var(--color-black);
}

.c-recomList__icon--new {
  background: var(--color-yellow);
  color: var(--color-black);
  font-family: var(--font-en);
}

.c-recomList__icon--brand {
  background-color: var(--color-main);
  border-color: var(--color-main);
}

.c-recomList__icon--red {
  background: var(--color-red);
  border-color: var(--color-red);
}

.c-recomList__info {
  flex-grow: 1;
  padding: 10px 15px;
}

.c-recomList__mainWrap {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
}

.c-recomList__price {
  color: var(--color-red);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
}

.c-recomList__priceTxt {
  font-size: 2rem;
  line-height: 1;
}

.c-recomList__priceNum {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: var(--font-en);
  position: relative;
  top: 2px;
}

.c-recomList__madori {
  color: var(--color-red);
  font-weight: 800;
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
}

.c-recomList__madoriTtl {
  color: var(--color-red);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.c-recomList__madoriItem {
  font-size: 2rem;
  line-height: 1;
  margin-left: 3px;
  position: relative;
}

.c-recomList__details {
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}

.c-recomList__details li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-recomList__details li.half {
  width: 50%;
}

.c-recomList__payment {
  margin: 0 10px;
  padding: 10px 0;
  border-top: 1px dashed var(--color-lightredgray);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.c-recomList__paymentMain {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-recomList__paymentTtl {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 5px 10px;
  border: 1px solid var(--color-black);
  text-align: center;
}

.c-recomList__paymentMonth {
  font-size: 1.2rem;
  font-weight: bold;
}

.c-recomList__paymentNum {
  font-size: 1.6rem;
  font-family: var(--font-en);
  letter-spacing: 0.02em;
  padding: 0 3px;
}

.c-recomList__paymentTxt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}

/* スタッフコメント */
.c-recomList__staffBox {
  display: flex;
  padding: 10px 0;
  margin: 0 10px;
  border-top: 1px dashed var(--color-lightredgray);
  gap: 8px;
}

.c-recomList__staffImgBox {
  width: 75px;
  height: auto;
  border-radius: var(--rad-common);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--color-lightgray);
  flex-shrink: 0;
}

.c-recomList__staffImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-recomList__staffTxtBox {
  text-align: left;
  flex-grow: 1;
}

.c-recomList__staffName {
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-recomList__staffTxt {
  font-size: 1.3rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 資料請求チェックボックス */
.c-recomList__check {
  border: 2px solid var(--color-main);
  background: #fff;
  border-radius: var(--rad-common);
  text-align: center;
  white-space: nowrap;
  position: relative;
  font-size: 1.3rem;
  border-radius: 5px 5px 0 0;
  padding: 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -43px;
  right: 5px;
  height: 49px;
  transition: transform .3s ease-in-out;
}

.c-recomList__check:has(input:checked) {
  background: var(--color-main);
  color: #fff;
  transform: translateY(-5px);
}

.c-recomList__check label::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-recomList__check input[type="checkbox"] {
  border: none;
  background: #fff;
  margin: 0;
}

.c-recomList__check input[type="checkbox"]:checked {
  background: var(--color-main);
  border-color: var(--color-main);
}

.c-recomList__check input[type="checkbox"]:checked::before,
.c-recomList__check input[type="checkbox"]:checked::after {
  box-shadow: none;
}

.c-recomList__check input[type="checkbox"]:not(:checked):before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  content: "";
  width: 10px;
  height: 4px;
  background: var(--color-lightgray);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.c-recomList__check input[type="checkbox"]:not(:checked):after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  width: 16px;
  height: 4px;
  background: var(--color-lightgray);
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (any-hover:hover) {
  .c-recomList__check:hover {
    transform: translateY(-5px);
  }
}

/* 特集・キャンペーンページ */
.specialEstateBox .c-recomList {
  margin: var(--gutter) auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 70px 30px;
}

.btn_form--recomList {
  margin: var(--gutter-narrow) auto 0 !important;
  width: auto !important;
  padding: 1.5em 2em !important;
  font-size: clamp(1.3rem, 3.7vw, 1.6rem) !important;
  background-color: var(--color-red) !important;
  min-width: inherit !important;
  width: min(100%, 400px) !important;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2) !important;
}

.c-recomList__fixedBtn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 8px;
  gap: 10px;
}

.c-recomList__fixedBtnFavorite {
  display: flex;
  border: 2px solid var(--color-black);
  border-radius: var(--rad-common);
  background: #fff;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  font-weight: bold;
  text-align: center;
  transition: .3s ease-in-out .05s;
}

@media (any-hover:hover) {
  .c-recomList__fixedBtnFavorite:hover {
    opacity: 1;
    background-color: var(--color-black);
    color: #fff;
  }
}

.c-recomList__fixedBtn .btn_form--recomList {
  margin: 0 !important;
  padding: 1.2em 0.5em !important;
  width: min(100%, 360px) !important;
}

.specialEstateBox .c-recomList__photo {
  overflow: hidden;
}

.specialEstateBox .c-recomList__photo img {
  transition: transform .3s ease-in-out .05s;
}

.specialEstateBox .c-recomList__memberBtn {
  width: 100px;
}

@media (any-hover:hover) {
  .specialEstateBox .c-recomList__normalLink:hover .c-recomList__photo img {
    transform: scale(1.1);
  }
}

/* もっと見る */
.specialReadMoreWrap {
  margin: 0 auto var(--gutter);
  position: relative;
  padding-bottom: var(--gutter-medium);
}

.specialReadMoreWrap input[type="checkbox"]#readmore,
.specialReadMoreWrap label.readmoreLabel {
  display: none;
}

/* 【もっと見る】3行以上になるときの高さ制限 */
.specialReadMoreWrap.specialReadMoreWrap--overflow .specialReadMoreWrap__inner {
  position: relative;
  height: 1100px;
  padding-bottom: 60px;
  overflow: hidden;
}

/* 【もっと見る】白いグラデ */
.specialReadMoreWrap.specialReadMoreWrap--overflow .specialReadMoreWrap__inner::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #fff 50%);
  z-index: 1;
}

/* 【もっと見る】全カテゴリー表示ボタン */
.specialReadMoreWrap.specialReadMoreWrap--overflow .readmoreLabel {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: min(260px, 100%);
  padding: 1em 2em 1em 3em;
  color: #fff;
  text-align: center;
  border-radius: var(--rad-common);
  background-color: var(--color-main);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
  font-size: 1.8rem;
  transition: opacity 0.3s;
}

@media (any-hover:hover) {
  .specialReadMoreWrap.specialReadMoreWrap--overflow .readmoreLabel:hover {
    opacity: 0.8;
  }
}

.specialReadMoreWrap .readmoreLabel::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_arrow_black_thin_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) rotate(90deg);
  transition: top .3s, filter .3s;
  filter: grayscale(1) invert(1) brightness(2);
  z-index: 3;
}

.specialReadMoreWrap .readmoreLabel::before {
  content: '物件をさらに表示';
}

.specialReadMoreWrap input[type="checkbox"]#readmore:checked~.readmoreLabel::before {
  content: '物件をたたむ';
}

.specialReadMoreWrap input[type="checkbox"]#readmore:checked~.readmoreLabel::after {
  transform: translateY(-50%) rotate(-90deg);
}

/* 【もっと見る】開いた時に高さ制限OFF */
.specialReadMoreWrap input[type="checkbox"]#readmore:checked~.specialReadMoreWrap__inner {
  height: auto;
}

/* 【もっと見る】開いた時にグラデ消す */
.specialReadMoreWrap input[type="checkbox"]#readmore:checked~.specialReadMoreWrap__inner::before {
  display: none;
}



/*==================================================
  クリッカブルマップ
==================================================*/
.commonMap {
  width: min(100%, 880px);
  height: auto;
  aspect-ratio: 880 / 600;
  border-radius: var(--rad-common);
  overflow: hidden;
  background: url(../img/common/bg_svgMap_01.webp) no-repeat center / cover;
  margin: 0 auto;
  position: relative;
}

/* クリッカブルマップ SVG */
.commonMap .cls-1, .commonMap .cls-2 {
  fill: #fff;
  stroke-width: 3px;
}

.commonMap .cls-1, .commonMap .cls-2, .commonMap .cls-3, .commonMap .cls-4 {
  stroke: var(--color-main);
  stroke-linejoin: round;
}

.commonMap .cls-1, .commonMap .cls-3 {
  opacity: .99;
}

.commonMap .cls-3, .commonMap .cls-4 {
  fill: none;
  stroke-dasharray: 7 3;
}

.commonMap svg {
  width: 53.6%;
  height: auto;
  position: absolute;
  top: -4.7%;
  left: 31.1%;
}

.svgMap__link path {
  transition: fill .3s;
}

.commonMap .svgMap__link--current path {
  fill: var(--color-yellow);
}

@media (any-hover:hover) {
  .svgMap__link:hover {
    opacity: 1;
  }

  .svgMap__link:hover path {
    fill: var(--color-yellow);
  }
}

/* クリッカブルマップ ふきだしボタン */
.commonMap__btn {
  color: #fff;
  background: var(--color-main);
  padding: 1.4em 2.8em 1.4em 2em;
  border-radius: var(--rad-common);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: absolute;
  transition: color .3s, background .3s, transform .3s;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}

/* クリッカブルマップ ふきだしボタン　右下の矢印 */
.commonMap__btn::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: var(--rad-common);
  background: url(../img/common/icon_arrow_mainColor_normal_01.svg) no-repeat left 55% center / auto 8px #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: transform .3s, background-color .3s;
}

/* クリッカブルマップ ふきだしボタン　ふきだし矢印 */
.commonMap__btn::after {
  content: "";
  width: 1.4em;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(../img/common/icon_svgMap_mainColor_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1em;
}

.commonMap__btn--aso::after,
.commonMap__btn--kenou::after {
  right: auto;
  left: -1em;
  transform: scale(-1, 1) translateY(-50%);
}

/* クリッカブルマップ ふきだしボタン　文字 */
.commonMap__btnTtl {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.4;
}

.commonMap__btnTtlMain {
  font-size: 1.4em;
}

.commonMap__btnTxt {
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
}

/* クリッカブルマップ ふきだしボタン　位置 */
.commonMap__btn--kenhoku {
  top: 5%;
  left: 3%;
}

.commonMap__btn--kumamoto {
  top: 29%;
  left: 20.5%;
}

.commonMap__btn--aso {
  top: 5%;
  right: 3%;
}

.commonMap__btn--kenou {
  top: 36.6%;
  right: 6%;
}

.commonMap__btn--kennan {
  top: 66.6%;
  left: 12%;
}

/* クリッカブルマップ ホバー */
@media (any-hover:hover) {
  .commonMap__btn:hover {
    opacity: 1;
    transform: scale(1.05);
  }

  .commonMap__btn:hover .commonMap__btnTtl {
    color: var(--color-yellow);
  }

  .commonMap__btn:hover::before {
    background-color: var(--color-yellow);
  }
}

/* クリッカブルマップ　モーダル */
.commonMapModal.commonMapModal--open {
  display: block;
}

.commonMapModal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 10000;
}

.commonMapModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .8);
}

.commonMapModal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 30px;
  font-weight: bold;
}

.commonMapModal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: min(90%, 1000px);
  background: #fff;
  border-radius: 8px;
  padding: clamp(20px, 4vw, 50px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  max-height: 80dvh;
  overflow-y: auto;
  /* scroll → autoに */
  -webkit-overflow-scrolling: touch;
}

.commonMapModal__ttl {
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 10px;
}

.commonMapModal__list {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.commonMapModal__item {
  height: 60px;
  width: calc((100% - 30px) / 4);
}

.commonMapModal__item a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: var(--color-black);
  background: #fff;
  border: 2px solid var(--color-black);
  font-weight: bold;
  font-size: clamp(1.5rem, 3vw, 1.6rem);
  border-radius: var(--rad-common);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-right: 10px;
  overflow: hidden;
}

.commonMapModal__item a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_black_normal_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: right .3s, filter .3s;
}

.commonMapModal__item a::before {
  content: "";
  background: var(--color-black);
  display: block;
  width: calc(100% + 10px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .3s;
}

.commonMapModal__all {
  margin-top: var(--gutter-narrow);
}

.commonMapModal .btn_archive a {
  width: min(100%, 320px);
  font-size: clamp(1.4rem, 2.2vw, 1.6rem);
}

@media (any-hover:hover) {
  .commonMapModal__item a:hover {
    color: #fff;
    opacity: 1;
  }

  .commonMapModal__item a:hover::before {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }

  .commonMapModal__item a:hover::after {
    filter: grayscale(1) invert(1) brightness(2);
    right: 6%;
  }

}



/*==================================================
  Instagram feed
==================================================*/
.instaBox {
  padding: var(--gutter-medium) 0;
  border-top: 1px solid var(--color-lightredgray);
  border-bottom: 1px solid var(--color-lightredgray);
}

.instaBox__inner {
  display: flex;
  gap: 0 50px;
  align-items: center;
}

.instaBox__leftBox {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.instaBox__ttl {
  font-size: 1.3rem;
  width: fit-content;
}

.instaBox__ttlMain {
  font-size: 3.1em;
  letter-spacing: 0.1em;
}

.instaBox__btn {
  width: 100%;
}

.instaBox__btnInner {
  display: block;
  width: 260px;
  height: auto;
  aspect-ratio: 260 / 62;
  margin: 0 auto;
  color: #fff;
  background: url(../img/common/bg_instagramBtn_01.webp) no-repeat center / cover;
  font-weight: bold;
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: var(--rad-common);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-right: 10px;
  overflow: hidden;
  transition: transform .3s;
}

.instaBox__btnInner::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_mainColor_normal_01.svg) no-repeat center / contain;
  filter: grayscale() saturate(0) brightness(30);
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  transition: right .3s, filter .3s;
}


@media (any-hover:hover) {
  .instaBox__btnInner:hover {
    opacity: 1;
    transform: scale(1.02);
  }

  .instaBox__btnInner:hover::after {
    right: 6%;
  }
}

/*==================================================
  FIRST TOPIC BOX
==================================================*/
.firstTopicBox {
  width: min(90%, 1180px);
  margin: 20px auto;
}

.firstTopicBox .btn_archive {
  margin-top: var(--gutter-supernarrow);
}

.firstTopicBox__list {
  border: 1px solid var(--color-lightredgray);
  border-radius: var(--rad-common);
  overflow: hidden;
}

.firstTopicBox__itemLink {
  border-bottom: 1px dotted var(--color-lightgray);
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  padding: 25px 55px 25px 25px;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 30px;
  position: relative;
  transition: border-color .3s;
  z-index: 1;
  overflow: hidden;
}

.firstTopicBox__item:last-child .firstTopicBox__itemLink {
  border-bottom: none;
}

.firstTopicBox__itemLink::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_black_normal_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: right .3s ease-in-out .1s;
}

.firstTopicBox__itemLink::before {
  content: "";
  background: var(--color-palered);
  display: block;
  width: calc(100% + 10px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .3s ease-in-out .1s;
}

.firstTopicBox__iconWrap {
  display: flex;
  gap: 5px 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
}

.firstTopicBox__date {
  font-weight: bold;
  font-family: var(--font-en);
}

.firstTopicBox__itemTtl {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (any-hover:hover) {
  .firstTopicBox__itemLink:hover {
    opacity: 1;
    border-color: var(--color-red);
  }

  .firstTopicBox__itemLink:hover::before {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }

  .firstTopicBox__itemLink:hover::after {
    right: 20px;
  }
}

/*==================================================
  For pcFooterMenu SETTINGS : Min768px Max1350px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1350px) {

  /* 縦長ボタン */
  .pcFooterMenu {
    right: 60px;
    bottom: 0;
    transform: translateY(100px);
  }

  .pcFooterMenu.slidein {
    display: block;
    transform: translateY(0);
  }

  .pcFooterMenu__list {
    border: 3px solid var(--color-lightredgray);
    flex-direction: row;
    border-radius: var(--rad-common) var(--rad-common) 0 0;
    border-bottom: 0;

  }

  .pcFooterMenu__itemLink {
    -webkit-writing-mode: unset;
    -moz-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }

  .pcFooterMenu__item {
    width: 180px;
    height: 45px;
  }

  .pcFooterMenu__item:last-child {
    width: 170px;
  }

  .pcFooterMenu__item:not(:last-child)::after {
    content: "";
    height: 32px;
    width: 1px;
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*==================================================
  For Slick Arrows SETTINGS : Min768px Max1260px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1260px) {

  /* arrow */
  .slick-arrow.slick-prev {
    left: -5px !important;
  }

  .slick-arrow.slick-next {
    right: -5px !important;
  }

}

/*==================================================
  tablet SETTINGS : Min768px Max1080px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1080px) {

  /*==================================================
  common parts
  ==================================================*/
  /* カタログバナー */
  .bnrCatalog__btn::after {
    bottom: 20px;
  }

  /* LINE公式アカウントバナー */
  .bnrLine::before {
    max-width: 17%;
    margin-top: 40px;
  }

  .bnrLine__btnInner::after {
    right: 3%;
  }

  .bnrLine__subTxt {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    max-width: 80%;
  }

  .bnrLine__btnBox {
    bottom: 20px;
  }

  @media (any-hover:hover) {
    .bnrLine:hover .bnrLine__btnInner::after {
      right: 2%;
    }
  }

  /*==================================================
    HEADER PC/TABLET
  ==================================================*/
  .header__logo {
    width: min(50%, 464px);
  }

  .pcMemberNavi__item--input input {
    width: clamp(150px, 20vw, 250px);
  }

  /*==================================================
    FOOTER PC/TABLET
    ==================================================*/
  .footerBox1 {
    flex-direction: column;
    align-items: center;
  }

  .footerBox1__left {
    text-align: center;
  }

  .footerBox1__shopImgWrap {
    margin: 0 auto var(--gutter-medium);
  }

  .footerSitemap {
    align-items: center;
  }

  .footerBox2__company {
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  }

  .footerBox2__tel {
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  }

  .footerBox2__tel .commonTel__num {
    font-size: clamp(2.8rem, 3.3vw, 4.1rem);
  }

  .footerBox2__btn {
    font-size: clamp(1.4rem, 1.8vw, 1.6rem);

  }

  /*==================================================
  コンポーネント-イベントリスト（タブレット） 
==================================================*/
  .c-eventList__item {
    width: calc((100% - 40px) / 2);
    margin: 0 10px;
    max-width: initial;
  }

  .c-eventList__itemTtl {
    font-size: 1.2em;
  }

  .c-eventList__date {
    font-size: 1em;
  }

  /*==================================================
  コンポーネント-先取りリスト（タブレット）
==================================================*/
  .c-sakidoriList__item {
    width: calc((100% - (35px * 1)) / 2);
  }

  /*==================================================
  コンポーネント-お客様の声リスト（タブレット） 
==================================================*/
  .c-voiceList {
    gap: 60px 30px;
  }

  .c-voiceList__item {
    width: calc((100% - 30px) / 2);
  }

  .c-voiceList__detailTtl {
    font-size: 1.6rem;
  }

  /*==================================================
  クリッカブルマップ
==================================================*/
  /* クリッカブルマップ　モーダル */
  .commonMapModal__item {
    width: calc((100% - 20px) / 3);
  }

  /*==================================================
  Instagram feed
==================================================*/
  .instaBox__inner {
    flex-direction: column;
  }

  .instaBox__btnInner {
    margin-top: var(--gutter-narrow);
  }
}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/
@media screen and (max-width: 767px) {
  body {
    min-width: 300px;
  }

  /*arrow*/
  .slick-arrow::before {
    content: "" !important;
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
  }

  .slick-arrow.slick-prev {
    left: -15px !important;
  }

  .slick-arrow.slick-next {
    right: -15px !important;
  }

  .slick-next,
  .slick-prev {
    z-index: 99 !important;
    width: 44px !important;
    height: 44px !important;
  }

  /* dots */
  .slick-dots li,
  .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
  }

  .slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;
  }

  /*==================================================
  common parts
  ==================================================*/
  /* indexTtl */
  .indexTtl__main {
    font-size: 3.2em;
  }

  /* カタログバナー */
  .bnrCatalog {
    padding: 70px 15px 15px;
  }

  .bnrCatalog__catch {
    width: 100%;
    border-radius: 0;
    padding: 10px;
  }

  .bnrCatalog__btnInner {
    width: min(100%, 320px);
    margin: 20px auto 0;
  }

  .bnrCatalog__main {
    max-width: 100%;
    font-size: clamp(2rem, 4.7vw, 2rem);
    max-width: 100%;
    line-height: 1.4;
    text-align: center;
    justify-content: center;
  }

  .bnrCatalog__mainTxt {
    font-size: 0.9em;
  }

  .bnrCatalog__subTxt {
    font-size: clamp(1.1rem, 3.4vw, 1.4rem);
    margin: 20px auto 20px 0;
    position: relative;
  }

  .bnrCatalog__btn {
    position: relative;
    right: 0;
    bottom: 0;
  }

  .bnrCatalog__btn::after {
    width: min(150px, 35%);
    right: -5px;
    left: auto;
    bottom: 40px;
  }

  /* LINE公式アカウントバナー */
  .bnrLine {
    flex-direction: column;
    padding: 20px;
  }

  .bnrLine::before {
    position: absolute;
    left: 30px;
    bottom: 50px;
    width: 120px;
    content: none;
  }

  .bnrLine__logo {
    height: auto;
  }

  .bnrLine__btnBox {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 100px;
  }

  .bnrLine__btnCaption {
    font-size: 1.2rem;
    position: absolute;
    left: 50%;
    bottom: 70px;
  }

  .bnrLine__btnCaptionInner {
    width: 140px;
    height: 70px;
  }

  .bnrLine__btnInner {
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .bnrLine__btn::before {
    content: "";
    display: block;
    width: 120px;
    height: auto;
    aspect-ratio: 167 / 175;
    background: url(../img/common/img_lineOfficialAccount_01.webp) no-repeat center / contain;
    position: relative;
    position: absolute;
    left: 50%;
    bottom: 25%;
    transform: translateX(calc(-50% - 70px));
  }

  /*==================================================
    HEADER SP
  ==================================================*/
  .header__inner {
    padding: 0;
    width: 100%;
  }

  .header__logo, .header.fixed .header__logo {
    max-width: calc(100% - 65px);
    padding-left: 2%;
    height: 40px;
  }

  /* ボタン */
  .headerBtn {
    display: flex;
    height: 100%;
  }

  .headerBtn__link {
    width: 50px;
    height: 50px;
    font-size: 1rem;
    gap: 0;
    background: var(--color-red);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  .headerBtn__link::after {
    content: "";
    background: url(../img/common/icon_user_white_01.svg) no-repeat center / contain;
    display: block;
    position: relative;
    width: 2.2em;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .headerBtn__link--member::after {
    content: none;
  }

  .headerBtn__link--member {
    line-height: 1.4;
  }

  /*ハンバーガーボタン*/
  body.menu-open {
    overflow: hidden;
  }

  .spmenu {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-black);
  }

  .spmenu__btn {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 28px;
    height: 18px;
    margin-top: -10px;
  }

  .spmenu__line {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
  }

  .spmenu__line:nth-child(1) {
    top: 0;
  }

  .spmenu__line:nth-child(2) {
    top: 8px;
  }

  .spmenu__line:nth-child(3) {
    bottom: 0;
  }

  .spmenu__btn::after {
    width: auto;
    position: absolute;
    bottom: -16px;
    content: 'MENU';
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
    font-family: var(--font-en);
    letter-spacing: 0.1em;
    left: 50%;
    transform: translateX(-50%);
  }

  .spmenu.active .spmenu__btn::after {
    content: 'CLOSE';
    bottom: -16px;
    text-align: center;
  }

  .spmenu.active .spmenu__line:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }

  .spmenu.active .spmenu__line:nth-child(2) {
    opacity: 0;
  }

  .spmenu.active .spmenu__line:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  /*ドロップダウンメニュー*/
  .spNavi {
    height: calc(100dvh - 50px);
    width: 100%;
    margin-left: auto;
    overflow-y: scroll;
    display: none;
    z-index: -1;
    position: relative;
    background: #fff;
    padding: 10px;
  }

  .header.is_home:not(.fixed) .spNavi {
    padding: 30px 0 0;
  }

  .spNavi__pickUpList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }


  .spNavi__pickUpItem {
    width: calc((100% - 10px) / 2);
    position: relative;
  }

  .spNavi__pickUpItem a, .spNavi__pickUpItemLogout {
    padding: 1em 2em 1em 1em;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: var(--color-black);
    border-radius: var(--rad-common);
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .spNavi__pickUpItem::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/common/icon_arrow_white_normal_01.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
  }

  .spNavi__pickUpItem--member a {
    background-color: #fff;
    color: var(--color-red);
    border: 2px solid var(--color-red)
  }

  .spNavi__pickUpItem--member::after {
    background: url(../img/common/icon_arrow_red_normal_01.svg) no-repeat center / contain;
  }

  .spNavi__pickUpItem--logout {
    border-color: #fff;
  }

  .spNavi__pickUpItemLogout {
    padding: 1em !important;
    background-color: var(--color-darkgray);
  }

  .spNavi__bnrList {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .spNavi__bnrItem {
    border-radius: var(--rad-common);
    overflow: hidden;
  }

  .spNavi__list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid var(--color-black);
    margin-top: 10px;
    border: 1px solid var(--color-black);
    border-radius: 5px;
  }

  .spNavi__item {
    width: 50%;
    border-bottom: 1px solid var(--color-gray);
    position: relative;
  }

  .spNavi__item::after {
    content: "";
    background: url(../img/common/icon_arrow_black_normal_01.svg) no-repeat center / contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: auto;
    aspect-ratio: 9 / 19;
  }

  .spNavi__item:nth-of-type(odd) {
    border-right: 1px solid var(--color-gray);
  }

  .spNavi__item--w100 {
    width: 100%;
    text-align: left;
  }

  .spNavi__item a {
    display: block;
    padding: 1em;
    font-size: 1.3rem;
    font-weight: 500;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  /* spNavi__contactWrap */
  .spNavi__contactWrap {
    margin: var(--gutter-wide) auto;
  }

  .spNavi__sitelogo {
    margin: 0 auto 15px;
    max-width: 94%;
  }

  .spNavi__tel {
    font-size: 1.5rem;
  }

  /* 会員ログイン後　ボタンとモーダルの内部 */
  .memberModal {
    font-size: 14px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 100;
  }

  .memberModal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

  .memberModal.active {
    opacity: 1;
    visibility: visible;
  }

  .memberModal__body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 290px;
    width: 100%;
    background: #fff;
    width: min(90%, 360px);
  }

  .memberModal__ttl {
    padding: 10px 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background-color: var(--color-red);
  }

  .memberModal__menu {
    margin: 0 auto 10px;
    padding: 20px;
    border-bottom: 1px solid #CCC;
  }

  .memberModal__menuItem {
    border: 1px solid var(--color-gray);
    margin-bottom: 10px;
    position: relative;
  }

  .memberModal__menuItem::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url(../img/common/arrow_black_01.svg) no-repeat center / contain;
    width: 7px;
    height: auto;
    aspect-ratio: 9 / 19;
    pointer-events: none;
  }

  .memberModal__menuItem a {
    padding: 10px;
    display: block;
  }

  input[type="submit"].memberModal__logoutBtn {
    width: 60%;
    font-size: 1.1em;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    padding: 15px 0;
  }

  .memberModal__closeWrap {
    padding-bottom: 20px;
  }

  .memberModal__closeBtn {
    background: #999999;
    padding: 8px 0px;
    width: 80px;
    display: block;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
  }

  .memberModal__menuLogout {
    margin-top: 20px;
  }

  /* fixed */
  .header.fixed .header__inner {
    padding: 0;
  }

  /*==================================================
    FOOTER SP
  ==================================================*/
  .footer {
    margin-top: var(--gutter-medium);
  }

  /*footFix*/
  .footFix {
    bottom: 10%;
  }

  .footFix .ancPagetop {
    bottom: 10px;
  }

  /* footer */
  .footerBox1 {
    flex-direction: column;
  }

  .footerBox1__left {
    text-align: center;
  }

  .footerBox1__shopImgWrap {
    margin: 0 auto var(--gutter-medium);
  }


  .footerSitemap {
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-end;
    max-width: 340px;
    margin: 0 auto;
  }

  .footerSitemap__list {
    width: min(50%, 13em);
  }

  .footerSitemap__list:last-child {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px 0;
    margin-top: 15px;
    justify-content: flex-end;
  }

  .footerSitemap__list:last-child .footerSitemap__item {
    width: min(50%, 13em);
  }

  .footerAreaList {
    flex-direction: column;
  }

  .footerAreaList__ttl {
    width: 100%;
  }

  .footerBox2 {
    flex-direction: column;
  }

  .footerBox2__company {
    text-align: center;
  }

  /* 来店予約ボタン */
  .footerBtn {
    bottom: 65px;
  }

  .footerBtn__close {
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
  }

  .footerBtn__link {
    width: 100px;
  }

  .footerBtn__link::before {
    margin-bottom: 5px;
  }

  .footerBtn__txt01 {
    font-size: 1.8rem;
  }

  .footerBtn__txt02 {
    font-size: 1.2rem;
  }

  .footerBtn__txt03 {
    font-size: 1rem;
    gap: 0;
    margin-top: 0;
  }

  /* フッターメニュー */
  .spFooterMenu {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    transform: translateY(100px);
    transition: transform .3s;
    width: 100%;
  }

  .spFooterMenu.slidein {
    transform: translateY(0);
    display: block;

  }

  .spFooterMenu__list {
    display: flex;
    border-top: 2px solid var(--color-lightredgray);
  }

  .spFooterMenu__item {
    height: 55px;
    width: calc(100% / 3);
    background-color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
  }

  .spFooterMenu__item:not(:last-child)::after {
    content: "";
    height: 45px;
    width: 1px;
    background: var(--color-lightredgray);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .3s;
  }

  .spFooterMenu__itemLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 5px;
  }

  .spFooterMenu__itemLink--estates {
    gap: 3px;
  }

  .spFooterMenu__itemTxt {
    font-size: 1.4rem;
  }

  .spFooterMenu__itemLink--estates .spFooterMenu__itemTxt {
    font-size: 0.9em;
  }

  /* アイコン */
  .spFooterMenu__itemLink::before {
    content: "";
    width: auto;
    height: 20px;
    aspect-ratio: 1 / 1;
    position: relative;
    transition: filter .3s;
  }

  .spFooterMenu__itemLink--shopreserve::before {
    background: url(../img/common/icon_calendar_black_01.svg) no-repeat center / contain;
    left: 2px;
  }

  .spFooterMenu__itemLink--estates::before {
    background: url(../img/common/icon_search_black_01.svg) no-repeat center / contain;
    height: 18px;
  }

  .spFooterMenu__itemLink--event::before {
    background: url(../img/common/icon_flag_black_01.svg) no-repeat center / contain;
    left: 2px;
  }

  .spFooterMenu__itemLink--line::before {
    background: url(../img/common/icon_line.svg) no-repeat center / contain;
    border: 1px solid #fff;
    border-radius: 6px;
  }

  /* recaptcha */
  .grecaptcha-badge {
    bottom: 8px !important;
  }

  /*==================================================
    MAIN SP
  ==================================================*/
  /*--BREAD--*/
  #bread {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto;
  }

  /*(開閉タイトル)*/
  .oc_bar01,
  .oc_bar01_open,
  .srchbox01 .selectbox01 .selectbox_ttl,
  .srchbox01 .selectbox01 .selectbox_ttl_open,
  .srchbox01 .selectbox01 h3 {
    font-size: 1.2em;
  }

  /*==================================================
    shopInfoBox SP
  ==================================================*/
  .shopInfoBox__shopNameBox {
    text-align: center;
    margin-top: var(--gutter-narrow);
  }

  .shopInfoBox__dataBox {
    width: 100%;
    max-width: unset;
    margin: 0;
  }

  .shopInfoBox__imgBox {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }

  .shopInfoBox__dataWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 5%;
  }

  .shopInfoBox__dataTtl {
    width: 30%;
    flex-shrink: 0;
  }

  .shopInfoBox__dataTtl,
  .shopInfoBox__data {
    padding: 0;
    max-width: unset;
    text-align: left;
  }

  .shopInfoBox__shopCommentBox {
    margin-top: 3%;
    padding: 5%;
  }

  .shopInfoBox__map {
    margin-top: 3%;
  }

  /*
===== コンポーネント-イベントリスト（SP）==========================================
*/
  .c-eventList {
    flex-direction: column;
    align-items: center;
  }

  .c-eventList__item {
    width: 90%;
  }

  .c-eventList__itemTtl {
    font-size: 1.3em;
  }

  /* トップページの時（カルーセル） */
  .c-eventList--carousel .c-eventList__item {
    width: 300px;
    margin: 0 10px;
  }

  .c-eventList--carousel.slick-initialized {
    margin-bottom: 80px !important;
  }

  .c-eventList--carousel .slick-dots {
    bottom: -40px;
  }


  /*スライドのばらけ防止*/
  .c-eventList--carousel .c-eventList__item:not(:first-child) {
    display: none;
  }

  .c-eventList--carousel.slick-initialized .c-eventList__item {
    display: block;
  }

  /*==================================================
  コンポーネント-先取りリスト（SP）
==================================================*/
  .c-sakidoriList {
    gap: 30px 35px;
  }

  .c-sakidoriList__item {
    width: 100%;
    margin: 0;
  }

  .c-sakidoriList__itemLink {
    padding: 40px 25px 20px;
    min-height: 160px;
  }

  .c-sakidoriList--carousel.slick-initialized {
    margin-bottom: 80px !important;
  }

  .c-sakidoriList--carousel .slick-dots {
    bottom: -40px;
  }

  .c-sakidoriList--carousel.slick-initialized {
    display: block;
  }

  .c-sakidoriList--carousel.slick-initialized .c-sakidoriList__item {
    margin: 0 10px;
  }


  /*==================================================
  コンポーネント-お客様の声リスト（SP）
==================================================*/
  .c-voiceList {
    gap: 60px 20px;
  }

  .c-voiceList__item {
    width: calc((100% - 20px) / 2);
  }

  .c-voiceList__detailTtl {
    font-size: 1.6rem;
  }

  .c-voiceList__photo::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  /* トップページの時（カルーセル） */
  .c-voiceList--carousel .c-voiceList__item {
    width: 300px;
    margin: 0 10px;
  }

  .c-voiceList--carousel.slick-initialized {
    margin-bottom: 80px !important;
  }

  .c-voiceList--carousel .slick-dots {
    bottom: -40px;
  }

  /*スライドのばらけ防止*/
  .c-voiceList--carousel .c-voiceList__item:not(:first-child) {
    display: none;
  }

  .c-voiceList--carousel.slick-initialized .c-voiceList__item {
    display: block;
    margin: 0 10px;
  }

  /*==================================================
  コンポーネント-オススメ物件
==================================================*/
  .specialEstateBox .c-recomList {
    width: 90%;
    margin: 0 auto;
    gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .specialEstateBox .c-recomList__item {
    margin-top: 35px;
  }

  .specialEstateBox .c-recomList__item:not(.c-recomList__item--member) {
    margin-top: 80px;
  }

  .specialEstateBox .c-recomList__item:not(.c-recomList__item--member):first-child {
    margin-top: 50px;
  }

  .recomList__fixedBtn {
    gap: 5px;
  }

  .c-recomList__fixedBtn .btn_form--recomList {
    font-size: 1.3rem !important;
    padding: 0.5em !important;
    width: 60% !important;
  }

  .c-recomList__fixedBtnFavorite {
    width: 40%;
    padding: 0.5em;
    font-size: 1.3rem;
  }

  /* もっと見る */
  /* 【もっと見る】3行以上になるときの高さ制限 */
  .specialReadMoreWrap.specialReadMoreWrap--overflow .specialReadMoreWrap__inner {
    height: 2100px;
  }

  /*==================================================
  クリッカブルマップ
==================================================*/
  .commonMap {
    aspect-ratio: 1 / 1;
  }

  /* クリッカブルマップ SVG */
  .commonMap svg {
    width: 79%;
    top: -5%;
    left: 22%;
  }

  /* クリッカブルマップ ふきだしボタン */
  .commonMap__btn {
    font-size: clamp(1rem, 2.6vw, 1.2rem);
    padding: 1em 2.4em 1em 1.2em;
    gap: 5px;
    max-width: 13em;
  }

  /* クリッカブルマップ ふきだしボタン　右下の矢印 */
  .commonMap__btn::before {
    width: 14px;
    height: 14px;
    right: 5px;
    bottom: 5px;
  }

  /* クリッカブルマップ ふきだしボタン　文字 */
  .commonMap__btnTtl {
    font-size: 1.2em;
  }

  .commonMap__btnTxt {
    display: none;
  }

  /* クリッカブルマップ ふきだしボタン　位置 */
  .commonMap__btn--kenhoku {
    top: 2%;
    left: 2%;
  }

  .commonMap__btn--kumamoto {
    top: 31%;
    left: 3%;
  }

  .commonMap__btn--aso {
    top: 2%;
    right: 2%;
  }

  .commonMap__btn--aso::after {
    top: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .commonMap__btn--kenou {
    top: 52%;
    right: 2%;
  }

  .commonMap__btn--kenou::after {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
  }

  .commonMap__btn--kennan {
    top: auto;
    left: 2%;
    bottom: 2%;
  }

  /* クリッカブルマップ　モーダル */
  .commonMapModal__item {
    width: 100%;
  }


  /*==================================================
  Instagram feed
==================================================*/
  .instaBox__ttl {
    margin-bottom: var(--gutter-supernarrow);
  }

  .instaBox__inner {
    flex-direction: column;
  }

  .instaBox__btnInner {
    margin-top: var(--gutter-narrow);
    width: min(260px, 100%);
  }

  /*==================================================
  FIRST TOPIC BOX
==================================================*/
  .firstTopicBox {
    margin-top: var(--gutter);
  }

  .firstTopicBox__itemLink {
    flex-direction: column;
    gap: 5px;
    padding: 15px 40px 15px 15px;
  }

  .firstTopicBox__itemLink::after {
    right: 15px;
  }

}