@charset "UTF-8";
.m-prot {
  position: relative;
}
.m-prot__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 15rem 0 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .m-prot__inner {
    margin: 5rem 0 0;
  }
}
.m-prot__img {
  position: relative;
  width: 100%;
}
.m-prot__img figcaption {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .m-prot__img figcaption {
    display: none;
    position: static;
    padding: 0.5rem 2rem 0;
    color: #000;
    font-size: 1rem;
  }
}
.m-prot .m-prot-icon {
  animation: prot-popup-on 0.4s;
  animation-fill-mode: forwards;
}
.m-prot .m-prot-popup__inline {
  animation: prot-popup-off 0.4s;
  animation-fill-mode: forwards;
}
.m-prot._active .m-prot-icon {
  z-index: 5;
  animation: prot-popup-off 0.4s;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.m-prot._active .m-prot-popup__inline {
  z-index: 5;
  animation: prot-popup-on 0.4s;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.m-prot._active .m-prot-overlay {
  z-index: 1;
  display: block;
}

.m-prot-cap {
  display: none;
  text-align: right;
  padding: 0.5rem 2rem 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .m-prot-cap {
    display: block;
  }
}

.m-prot-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  min-height: 40px;
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .m-prot-notice {
    position: relative;
    min-height: 32px;
    margin: 10px 0 0;
    padding: 0;
    font-size: 1rem;
  }
}
.m-prot-notice._pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .m-prot-notice._pc {
    display: none;
  }
}
.m-prot-notice._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-prot-notice._sp {
    display: flex;
  }
}
.m-prot-notice ul {
  display: flex;
  grid-gap: 0 12px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .m-prot-notice ul {
    grid-gap: 0 6px;
    padding-left: 42px;
  }
}
.m-prot-notice ul::before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../img/commonspace/01_obj01.svg) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .m-prot-notice ul::before {
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
}
.m-prot-notice ul > li {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .m-prot-notice ul > li {
    padding-left: 24px;
  }
}
.m-prot-notice ul > li::before {
  content: "1";
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .m-prot-notice ul > li::before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
.m-prot-notice ul > li:nth-child(1)::before {
  background-color: #DB2509;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .m-prot-notice ul > li:nth-child(1)::before {
    border-width: 2px;
  }
}

.m-prot-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.m-prot-icon__item {
  position: absolute;
  top: 0;
  left: 0;
}
.m-prot-icon__item button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: #DB2509;
  translate: -50% -50%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .m-prot-icon__item button {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.4rem;
  }
}
.m-prot-icon__item button:hover {
  scale: 1.2;
}
.m-prot-icon__item.current button {
  scale: 1.5;
}

.m-prot-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-prot-popup-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .m-prot-popup-list {
    align-items: center;
    grid-gap: 15px;
  }
}
.m-prot-popup-list__item {
  display: none;
  max-width: 430px;
  width: auto;
  padding: 1.4rem;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .m-prot-popup-list__item {
    position: static;
    width: calc(100vw - 40px);
    padding: 1rem 1.5rem;
  }
}
.m-prot-popup-list__item._active {
  display: block;
}
@media screen and (max-width: 767px) {
  .m-prot-popup-list__item:nth-child(n) {
    margin: 0 !important;
  }
}
.m-prot-popup-txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.3rem;
}
@media screen and (max-width: 767px) {
  .m-prot-popup-txt {
    gap: 0 0.5rem;
  }
}
.m-prot-popup-txt__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #DB2509;
  width: 3.2rem;
  height: 3.2rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 1000px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-prot-popup-txt__num {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }
}
.m-prot-popup-txt__note {
  flex: 1;
  font-size: 1.2rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .m-prot-popup-txt__note {
    font-size: 1rem;
    line-height: 1.2;
  }
}

