.container,
.footer,
.header {
  visibility: hidden;
}

:root {
  --color-normal: #0a3d60;
  --color-normal-light: #8bc0b6;
  --color-normal-light-2: #87b1a9;
  --color-normal-dark: #184e47;
  --color-highlight: #0084ae;
  --color-highlight-dark: #877055;
  --color-white: #fff;
  --color-red: #db595e;
  --color-pink: #ee849f;
  --color-black: #222;
  --color-grey: #646875;
  --color-grey-light: #aaa;
  --color-light: #ddd;
  --color-white-grey: #efefef;
  --color-bg: #ececec;
  --color-bg-black: #000;
  --color-text-scroll: #f2f2f2;
  --color-blue: #14799e;
  --color-orange: #dc6f27;
  --color-white-alpha: rgba(255, 255, 255, 0.5);
  --color-black-alpha: rgba(0, 0, 0, 0.5);
  --color-normal-alpha-03: rgba(10, 61, 96, 0.3);
  --color-normal-alpha-05: rgba(10, 61, 96, 0.5);
  --color-dark-alpha: rgba(24, 78, 71, 0.5);
  --color-highlight-alpha: rgba(171, 135, 104, 0.5);
  --color-white-zero: rgba(255, 255, 255, 0);
  --color-white-alpha-01: rgba(255, 255, 255, 0.1);
  --color-white-alpha-02: rgba(255, 255, 255, 0.2);
  --color-white-alpha-03: rgba(255, 255, 255, 0.3);
  --color-white-alpha-04: rgba(255, 255, 255, 0.4);
  --color-white-alpha-05: rgba(255, 255, 255, 0.5);
  --color-white-alpha-06: rgba(255, 255, 255, 0.6);
  --color-white-alpha-07: rgba(255, 255, 255, 0.7);
  --color-white-alpha-08: rgba(255, 255, 255, 0.8);
  --color-white-alpha-09: rgba(255, 255, 255, 0.9);
  --color-black-zero: rgba(0, 0, 0, 0);
  --color-black-alpha-01: rgba(0, 0, 0, 0.1);
  --color-black-alpha-02: rgba(0, 0, 0, 0.2);
  --color-black-alpha-03: rgba(0, 0, 0, 0.3);
  --color-black-alpha-04: rgba(0, 0, 0, 0.4);
  --color-black-alpha-05: rgba(0, 0, 0, 0.5);
  --color-black-alpha-06: rgba(0, 0, 0, 0.6);
  --color-black-alpha-07: rgba(0, 0, 0, 0.7);
  --color-black-alpha-08: rgba(0, 0, 0, 0.8);
  --color-black-alpha-09: rgba(0, 0, 0, 0.9);
  --color-bg-hide: linear-gradient(90deg, rgba(17, 74, 90, 1) 30%, rgba(17, 74, 90, 0) 80%);
  --color-black-alpha: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  --color-hide-top: linear-gradient(0deg, rgba(5, 44, 56, 0) 15%, rgba(5, 44, 56, 0.8) 40%, rgba(5, 44, 56, 0.8) 70%);
  --color-bg-banner: linear-gradient(0deg, rgba(17, 74, 90, 1) 0%, rgba(17, 74, 90, 0.3) 100%);
  --color-block-hide: linear-gradient(0deg, rgba(24, 78, 71, 0) 20%, rgba(24, 78, 71, 1) 100%);
  --color-black-thumb: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  --color-border: linear-gradient(0deg, #184e47 0%, #8bc0b6 50%, #ab8768 100%);
  --color-black-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
  --color-banner-hide: linear-gradient(0deg, rgba(10, 61, 96, 1) 10%, rgba(10, 61, 96, 0) 60%);
  --color-border-gradient: linear-gradient(135deg, #ab8768 0%, rgba(255, 255, 255, 0) 50%, #e1cab0 100%);
  --color-mask: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  --color-dot: linear-gradient(135deg, #ab8768 0%, #dc6f27 100%);
  --color-dot-2: linear-gradient(135deg, #cb4600 0%, #7f1417 100%);
  --color-text-gradient: linear-gradient(90deg, #c69b77 0%, #62b9d3 30%, #fff 70%, #7b9164 100%);
  --color-text-red: linear-gradient(90deg, #fff 0%, #8bc0b6 30%, #fff 50%, #ab8768 80%, #dc6f27 100%);
  --color-bg-news: linear-gradient(0deg, #8bc0b6 0%, #184e47 50%, #0a3d60 100%);
  --color-bg-blur: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  --color-bg-gradient: linear-gradient(135deg, #ab8768 0%, #877055 50%, #ab8768 100%);
  --color-bg-gradient-2: linear-gradient(135deg, #8bc0b6 0%, #184e47 50%, #8bc0b6 100%);
  --block-A: #184e47;
  --block-B: #877055;
  --office: #6b90b8;
  --shophouse: #c9b8a6;
  --trendy: #dfdc8e;
  --classy: #ffd57e;
  --morden: #f37477;
  --morden-1: #beddd8;
  --morden-2: #81ccba;
  --morden-3: #ffd1d1;
  --morden-4: #f5acac;
  --elegant: #9ea2cc;
  --font-note: "Oswald";
}

img:not([src]) {
  visibility: hidden;
}

.splitting .char,
.splitting .word {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.splitting .char::after,
.splitting .char::before {
  content: attr(data-char);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.about-thumbnail-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  pointer-events: none;
  position: absolute;
}
.about-thumbnail-image .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(2, 107, 118, 0.8);
}
.about-thumbnail-image .image-hover img {
  -o-object-fit: contain;
  object-fit: contain;
}
.about-thumbnail-image .image-hover.active {
  opacity: 1;
}
@media print, (min-width: 768px) {
  .about-thumbnail-image .image-hover[data-pair="14"] {
    background-image: url(../img/product/thumb_img_01_hover.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: contain;
  }
  .about-thumbnail-image .image-hover[data-pair="15"] {
    background-image: url(../img/product/thumb_img_02_hover.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: contain;
  }
  .about-thumbnail-image .image-hover[data-pair="16"] {
    background-image: url(../img/product/thumb_img_03_hover.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: contain;
  }
  .about-thumbnail-image .image-hover[data-pair="17"] {
    background-image: url(../img/product/thumb_img_04_hover.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: contain;
  }
  .about-thumbnail-image .image-hover[data-pair="18"] {
    background-image: url(../img/product/thumb_img_05_hover.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .about-thumbnail-image {
    margin-top: -0.099rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-thumbnail-image .image-hover[data-pair="14"] {
    background-image: url(../img/product/sp/thumb_img_01_hover.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: contain;
  }
  .about-thumbnail-image .image-hover[data-pair="15"] {
    background-image: url(../img/product/sp/thumb_img_02_hover.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: contain;
  }
  .about-thumbnail-image .image-hover[data-pair="16"] {
    background-image: url(../img/product/sp/thumb_img_03_hover.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: contain;
  }
  .about-thumbnail-image .image-hover[data-pair="17"] {
    background-image: url(../img/product/sp/thumb_img_04_hover.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: contain;
  }
  .about-thumbnail-image .image-hover[data-pair="18"] {
    background-image: url(../img/product/sp/thumb_img_05_hover.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: contain;
  }
}

@media print, (min-width: 768px) {
  .group-central .title-common-primary .title-label.is-default {
    font-size: 0.5rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .group-central .title-common-primary .title-label {
    font-size: 0.35rem;
    line-height: 1.14286;
  }
}
.visual-product {
  background-color: #2c677b;
  color: #fff;
  position: relative;
}

.visual-product .title-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, (min-width: 768px) {
  .visual-product .content-main {
    top: auto;
    bottom: 0.3rem;
    right: 0;
    left: auto;
    height: auto;
    width: 11.22rem;
    padding-right: 0.82rem;
  }
  .visual-product .title-main {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .visual-product .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .visual-product .title-common-primary .title-top {
    margin-left: -0.5rem;
  }
  .visual-product .title-common-primary .title-label.is-default {
    margin: -0.3rem 0 0 1.06rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .visual-product {
    height: 8.6rem !important;
  }
  .visual-product .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .visual-product .content-main {
    padding: 3.76rem 0.21rem 0.1rem;
  }
  .visual-product .title-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.06rem;
  }
}
.about-thumbnail svg {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity, transform;
  z-index: 20;
}

.about-thumbnail .box.active .hover {
  opacity: 1;
}

.about-thumbnail .box {
  cursor: pointer;
}

.about-thumbnail .box .hover {
  opacity: 0;
  -webkit-animation: dash-rotate 0.4s linear infinite;
  animation: dash-rotate 0.4s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  vector-effect: non-scaling-stroke;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media print, (min-width: 768px) {
  .about-thumbnail {
    background-image: url(../img/product/map_bg_01.jpg);
    
  }
}
@media print, (min-width: 1025px) {
  .about-thumbnail{top: -1.2rem !important;}
}  
@media print, (min-width: 1440px) {
  .about-thumbnail {top:auto !important;  }
}
@media (min-width: 1367px) and (max-width: 1400px) {
  .about-thumbnail { left: 0 !important; top:auto !important;  }
}

@media (min-width: 1100px) and (max-width: 1440.98px) {
  html.is-mac .about-thumbnail {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .about-thumbnail svg {
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-thumbnail {
    background-image: url(../img/product/sp/map_bg_01.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .about-thumbnail svg {
    height: 8.6rem;
  }
}
.master-map .area-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.master-map .area-path g.box {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.master-map .area-path g.box.active {
  opacity: 1;
  -webkit-filter: drop-shadow(0.03rem 0.04rem 0.07rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0.03rem 0.04rem 0.07rem rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 767.98px) {
  .master-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
.list-map-apartment {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-map-apartment .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.list-map-apartment .item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid #000;
  display: block;
  background: #c56628;
}

.list-map-apartment .item-icon.is-light-blue {
  background: #0183ae;
}

.list-map-apartment .item-icon.is-dark-blue {
  background: #29377f;
}

.list-map-apartment .item-icon.is-blue {
  background: #0973b9;
}

.list-map-apartment .item-icon.is-yellow {
  background: #faeb1d;
}

.list-map-apartment .item-text {
  color: #fff;
  text-transform: uppercase;
}

@media print, (min-width: 768px) {
  .list-map-apartment .list-item {
    margin-bottom: 0.15rem;
  }
  .list-map-apartment .item-icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .list-map-apartment .item-text {
    margin-left: 0.2rem;
    font-size: 0.15rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-map-apartment .list-item {
    margin-bottom: 0.1rem;
  }
  .list-map-apartment .item-icon {
    width: 0.21rem;
    height: 0.21rem;
  }
  .list-map-apartment .item-text {
    margin-left: 0.12rem;
    font-size: 0.1rem;
    line-height: 1;
  }
}
.about-map {
  background-color: #fff;
}

.about-map.show-text g.box {
  -webkit-animation-name: scalelarge;
  animation-name: scaleLarge;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: calc(100ms * var(--data-index));
  animation-delay: calc(100ms * var(--data-index));
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.about-map .content-main {
  pointer-events: none;
}

.about-map.show-text .area-path g.box {
  -webkit-animation: none;
  animation: none;
}

.about-map .title-common-primary {
  pointer-events: none;
}

.about-map .title-common-primary .title-top {
  line-height: 2;
}

.about-map .map-apartment {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media print, (min-width: 768px) {
  .about-map .content-main {
    top: 0.15rem;
    width: 5.59rem;
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-map .title-common-primary .title-top {
    padding-left: 0.2rem;
  }
  .about-map .title-common-primary .title-label.is-default {
    margin: -0.7rem 0 0.02rem 1.77rem;
  }
  .about-map .title-common-primary .title-label:nth-child(3) {
    margin-left: 0.75rem;
  }
  .about-map .map-item,
  .about-map .map-apartment {
    position: absolute;
  }
  .about-map .map-item {
    top: 1.84rem;
    right: 0.7rem;
    width: 30.7291666667vw;
    height: 23.2380952381%;
  }
  .about-map .map-apartment {
    top: 1.26rem;
    right: 0.95rem;
    width: 11.6666666667vw;
    height: 23.2380952381%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .about-map {
    height: 8.4rem !important;
  }
  .about-map .map-item {
    width: 34.5454545455vw;
  }
  .about-map .map-apartment {
    width: 17.2727272727vw;
  }
  .about-map .content-main {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-map {
    height: 8.6rem !important;
  }
  .about-map .title-common-primary {
    background: transparent;
    -webkit-text-fill-color: #fff;
    text-fill-color: #fff;
    color: #fff;
  }
  .about-map .content-main {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding: 0.62rem 0.44rem 0.17rem;
  }
  .about-map .title-common-primary .title-label {
    margin-top: 0;
  }
  .about-map .title-common-primary .title-label.is-default {
    margin: -0.32rem 0 0.05rem 0.66rem;
  }
  .about-map .title-common-primary .title-label:nth-child(3) {
    margin-left: 0.41rem;
  }
  .about-map .map-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2.01rem;
    margin: 0 auto;
    z-index: 30;
  }
  .about-map .map-apartment {
    width: 2rem;
    position: absolute;
    top: 2.49rem;
    left: 0.87rem;
    height: 1.44rem;
    z-index: 20;
  }
  .about-map .white path {
    fill: #fff;
  }
}
.list-about-map {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-about-map .list-item {
  width: 50%;
}

.list-about-map .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #231f20;
  cursor: pointer;
}

.list-about-map .item-wrapper:hover .item-number::before {
  opacity: 1;
  -webkit-animation: dash 1.5s linear infinite;
  animation: dash 1.5s linear infinite;
}

.list-about-map .item-wrapper.active .item-number::before {
  opacity: 1;
  -webkit-animation: dash 1.5s linear infinite;
  animation: dash 1.5s linear infinite;
}

.list-about-map .item-icon,
.list-about-map .item-number {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
}

.list-about-map .item-number {
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.list-about-map .item-number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.02rem dashed #2b3580;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media print, (min-width: 768px) {
  .list-about-map {
    height: 2.44rem;
  }
  .list-about-map .list-item {
    margin-bottom: 0.06rem;
  }
  .list-about-map .item-number {
    padding-top: 0.005rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .list-about-map .item-icon,
  .list-about-map .item-number {
    font-size: 0.15rem;
  }
  .list-about-map .item-icon {
    width: 0.26rem;
    height: 0.24rem;
  }
  .list-about-map .item-text {
    margin-left: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-about-map {
    height: 1.69rem;
    width: 4rem;
    margin: 0 auto;
  }
  .list-about-map .list-item {
    margin-bottom: 0.02rem;
  }
  .list-about-map .item-text {
    color: #fff;
  }
  .list-about-map .item-number {
    width: 0.17rem;
    height: 0.17rem;
    padding-top: 0.01rem;
  }
  .list-about-map .item-icon {
    width: 0.18rem;
    height: 0.14rem;
  }
  .list-about-map .item-icon,
  .list-about-map .item-number {
    font-size: 0.1rem;
  }
  .list-about-map .item-text {
    font-size: 0.12rem;
    margin-left: 0.12rem;
  }
}
.title-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-family: "VLNEWPARISHEADLINE", sans-serif;
  font-weight: 400;
  line-height: 0;
}

.title-product-gallery .title-signature,
.title-product-gallery .title-wrapper {
  background: linear-gradient(97.36deg, #c76400 8.99%, #2b3580 51%, #0084ae 91.42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}

.title-product-gallery .title-signature {
  font-family: "1FTV-Photograph-Signature", sans-serif;
}

@media print, (min-width: 768px) {
  .title-product-gallery .title-signature {
    margin: -0.2rem 0 -0.12rem;
    font-size: 0.7rem;
    line-height: 1.4285714286;
  }
  .title-product-gallery .title-wrapper {
    margin-left: 0.62rem;
    font-size: 0.5rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-product-gallery .title-signature {
    margin: -0.2rem 0 -0.05rem;
    font-size: 0.6rem;
    line-height: 1.5;
  }
  .title-product-gallery .title-wrapper {
    margin-left: 0.5rem;
    font-size: 0.3rem;
    line-height: 1.25;
  }
}
.list-product-visual {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-product-visual .item-thumbnail {
  position: relative;
  overflow: hidden;
}

.list-product-visual .item-thumbnail .object-common {
  position: absolute;
  top: 0;
  left: 0;
}

.list-product-visual .item-label {
  margin: 0;
  display: block;
  font-family: "VLNEWPARISHEADLINE", sans-serif;
  font-weight: 400;
  text-align: center;
}

@media print, (min-width: 768px) {
  .list-product-visual .slider-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.3rem;
  }
  .list-product-visual .list-item {
    width: 3.27rem;
  }
  .list-product-visual .item-thumbnail {
    padding-top: 60.5504587156%;
    border-radius: 0.1rem;
  }
  .list-product-visual .item-label {
    padding: 0.1rem 0;
    font-size: 0.27rem;
    line-height: 1.4814814815;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product-visual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
    overflow: visible;
  }
  .list-product-visual .list-item {
    width: 100%;
  }
  .list-product-visual .item-thumbnail {
    padding-top: 61.4609571788%;
    border-radius: 0.2rem;
  }
  .list-product-visual .item-label {
    padding: 0.14rem 0;
    font-size: 0.22rem;
    line-height: 1.5;
    text-transform: uppercase;
  }
  .list-product-visual .btn-prev,
  .list-product-visual .btn-next {
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    top: 1.08rem;
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    z-index: 1;
  }
  .list-product-visual .btn-prev:hover,
  .list-product-visual .btn-next:hover {
    opacity: 0.8;
  }
  .list-product-visual .btn-prev::after,
  .list-product-visual .btn-next::after {
    content: "";
    position: absolute;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: url("../img/common/arrow_icon_03.svg") center center/cover no-repeat;
    text-indent: -9999px;
    width: 0.25rem;
    height: 0.25rem;
  }
  .list-product-visual .btn-prev {
    left: -0.12rem;
  }
  .list-product-visual .btn-next {
    right: -0.12rem;
  }
  .list-product-visual .btn-next::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.section-product-location {
  position: relative;
  background-color: #2c677b;
  color: #fff;
}

.section-product-location .location-viewport {
  height: 100%;
  position: relative;
}

.section-product-location .location-background {
  position: relative;
  z-index: 0;
}

.section-product-location .location-wrapper {
  min-height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-product-location .location-table {
  max-width: 2.24rem;
}

@media print, (min-width: 768px) {
  .section-product-location .location-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .section-product-location .location-wrapper {
    padding: 1.21rem 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-product-location .wrapper {
    max-width: 17.7rem;
  }
  .section-product-location .title-product-primary {
    margin: 0 -0.19rem 0.54rem;
  }
  .section-product-location .location-table {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-product-location .location-wrapper {
    padding: 0.6rem 0;
  }
  .section-product-location .title-product-primary {
    margin-bottom: 0.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-product-location .location-table {
    margin: 0 auto;
  }
}
.section-product-gallery {
  position: relative;
}

.section-product-gallery .gallery-viewport {
  height: 100%;
  position: relative;
  background: url("../img/product/story_bg_02.png") center bottom/100% auto no-repeat, url("../img/product/story_bg_01.jpg") center top/100% auto no-repeat, #fff;
}

.section-product-gallery .gallery-background {
  position: relative;
  z-index: 0;
}

.section-product-gallery .gallery-wrapper {
  min-height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-product-gallery .information-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-product-gallery .swiper-wrapper {
  height: unset;
}

@media print, (min-width: 768px) {
  .section-product-gallery .gallery-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .section-product-gallery .gallery-wrapper {
    padding: 0.23rem 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-product-gallery .gallery-information {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.51rem 0 0.6rem 0.7rem;
  }
  .section-product-gallery .wrapper {
    max-width: 17.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-product-gallery .banner-product-gallery {
    width: 68.6516853933%;
  }
  .section-product-gallery .title-product-gallery {
    margin: 0 0 0.22rem 0.1rem;
  }
  .section-product-gallery .table-product-gallery {
    margin: 0 0 0.28rem 0.62rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-product-gallery {
    height: 8.6rem !important;
  }
  .section-product-gallery .gallery-wrapper {
    padding: 0.16rem 0;
  }
  .section-product-gallery .banner-product-gallery {
    margin-bottom: 0.5rem;
  }
  .section-product-gallery .title-product-gallery {
    margin-bottom: 0.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-product-gallery .table-product-gallery {
    padding-top: 4.58rem;
    margin-bottom: 0.14rem;
  }
  .section-product-gallery .title-common-primary {
    min-height: 1.4rem;
    display: block;
    text-align: center;
  }
  .section-product-gallery .title-common-primary .title-top {
    margin-left: 0.63rem;
    text-align: left;
  }
  .section-product-gallery .title-common-primary .title-label {
    margin: -0.15rem 0 0 0.6rem;
  }
}
.banner-product-gallery {
  display: grid;
}

.banner-product-gallery .banner-entry {
  position: relative;
}

.banner-product-gallery .banner-entry:nth-child(1) .entry-wrapper {
  height: 100%;
  padding-top: 0;
}

.banner-product-gallery .entry-wrapper {
  position: relative;
  padding-top: 67.264573991%;
  border-radius: 0.1rem;
  overflow: hidden;
}

.banner-product-gallery .object-common {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .banner-product-gallery {
    grid-template-columns: 746fr 476fr;
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: 0.3rem;
    -moz-column-gap: 0.3rem;
    column-gap: 0.3rem;
    row-gap: 0.28rem;
  }
  .banner-product-gallery .banner-entry:nth-child(1) {
    grid-row: 1/3;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-product-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0.1rem;
    position: absolute;
    top: 1.68rem;
    left: 0;
    width: 100%;
    height: 4.5rem;
    padding: 0 0.1rem;
  }
  .banner-product-gallery .banner-entry:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1;
    height: 3.02rem;
  }
  .banner-product-gallery .banner-entry:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    height: 1.36rem;
  }
  .banner-product-gallery .banner-entry:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    height: 1.36rem;
  }
}
.table-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-product-gallery .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-product-gallery .table-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.table-product-gallery .table-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .table-product-gallery {
    gap: 0.16rem;
  }
  .table-product-gallery .table-row {
    gap: 0.41rem;
  }
  .table-product-gallery .table-title {
    width: 1.88rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .table-product-gallery .table-contents {
    font-size: 0.2rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-product-gallery {
    gap: 0.06rem;
  }
  .table-product-gallery .table-row {
    gap: 0.2rem;
  }
  .table-product-gallery .table-title {
    width: 2.08rem;
    font-size: 0.17rem;
    line-height: 1.5294117647;
  }
  .table-product-gallery .table-contents {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
}
.popup-overlay-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  inset: 0;
}

.popup-overlay-detail.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-overlay-detail .popup-box-detail {
  position: relative;
}

.popup-overlay-detail .box-image {
  overflow: hidden;
}

.popup-overlay-detail .close-popup-detail {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  color: #2b3580;
  font-size: 0.22rem;
  line-height: 1.1818181818;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .popup-overlay-detail .popup-box-detail {
    width: 6.5rem;
    max-height: 95dvh;
  }
  .popup-overlay-detail .box-image {
    height: 100%;
    border-radius: 0.15rem;
  }
  .popup-overlay-detail .close-popup-detail {
    margin: 0.11rem 0.16rem 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .popup-overlay-detail .popup-box-detail {
    width: 4.2rem;
  }
  .popup-overlay-detail .box-image {
    border-radius: 0.1rem;
  }
  .popup-overlay-detail .close-popup-detail {
    margin: 0.1rem 0.12rem 0 0;
  }
}
.list-product-gallery {
  position: relative;
}

.list-product-gallery .slider-controller {
  position: relative;
  z-index: 10;
}

.list-product-gallery .btn-prev,
.list-product-gallery .btn-next {
  cursor: pointer;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  position: absolute;
  z-index: 1;
}

.list-product-gallery .btn-prev:hover,
.list-product-gallery .btn-next:hover {
  opacity: 0.8;
}

.list-product-gallery .btn-prev::after,
.list-product-gallery .btn-next::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url("../img/common/arrow_icon_03.svg") center center/cover no-repeat;
  text-indent: -9999px;
  border: 1px solid #2ea3a1;
  border-radius: 50%;
}

.list-product-gallery .btn-next::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media print, (min-width: 768px) {
  .list-product-gallery .slider-controller {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }
  .list-product-gallery .btn-prev,
  .list-product-gallery .btn-next {
    width: 0.4rem;
    height: 0.4rem;
    pointer-events: auto;
  }
  .list-product-gallery .btn-prev::after,
  .list-product-gallery .btn-next::after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .list-product-gallery .btn-prev {
    left: 0.2rem;
  }
  .list-product-gallery .btn-next {
    right: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product-gallery .slider-controller {
    position: absolute;
    top: 0.72rem;
    left: 0;
    right: 0;
  }
  .list-product-gallery .btn-prev,
  .list-product-gallery .btn-next {
    top: 0;
    width: 0.25rem;
    height: 0.25rem;
  }
  .list-product-gallery .btn-prev::after,
  .list-product-gallery .btn-next::after {
    width: 0.25rem;
    height: 0.25rem;
  }
  .list-product-gallery .btn-prev {
    left: 0.1rem;
  }
  .list-product-gallery .btn-next {
    right: 0.1rem;
  }
}
.section-product-gallery .slider-close {
  background: linear-gradient(97.36deg, #C76400 8.99%, #2B3580 51%, #0084AE 91.42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "VLNEWPARISHEADLINE", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-product-gallery .slider-close svg {
  position: relative;
}
.section-product-gallery .slider-close span {
  margin-left: 0.1rem;
}
@media print, (min-width: 768px) {
  .section-product-gallery .slider-close {
    font-size: 0.27rem;
    line-height: 1.5;
  }
  .section-product-gallery .button-wrapper {
    padding-top: 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section-product-gallery .slider-close svg {
    top: -2px;
  }
  .section-product-gallery .button-wrapper {
    padding-top: 0.8rem;
  }
  .section-product-gallery .gallery-information {
    padding-top: 0.2rem;
  }
}
/*# sourceMappingURL=product.css.map */