@charset "UTF-8";
/* === 共通
==================================== */
.home-secttl {
  display: flex;
  flex-direction: column;
  color: #BD399C;
}
.home-secttl .en {
  font-family: "Cabin", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .home-secttl .en {
    font-size: 56px;
  }
}
.home-secttl .ja {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-weight: 700;
  font-size: 14px;
}

/* === テロップ
==================================== */
.telop {
  background: #FFE6E6;
  color: #FF3836;
  padding: 24px 22px;
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .telop {
    font-size: 13px;
    padding: 24px 150px 24px 20px;
  }
}
.telop .telop-in {
  position: relative;
}
@media (min-width: 769px) {
  .telop .telop-in {
    display: flex;
    align-items: center;
  }
}
.telop .telop-ttl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .telop .telop-ttl {
    padding: 0;
    margin: 0;
    flex-shrink: 0;
  }
}
.telop .telop-ttl::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../assets-common/images/icon/notice.svg) center/100% no-repeat;
}
.telop .telop-ttl::after {
  content: "";
  width: 24px;
  height: 1px;
  background: #FF3836;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 769px) {
  .telop .telop-ttl::after {
    display: none;
  }
}
.telop .telop-text {
  position: relative;
  line-height: 1.57142857;
  transition: height 0.1s;
  overflow: hidden;
}
@media (min-width: 769px) {
  .telop .telop-text {
    flex: 1;
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid #FF3836;
  }
}
.telop .telop-item {
  position: absolute;
  top: 0;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  display: none;
}
@media (min-width: 769px) {
  .telop .telop-item {
    left: 16px;
    align-items: center;
  }
}
.telop .telop-handle {
  position: absolute;
  top: -8px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 769px) {
  .telop .telop-handle {
    top: 50%;
    right: -137px;
    transform: translateY(-50%);
    gap: 4px;
  }
}
.telop .telop-handle .counter {
  font-family: "Cabin", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-right: 4px;
}
@media (min-width: 769px) {
  .telop .telop-handle .counter {
    margin-right: 10px;
  }
}
.telop .telop-handle .prev,
.telop .telop-handle .next {
  position: relative;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 100%;
}
@media (min-width: 769px) {
  .telop .telop-handle .prev,
  .telop .telop-handle .next {
    width: 30px;
    height: 30px;
  }
}
.telop .telop-handle .prev::before,
.telop .telop-handle .next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF3836;
  -webkit-mask: url(../../assets-common/images/icon/arrow.svg) center/12px no-repeat;
  mask: url(../../assets-common/images/icon/arrow.svg) center/12px no-repeat;
}
.telop .telop-handle .prev {
  transform: rotate(-90deg);
}
.telop .telop-handle .next {
  transform: rotate(90deg);
}
.telop.no-slide .telop-handle {
  display: none;
}
.telop.no-slide .telop-item {
  position: relative;
  display: block;
}

