@charset "UTF-8";
.dist__inner {
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  .dist__inner {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .dist__inner {
    padding: 0 20px;
  }
}

/*------------------------------------------
breadcrumb
------------------------------------------*/
@media (min-width: 769px) {
  .cmn__breadcrumb {
    padding: 156px 0 10.6881405564vw;
  }
}
@media (max-width: 768px) {
  .cmn__breadcrumb {
    padding: 80px 0 25.6vw;
  }
}
.cmn__breadcrumb.has--bg {
  background: #F2FAFD;
}
.cmn__breadcrumb .dist__inner {
  overflow: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 #ededed;
}
@media (min-width: 769px) {
  .cmn__breadcrumb.nocnt {
    padding: 1px 0 10.6881405564vw;
  }
}
@media (max-width: 768px) {
  .cmn__breadcrumb.nocnt {
    padding: 1px 0 25.6vw;
  }
}

.breadcrumb__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 6px;
  }
}

.breadcrumb__list--item {
  color: #000000;
  font-size: 14px;
}
.breadcrumb__list--item a {
  color: #0099D9;
  display: block;
  text-decoration: underline;
  padding-right: 16px;
  margin-right: 20px;
  position: relative;
}
.breadcrumb__list--item a::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

/*------------------------------------------
SNS
------------------------------------------*/
.dist__sns--area {
  border-bottom: 2px solid #e0e0e0;
}
@media (min-width: 769px) {
  .dist__sns--area {
    margin-top: 100px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .dist__sns--area {
    margin-top: 80px;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}
.dist__sns--area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 22px;
}
.dist__sns--area .inner .share__txt {
  color: #0099D9;
  font-size: 16px;
}
.dist__sns--area .inner .sns__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .dist__sns--area .inner .sns__list {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .dist__sns--area .inner .sns__list {
    gap: 8px;
  }
}
.dist__sns--area .inner .sns__list > li > a {
  width: 40px;
  height: 40px;
}
.dist__sns--area.no--border {
  border-bottom: none;
}

/*------------------------------------------
dist__cmn--mv
------------------------------------------*/
.dist__cmn--mv {
  width: 100%;
  background: #33AEE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .dist__cmn--mv {
    height: 20.9370424597vw;
  }
}
@media (max-width: 768px) {
  .dist__cmn--mv {
    height: 216px;
  }
}
.dist__cmn--mv::before, .dist__cmn--mv::after {
  content: "";
  position: absolute;
}
.dist__cmn--mv::before {
  background: url(/assets/images/dist/mv_icon_1_pc.png) no-repeat center/100%;
}
@media (min-width: 769px) {
  .dist__cmn--mv::before {
    width: 400px;
    height: 115px;
    top: 7.1010248902vw;
    left: -87px;
  }
}
@media (max-width: 768px) {
  .dist__cmn--mv::before {
    width: 160px;
    height: 46px;
    left: -34px;
    bottom: 10px;
  }
}
@media (min-width: 769px) {
  .dist__cmn--mv::after {
    background: url(/assets/images/dist/mv_icon_2_pc.png) no-repeat center/100%;
    width: 285px;
    height: 119px;
    top: 2.7818448023vw;
    right: -55px;
  }
}
@media (max-width: 768px) {
  .dist__cmn--mv::after {
    background: url(/assets/images/dist/mv_icon_2_sp.png) no-repeat center/100%;
    width: 180px;
    height: 60px;
    top: 2px;
    right: -23px;
  }
}