@keyframes prot-popup-on {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes prot-popup-off {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.m-prot-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.m-logobox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  padding: 8rem 10rem;
  background-color: #3C3C3C;
  border-radius: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m-logobox {
    display: block;
    padding: 4rem 2rem;
    border-radius: 10px;
  }
}
.m-logobox--white {
  background-color: #fff;
  color: #000;
}
.m-logobox .hdgbox {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .m-logobox .hdgbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .m-logobox .hdgbox__hdg1 {
    width: 40%;
  }
  .m-logobox .hdgbox__hdg1 img {
    width: 100%;
    height: auto;
  }
}
.m-logobox .hdgbox__hdg2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-logobox .hdgbox__hdg2 {
    flex: 1;
    display: block;
    font-size: 1.9rem;
    font-weight: 700;
  }
  .m-logobox .hdgbox__hdg2 span {
    display: block;
    font-size: 1.2rem;
  }
}
.m-logobox .txtbox {
  flex: 1;
}
.m-logobox .txtbox__hdg {
  margin-bottom: 2rem;
  font-size: 2.1rem;
  font-weight: 700;
}
.m-logobox .txtbox__hdg span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .m-logobox .txtbox__hdg {
    display: none;
  }
}
.m-logobox .txtbox__name {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .m-logobox .txtbox__name {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    font-size: 1.3rem;
  }
}
.m-logobox .txtbox__name span {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .m-logobox .txtbox__name span {
    display: block;
    font-size: 1.1rem;
  }
}

.p-scale {
  background: #F1F1F1;
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-scale {
    padding: 0 0 6rem;
  }
}
.p-scale__inner {
  max-width: 116.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-scale__inner {
    padding: 0 2rem;
  }
}
.p-scale__en {
  color: #DB2509;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-scale__en {
    font-size: 1.6rem;
  }
}
.p-scale__ttl {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-scale__ttl {
    font-size: 2.4rem;
  }
}
.p-scale__txt {
  font-size: 1.8rem;
  line-height: 2.4;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-scale__txt {
    font-size: 1.5rem;
  }
}
.p-scale__img {
  display: block;
  max-width: 136.6rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-scale__img {
    width: calc(100% + 4rem);
    margin: 3rem -2rem 0;
  }
}
.p-scale .c-loop-list {
  animation: marquee-loop 60s linear infinite;
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
  gap: 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-scale .c-loop-list {
    gap: 0 5rem;
  }
}
.p-scale .c-loop-list__item {
  list-style: none;
  padding: 0;
  width: 250rem;
}
@media screen and (max-width: 767px) {
  .p-scale .c-loop-list__item {
    width: 125rem;
  }
}
.p-scale .c-loop-list__item img {
  display: block;
  width: auto;
  height: 14rem;
}
@media screen and (max-width: 767px) {
  .p-scale .c-loop-list__item img {
    height: 7rem;
  }
}
.p-scale .m-prot {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-scale .m-prot {
    margin-bottom: 4rem;
  }
}
.p-scale .m-prot-icon__item:nth-child(1) {
  top: 51.5%;
  left: 68.5%;
}
.p-scale .m-prot-icon__item:nth-child(2) {
  top: 71.5%;
  left: 72%;
}
.p-scale .m-prot-icon__item:nth-child(3) {
  top: 67%;
  left: 22.5%;
}
.p-scale .m-prot-popup-list__item:nth-child(1) {
  margin-top: 12.5%;
  margin-left: 70.5%;
}
.p-scale .m-prot-popup-list__item:nth-child(2) {
  margin-top: 17.5%;
  margin-left: 74%;
}
.p-scale .m-prot-popup-list__item:nth-child(3) {
  margin-top: 14%;
  margin-left: 25%;
}