@keyframes telopSlideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes telopSlideUpHide {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes telopSlideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes telopSlideDownHide {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
/* === ページ上部、季節ごとの背景
==================================== */
.home-bg-top {
  z-index: -1;
  position: relative;
}
@media (max-width: 768px) {
  .home-bg-top {
    display: none;
  }
}
.home-bg-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 394px;
  object-fit: cover;
}

/* === メインバナー
==================================== */
.home-main-bnr {
  padding: 32px 0 40px;
}
@media (min-width: 769px) {
  .home-main-bnr {
    padding: 50px 0 60px;
  }
}
.home-main-bnr .splide {
  padding: 8% 20%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .home-main-bnr .splide {
    padding: 64px 0;
  }
}
.home-main-bnr .splide.no-slide .slide-in {
  transform: scale(1.245);
}
@media (min-width: 769px) {
  .home-main-bnr .splide.no-slide .slide-in {
    transform: scale(1.39);
  }
}
@media (min-width: 769px) {
  .home-main-bnr .splide-wrapper {
    width: 328px;
    margin: 0 auto;
  }
}
.home-main-bnr .splide__track {
  border-radius: 0;
  overflow: visible;
  border: 0;
}
.home-main-bnr .splide__slide .bg-img, .home-main-bnr .splide__slide img {
  transition: opacity 0.4s;
}
@media (min-width: 769px) {
  .home-main-bnr .splide__slide a:hover {
    opacity: 1;
  }
  .home-main-bnr .splide__slide a:hover .bg-img, .home-main-bnr .splide__slide a:hover img {
    opacity: 0.6;
  }
}
.home-main-bnr .splide__slide .slide-in {
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.8s;
  transform: scale(1);
  background: #FFF4F0;
}
.home-main-bnr .splide__slide.is-active .slide-in {
  transform: scale(1.245);
}
@media (min-width: 769px) {
  .home-main-bnr .splide__slide.is-active .slide-in {
    transform: scale(1.39);
  }
}
.home-main-bnr .thumbnails {
  margin: 24px 14px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - 35px) / 6));
  gap: 7px;
  justify-content: center;
}
@media (min-width: 769px) {
  .home-main-bnr .thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 40px 0 0;
  }
}
.home-main-bnr .thumbnails li {
  width: 100%;
}
@media (min-width: 769px) {
  .home-main-bnr .thumbnails li {
    width: 70px;
    transition: opacity 0.4s;
  }
  .home-main-bnr .thumbnails li:hover {
    opacity: 0.6;
  }
}
.home-main-bnr .splide__arrow {
  width: 50px;
  height: 50px;
}
@media (min-width: 769px) {
  .home-main-bnr .splide__arrow {
    width: 70px;
    height: 70px;
  }
}
.home-main-bnr .splide__arrow::before {
  width: 14px;
  height: 10px;
}
@media (min-width: 769px) {
  .home-main-bnr .splide__arrow::before {
    width: 18px;
    height: 12px;
  }
}
.home-main-bnr .splide__arrow--prev {
  margin-left: -30%;
  transform: scale(-1, 1) translateY(-50%);
}
@media (min-width: 769px) {
  .home-main-bnr .splide__arrow--prev {
    margin-left: -160px;
  }
}
.home-main-bnr .splide__arrow--next {
  margin-right: -30%;
}
@media (min-width: 769px) {
  .home-main-bnr .splide__arrow--next {
    margin-right: -160px;
  }
}

@media (min-width: 769px) {
  .cmn-header + .sec-information,
  .cmn-header + .sec-shop,
  .cmn-header + .sec-floor,
  .cmn-header + .sec-contact,
  .cmn-header + .home-subbnr-wrap,
  .cmn-header + .home-footer-top {
    margin-top: 300px;
  }
}

