@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&display=swap");
:root {
  --padding:70px;
}

@media screen and (max-width: 768px) {
  :root {
    --padding:12vw;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#mtkContainer {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

img {
  border: 0;
  vertical-align: top;
}

#set-footer-base {
  z-index: 99;
}

.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

#goTop {
  display: none;
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  padding: 10px 10px 2px 10px;
  border-radius: 5em;
  font-size: 12px;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#goTop:hover {
  padding-top: 30px;
  background-color: rgb(0, 0, 0);
  transition: all 0.2s;
}
#goTop::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-color: transparent transparent #fff;
}

.event-footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  background: #333333 url(../images/footer-bg.svg) center top repeat-x;
  z-index: 100;
}
.event-footer img {
  width: 100%;
}
.event-footer img.pc {
  display: block;
}
@media (max-width: 768px) {
  .event-footer img.pc {
    display: none;
  }
}
.event-footer img.m {
  display: none;
}
@media (max-width: 768px) {
  .event-footer img.m {
    display: block;
  }
}

.event-header {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}
.event-header img {
  width: 100%;
}
.event-header img.pc {
  display: block;
}
@media (max-width: 768px) {
  .event-header img.pc {
    display: none;
  }
}
.event-header img.m {
  display: none;
}
@media (max-width: 768px) {
  .event-header img.m {
    display: block;
  }
}

.kv-banner {
  position: relative;
  width: 100%;
  height: 900px;
  background: black url(../images/kv-bg.jpg?v=0507) center top no-repeat;
  animation: kvBG 8s linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1400px) {
  .kv-banner {
    animation: none;
  }
}
@media (max-width: 768px) {
  .kv-banner {
    background-size: 170%;
    height: 97vw;
  }
}
.kv-banner .luxurious {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  width: 50%;
  max-width: 257px;
}
@media (max-width: 768px) {
  .kv-banner .luxurious {
    top: 6vw;
  }
}
.kv-banner .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 400px;
  width: 85%;
  max-width: 828px;
}
@media (max-width: 768px) {
  .kv-banner .title {
    top: 35vw;
  }
}
.kv-banner .subTitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 520px;
  width: 65%;
  max-width: 508px;
}
@media (max-width: 768px) {
  .kv-banner .subTitle {
    top: 50vw;
  }
}
.kv-banner .btn-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  top: 610px;
}
@media (max-width: 768px) {
  .kv-banner .btn-content {
    width: 100%;
    top: 60vw;
    gap: 0px;
    justify-content: space-evenly;
  }
}
.kv-banner .btn {
  display: block;
  width: 30vw;
  height: 30vw;
  max-width: 180px;
  max-height: 180px;
  background: url(../images/btn-bg.svg) center top no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .kv-banner .btn {
    width: 16vw;
    height: 16vw;
  }
}
.kv-banner .btn:hover {
  transform: translate(0px, 4px) !important;
}
.kv-banner .btn:hover p small {
  filter: brightness(1.2);
}
.kv-banner .btn:hover p strong {
  filter: drop-shadow(0px 0px 2px #e8cca1);
}
.kv-banner .btn p {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  transform: translateY(-3%);
}
.kv-banner .btn p small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #e8cca1;
  display: block;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .kv-banner .btn p small {
    font-size: 2vw;
  }
}
.kv-banner .btn p strong {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: white;
  display: block;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .kv-banner .btn p strong {
    font-size: 3.5vw;
  }
}
.kv-banner .btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  animation: rotating 8s linear infinite;
}
.kv-banner .btn span img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .kv-banner .btn span img {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .kv-banner .star-1 {
    display: none;
  }
}
.kv-banner .light-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 656px;
  transform: translateX(-436px);
  mix-blend-mode: screen;
}
.kv-banner .light-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 794px;
  transform: scale(0.6) translateX(-604px);
  mix-blend-mode: screen;
  opacity: 0.4;
}
.kv-banner .light-3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 676px;
  transform: scale(0.5) translateX(-1234px);
  mix-blend-mode: screen;
  opacity: 0.7;
}
.kv-banner .light-4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 786px;
  transform: translateX(314px);
  mix-blend-mode: screen;
  opacity: 0.7;
}
.kv-banner .light-5 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 667px;
  transform: scale(0.5) translateX(714px);
  mix-blend-mode: screen;
  opacity: 0.3;
}
.kv-banner .light-6 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 614px;
  transform: translateX(573px);
  mix-blend-mode: screen;
  opacity: 0.4;
}
.kv-banner .light-7 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 736px;
  transform: scale(0.5) translateX(1252px);
  mix-blend-mode: screen;
  opacity: 0.4;
}
.kv-banner .geometry {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0.27;
}
.kv-banner .geometry.left {
  transform: translateX(-960px);
}
.kv-banner .geometry.right {
  transform: scaleX(-1) translateX(-484px);
}

