.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)));
}

@media only screen and (max-width: 767.98px) {
  .header .logo {
    display: none;
    -webkit-animation: none;
    animation: none;
  }
  .header.hide .logo {
    display: block;
    opacity: 1;
  }
}
.section-common {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .section-common {
    min-height: 10.5rem;
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common {
    padding: 0.4rem 0;
  }
}
.section-top-keyvisual {
  padding: 0;
}

.section-top-keyvisual .keyvisual-image {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .section-top-keyvisual {
    min-height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    height: 2.36rem;
  }
}
#controls {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  margin-top: 0.05rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0.03rem;
  border: none;
  border-radius: 0.07rem;
  text-align: center;
}

#controls #progress-bar {
  width: 100%;
  height: 0.1rem;
  margin-right: 0;
  overflow: hidden;
  border: none;
  border-radius: 0.09rem;
  background: var(--progress-bg, rgba(255, 255, 255, 0.2));
  color: #ef9c6b;
  font-size: 0.12rem;
  vertical-align: middle;
}

#controls #progress-bar::-webkit-progress-bar {
  border-radius: 4px;
  background: var(--progress-bg, rgba(255, 255, 255, 0.2));
}

#controls #progress-bar::-webkit-progress-value {
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
  border-radius: 4px;
  background: var(--progress-color, #ff6b6b);
}

#controls #progress-bar::-moz-progress-bar {
  border-radius: 4px;
  background: var(--progress-color, #ff6b6b);
}

#controls button {
  width: 0.16rem;
  height: 0.16rem;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: -9999px;
  cursor: pointer;
}

#controls #btnPlayPause {
  position: absolute;
  top: 0.05rem;
  left: -0.25rem;
  outline: none;
}

#controls #btnMute.unmute {
  position: absolute;
  top: 0.05rem;
  width: 0.22rem;
  height: 0.18rem;
  outline: none;
  background-image: url("../img/top/unmute.svg");
  background-position: initial;
  background-size: cover;
}

#controls #btnMute.mute {
  position: absolute;
  top: 0.05rem;
  width: 0.22rem;
  height: 0.18rem;
  outline: none;
  background-image: url("../img/top/mute.svg");
  background-position: initial;
  background-size: cover;
}

#controls #btnPlayPause.play {
  width: 0.22rem;
  height: 0.18rem;
  outline: none;
  background-image: url("../img/top/play.svg");
  background-position: initial;
  background-size: cover;
}

#controls #btnPlayPause.pause {
  width: 0.22rem;
  height: 0.18rem;
  outline: none;
  background-image: url("../img/top/pause.svg");
  background-position: initial;
  background-size: cover;
}

@media print, (min-width: 768px) {
  #controls {
    bottom: 0.7rem;
    width: 2.2rem;
  }
  #controls #btnMute.mute,
  #controls #btnMute.unmute {
    right: -0.28rem;
  }
}
@media only screen and (max-width: 767.98px) {
  #controls {
    bottom: 0;
    width: 2rem;
  }
  #controls #btnMute.mute,
  #controls #btnMute.unmute {
    right: -0.26rem;
  }
}
.section-top-story {
  position: relative;
}

.section-top-story .story-image .object-common {
  -o-object-fit: contain;
  object-fit: contain;
}