/* ===  お知らせ
==================================== */
.sec-information {
  position: relative;
  padding: 80px 24px;
  background-image: repeating-linear-gradient(90deg, rgba(155, 80, 0, 0.3), rgba(155, 80, 0, 0.3) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 12px);
}
@media (min-width: 769px) {
  .sec-information {
    padding: 146px 24px;
  }
}
.sec-information::before, .sec-information::after {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/home/information-bg-t-sp.svg) center top/375px 32px repeat-x;
}
@media (min-width: 769px) {
  .sec-information::before, .sec-information::after {
    height: 66px;
    background: url(../images/home/information-bg-t-pc.svg) center top/683px 66px repeat-x;
  }
}
.sec-information::after {
  top: auto;
  bottom: 0;
  background: url(../images/home/information-bg-b-sp.svg) center bottom/375px 32px repeat-x;
}
@media (min-width: 769px) {
  .sec-information::after {
    background: url(../images/home/information-bg-b-pc.svg) center bottom/683px 66px repeat-x;
  }
}
.sec-information .inner {
  z-index: 2;
  position: relative;
}
@media (min-width: 769px) {
  .sec-information .inner {
    max-width: 1366px;
    margin: 0 auto;
  }
}
.sec-information .deco-t,
.sec-information .deco-b {
  position: absolute;
  transform: scale(0.7);
  transition: 0.8s 0.2s;
}
.sec-information .deco-t.in-view,
.sec-information .deco-b.in-view {
  transform: scale(1);
  opacity: 1;
}
.sec-information .deco-t {
  top: 100px;
  left: 50%;
}
.sec-information .deco-t img {
  width: 175px;
  height: 58px;
}
@media (min-width: 769px) {
  .sec-information .deco-t img {
    width: 128px;
    height: 220px;
  }
}
.sec-information .deco-t.in-view {
  top: -85px;
  left: -7px;
}
@media (min-width: 769px) {
  .sec-information .deco-t.in-view {
    top: -160px;
    left: 0;
  }
}
@media screen and (min-width: 1366px) {
  .sec-information .deco-t.in-view {
    left: 31px;
  }
}
.sec-information .deco-b {
  bottom: 50px;
  right: 50%;
}
.sec-information .deco-b img {
  width: 153px;
  height: 56px;
}
@media (min-width: 769px) {
  .sec-information .deco-b img {
    width: 123px;
    height: 190px;
  }
}
.sec-information .deco-b.in-view {
  bottom: -94px;
  right: -10px;
}
@media (min-width: 769px) {
  .sec-information .deco-b.in-view {
    bottom: -120px;
    right: 0;
  }
}
@media screen and (min-width: 1366px) {
  .sec-information .deco-b.in-view {
    right: 64px;
  }
}
.sec-information .inner-box {
  z-index: 2;
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 40px 24px;
}
@media (min-width: 769px) {
  .sec-information .inner-box {
    max-width: 864px;
    margin: 0 auto;
    padding: 60px 94px;
  }
}
@media (max-width: 768px) {
  .sec-information .home-secttl {
    align-items: center;
  }
  .sec-information .home-secttl .en {
    letter-spacing: 0.04em;
  }
}
.sec-information .home-secttl .en {
  font-size: 36px;
}
@media (min-width: 769px) {
  .sec-information .home-secttl .en {
    font-size: 44px;
  }
}
@media (min-width: 769px) {
  .sec-information .home-secttl .ja {
    font-size: 13px;
  }
}
.sec-information .information-list {
  margin-top: 20px;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 769px) {
  .sec-information .information-list {
    margin-top: 32px;
  }
}
.sec-information .information-list li {
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 0;
  font-size: 16px;
}
@media (min-width: 769px) {
  .sec-information .information-list li {
    padding: 24px 16px;
    display: flex;
    align-items: baseline;
    gap: 24px;
    font-size: 14px;
  }
}
.sec-information .information-list li.hide {
  display: none;
}
@media (min-width: 769px) {
  .sec-information .information-list a {
    display: flex;
    align-items: baseline;
    gap: 24px;
  }
}
.sec-information .information-list .date {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  color: #BD399C;
  margin-bottom: 2px;
}
@media (min-width: 769px) {
  .sec-information .information-list .date {
    flex-shrink: 0;
  }
}
.sec-information .information-list .text {
  line-height: 1.375;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 769px) {
  .sec-information .cmn-btn {
    width: 280px;
  }
}
.sec-information .cmn-btn-in {
  margin-top: 30px;
}