.p-promenade {
  background: #F1F1F1;
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-promenade {
    padding: 0 0 6rem;
  }
}
.p-promenade__inner {
  max-width: 116.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-promenade__inner {
    padding: 0 2rem 4rem;
  }
}
.p-promenade__en {
  color: #DB2509;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-promenade__en {
    font-size: 1.6rem;
  }
}
.p-promenade__ttl {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-promenade__ttl {
    font-size: 2.4rem;
  }
}
.p-promenade__txt {
  font-size: 1.8rem;
  line-height: 2.4;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-promenade__txt {
    font-size: 1.5rem;
  }
}
.p-promenade-slider {
  position: relative;
  width: 100%;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider {
    margin-top: 0;
    padding: 0 0 9rem;
  }
}
.p-promenade-slider__item {
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider__item {
    margin: 0 0.5rem;
  }
}
.p-promenade-slider__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider__img {
    padding-bottom: 2rem;
  }
}
.p-promenade-slider__img img {
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider__img img {
    border-radius: 1rem;
  }
}
.p-promenade-slider__img figcaption:nth-of-type(1) {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  color: #fff;
  font-size: 4.8rem;
  text-align: left;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider__img figcaption:nth-of-type(1) {
    left: 1rem;
    bottom: 3rem;
    font-size: 2.4rem;
  }
}
.p-promenade-slider__img figcaption:nth-of-type(2) {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider__img figcaption:nth-of-type(2) {
    bottom: 0;
    font-size: 1rem;
    color: #000;
  }
}
.p-promenade-slider__txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider__txt {
    margin-top: 1.5rem;
  }
}
.p-promenade-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 1.5rem);
  width: 7rem;
  height: 7rem;
  background: transparent;
  font-size: 0;
  background: #DB2509 url(../img/design/icn_slider_arrow.svg) center center/2.2rem auto no-repeat;
  border-radius: 100%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider .slick-arrow {
    top: auto;
    bottom: 3.5rem;
    width: 5rem;
    height: 5rem;
    background-size: 1.6rem auto;
  }
}
.p-promenade-slider .slick-arrow:hover {
  opacity: 0.7;
}
.p-promenade-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.p-promenade-slider .slick-arrow.slick-prev {
  left: 1rem;
  transform: scale(-1, 1) translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-promenade-slider .slick-arrow.slick-prev {
    left: calc(50% - 3.2rem);
    transform: translateX(-50%) scale(-1, 1);
  }
}
.p-promenade-slider .slick-arrow.slick-next {
  right: 1rem;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-promenade-slider .slick-arrow.slick-next {
    left: calc(50% + 3.2rem);
    transform: translateX(-50%);
  }
}
.p-promenade-slider .slick-num {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider .slick-num {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    line-height: 1;
  }
}
.p-promenade-slider .slick-num .now-count {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider .slick-num .now-count {
    width: 1.6rem;
  }
}
.p-promenade-slider .slick-num .slash {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #DB2509;
  margin: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider .slick-num .slash {
    width: 1.2rem;
  }
}
.p-promenade-slider .slick-num .all-count {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-promenade-slider .slick-num .all-count {
    width: 1.2rem;
  }
}