@media print, (min-width: 768px) {
  .section-top-story {
    background: url("../img/top/story_bg_02.png") center bottom/100% auto no-repeat, url("../img/top/story_bg_01.jpg") center top/100% auto no-repeat, #fff;
  }
  .section-top-story .story-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-top-story .story-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48.0666666667%;
    margin-left: 14.5333333333%;
    padding-bottom: 8.8095238095dvh;
  }
  .section-top-story .story-image .image-wrapper {
    height: 81.5238095238dvh;
  }
  .section-top-story .story-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0.1428571429dvh -7.2666666667%;
  }
  .section-top-story .paragraph-common {
    max-width: 5.53rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section-top-story {
    min-height: unset;
    padding-top: 1rem;
  }
  .section-top-story .story-image .image-wrapper {
    height: auto;
  }
  .section-top-story .story-image {
    margin-left: 0.3rem;
    padding-bottom: 2.2rem;
  }
  .section-top-story .paragraph-common {
    max-width: 7.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-story {
    padding: 0.54rem 0 0.87rem;
    background: url("../img/top/sp/story_bg_02.png") center bottom/100% 1.58rem no-repeat, url("../img/top/story_bg_01.jpg") center top/100% 100% no-repeat, #fff;
  }
  html.is-mobile.is-ios .section-top-story {
    padding: 0.3rem 0 0.87rem;
  }
  html.is-mobile.is-ios .section-top-story .story-image {
    margin-bottom: 0.16rem;
  }
  html.is-mobile.is-ios .section-top-story .title-main {
    top: 1.64rem;
  }
  .section-top-story .wrapper {
    padding: 0 0.1rem;
  }
  .section-top-story .ani-item.on-show {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .section-top-story .title-main {
    position: absolute;
    top: 1.86rem;
    right: 0.08rem;
    font-size: 0.4rem;
  }
  .section-top-story .title-main .title-label {
    margin-left: 0.2rem;
    font-size: 0.35rem;
  }
  .section-top-story .story-image {
    margin-bottom: 0.32rem;
  }
  .section-top-story .image-wrapper {
    width: 2.68rem;
    height: 3.16rem;
  }
}
.section-top-soul {
  background-color: #fff;
}

.section-top-soul::before,
.section-top-soul::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-top-soul::after {
  bottom: 0;
  opacity: 0.9;
  background: url("../img/top/soul_bg_02.png") center center/cover no-repeat;
}

.section-top-soul:has(#bg-soul.active) .title-common-primary {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.section-top-soul:has(#bg-soul.active) .content-wrapper .paragraph-common {
  color: #fff;
}

.section-top-soul:has(#bg-soul.active)::before {
  opacity: 0;
}

.section-top-soul .soul-content {
  position: relative;
  z-index: 2;
}

.section-top-soul .content-wrapper {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.section-top-soul .content-wrapper.active {
  opacity: 0 !important;
}

@media print, (min-width: 768px) {
  .section-top-soul::before {
    top: 0;
    max-width: 10.9rem;
    opacity: 0.8;
    background: url("../img/top/soul_bg_01.png") center center/cover no-repeat;
  }
  .section-top-soul::after {
    max-height: 4.85rem;
  }
  .section-top-soul .wrapper {
    max-width: 15.12rem;
  }
  .section-top-soul .soul-content {
    padding-top: 1.4rem;
  }
  .section-top-soul .content-wrapper {
    max-width: 5.57rem;
  }
  .section-top-soul .title-common-primary {
    margin-bottom: 0.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section-top-soul .content-wrapper {
    max-width: 6.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-soul {
    padding: 0;
  }
  .section-top-soul::after {
    max-height: 100%;
  }
  .section-top-soul .wrapper {
    padding: 0;
  }
  .section-top-soul .content-wrapper {
    position: relative;
    height: 5.6rem;
    margin-bottom: -0.15rem;
    padding: 0.36rem 0.1rem;
    background: url("../img/top/sp/soul_img_01.jpg") center center/cover no-repeat;
  }
  .section-top-soul .content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: -webkit-gradient(linear, right top, left top, from(rgba(239, 236, 228, 0)), to(#efece4));
    background: linear-gradient(270deg, rgba(239, 236, 228, 0) 0%, #efece4 100%);
    pointer-events: none;
  }
  .section-top-soul .title-common-primary {
    margin-bottom: 0.18rem;
    padding: 0 0.1rem;
  }
}
.soul-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.soul-image-container .bg-image {
  position: absolute;
  -webkit-transition: opacity 0.7s ease, clip-path 0.7s ease-in;
  transition: opacity 0.7s ease, clip-path 0.7s ease-in;
  opacity: 0;
  background-position: center;
  background-size: cover;
  inset: 0;
}

.soul-image-container .bg-image.active {
  opacity: 1;
}

.soul-viewport-wrapper {
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .soul-viewport-wrapper {
    padding: 0.5rem 0 0.26rem;
  }
  .soul-viewport-wrapper::before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.89rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4.72%, rgba(175, 161, 147, 0)), color-stop(21.47%, #afa193), to(#afa193));
    background: linear-gradient(180deg, rgba(175, 161, 147, 0) 4.72%, #afa193 21.47%, #afa193 100%);
    pointer-events: none;
  }
}
.slider-top-soul {
  position: relative;
  z-index: 1;
}

.slider-top-soul .slider-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider-top-soul .item-title {
  color: #2b3580;
  font-family: VLNEWPARISHEADLINE, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

@media print, (min-width: 768px) {
  .slider-top-soul {
    margin-top: 1.62rem;
    overflow: visible;
  }
  .slider-top-soul .slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.3rem;
    overflow: visible;
  }
  .slider-top-soul .slider-item {
    width: 33.3333333333%;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }
  .slider-top-soul .item-wrapper {
    padding: 0 0.3rem;
  }
  .slider-top-soul .slider-item:last-child {
    border-right: none;
  }
  .slider-top-soul .item-title {
    margin-bottom: 0.02rem;
    font-size: 0.35rem;
    line-height: 1.7142857143;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-top-soul {
    top: -0.3rem;
    padding: 0 0.21rem;
  }
  .slider-top-soul .slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    height: 2.44rem;
    padding: 0 0.22rem 0.145rem;
    overflow: hidden;
    border-radius: 0.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }
  .slider-top-soul .slider-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    opacity: 0.9;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 236, 228, 0)), color-stop(53.37%, #efece4), to(#efece4));
    background: linear-gradient(180deg, rgba(239, 236, 228, 0) 0%, #efece4 53.37%, #efece4 100%);
    pointer-events: none;
  }
  .slider-top-soul .slider-item:has(.item-wrapper[data-section=sea]) {
    background: url("../img/top/sp/soul_img_02.jpg") center center/cover no-repeat;
    color: #fff;
  }
  .slider-top-soul .slider-item:has(.item-wrapper[data-section=sea]) .item-title {
    color: #fff;
  }
  .slider-top-soul .slider-item:has(.item-wrapper[data-section=sea])::before {
    opacity: 0.8;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 107, 118, 0)), color-stop(43.75%, #026b76), to(#026b76));
    background: linear-gradient(180deg, rgba(2, 107, 118, 0) 0%, #026b76 43.75%, #026b76 100%);
  }
  .slider-top-soul .slider-item:has(.item-wrapper[data-section=space]) {
    background: url("../img/top/sp/soul_img_03.jpg") center center/cover no-repeat;
  }
  .slider-top-soul .slider-item:has(.item-wrapper[data-section=soul]) {
    background: url("../img/top/sp/soul_img_04.jpg") center center/cover no-repeat;
  }
  .slider-top-soul .item-wrapper {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
  .slider-top-soul .item-title {
    margin-bottom: 0.03rem;
    font-size: 0.25rem;
    line-height: 1.2;
  }
  .slider-top-soul .paragraph-common {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .slider-top-soul .slider-controller {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .slider-top-soul .btn-next,
  .slider-top-soul .btn-prev {
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slider-top-soul .btn-next::before,
  .slider-top-soul .btn-prev::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.25rem;
    height: 0.25rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/common/arrow_icon_03.svg") center center/contain no-repeat;
  }
  .slider-top-soul .btn-next {
    right: 0;
    left: auto;
  }
  .slider-top-soul .btn-next::before {
    margin-left: -0.25rem;
    -webkit-transform: rotateY(180deg) translate(-50%, -50%);
    transform: rotateY(180deg) translate(-50%, -50%);
  }
  .slider-top-soul .btn-prev {
    right: auto;
    left: 0;
  }
}
.section-top-touch {
  background: url("../img/top/touch_bg_01.jpg") center center/cover no-repeat;
}

@media print, (min-width: 768px) {
  .section-top-touch .wrapper {
    max-width: 17.8rem;
  }
  .section-top-touch .touch-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 0.16rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-touch {
    padding: 0.46rem 0 0.26rem;
  }
  .section-top-touch .touch-heading {
    margin-bottom: 0.22rem;
  }
}
.list-top-touch .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-top-touch .image-wrapper {
  position: relative;
  padding-top: 67.1457905544%;
}

.list-top-touch .image-wrapper.is-main {
  padding-top: 120.5128205128%;
}

.list-top-touch .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}

@media print, (min-width: 768px) {
  .list-top-touch .list-item {
    width: 100%;
  }
  .list-top-touch .list-item:nth-child(3n+2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.06rem;
    max-width: 80vw;
    padding: 0 1.3rem;
  }
  .list-top-touch .list-item:nth-child(3n+1) {
    margin-top: 0.58rem;
  }
  .list-top-touch .list-item:nth-child(3n+1) .paragraph-common {
    margin-bottom: 0.4rem;
  }
  .list-top-touch .list-item:nth-child(3n) {
    margin-top: 1.3rem;
  }
  .list-top-touch .list-item:nth-child(3n) .paragraph-common {
    margin-top: 0.4rem;
    margin-left: auto;
  }
  .list-top-touch .paragraph-common {
    max-width: 4.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1366.98px) {
  .list-top-touch .list-item:nth-child(3n+2) {
    padding: 0 1.6rem;
  }
  .list-top-touch .list-item:nth-child(3n) .paragraph-common {
    margin-top: 0.32rem;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .list-top-touch .list-item:nth-child(3n+2) {
    padding: 0 0.9rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-touch .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-top-touch .list-item {
    margin-bottom: 0.2rem;
  }
  .list-top-touch .list-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.47rem;
  }
  .list-top-touch .list-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
  .list-top-touch .paragraph-common {
    margin: 0.24rem 0 0.13rem;
  }
}
.section-top-ownership {
  background: url("../img/top/touch_bg_01.jpg") center center/cover no-repeat;
}

.section-top-ownership::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: max-width 1.5s ease-in-out, opacity 0.75s 0.5s ease-in-out, transform 1.5s ease-in-out;
  -webkit-transition: max-width 1.5s ease-in-out, opacity 0.75s 0.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: max-width 1.5s ease-in-out, opacity 0.75s 0.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: max-width 1.5s ease-in-out, opacity 0.75s 0.5s ease-in-out, transform 1.5s ease-in-out;
  transition: max-width 1.5s ease-in-out, opacity 0.75s 0.5s ease-in-out, transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  pointer-events: none;
}

.section-top-ownership .ownership-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-top-ownership .wrapper {
  position: relative;
  z-index: 1;
}

@media print, (min-width: 768px) {
  .section-top-ownership::before {
    max-width: 11.03rem;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0.8;
    background: -webkit-gradient(linear, left top, right top, from(rgba(251, 244, 237, 0)), color-stop(25.93%, #fbf4ed), to(#fbf4ed));
    background: linear-gradient(90deg, rgba(251, 244, 237, 0) 0%, #fbf4ed 25.93%, #fbf4ed 100%);
  }
  .show-text .section-top-ownership::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .section-top-ownership .wrapper {
    max-width: 17.46rem;
  }
  .section-top-ownership .ownership-wrapper {
    max-width: 7.3rem;
    margin-left: auto;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section-top-ownership::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-ownership {
    display: block;
    min-height: 7.69rem;
    margin-bottom: -0.02rem;
    padding: 0.4rem 0;
  }
  .section-top-ownership::before {
    height: 4.48rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.11%, #e2cab8), to(rgba(211, 166, 133, 0)));
    background: linear-gradient(180deg, #e2cab8 50.11%, rgba(211, 166, 133, 0) 100%);
  }
  .section-top-ownership .ownership-thumbnail {
    height: 5.53rem;
    margin-top: 2.22rem;
  }
  .section-top-ownership .title-common-primary {
    margin-bottom: 0.17rem;
  }
  .section-top-ownership .title-common-primary .title-label {
    margin-top: 0.05rem;
    font-size: 0.28rem;
  }
  .section-top-ownership .title-common-primary .title-label.is-default {
    font-size: 0.35rem;
  }
  .section-top-ownership .paragraph-common p {
    margin-bottom: 0.15rem;
  }
}
/*# sourceMappingURL=top.css.map */