/* === ショップ
==================================== */
.sec-shop {
  z-index: 2;
  position: relative;
  margin: 30px auto 50px;
}
@media (min-width: 769px) {
  .sec-shop {
    margin: 40px 30px 72px;
  }
}
.sec-shop .home-secttl {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .sec-shop .home-secttl {
    margin-bottom: 42px;
  }
}
.sec-shop .shop-block {
  width: calc(100% - 28px);
  margin: 40px auto 0;
}
@media (min-width: 769px) {
  .sec-shop .shop-block {
    width: calc(100% - 80px);
    max-width: 1160px;
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  .sec-shop .shop-block + .shop-block {
    margin-top: 30px;
  }
}
.sec-shop .shop-block .block-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #BD399C;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-shop .shop-block .block-ttl {
    font-size: 32px;
  }
}
.sec-shop .shop-list .shop {
  background: #fff;
  border-radius: 30px;
  padding: 24px 20px;
}
@media (min-width: 769px) {
  .sec-shop .shop-list .shop {
    padding: 30px 2.9282576867vw;
  }
}
@media screen and (min-width: 1000px) {
  .sec-shop .shop-list .shop {
    display: flex;
    gap: 30px;
  }
}
.sec-shop .shop-list .shop + .shop {
  margin-top: 16px;
}
@media (min-width: 769px) {
  .sec-shop .shop-list .shop + .shop {
    margin-top: 12px;
  }
}
.sec-shop .shop-list .shop-head {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 1000px) {
  .sec-shop .shop-list .shop-head {
    gap: 30px;
    width: clamp(200px, 26.3543191801vw, 360px);
  }
}
.sec-shop .shop-list .shop-head .logo {
  aspect-ratio: 1/1;
  width: 90px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 6px 6px 0px 0 #BD399C;
}
@media (min-width: 769px) {
  .sec-shop .shop-list .shop-head .logo {
    width: 100px;
  }
}
.sec-shop .shop-list .shop-head .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-shop .shop-list .shop-head .detail {
  flex: 1;
}
.sec-shop .shop-list .shop-head .detail .hd {
  display: flex;
  gap: 10px;
  margin-bottom: 4px;
}
.sec-shop .shop-list .shop-head .num {
  display: inline-block;
  color: #BD399C;
  border: 1px solid;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 8px;
}
.sec-shop .shop-list .shop-head .floor {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .sec-shop .shop-list .shop-head .floor {
    font-size: 13px;
  }
}
.sec-shop .shop-list .shop-head .floor::before {
  content: "";
  position: relative;
  width: 16px;
  height: 22px;
  background: url(../../assets-common/images/icon/pin.svg) center top/contain no-repeat;
}
.sec-shop .shop-list .shop-head .name {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44444444;
}
.sec-shop .shop-list .shop-head .name a {
  text-decoration: underline;
}
.sec-shop .shop-list .shop-head .sub-category {
  font-size: 14px;
  font-weight: 500;
  color: #9B9B9B;
  line-height: 1.42857143;
}
.sec-shop .shop-list .shop-body {
  margin-top: 24px;
}
@media screen and (min-width: 1000px) {
  .sec-shop .shop-list .shop-body {
    margin: 0;
    flex: 1;
  }
}
.sec-shop .shop-list .shop-body dl {
  position: relative;
}
@media (min-width: 769px) {
  .sec-shop .shop-list .shop-body dl {
    display: flex;
    gap: 24px;
    height: 100%;
  }
}
.sec-shop .shop-list .shop-body .bundle {
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 769px) {
  .sec-shop .shop-list .shop-body .bundle {
    width: 100%;
  }
}
.sec-shop .shop-list .shop-body .bundle::before {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../../assets-common/images/dot.svg) center left/10px 2px repeat-x;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.sec-shop .shop-list .shop-body .bundle::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../../assets-common/images/dot.svg) center left/10px 2px repeat-x;
  position: absolute;
  top: 0px;
  left: 0;
}
@media (max-width: 768px) {
  .sec-shop .shop-list .shop-body .bundle:not(:first-child)::after {
    display: none;
  }
}
.sec-shop .shop-list .shop-body .bundle .note {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
}
@media (min-width: 769px) {
  .sec-shop .shop-list .shop-body .bundle .note {
    font-size: 12px;
  }
}
.sec-shop .shop-list .shop-body .bundle .note + p {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .sec-shop .shop-list .shop-body .bundle .note + p {
    margin-top: 10px;
  }
}
.sec-shop .shop-list .shop-body dt {
  background: #FFFADD;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-shop .shop-list .shop-body dt [class*=icon-] {
  width: 30px;
  height: 30px;
}
.sec-shop .shop-list .shop-body dt .icon-tel {
  background: #BD399C;
  -webkit-mask: url(../../assets-common/images/icon/tel.svg) center/17px no-repeat;
  mask: url(../../assets-common/images/icon/tel.svg) center/17px no-repeat;
}
.sec-shop .shop-list .shop-body dt .icon-time {
  background: #BD399C;
  -webkit-mask: url(../../assets-common/images/icon/time.svg) center/22px no-repeat;
  mask: url(../../assets-common/images/icon/time.svg) center/22px no-repeat;
}
.sec-shop .shop-list .shop-body dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0 16px 16px;
}
@media (min-width: 769px) {
  .sec-shop .shop-list .shop-body dd {
    padding: 11px 10px 11px 16px;
  }
}