.p-planting {
  --radius: 60px;
  background: #F1F1F1;
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-planting {
    --radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-planting {
    padding: 0 2rem 6rem;
  }
}
.p-planting__inner {
  position: relative;
  z-index: 0;
  max-width: 116.6rem;
  margin: 0 auto;
  padding: 60px 60px;
  background: #fff;
  border-radius: var(--radius);
}
@media screen and (max-width: 767px) {
  .p-planting__inner {
    padding: 6rem 2rem 3rem;
  }
}
.p-planting__sub-head {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 164px;
  padding: 0 0 var(--radius) var(--radius);
  background: #F1F1F1;
  font-family: Montserrat;
}
@media screen and (max-width: 767px) {
  .p-planting__sub-head {
    height: 58px;
  }
}
.p-planting__sub-head::before, .p-planting__sub-head::after {
  content: "";
  position: absolute;
  border-radius: var(--radius);
  background: #fff;
}
.p-planting__sub-head::before {
  top: 0;
  left: 0;
  width: calc(var(--radius) * 2);
  height: 100%;
  transform: translate(-50%, 0);
}
.p-planting__sub-head::after {
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(var(--radius) * 2);
  transform: translate(0, 50%);
}
.p-planting__sub-ttl {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  height: 100%;
  padding: 0 30px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-planting__sub-ttl {
    padding: 0 15px;
    font-size: 1.6rem;
  }
}
.p-planting__sub-ttl::before, .p-planting__sub-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 96px;
  height: 96px;
}
@media screen and (max-width: 767px) {
  .p-planting__sub-ttl::before, .p-planting__sub-ttl::after {
    width: 40px;
    height: 40px;
  }
}
.p-planting__sub-ttl::before {
  background: #fff;
  transform: translate(-50%, 50%);
}
.p-planting__sub-ttl::after {
  background: #F1F1F1;
  border-radius: var(--radius);
}
.p-planting__sub-ttl img {
  width: 1.1rem;
  height: auto;
}
.p-planting__hdg {
  margin: 5.8rem 0 2rem;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-planting__hdg {
    margin: 0 0 2rem;
    font-size: 1.9rem;
    font-weight: 500;
  }
}
.p-planting__txt {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-planting__txt {
    margin-bottom: 4rem;
  }
}
.p-planting-slider {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-planting-slider {
    margin: 0 -2rem;
    padding: 0 0 11rem;
  }
}
.p-planting-slider .slick-track {
  display: flex;
}
.p-planting-slider__item {
  position: relative;
  padding: 0 0 6rem 28%;
}
@media screen and (max-width: 767px) {
  .p-planting-slider__item {
    margin: 0 0.5rem;
    padding: 2rem 1rem;
    border: 1px solid #DB260A;
    border-radius: 1rem;
    height: auto !important;
  }
}
.p-planting-slider__hdg {
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-planting-slider__hdg {
    font-size: 1.6rem;
  }
}
.p-planting-slider__hdg::before {
  display: inline-block;
  margin-right: 0.5rem;
  color: #DB260A;
  content: "・";
}
@media screen and (max-width: 767px) {
  .p-planting-slider__hdg::before {
    margin-right: 0.2rem;
  }
}
.p-planting-slider__txt {
  margin-bottom: 2rem;
}
.p-planting-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .p-planting-slider__img {
    position: static;
    width: 150px;
    margin: 0 auto 1.5rem;
  }
}
.p-planting-slider__img figcaption {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-planting-slider__img figcaption {
    margin-top: 0rem;
    font-size: 1rem;
  }
}
.p-planting-slider__imgs {
  display: flex;
  justify-content: space-between;
}
.p-planting-slider__imgs li {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .p-planting-slider__imgs li {
    width: 24%;
  }
}
.p-planting-slider__imgs li span {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-planting-slider__imgs li span {
    font-size: 0.9rem;
  }
}
.p-planting-slider__imgs img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-planting-slider__imgs img {
    border-radius: 1rem;
    aspect-ratio: 125/146;
    object-fit: cover;
  }
}
.p-planting-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 1.5rem);
  width: 7rem;
  height: 7rem;
  background: transparent;
  font-size: 0;
  background: #DB2509 url(../img/design/icn_slider_arrow.svg) center center/2.2rem auto no-repeat;
  border-radius: 100%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-planting-slider .slick-arrow {
    top: auto;
    bottom: 3.5rem;
    width: 5rem;
    height: 5rem;
    background-size: 1.6rem auto;
  }
}
.p-planting-slider .slick-arrow:hover {
  opacity: 0.7;
}
.p-planting-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.p-planting-slider .slick-arrow.slick-prev {
  left: 1rem;
  transform: scale(-1, 1) translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-planting-slider .slick-arrow.slick-prev {
    left: calc(50% - 3.2rem);
    transform: translateX(-50%) scale(-1, 1);
  }
}
.p-planting-slider .slick-arrow.slick-next {
  right: 1rem;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-planting-slider .slick-arrow.slick-next {
    left: calc(50% + 3.2rem);
    transform: translateX(-50%);
  }
}
.p-planting-slider .slick-num {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-planting-slider .slick-num {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    line-height: 1;
  }
}
.p-planting-slider .slick-num .now-count {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-planting-slider .slick-num .now-count {
    width: 1.6rem;
  }
}
.p-planting-slider .slick-num .slash {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #DB2509;
  margin: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-planting-slider .slick-num .slash {
    width: 1.2rem;
  }
}
.p-planting-slider .slick-num .all-count {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-planting-slider .slick-num .all-count {
    width: 1.2rem;
  }
}
.p-planting__cap {
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-planting__cap {
    margin-top: 3rem;
    font-size: 1rem;
  }
}
.p-planting__box02 {
  max-width: 106.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-planting__box02 {
    padding: 0 0 4rem;
  }
}
.p-planting__box02 .m-logobox {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-planting__box02 .m-logobox {
    margin-top: 4rem;
  }
}