.dist__mv--ttl {
  color: #fff;
  text-align: center;
}
.dist__mv--ttl span {
  display: block;
}
@media (min-width: 769px) {
  .dist__mv--ttl .en {
    font-size: 40px;
    margin-bottom: 7px;
  }
}
@media (max-width: 768px) {
  .dist__mv--ttl .en {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
.dist__mv--ttl .ja {
  font-weight: 700;
}
@media (min-width: 769px) {
  .dist__mv--ttl .ja {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .dist__mv--ttl .ja {
    font-size: 14px;
  }
}

/*------------------------------------------
dist--wave
------------------------------------------*/
.dist--wave {
  position: absolute;
  width: 100%;
  left: 0;
}
@media (min-width: 769px) {
  .dist--wave {
    height: 3.3674963397vw;
  }
}
@media (max-width: 768px) {
  .dist--wave {
    height: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .dist--wave.top {
    top: -3.3674963397vw;
  }
}
@media (max-width: 768px) {
  .dist--wave.top {
    top: -21px;
  }
}
@media (min-width: 769px) {
  .dist--wave.bottom {
    bottom: 1px;
  }
}
@media (max-width: 768px) {
  .dist--wave.bottom {
    bottom: 5px;
  }
}
@media (min-width: 769px) {
  .dist--wave.bottom2 {
    bottom: 1px;
  }
}
@media (max-width: 768px) {
  .dist--wave.bottom2 {
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .dist--wave.type--2 {
    height: 7.7598828697vw;
  }
}
@media (max-width: 768px) {
  .dist--wave.type--2 {
    height: 14.9333333333vw;
  }
}

.wave__box {
  width: 100%;
  position: relative;
}

/*------------------------------------------
dist__cmn--container
------------------------------------------*/
.dist__cmn--container {
  position: relative;
}
@media (min-width: 769px) {
  .dist__cmn--container {
    padding: 100px 0 10px;
  }
}
@media (max-width: 768px) {
  .dist__cmn--container {
    padding: 40px 0 10px;
  }
}
@media (min-width: 769px) {
  .dist__cmn--container.p56 {
    padding: 56px 0 10px;
  }
}
@media (min-width: 769px) {
  .dist__cmn--container.type--2 {
    padding: 100px 0 calc(116px + 3.3674963397vw);
  }
}
@media (max-width: 768px) {
  .dist__cmn--container.type--2 {
    padding: 40px 0 calc(80px + 4.2666666667vw);
  }
}
.dist__cmn--container.has--bg {
  background: #F2FAFD;
}

/*------------------------------------------
detail__cmn--ttl
------------------------------------------*/
.detail__cmn--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .detail__cmn--ttl {
    padding-bottom: 14px;
    border-bottom: 2px solid #0099D9;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .detail__cmn--ttl .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl .left {
    width: 100%;
    padding-bottom: 36px;
    border-bottom: 2px solid #0099D9;
    margin-bottom: 24px;
  }
}
.detail__cmn--ttl .left .label {
  margin-bottom: 28px;
}
.detail__cmn--ttl .left .label .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0099D9;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 769px) {
  .detail__cmn--ttl .left .label .txt {
    width: 280px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl .left .label .txt {
    width: 168px;
    height: 34px;
  }
}
.detail__cmn--ttl .left .label.open .txt {
  background: #FFEB00;
  color: #000;
}
.detail__cmn--ttl .left .label.renewal .txt {
  background: #52E3A6;
  color: #000;
}
.detail__cmn--ttl .left .ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .detail__cmn--ttl .right {
    width: 280px;
    padding: 10px 0 10px 26px;
    border-left: 2px solid #0099D9;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl .right {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 2px solid #0099D9;
  }
}
.detail__cmn--ttl .right .r--top {
  margin-bottom: 20px;
}
.detail__cmn--ttl .right .txt--1 {
  color: #0099D9;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}
.detail__cmn--ttl .right .txt--2 {
  font-size: 16px;
}
@media (min-width: 769px) {
  .detail__cmn--ttl .right.has--time {
    padding: 0px 0 0px 26px;
  }
}
.detail__cmn--ttl .right.has--time .r--top,
.detail__cmn--ttl .right.has--time .r--middle {
  margin-bottom: 10px;
}
.detail__cmn--ttl .right.has--time .txt--1 {
  margin-bottom: 3px;
}
.detail__cmn--ttl.type--2 .left {
  border-right: none;
}
.detail__cmn--ttl.type--2 .left .label {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .detail__cmn--ttl.type--2 .left .label {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl.type--2 .left .label {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.detail__cmn--ttl.type--2 .left .label .date {
  line-height: 1;
  color: #9F9F9F;
}
@media (min-width: 769px) {
  .detail__cmn--ttl.type--2 .left .label .date {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl.type--2 .left .label .date {
    font-size: 16px;
  }
}
.detail__cmn--ttl.type--3 .left {
  border-right: none;
}
.detail__cmn--ttl.type--3 .left .label {
  width: 100%;
}
@media (max-width: 768px) {
  .detail__cmn--ttl.type--3 .left .label {
    text-align: right;
  }
}
.detail__cmn--ttl.type--3 .left .label .date {
  line-height: 1;
  color: #9F9F9F;
}
@media (min-width: 769px) {
  .detail__cmn--ttl.type--3 .left .label .date {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl.type--3 .left .label .date {
    font-size: 16px;
  }
}

/*------------------------------------------
detail__cmn--ttl2
------------------------------------------*/
.detail__cmn--ttl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #0099D9;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 {
    padding-bottom: 12px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 {
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
}
.detail__cmn--ttl2 .logo {
  overflow: hidden;
  position: relative;
  outline: 2px solid #EFEFEF;
  aspect-ratio: 18/11;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .logo {
    width: 180px;
    margin-right: 24px;
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 128px;
  }
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .info {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 28px;
  }
}
.detail__cmn--ttl2 .info .shop {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .info .shop {
    width: 100%;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .info .shop {
    font-size: 32px;
  }
}
.detail__cmn--ttl2 .info .category {
  color: #9F9F9F;
  font-size: 16px;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .info .category {
    width: 100%;
  }
}
.detail__cmn--ttl2 .f__detail {
  color: #0099D9;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .f__detail {
    width: 200px;
    border-left: 2px solid #0099D9;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .f__detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.detail__cmn--ttl2 .f__detail .floor {
  font-weight: 600;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .f__detail .floor {
    font-size: 60px;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .f__detail .floor {
    font-size: 44px;
  }
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .f__detail .floor .s--txt {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .f__detail .floor .s--txt {
    font-size: 24px;
  }
}
.detail__cmn--ttl2 .f__detail .museum {
  font-size: 12px;
}
.detail__cmn--ttl2 > a {
  display: block;
  width: 100%;
  height: 100%;
}
.detail__cmn--ttl2 .cmn__ttl--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*------------------------------------------
wysiwyg__block
------------------------------------------*/
.wysiwyg__block {
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  .wysiwyg__block {
    max-width: 894px;
  }
}
.wysiwyg__block .img {
  width: 100%;
}
@media (min-width: 769px) {
  .wysiwyg__block .img {
    margin: 0 auto 60px;
  }
}
@media (max-width: 768px) {
  .wysiwyg__block .img {
    margin: 0 auto 40px;
  }
}

/*------------------------------------------
shopnews__recommend
------------------------------------------*/
.shopnews__recommend {
  position: relative;
  background: #F2FAFD;
}
@media (min-width: 769px) {
  .shopnews__recommend {
    padding: 70px 0 10px;
  }
}
@media (max-width: 768px) {
  .shopnews__recommend {
    padding: 42px 0 10px;
  }
}
@media (min-width: 769px) {
  .shopnews__recommend .recommend__ttl {
    margin: 0 auto 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .shopnews__recommend .recommend__ttl {
    margin: 0 auto 35px;
  }
}
.shopnews__recommend .recommend__ttl span {
  display: block;
}
.shopnews__recommend .recommend__ttl .en {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .shopnews__recommend .recommend__ttl .en {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .shopnews__recommend .recommend__ttl .en {
    font-size: 24px;
  }
}
.shopnews__recommend .recommend__ttl .ja {
  color: #0099D9;
  font-weight: 700;
  font-size: 12px;
}
.shopnews__recommend .shopnews__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media (min-width: 769px) {
  .shopnews__recommend .shopnews__list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .shopnews__recommend .shopnews__list {
    overflow: scroll;
    padding: 0 0 0 8px;
    margin-left: -8px;
    margin-bottom: 30px;
  }
}
.shopnews__recommend .shopnews__list > li {
  background: #fff;
}
@media (min-width: 769px) {
  .shopnews__recommend .shopnews__list > li {
    width: calc(25% - 21px);
  }
}
@media (max-width: 768px) {
  .shopnews__recommend .shopnews__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
.shopnews__recommend .shopnews__list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #0099D9;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .shopnews__recommend .shopnews__list > li > a:hover {
    background: #F2FAFD;
  }
}
.shopnews__recommend .shopnews__list > li .info .ttl {
  line-height: 1;
  width: 100%;
  color: #0099D9;
  padding: 12px 12px 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #0099D9;
}
.shopnews__recommend .shopnews__list > li .info .ttl span {
  display: block;
}
.shopnews__recommend .shopnews__list > li .info .ttl .floor {
  font-size: 24px;
  position: relative;
}
.shopnews__recommend .shopnews__list > li .info .ttl .floor::after {
  content: "F";
  font-size: 13px;
  display: inline-block;
  margin-left: 3px;
}
.shopnews__recommend .shopnews__list > li .info .ttl .build {
  font-size: 12px;
}
.shopnews__recommend .shopnews__list > li .info .img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.shopnews__recommend .shopnews__list > li .info .detail {
  padding: 20px 20px 28px;
}
.shopnews__recommend .shopnews__list > li .info .detail .shop {
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 12px;
}
.shopnews__recommend .shopnews__list > li .info .detail .txt {
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 20px;
}
.shopnews__recommend .shopnews__list > li .info .detail .option {
  line-height: 1;
  color: #9F9F9F;
  font-size: 13px;
}
.shopnews__recommend .shopnews__list > li.icon--new {
  position: relative;
}
.shopnews__recommend .shopnews__list > li.icon--new::before {
  content: "";
  background: url(/assets/images/common/icon_new.svg) no-repeat center/100%;
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 38px;
  top: 58px;
  left: -8px;
}

/*------------------------------------------
コンテンツ0件
------------------------------------------*/
.nothing--txt {
  text-align: center;
}
@media (max-width: 768px) {
  .nothing--txt {
    font-size: 14px;
  }
}

/*------------------------------------------
新店情報
------------------------------------------*/
@media (min-width: 769px) {
  .newshop .cmn__btn {
    margin: 60px auto 0;
  }
}
@media (max-width: 768px) {
  .newshop .cmn__btn {
    margin: 40px auto 0;
  }
}

/*------------------------------------------
newshop__list
------------------------------------------*/
.newshop--cnt__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .newshop--cnt__list {
    gap: 40px 28px;
  }
}
@media (max-width: 768px) {
  .newshop--cnt__list {
    gap: 28px 15px;
  }
}
@media (min-width: 769px) {
  .newshop--cnt__list .item {
    width: calc(25% - 21px);
  }
}
@media (max-width: 768px) {
  .newshop--cnt__list .item {
    width: calc(50% - 7.5px);
  }
}
.newshop--cnt__list .item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.newshop--cnt__list .item .top {
  position: relative;
  border: 2px solid #EFEFEF;
}
@media (min-width: 769px) {
  .newshop--cnt__list .item .top {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .newshop--cnt__list .item .top {
    margin-bottom: 12px;
  }
}
.newshop--cnt__list .item .top .img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 279/172;
}
.newshop--cnt__list .item .bottom .txt {
  color: #9F9F9F;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .newshop--cnt__list .item .bottom .txt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .newshop--cnt__list .item .bottom .txt {
    font-size: 11px;
  }
}
.newshop--cnt__list .item .bottom .ttl {
  line-height: 1.5;
}
@media (min-width: 769px) {
  .newshop--cnt__list .item .bottom .ttl {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .newshop--cnt__list .item .bottom .ttl {
    font-size: 13px;
  }
}
.newshop--cnt__list .item.icon--open, .newshop--cnt__list .item.icon--renewal {
  position: relative;
}
.newshop--cnt__list .item.icon--open::before, .newshop--cnt__list .item.icon--renewal::before {
  content: "";
  width: 52px;
  height: 38px;
  position: absolute;
  top: -12px;
  left: -8px;
  z-index: 2;
}
.newshop--cnt__list .item.icon--open::before {
  background: url(/assets/images/common/icon_open.svg) no-repeat center/100%;
}
.newshop--cnt__list .item.icon--renewal::before {
  background: url(/assets/images/common/icon_renewal.svg) no-repeat center/100%;
}

/*------------------------------------------
フロアガイド「フロアから探す」
------------------------------------------*/