/* === フロアガイド
==================================== */
.sec-floor {
  background: #fff;
}
.sec-floor::before, .sec-floor::after {
  content: "";
  display: block;
  aspect-ratio: 375/70;
  width: 100%;
  background: url(../images/home/floor-bg-t-sp.svg) center top/100% repeat-x;
}
@media (min-width: 769px) {
  .sec-floor::before, .sec-floor::after {
    aspect-ratio: 1366/225;
    background: url(../images/home/floor-bg-t-pc.svg) center top/100% repeat-x;
  }
}
.sec-floor::after {
  background: url(../images/home/floor-bg-b-sp.svg) center bottom/100% repeat-x;
}
@media (min-width: 769px) {
  .sec-floor::after {
    background: url(../images/home/floor-bg-b-pc.svg) center bottom/100% repeat-x;
  }
}
.sec-floor .inner {
  padding: 45px 24px 30px;
}
@media (min-width: 769px) {
  .sec-floor .inner {
    position: relative;
    padding: 0 0 80px;
    width: calc(100% - 96px);
    max-width: 1160px;
    margin: 0 auto;
  }
  .sec-floor .inner::before {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    aspect-ratio: 186/182;
    width: 186px;
    background: url(../images/home/illust-01.svg) center/100% no-repeat;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.6s cubic-bezier(0, 0, 0.26, 0.98) 0.3s, opacity 0.4s cubic-bezier(0, 0, 0.26, 0.98) 0.3s;
  }
  .sec-floor .inner.in-view::before {
    opacity: 1;
    transform: translateY(0);
  }
  .sec-floor .inner .deco-ft {
    content: "";
    position: absolute;
    bottom: clamp(-189px, -16.9050715215vw, -130px);
    left: -29px;
    aspect-ratio: 360/198;
    width: clamp(260px, 33.8101430429vw, 360px);
    background: url(../images/home/illust-02.svg) center/100% no-repeat;
  }
}
.sec-floor .ttl-wrap {
  z-index: 2;
  position: relative;
  width: max-content;
}
@media (min-width: 769px) {
  .sec-floor .ttl-wrap {
    margin-top: -34px;
  }
}
.sec-floor .ttl-wrap .deco-t {
  top: 0;
  right: 50%;
  position: absolute;
  transform: scale(0.7);
  transition: 0.8s 0.2s;
  opacity: 0;
}
.sec-floor .ttl-wrap .deco-t img {
  width: 124px;
  height: 72px;
}
@media (min-width: 769px) {
  .sec-floor .ttl-wrap .deco-t img {
    width: 170px;
    height: 110px;
  }
}
.sec-floor .ttl-wrap .deco-t.in-view {
  transform: scale(1);
  opacity: 1;
  top: -94px;
  right: -38px;
}
@media (min-width: 769px) {
  .sec-floor .ttl-wrap .deco-t.in-view {
    top: -115px;
    right: -95px;
  }
}
.sec-floor .home-secttl {
  z-index: 2;
  position: relative;
  display: flex;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .sec-floor .home-secttl {
    margin-bottom: 50px;
  }
}
.sec-floor .floor-block .box + .box {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .sec-floor .floor-block .box + .box {
    margin-top: 50px;
  }
}
.sec-floor .floor-block .box-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #BD399C;
}
@media (min-width: 769px) {
  .sec-floor .floor-block .box-ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.sec-floor .floor-block .map {
  max-width: 900px;
  margin: 0 auto;
}
.sec-floor .floor-block .note {
  text-align: center;
  font-size: 14px;
  color: #BD399C;
  font-weight: 500;
  margin-top: 30px;
}

/* === お問い合わせ
==================================== */
.sec-contact {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 769px) {
  .sec-contact {
    padding: 50px 0 70px;
  }
}
.sec-contact::before, .sec-contact::after {
  content: "";
  background: #FFE2D8;
  position: absolute;
  width: 69.3333333333vw;
  height: 240px;
}
@media (min-width: 769px) {
  .sec-contact::before, .sec-contact::after {
    width: 300px;
    width: max((100vw - 1116px) / 2 + 175px, 300px);
    height: 300px;
  }
}
.sec-contact::before {
  border-radius: 30px 0 0 30px;
  top: 0;
  right: 0;
}
.sec-contact::after {
  border-radius: 0 30px 30px 0;
  bottom: 0;
  left: 0;
}
.sec-contact .inner {
  z-index: 2;
  position: relative;
  background: #fff;
  border-radius: 30px;
  width: calc(100% - 28px);
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .sec-contact .inner {
    width: calc(100% - 80px);
    max-width: 1116px;
    padding: 80px min(5.8565153734vw, 80px) 60px min(5.8565153734vw, 80px);
  }
}
@media screen and (min-width: 1000px) {
  .sec-contact .inner {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
}
.sec-contact .ttl-wrap {
  padding-left: 10px;
}
@media (min-width: 769px) {
  .sec-contact .ttl-wrap {
    flex-shrink: 0;
  }
}
.sec-contact .cont {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .sec-contact .cont {
    display: flex;
    flex-wrap: wrap;
    gap: min(2.196193265vw, 30px);
  }
}
@media screen and (min-width: 1000px) {
  .sec-contact .cont {
    margin-top: 0;
    max-width: 572px;
  }
}
.sec-contact .contact-box {
  padding: 30px 28px 30px 48px;
  border: 2px solid #BD399C;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .sec-contact .contact-box {
    width: calc((100% - 30px) / 2);
    padding: 40px min(2.196193265vw, 30px) 40px min(3.2942898975vw, 45px);
    font-size: 14px;
    border-radius: 30px;
  }
}
.sec-contact .contact-box + .contact-box {
  margin-top: 16px;
}
@media (min-width: 769px) {
  .sec-contact .contact-box + .contact-box {
    margin-top: 0;
  }
}
.sec-contact .contact-box .ttl {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44444444;
  margin-bottom: 10px;
}
.sec-contact .contact-box .ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #BD399C;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 0.5em;
  margin-top: 2px;
}
.sec-contact .contact-box p + p {
  margin-top: 10px;
}
.sec-contact .contact-box dl {
  padding-left: 30px;
}
.sec-contact .contact-box dl .bundle + .bundle {
  margin-top: 20px;
}
.sec-contact .contact-box dl dt {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.sec-contact .contact-box dl dt .note {
  margin-top: 2px;
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
.sec-contact .contact-box dl dt::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #BD399C;
  border-radius: 1px;
  position: absolute;
  left: -30px;
  top: 0.5em;
  margin-top: 4px;
}
.sec-contact .contact-box dl dd {
  margin-top: 6px;
}
.sec-contact .contact-box .link-tel {
  position: relative;
  font-size: 18px;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .sec-contact .contact-box .link-tel {
    font-size: 17px;
  }
}
.sec-contact .contact-box .link-tel::before {
  content: "";
  width: 17px;
  height: 17px;
  background: #BD399C;
  -webkit-mask: url(../../assets-common/images/icon/tel.svg) center/contain no-repeat;
  mask: url(../../assets-common/images/icon/tel.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .sec-contact .contact-box .link-tel::before {
    width: 14px;
    height: 14px;
  }
}
.sec-contact .contact-box .link-mail {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-contact .contact-box .link-mail::before {
  content: "";
  width: 18px;
  height: 13px;
  background: #BD399C;
  -webkit-mask: url(../../assets-common/images/icon/mail.svg) center/contain no-repeat;
  mask: url(../../assets-common/images/icon/mail.svg) center/contain no-repeat;
}
.sec-contact .contact-box .link-mail a {
  text-decoration: underline;
}
.sec-contact .contact-box.other {
  border: none;
  padding: 0 0 0 28px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .sec-contact .contact-box.other {
    width: calc(100% - 15px);
    margin: 0;
  }
}
@media screen and (min-width: 1060px) {
  .sec-contact .contact-box.other {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .sec-contact .contact-box.other dl dt {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .sec-contact .contact-box.other dl dd {
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .sec-contact .contact-box.other .link-tel {
    font-size: 15px;
  }
}

/* === サブバナー、googlemap
==================================== */
.cmn-sub-bnr {
  margin: 40px auto 60px;
}
@media (min-width: 769px) {
  .cmn-sub-bnr {
    margin: 30px auto 100px;
  }
}

.home-footer-top {
  position: relative;
  margin-top: 70px;
}
@media (min-width: 769px) {
  .home-footer-top {
    margin-top: 95px;
    padding-bottom: 120px;
    background-image: repeating-linear-gradient(90deg, rgba(155, 80, 0, 0.3), rgba(155, 80, 0, 0.3) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 12px);
  }
  .home-footer-top::before, .home-footer-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 127px;
    background: #FFF4F0;
  }
  .home-footer-top::after {
    top: 127px;
    aspect-ratio: 1366/170;
    height: auto;
    -webkit-mask: url(../../assets-common/images/clip-01.svg) center top/100% no-repeat;
    mask: url(../../assets-common/images/clip-01.svg) center top/100% no-repeat;
  }
}
.home-footer-top .googlemap .inner {
  z-index: 1;
  position: relative;
}
@media (min-width: 769px) {
  .home-footer-top .googlemap .inner {
    position: relative;
    width: calc(100% - 80px);
    max-width: 1116px;
    margin: 0 auto;
  }
}
.home-footer-top .googlemap iframe {
  aspect-ratio: 375/375;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .home-footer-top .googlemap iframe {
    aspect-ratio: 1116/490;
    border-radius: 30px 30px 0 0;
  }
}
.home-footer-top .store-info {
  position: relative;
  width: calc(100% - 28px);
  margin: 20px auto 50px;
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .home-footer-top .store-info {
    z-index: 2;
    width: calc(100% - 40px);
    max-width: 1236px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 70px 5.1%;
  }
  .home-footer-top .store-info .store-info-head {
    position: relative;
    display: flex;
    gap: 5.5%;
  }
  .home-footer-top .store-info .detail {
    width: 33.7%;
    flex-shrink: 0;
  }
}
.home-footer-top .store-info .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .home-footer-top .store-info .logo {
    display: inline-flex;
    margin-bottom: 32px;
    position: absolute;
    top: 0;
    left: 39.2%;
  }
}
.home-footer-top .store-info .logo .aeontown img {
  width: 222px;
}
@media (min-width: 769px) {
  .home-footer-top .store-info .logo .aeontown img {
    width: 242px;
  }
}
.home-footer-top .store-info .logo .store img {
  height: 14px;
}
@media (min-width: 769px) {
  .home-footer-top .store-info .logo .store img {
    height: 15px;
  }
}
.home-footer-top .store-info .photo {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .home-footer-top .store-info .photo {
    margin-bottom: 20px;
  }
}
.home-footer-top .store-info .address, .home-footer-top .store-info .tel {
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 769px) {
  .home-footer-top .store-info .address, .home-footer-top .store-info .tel {
    font-size: 14px;
    line-height: 1.57142857;
  }
}
@media (min-width: 769px) {
  .home-footer-top .store-info.no-photo .logo,
  .home-footer-top .store-info.no-table .logo {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .home-footer-top .store-info.no-photo .info,
  .home-footer-top .store-info.no-table .info {
    margin-top: 0;
  }
}
.home-footer-top .store-info.no-table .info-table::after {
  display: none;
}
.home-footer-top .info {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .home-footer-top .info {
    margin-top: 88px;
    flex: 1;
  }
}
.home-footer-top .info .box-top-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .home-footer-top .info .box-top-text {
    font-size: 22px;
    line-height: 1.45454545;
    margin-bottom: 32px;
  }
}
.home-footer-top .info .note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.42857143;
}
@media (min-width: 769px) {
  .home-footer-top .info-table {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .home-footer-top .info-table .bundle {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .home-footer-top .info-table .bundle dt {
    width: 165px;
    padding: 16px 8px 16px 16px;
  }
}
@media (min-width: 769px) {
  .home-footer-top .info-table .bundle dd {
    min-height: 68px;
  }
}
.home-footer-top .access-box-wrap {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap {
    margin-top: 30px;
    overflow: hidden;
  }
}
.home-footer-top .access-box-wrap .access-box {
  position: relative;
  padding-bottom: 24px;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .access-box {
    display: flex;
    align-items: baseline;
    padding: 32px 0;
  }
}
.home-footer-top .access-box-wrap .access-box:after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../../assets-common/images/dot.svg) center left/10px 2px repeat-x;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .access-box:after {
    top: 0;
    bottom: auto;
  }
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .access-box:first-child:after {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .access-box:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .home-footer-top .access-box-wrap .access-box:not(:last-child) {
    margin-bottom: 24px;
  }
}
.home-footer-top .access-box-wrap .access-box .text,
.home-footer-top .access-box-wrap .access-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .access-box .text,
  .home-footer-top .access-box-wrap .access-box p {
    font-size: 13px;
    line-height: 1.53846154;
  }
}
.home-footer-top .access-box-wrap .access-box p + p {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .access-box p + p.fwB {
    margin-top: 24px;
  }
}
.home-footer-top .access-box-wrap .access-box a {
  text-decoration: underline;
  color: #BD399C;
}
.home-footer-top .access-box-wrap .access-box .link-arrow {
  position: relative;
  padding-left: 13px;
  display: inline-block;
}
.home-footer-top .access-box-wrap .access-box .link-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -5px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #BD399C;
  border-right: 1px solid #BD399C;
}
.home-footer-top .access-box-wrap .box-ttl {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .box-ttl {
    position: relative;
    padding-left: 140px;
    gap: 0px;
    margin-bottom: 0;
    width: 360px;
    min-height: 100px;
  }
}
.home-footer-top .access-box-wrap .box-ttl::before {
  content: "";
  display: none;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .box-ttl::before {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.home-footer-top .access-box-wrap .ttl-train::before {
  display: block;
  background: #FFFADD url(../../assets-common/images/icon/train.svg) center/26px no-repeat;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .ttl-train::before {
    background-size: 32px;
  }
}
.home-footer-top .access-box-wrap .ttl-bus::before {
  display: block;
  background: #FFFADD url(../../assets-common/images/icon/bus.svg) center/28px no-repeat;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .ttl-bus::before {
    background-size: 32px;
  }
}
.home-footer-top .access-box-wrap .ttl-parking::before {
  display: block;
  background: #FFFADD url(../../assets-common/images/icon/parking.svg) center/32px no-repeat;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .ttl-parking::before {
    background-size: 38px;
  }
}
.home-footer-top .access-box-wrap .ttl-bicycle::before {
  display: block;
  background: #FFFADD url(../../assets-common/images/icon/bicycle.svg) center/38px no-repeat;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .ttl-bicycle::before {
    background-size: 46px;
  }
}
.home-footer-top .access-box-wrap .ttl-car::before {
  display: block;
  background: #FFFADD url(../../assets-common/images/icon/car.svg) center/36px no-repeat;
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .ttl-car::before {
    background-size: 46px;
  }
}
@media (min-width: 769px) {
  .home-footer-top .access-box-wrap .inner {
    flex: 1;
  }
}
/*# sourceMappingURL=map/home.css.map */