.p-entrance {
  background: #F1F1F1;
  padding: 0 0 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-entrance {
    padding: 0 0 8rem;
  }
}
.p-entrance__inner {
  max-width: 116.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-entrance__inner {
    padding: 0 2rem;
  }
}
.p-entrance__en {
  color: #DB2509;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-entrance__en {
    font-size: 1.6rem;
  }
}
.p-entrance__ttl {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-entrance__ttl {
    font-size: 2.4rem;
  }
}
.p-entrance__txt {
  font-size: 1.8rem;
  line-height: 2.4;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-entrance__txt {
    font-size: 1.5rem;
  }
}
.p-entrance__img {
  position: relative;
  display: block;
  width: calc((100vw - 116.6rem) / 2 + 116.6rem);
  overflow: hidden;
  margin: 8rem 0 10rem;
}
@media screen and (max-width: 1200px) and (min-width: 767.1px) {
  .p-entrance__img {
    width: 126rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entrance__img {
    width: calc(100% + 2rem);
    margin: 5rem -2rem 0 0;
  }
}
.p-entrance__img img {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
@media screen and (max-width: 767px) {
  .p-entrance__img img {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}
.p-entrance__img figcaption {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-entrance__img figcaption {
    position: static;
    padding: 0.5rem 2rem 0;
    color: #000;
    font-size: 1rem;
  }
}
.p-entrance__hall {
  position: relative;
  margin-top: 12rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-entrance__hall {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.p-entrance__hall__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 10rem 0 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-entrance__hall__inner {
    width: calc(100% + 4rem);
    margin: 5rem -2rem 0;
  }
}
.p-entrance .m-prot-icon__item:nth-child(1) {
  top: 52.5%;
  left: 71%;
}
.p-entrance .m-prot-icon__item:nth-child(2) {
  top: 65.5%;
  left: 9.5%;
}
.p-entrance .m-prot-popup-list__item:nth-child(1) {
  margin-top: 20.5%;
  margin-left: 60%;
}
.p-entrance .m-prot-popup-list__item:nth-child(2) {
  margin-top: 31%;
  margin-left: 11.5%;
}

.p-cafe {
  background-color: #3C3C3C;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cafe {
    padding-bottom: 8rem;
  }
}
.p-cafe__inner {
  max-width: 116.6rem;
  margin: 0 auto;
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-cafe__inner {
    padding: 8rem 2rem 0rem;
  }
}
.p-cafe__hdg {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-cafe__hdg {
    font-size: 2.6rem;
  }
}
.p-cafe__hdg span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-cafe__hdg span {
    font-size: 1.6rem;
  }
}
.p-cafe__txt {
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-cafe__txt {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
.p-cafe__prot {
  position: relative;
}
.p-cafe__prot-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 10rem 0 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-cafe__prot-inner {
    margin: 5rem 0 0;
  }
}
.p-cafe .m-prot__img figcaption {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cafe .m-prot-notice li::before {
    border: none;
  }
}
.p-cafe .m-prot-icon__item:nth-child(1) {
  top: 84.5%;
  left: 3%;
}
.p-cafe .m-prot-icon__item:nth-child(2) {
  top: 92.5%;
  left: 39.5%;
}
.p-cafe .m-prot-icon__item:nth-child(3) {
  top: 50%;
  left: 57%;
}
.p-cafe .m-prot-icon__item:nth-child(4) {
  top: 84%;
  left: 74.5%;
}
.p-cafe .m-prot-popup-list__item:nth-child(1) {
  margin-top: 35.5%;
  margin-left: 5%;
}
.p-cafe .m-prot-popup-list__item:nth-child(2) {
  margin-top: 39.5%;
  margin-left: 42%;
}
.p-cafe .m-prot-popup-list__item:nth-child(3) {
  margin-top: 19.5%;
  margin-left: 59%;
}
.p-cafe .m-prot-popup-list__item:nth-child(4) {
  margin-top: 35.5%;
  margin-left: 76%;
}

.p-landscape {
  background: #FBF1EB;
  padding: 14rem 0;
}
@media screen and (max-width: 767px) {
  .p-landscape {
    padding: 8rem 2rem;
  }
}
.p-landscape__inner {
  max-width: 116.6rem;
  margin: 0 auto;
}
.p-landscape-ttl__ja {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-landscape-ttl__ja {
    font-size: 1.4rem;
  }
}
.p-landscape-ttl__en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #DB2509;
  font-size: 7rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-landscape-ttl__en {
    font-size: 4.1rem;
  }
}
.p-landscape__ttl {
  font-size: 3.6rem;
  font-weight: 500;
  margin: 3.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-landscape__ttl {
    font-size: 2.4rem;
  }
}
.p-landscape__txt {
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-landscape__txt {
    font-size: 1.5rem;
  }
}
.p-landscape-map {
  position: relative;
}
.p-landscape-map__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.p-landscape-map__inner {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin: 10rem 0 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__inner {
    width: calc(100% + 4rem);
    border-radius: 0;
    margin: 5rem -2rem 0;
  }
}
.p-landscape-map__content {
  position: relative;
  max-width: 758px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content {
    width: 100%;
  }
}
.p-landscape-map__content__txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content__txt {
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 1rem;
  }
}
.p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(1) {
  top: 19.5%;
  left: 29%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(1) {
    top: 18.5%;
    left: 19%;
  }
}
@media (max-height: 670px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(1) {
    top: 18.5%;
  }
}
.p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(2) {
  top: 29.5%;
  left: 23.5%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(2) {
    top: 28.5%;
    left: 12.5%;
  }
}
@media (max-height: 670px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(2) {
    top: 28.5%;
  }
}
.p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(3) {
  top: 34%;
  left: 29.5%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(3) {
    top: 33%;
    left: 19.5%;
  }
}
@media (max-height: 670px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(3) {
    top: 33%;
  }
}
.p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(4) {
  top: 68.5%;
  left: 20.5%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(4) {
    top: 64.5%;
    left: 8.5%;
  }
}
@media (max-height: 670px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(4) {
    top: 64.5%;
  }
}
.p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(5) {
  top: 82.5%;
  left: 26.5%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(5) {
    top: 76.5%;
    left: 14.5%;
  }
}
@media (max-height: 670px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(5) {
    top: 76.5%;
  }
}
.p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(6) {
  top: 50.3%;
  left: 30.5%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(6) {
    top: 48.3%;
    left: 23.5%;
  }
}
@media (max-height: 670px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(6) {
    top: 48.3%;
  }
}
.p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(7) {
  top: 47.5%;
  left: 46.2%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(7) {
    top: 44.5%;
    left: 44.2%;
  }
}
@media (max-height: 670px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(7) {
    top: 44.5%;
  }
}
.p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(8) {
  top: 54.5%;
  left: 51.5%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(8) {
    top: 52.2%;
    left: 50.5%;
  }
}
@media (max-height: 670px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(8) {
    top: 52.2%;
  }
}
.p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(9) {
  top: 47.5%;
  left: 57.5%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(9) {
    top: 45.5%;
    left: 59.2%;
  }
}
@media (max-height: 670px) {
  .p-landscape-map__content .p-landscape-map__icon .m-prot-icon__item:nth-child(9) {
    top: 45.5%;
  }
}
.p-landscape-map__img {
  display: block;
  width: 100%;
  max-width: 758px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-landscape-map__img {
    width: 100%;
  }
}
.p-landscape-map__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-landscape-map__list {
    padding: 0 20px;
  }
}
.p-landscape-map__list-inner {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  width: 1200px;
  height: 100%;
}
.p-landscape-map-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-list {
    align-items: center;
    grid-gap: 15px;
  }
}
.p-landscape-map-list__item {
  display: none;
  width: 430px;
  padding: 5px 15px 20px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-list__item {
    position: static;
    width: calc(100vw - 40px);
    padding: 1rem 1.5rem 1.5rem;
  }
}
.p-landscape-map-list__item._active {
  display: block;
}
.p-landscape-map-list__item-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.p-landscape-map-list__item-wrap .p-landscape-map-list__img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-list__item-wrap .p-landscape-map-list__img {
    width: 12rem;
  }
}
.p-landscape-map-list__item-wrap .p-landscape-map-list__txt-wrap {
  flex: 1;
}
.p-landscape-map-list__item:nth-child(1) {
  margin-top: 2%;
  margin-left: 15%;
}
.p-landscape-map-list__item:nth-child(2) {
  margin-top: 12%;
  margin-left: 5%;
}
.p-landscape-map-list__item:nth-child(3) {
  margin-top: 2%;
  margin-left: 45%;
}
.p-landscape-map-list__item:nth-child(4) {
  margin-top: 25%;
  margin-left: 10%;
}
.p-landscape-map-list__item:nth-child(5) {
  margin-top: 35%;
  margin-left: 15%;
}
.p-landscape-map-list__item:nth-child(6) {
  margin-top: 20%;
  margin-left: 5%;
}
.p-landscape-map-list__item:nth-child(7) {
  margin-top: 20%;
  margin-left: 55%;
}
.p-landscape-map-list__item:nth-child(8) {
  margin-top: 30%;
  margin-left: 35%;
}
.p-landscape-map-list__item:nth-child(9) {
  margin-top: 30%;
  margin-left: 55%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-list__item:nth-child(n) {
    margin: 0;
  }
}
.p-landscape-map-list__txt {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-list__txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-landscape-map-list__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.3rem;
}
.p-landscape-map-list__btns + .p-landscape-map-list__img {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-list__btns + .p-landscape-map-list__img {
    margin-top: 1rem;
  }
}
.p-landscape-map-list__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-list__btn {
    margin-top: 1rem;
  }
}
.p-landscape-map-list__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.3rem;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-list__btn a {
    gap: 0 1rem;
    font-size: 0.9rem;
  }
}
.p-landscape-map-list__btn a i {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 1;
  background: #DB2509;
}
.p-landscape-map-list__btn a i::before {
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 2.5px);
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
  content: "";
}
.p-landscape-map-txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-txt {
    gap: 0 0.5rem;
    margin: 0 0 1rem;
  }
}
.p-landscape-map-txt__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #DB2509;
  width: 3.2rem;
  height: 3.2rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-txt__num {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }
}
.p-landscape-map-txt__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-txt__ttl {
    height: 3rem;
  }
}
.p-landscape-map-txt__note {
  color: #DB2509;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-txt__note {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.p-landscape-map-txt__note .small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-landscape-map-txt__note .small {
    font-size: 1.2rem;
  }
}
.p-landscape-map-txt__note._w .small {
  display: block;
}
@keyframes sec1-popup-on {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes sec1-popup-off {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.p-landscape-map .p-landscape-map__icon {
  animation: sec1-popup-on 0.4s;
  animation-fill-mode: forwards;
}
.p-landscape-map .p-landscape-map__list {
  animation: sec1-popup-off 0.4s;
  animation-fill-mode: forwards;
}
.p-landscape-map._active .p-landscape-map__icon {
  z-index: 5;
  animation: sec1-popup-off 0.4s;
  animation-fill-mode: forwards;
}
.p-landscape-map._active .p-landscape-map__list {
  z-index: 5;
  animation: sec1-popup-on 0.4s;
  animation-fill-mode: forwards;
}
.p-landscape-map._active .p-landscape-map__overlay {
  z-index: 1;
  display: block;
}

/*# sourceMappingURL=design.css.map */