@keyframes kvBG {
  from {
    background-size: 100%;
  }
  to {
    background-size: 105%;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes brightness {
  to {
    filter: drop-shadow(0px 0px 1px #e8cca1);
  }
}
.scan {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 150px;
  background-blend-mode: overlay;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform-origin: center center;
  transform: translate(-100%, -20%) rotate(-50deg);
  opacity: 0;
}
@media (max-width: 768px) {
  .scan {
    display: none;
  }
}

@keyframes ScanLights {
  0% {
    opacity: 1;
    transform: translate(-100%, -20%) rotate(-50deg);
  }
  100% {
    opacity: 1;
    transform: translate(150%, -20%) rotate(-50deg);
  }
}
.poi {
  position: relative;
  background: linear-gradient(to bottom, #b2926c 0%, #a38057 100%);
  padding: var(--padding) 0;
}
.poi h2 {
  font-family: "Zen Old Mincho", serif;
  height: 143px;
  background: url(../images/title-box.svg) center center no-repeat;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .poi h2 {
    height: 23vw;
    background-size: cover;
    font-size: 7vw;
  }
}
.poi h2 span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
}
@media (max-width: 768px) {
  .poi h2 span {
    font-size: 2.5vw;
  }
}

.introduction {
  position: relative;
  overflow: hidden;
  padding: var(--padding) 0;
  background: black;
}
.introduction .tabs-nav {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .introduction .tabs-nav {
    gap: 1rem;
  }
}
.introduction .tabs-nav a {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.5em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  color: #e8cca1;
  border: solid 1px #e8cca1;
  padding: 0.7em;
  width: 33%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s;
}
.introduction .tabs-nav a.active {
  color: black;
  background: linear-gradient(135deg, #edd2a9 0%, #e9cea3 19%, #fae2be 31%, #e9cea3 58%, #d8b888 100%);
}
@media (max-width: 1200px) {
  .introduction .tabs-nav a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
}
.introduction .tabs-nav a br {
  display: none;
}
@media (max-width: 768px) {
  .introduction .tabs-nav a br {
    display: block;
  }
}
.introduction .tabs-nav a:hover {
  color: black;
  background: linear-gradient(135deg, #edd2a9 0%, #e9cea3 19%, #fae2be 31%, #e9cea3 58%, #d8b888 100%);
}
.introduction .tabs-nav a:hover .scan {
  animation: ScanLights 0.7s linear;
}

.decoration {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1400px) {
  .decoration {
    display: none;
  }
}
.decoration .bg-d-1 {
  position: absolute;
  left: -1122px;
  top: 82px;
  transform: translateX(-200px);
}
.decoration .bg-d-2 {
  position: absolute;
  left: 744px;
  top: -172px;
  transform: translateX(200px);
}
.decoration .bg-d-3 {
  position: absolute;
  left: 280px;
  top: -740px;
  transform: translateX(320px);
}
.decoration .bg-d-4 {
  position: absolute;
  left: -1081px;
  top: -18px;
  transform: translateX(-200px);
}
.decoration .bg-d-5 {
  position: absolute;
  left: 745px;
  top: 217px;
  transform: translateX(200px);
}
.decoration .bg-d-6 {
  position: absolute;
  left: -1069px;
  top: -83px;
  transform: translateX(-200px);
}
.decoration .bg-d-7 {
  position: absolute;
  left: -1295px;
  top: -638px;
  transform: translateX(-200px);
}
.decoration .bg-d-8 {
  position: absolute;
  left: 727px;
  top: 127px;
  transform: scale(1.2);
  transform: translateX(200px);
}

.navFixed {
  position: fixed;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 98;
}
@media (max-width: 768px) {
  .navFixed {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: -50px;
    transform: none;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.navFixed a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/btn-bg-off.svg) center top no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .navFixed a {
    width: 50%;
    height: auto;
    background: #ACACAC;
    margin: 0;
  }
}
.navFixed a p {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.navFixed a p strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #EEEEEE;
  display: block;
  line-height: 1.2;
  padding: 14px 0;
}
@media (max-width: 768px) {
  .navFixed a p strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .navFixed a p strong br {
    display: none;
  }
}
.navFixed a.active, .navFixed a:hover {
  background: url(../images/btn-bg-light.svg) center top no-repeat;
  background-size: contain;
}
.navFixed a.active strong, .navFixed a:hover strong {
  color: #333333;
}
@media (max-width: 768px) {
  .navFixed a.active, .navFixed a:hover {
    background: #e8cca1;
  }
}

.poi .ph-menu {
  display: none;
}
.poi .ph-group-title {
  display: none;
}
.poi .ph-group {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .poi .ph-group {
    margin-top: var(--padding);
  }
}
.poi .ph-group-content {
  position: relative;
  margin: 24px auto;
  padding: 24px 0;
  display: flex;
  border-radius: 0 3rem 0 0;
  background: white;
  transition: all 0.2s;
}
.poi .ph-group-content:hover {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
}
.poi .ph-group-content:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .poi .ph-group-content {
    flex-wrap: wrap;
  }
}
.poi .ph-group-content .ph-group-content-tag {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: white;
  background: black;
  padding: 0.5em 1em;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .poi .ph-group-content .ph-group-content-tag {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.poi .ph-group-content .ph-group-content-photo {
  width: 50%;
  max-width: 570px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .poi .ph-group-content .ph-group-content-photo {
    width: 95%;
    max-width: inherit;
  }
}
.poi .ph-group-content .ph-group-content-photo a {
  display: block;
}
.poi .ph-group-content .ph-group-content-photo a img {
  width: 100%;
  border-radius: 0 0 3rem 0;
}
.poi .ph-group-content .ph-group-content-text {
  position: relative;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .poi .ph-group-content .ph-group-content-text {
    padding: 24px 24px 0;
  }
}
.poi .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .poi .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
.poi .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #9e8361;
  border-top: solid 1px;
  border-bottom: solid 1px;
  display: block;
  padding: 0.6em 0;
  text-align: center;
  margin: 1rem 0;
}
@media (max-width: 1200px) {
  .poi .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3em;
  }
}
.poi .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: black;
}
@media (max-width: 1200px) {
  .poi .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
.poi .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
  color: #9e8361;
  text-align: right;
  padding-top: 2rem;
  transform: scaleY(0.9);
}
@media (max-width: 1200px) {
  .poi .ph-group-content .ph-group-content-text .ph-group-content-text-price {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
.poi .ph-group-content .ph-group-content-text .ph-group-content-text-price span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Sans TC", sans-serif;
  transform: scaleY(1);
  display: inline-block;
  transform: scaleY(1.2) translateY(-5px);
}
@media (max-width: 1200px) {
  .poi .ph-group-content .ph-group-content-text .ph-group-content-text-price span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    transform: scaleY(1.2) translateY(-1px);
  }
}
.poi .ph-group-content .ph-group-content-text .ph-group-content-text-price span:first-child {
  border: solid 2px;
  border-radius: 0.5rem;
  padding: 0.2em 0.8em 0.3em;
}
@media (max-width: 768px) {
  .poi .ph-group-content .ph-group-content-text .ph-group-content-text-price span:first-child {
    padding: 0.1em 0.8em 0.1em;
  }
}
.poi .ph-group-content .ph-group-content-text .ph-group-content-text-price span:last-child {
  font-size: 13px;
}
.poi .ph-group-content:not(:first-child) {
  align-items: center;
}
@media (max-width: 1200px) {
  .poi .ph-group-content:not(:first-child) {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.poi .ph-group-content:not(:first-child) .ph-group-content-photo,
.poi .ph-group-content:not(:first-child) .ph-group-content-text-sale a,
.poi .ph-group-content:not(:first-child) .ph-group-content-text-detail a {
  display: none;
}
.poi .ph-group-content:not(:first-child) .ph-group-content-tag {
  position: relative;
  flex-shrink: 0;
}
.poi .ph-group-content:not(:first-child) .ph-group-content-text {
  padding-right: 380px;
}
@media (max-width: 1200px) {
  .poi .ph-group-content:not(:first-child) .ph-group-content-text {
    padding: 24px 24px 0;
  }
}
.poi .ph-group-content:not(:first-child) .ph-group-content-text-price {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
}
@media (max-width: 1200px) {
  .poi .ph-group-content:not(:first-child) .ph-group-content-text-price {
    position: relative;
    right: inherit;
    top: inherit;
    transform: none;
    padding-top: 2rem;
  }
}

.poi-2 .ph-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .poi-2 .ph-menu {
    margin-bottom: 24px;
  }
}
.poi-2 .ph-menu .slidecontain {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .poi-2 .ph-menu .slidecontain {
    scrollbar-width: none;
  }
}
.poi-2 .ph-menu .slidecontain li {
  flex-shrink: 0;
}
.poi-2 .ph-menu .slidecontain li a {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #e8cca1;
  margin: 0 1rem;
}
@media (max-width: 1200px) {
  .poi-2 .ph-menu .slidecontain li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3em;
  }
}
.poi-2 .ph-menu .slidecontain li a div {
  position: relative;
  padding: 0.5em 0;
}
.poi-2 .ph-menu .slidecontain li a div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(135deg, #edd2a9 0%, #e9cea3 19%, #fae2be 31%, #e9cea3 58%, #d8b888 100%);
  transition: all 0.2s;
}
.poi-2 .ph-menu .slidecontain li.on div:after {
  width: 100%;
}
.poi-2 .ph-menu .slidecontain li:hover a {
  filter: brightness(1.2);
}
.poi-2 .ph-menu .slidecontain li:hover a div:after {
  width: 100%;
}
.poi-2 .ph-menu .slidecontain li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/star-2.svg) center top no-repeat;
  background-size: contain;
  transform: translateX(-5px);
}
@media (max-width: 768px) {
  .poi-2 .ph-menu .slidecontain li:not(:last-child)::after {
    width: 0.7em;
    height: 0.7em;
  }
}
.poi-2 .ph-group-title {
  display: none;
}
.poi-2 .ph-group {
  display: none;
}
.poi-2 .ph-group.on {
  display: block;
}
.poi-2 .ph-group-content {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 0 3rem 0 0;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .poi-2 .ph-group-content {
    flex-wrap: wrap;
  }
}
.poi-2 .ph-group-content .ph-group-content-tag {
  display: none;
}
.poi-2 .ph-group-content .ph-photo-base {
  position: relative;
  width: 50%;
  border: 2px solid #e8cca1;
  border-radius: 99rem 99rem 0 0;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .poi-2 .ph-group-content .ph-photo-base {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
}
.poi-2 .ph-group-content .ph-photo-base .photo-d {
  position: absolute;
  bottom: 0;
  width: 3.5vw;
  max-width: 20px;
}
.poi-2 .ph-group-content .ph-photo-base .photo-d-left {
  left: 0;
  transform: translateX(-130%);
}
.poi-2 .ph-group-content .ph-photo-base .photo-d-right {
  right: 0;
  transform: translateX(130%);
}
.poi-2 .ph-group-content .ph-photo-base .ph-photo-wrap {
  border: 12px solid black;
  display: grid;
  grid-template-areas: "A A" "B C";
  grid-template-columns: 50% 50%;
  grid-template-rows: 2fr 1fr;
  gap: 6px;
  border-radius: 99rem 99rem 0 0;
  overflow: hidden;
  background: white;
}
.poi-2 .ph-group-content .ph-photo-base .ph-group-content-photo {
  position: relative;
}
.poi-2 .ph-group-content .ph-photo-base .ph-group-content-photo:nth-of-type(1) {
  grid-area: A;
}
.poi-2 .ph-group-content .ph-photo-base .ph-group-content-photo:nth-of-type(2) {
  grid-area: B;
}
.poi-2 .ph-group-content .ph-photo-base .ph-group-content-photo:nth-of-type(3) {
  grid-area: C;
}
.poi-2 .ph-group-content .ph-photo-base .ph-group-content-photo a {
  display: block;
}
.poi-2 .ph-group-content .ph-photo-base .ph-group-content-photo img {
  width: 100%;
}
.poi-2 .ph-group-content .ph-group-content-text {
  position: relative;
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (max-width: 768px) {
  .poi-2 .ph-group-content .ph-group-content-text {
    width: 100%;
    order: 1;
    padding: 24px 0;
  }
}
.poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
.poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-name .title-d {
  display: block;
  margin: 0 auto 24px;
}
.poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  text-align: center;
}
.poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.2;
  color: black;
  border-radius: 0 15px 0 15px;
  display: inline-block;
  padding: 0.4em 1.5em;
  text-align: center;
  margin: 24px auto;
  background: linear-gradient(135deg, #edd2a9 0%, #e9cea3 19%, #fae2be 31%, #e9cea3 58%, #d8b888 100%);
}
@media (max-width: 1200px) {
  .poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3em;
  }
}
.poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 3;
  color: white;
}
@media (max-width: 1200px) {
  .poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}/*# sourceMappingURL=all.css.map */