@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/**
 * ピクセルをvwに変換
  * @param {number} px - ピクセル
  * @param {number} base - ベースとなるブレイクポイント
  * @return {string} vw

*/
.en {
  font-family: "Outfit", sans-serif;
}

body {
  color: #3F4649;
}

@media screen and (max-width: 768px) {
  .main > article {
    overflow: hidden;
  }
}
.main > article > section {
  position: relative;
  z-index: 1;
}

.section__title {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 19px;
  line-height: 1.4;
}
.section__title::after {
  content: "";
  display: inline-block;
  width: 208px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22208%22%20height%3D%2211%22%20viewBox%3D%220%200%20208%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.9077V11C15.2185%209.04489%2058.7144%204.03813%20104.305%204.03813C148.25%204.03813%20192.295%209.04143%20208%2011V6.82127C191.798%204.65642%20151.474%200%20104.305%200C56.6411%200%2015.3002%204.8604%200%206.9077Z%22%20fill%3D%22url(%23paint0_linear_325_3221)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_325_3221%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%22208%22%20y2%3D%225.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2350318F%22%2F%3E%3Cstop%20offset%3D%220.153477%22%20stop-color%3D%22%23073F99%22%2F%3E%3Cstop%20offset%3D%220.32%22%20stop-color%3D%22%232E758D%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%2399C83A%22%2F%3E%3Cstop%20offset%3D%220.68%22%20stop-color%3D%22%23FAE62A%22%2F%3E%3Cstop%20offset%3D%220.85%22%20stop-color%3D%22%23F4A31E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23A52024%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 8.72vw;
    padding-bottom: 4.87vw;
  }
  .section__title::after {
    width: 53.33vw;
    height: 2.82vw;
  }
}

.linkbtn {
  width: 374px;
  height: 73px;
  display: flex;
  background: linear-gradient(91.54deg, #8E8FD6 0%, #E3A5CE 60%, #52CDE4 100%);
  box-shadow: 0px 0px 16px rgba(40, 55, 168, 0.2);
  border-radius: 90px;
}
@media screen and (min-width: 1240px) {
  .linkbtn:hover i {
    transform: translateX(7px);
  }
}
.linkbtn > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 23px 30px;
}
.linkbtn > a span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
}
.linkbtn > a i {
  display: inline-block;
  width: 12px;
  height: 20px;
  transition: transform 0.4s ease-out;
  transform-origin: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2220%22%20viewBox%3D%220%200%2012%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.458965%200.440716C0.165091%200.722965%209.05341e-07%201.10574%208.87895e-07%201.50486C8.70449e-07%201.90398%200.165091%202.28676%200.458965%202.569L8.21764%2010.0192L0.458965%2017.4694C0.182427%2017.7546%200.0318939%2018.1317%200.0390369%2018.5214C0.0461799%2018.9111%200.210443%2019.2829%200.497264%2019.5586C0.784085%2019.8343%201.1711%2019.9924%201.57688%2019.9997C1.98266%2020.007%202.37557%2019.8629%202.67293%2019.5977L11.541%2011.0845C11.8349%2010.8023%2012%2010.4195%2012%2010.0204C12%209.62125%2011.8349%209.23847%2011.541%208.95622L2.67538%200.440716C2.38144%200.158527%201.98282%20-4.37865e-07%201.56717%20-4.56033e-07C1.15153%20-4.74202e-07%200.752902%200.158527%200.458965%200.440716Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .linkbtn {
    width: 89.74vw;
    height: 18.72vw;
  }
  .linkbtn > a {
    padding: 5.9vw 7.69vw;
  }
  .linkbtn > a span {
    font-size: 4.62vw;
  }
  .linkbtn > a i {
    width: 3.08vw;
    height: 5.13vw;
  }
}

.fix__bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/assets/img/linkshine/bg_intro.png") lightgray 50%/cover no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.firstview {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.firstview .whitefilter {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.firstview__canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.firstview__canvas #lineart {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: opacity(0.28);
}
.firstview__canvas .block {
  position: absolute;
}
.firstview__canvas .block svg {
  position: absolute;
  width: 100%;
}
.firstview__canvas .test {
  width: 100%;
  height: 100%;
  background: #f00;
  position: absolute;
  top: 50%;
  left: 0;
}
.firstview__canvas .lineart_firstanimation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: opacity(0.28);
}
.firstview__canvas .lineart_firstanimation .top-left {
  position: absolute;
  z-index: 2;
  width: 85.3684vw;
  left: -27.5789vw;
  top: -44.63vw;
}
@media screen and (max-width: 768px) {
  .firstview__canvas .lineart_firstanimation .top-left {
    top: -10vw;
  }
}
.firstview__canvas .lineart_firstanimation .top-right {
  position: absolute;
  z-index: 3;
  width: 85.3684vw;
  right: -27.5789vw;
  top: -44.63vw;
}
@media screen and (max-width: 768px) {
  .firstview__canvas .lineart_firstanimation .top-right {
    top: -10vw;
  }
}
.firstview__canvas .lineart_firstanimation .bottom-left {
  position: absolute;
  z-index: 4;
  width: 85.3684vw;
  top: 24.7368vw;
  left: -27.5789vw;
}
@media screen and (max-width: 768px) {
  .firstview__canvas .lineart_firstanimation .bottom-left {
    top: auto;
    bottom: -10vw;
  }
}
.firstview__canvas .lineart_firstanimation .bottom-right {
  position: absolute;
  z-index: 5;
  width: 85.3684vw;
  right: -27.5789vw;
  top: 24.7368vw;
}
@media screen and (max-width: 768px) {
  .firstview__canvas .lineart_firstanimation .bottom-right {
    top: auto;
    bottom: -10vw;
  }
}
.firstview .logo {
  width: 31.8%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .firstview .logo {
    width: 70%;
    top: 43%;
  }
}
.firstview .logo svg {
  width: 100%;
}
.firstview .logo__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.firstview .logo__base svg {
  overflow: visible;
}
.firstview .logo__mask {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

@keyframes draw {
  from {
    stroke-dashoffset: 1017.88;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.en {
  font-family: "Outfit", sans-serif;
}

body {
  color: #3F4649;
}

@media screen and (max-width: 768px) {
  .main > article {
    overflow: hidden;
  }
}
.main > article > section {
  position: relative;
  z-index: 1;
}

.section__title {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 19px;
  line-height: 1.4;
}
.section__title::after {
  content: "";
  display: inline-block;
  width: 208px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22208%22%20height%3D%2211%22%20viewBox%3D%220%200%20208%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.9077V11C15.2185%209.04489%2058.7144%204.03813%20104.305%204.03813C148.25%204.03813%20192.295%209.04143%20208%2011V6.82127C191.798%204.65642%20151.474%200%20104.305%200C56.6411%200%2015.3002%204.8604%200%206.9077Z%22%20fill%3D%22url(%23paint0_linear_325_3221)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_325_3221%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%22208%22%20y2%3D%225.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2350318F%22%2F%3E%3Cstop%20offset%3D%220.153477%22%20stop-color%3D%22%23073F99%22%2F%3E%3Cstop%20offset%3D%220.32%22%20stop-color%3D%22%232E758D%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%2399C83A%22%2F%3E%3Cstop%20offset%3D%220.68%22%20stop-color%3D%22%23FAE62A%22%2F%3E%3Cstop%20offset%3D%220.85%22%20stop-color%3D%22%23F4A31E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23A52024%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 8.72vw;
    padding-bottom: 4.87vw;
  }
  .section__title::after {
    width: 53.33vw;
    height: 2.82vw;
  }
}

.linkbtn {
  width: 374px;
  height: 73px;
  display: flex;
  background: linear-gradient(91.54deg, #8E8FD6 0%, #E3A5CE 60%, #52CDE4 100%);
  box-shadow: 0px 0px 16px rgba(40, 55, 168, 0.2);
  border-radius: 90px;
}
@media screen and (min-width: 1240px) {
  .linkbtn:hover i {
    transform: translateX(7px);
  }
}
.linkbtn > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 23px 30px;
}
.linkbtn > a span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
}
.linkbtn > a i {
  display: inline-block;
  width: 12px;
  height: 20px;
  transition: transform 0.4s ease-out;
  transform-origin: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2220%22%20viewBox%3D%220%200%2012%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.458965%200.440716C0.165091%200.722965%209.05341e-07%201.10574%208.87895e-07%201.50486C8.70449e-07%201.90398%200.165091%202.28676%200.458965%202.569L8.21764%2010.0192L0.458965%2017.4694C0.182427%2017.7546%200.0318939%2018.1317%200.0390369%2018.5214C0.0461799%2018.9111%200.210443%2019.2829%200.497264%2019.5586C0.784085%2019.8343%201.1711%2019.9924%201.57688%2019.9997C1.98266%2020.007%202.37557%2019.8629%202.67293%2019.5977L11.541%2011.0845C11.8349%2010.8023%2012%2010.4195%2012%2010.0204C12%209.62125%2011.8349%209.23847%2011.541%208.95622L2.67538%200.440716C2.38144%200.158527%201.98282%20-4.37865e-07%201.56717%20-4.56033e-07C1.15153%20-4.74202e-07%200.752902%200.158527%200.458965%200.440716Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .linkbtn {
    width: 89.74vw;
    height: 18.72vw;
  }
  .linkbtn > a {
    padding: 5.9vw 7.69vw;
  }
  .linkbtn > a span {
    font-size: 4.62vw;
  }
  .linkbtn > a i {
    width: 3.08vw;
    height: 5.13vw;
  }
}

.fix__bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/assets/img/linkshine/bg_intro.png") lightgray 50%/cover no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.header {
  width: 97.355%;
  height: 70px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .header {
    width: 94.87vw;
    height: 14.36vw;
    border-radius: 15.38vw;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
  padding: 15px 26px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 2.05vw 4.62vw;
  }
}
.header__title {
  width: 120px;
}
.header__title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__title:hover {
  opacity: 0.7;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .header__title {
    width: clamp(4.375rem, -0.503rem + 10.16vw, 7.5rem);
  }
}
@media screen and (max-width: 768px) {
  .header__title {
    width: 25.13vw;
  }
}
.header__navigationarea {
  width: calc(100% - 120px - 52px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .header__navigationarea {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .header__navigationarea {
    width: calc(100% - 34.62vw);
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__link {
  display: inline-block;
  margin-right: 16px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .header__link {
    font-size: clamp(0.625rem, 0.137rem + 1.02vw, 0.938rem);
    margin-right: clamp(0.438rem, -0.343rem + 1.63vw, 0.938rem);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__link--txt {
    display: none;
  }
}
.header__link--txt > span {
  position: relative;
}
.header__link--txt > span::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  background: #3F4649;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}
.header__link--txt:hover > span::after {
  width: 100%;
}
.header__link--contact {
  padding: 14px 24px;
  background: #3F4649;
  border-radius: 60px;
  color: #fff;
}
@media screen and (min-width: 1240px) {
  .header__link--contact {
    transition: background 0.3s ease, color 0.3s ease-in;
  }
  .header__link--contact:hover {
    background: #fff;
    color: #3F4649;
  }
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .header__link--contact {
    padding-right: clamp(0.5rem, -1.061rem + 3.25vw, 1.5rem);
    padding-left: clamp(0.5rem, -1.061rem + 3.25vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .header__link--contact {
    display: none;
  }
}
.header__link--lang .lang__state {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #4D5356;
  font-family: "Outfit", sans-serif;
}
.header__link--lang .lang__state::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__link--lang .lang__state {
    width: 8.72vw;
    height: 8.72vw;
    font-size: 3.08vw;
  }
}
.header__link--lang .lang__list {
  display: none;
  position: absolute;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.07);
  opacity: 0;
  display: none;
  white-space: nowrap;
  top: -210px;
  left: -250%;
}
.header__link--lang .lang__list.active {
  top: 50px;
  left: -20px;
}
.header__link--lang .lang__list .lang-item {
  line-height: 1.9;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}
.header__link--lang .lang__list .lang-item .lang__switchbtn {
  position: relative;
  margin: 2px;
}
.header__link--lang .lang__list .lang-item .lang__switchbtn::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #8DC21F;
  transition: width 0.3s ease;
}
@media screen and (min-width: 1240px) {
  .header__link--lang .lang__list .lang-item .lang__switchbtn:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__link--lang .lang__list {
    padding: 3.59vw 4.62vw;
    top: 66.15vw;
    left: 0;
    left: 200%;
  }
  .header__link--lang .lang__list.active {
    top: 11.54vw;
    left: 0;
  }
  .header__link--lang .lang__list .lang-item {
    font-size: 3.59vw;
    line-height: 2.4;
  }
}
.header .tgc__logo {
  padding-left: 18px;
  border-left: 1px solid #4D5356;
}
.header .tgc__logo > a {
  display: block;
  width: 157px;
}
@media screen and (min-width: 1240px) {
  .header .tgc__logo > a {
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  .header .tgc__logo > a:hover {
    opacity: 0.7;
  }
}
.header .tgc__logo > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .header .tgc__logo {
    padding-left: clamp(0.625rem, -0.155rem + 1.63vw, 1.125rem);
  }
  .header .tgc__logo > a {
    width: clamp(5.938rem, -0.111rem + 12.6vw, 9.813rem);
  }
}
@media screen and (max-width: 768px) {
  .header .tgc__logo {
    display: none;
  }
}
.header .menu__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .menu__btn {
    display: block;
    margin-left: 2.56vw;
    width: 6.92vw;
  }
  .header .menu__btn svg {
    width: 100%;
  }
  .header .menu__btn svg.open {
    display: none;
  }
  .header .menu__btn.active svg.close {
    display: none;
  }
  .header .menu__btn.active svg.open {
    display: block;
  }
}

.menu__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu__nav {
    display: block;
    width: 100vw;
    padding-top: 29.74vw;
    border-bottom-left-radius: 10.26vw;
    border-bottom-right-radius: 10.26vw;
    background: #fff;
    position: absolute;
    top: -200%;
    left: 0;
    position: fixed;
    z-index: 99;
    overflow-x: scroll;
    overflow-y: scroll;
  }
  .menu__nav__bg {
    opacity: 0;
    content: "";
    display: block;
    width: 91.79vw;
    height: 182.05vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22358%22%20height%3D%22710%22%20viewBox%3D%220%200%20358%20710%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.08%22%3E%3Cpath%20d%3D%22M0%20375.915V279.146L48.3841%20272.913C279.128%20243.187%20419.034%20105.693%20432.228%20-104.312L435.287%20-153H532.663L529.604%20-98.1944C525.617%20-34.718%20511.918%2024.5818%20488.888%2078.059C465.825%20131.618%20433.417%20179.354%20392.568%20219.94C351.939%20260.306%20303.003%20293.542%20247.118%20318.724C191.521%20343.776%20128.851%20360.921%2060.8511%20369.682L0%20375.915Z%22%20fill%3D%22url(%23paint0_linear_589_13459)%22%2F%3E%3Cpath%20d%3D%22M0%20279.685V376.454L48.3841%20382.687C279.128%20412.413%20419.034%20549.907%20432.228%20759.912L435.287%20808.6H532.663L529.604%20753.794C525.617%20690.318%20511.918%20631.018%20488.888%20577.541C465.825%20523.982%20433.417%20476.246%20392.568%20435.66C351.939%20395.294%20303.003%20362.058%20247.118%20336.876C191.521%20311.824%20128.851%20294.679%2060.8511%20285.918L0%20279.685Z%22%20fill%3D%22url(%23paint1_linear_589_13459)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_589_13459%22%20x1%3D%22-9.54618e-06%22%20y1%3D%22376.12%22%20x2%3D%22532.873%22%20y2%3D%22-153%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2350318F%22%2F%3E%3Cstop%20offset%3D%220.153477%22%20stop-color%3D%22%23073F99%22%2F%3E%3Cstop%20offset%3D%220.32%22%20stop-color%3D%22%232E758D%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%2399C83A%22%2F%3E%3Cstop%20offset%3D%220.68%22%20stop-color%3D%22%23FAE62A%22%2F%3E%3Cstop%20offset%3D%220.85%22%20stop-color%3D%22%23F4A31E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23A52024%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_589_13459%22%20x1%3D%22-2.88662e-06%22%20y1%3D%22280.053%22%20x2%3D%22532.873%22%20y2%3D%22808.423%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23A52024%22%2F%3E%3Cstop%20offset%3D%220.15%22%20stop-color%3D%22%23F4A31E%22%2F%3E%3Cstop%20offset%3D%220.32%22%20stop-color%3D%22%23FAE62A%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%2399C83A%22%2F%3E%3Cstop%20offset%3D%220.68%22%20stop-color%3D%22%232E758D%22%2F%3E%3Cstop%20offset%3D%220.846523%22%20stop-color%3D%22%23073F99%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2350318F%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
  }
  .menu__nav__inner {
    width: 100%;
    padding-bottom: 16.67vw;
    text-align: center;
  }
  .menu__nav .header__nav {
    display: block;
    width: 63.33vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 4.36vw;
    letter-spacing: 0.06em;
    margin-bottom: 10.26vw;
  }
  .menu__nav .header__nav .header__link--txt {
    display: block;
    margin-bottom: 8.46vw;
  }
  .menu__nav .header__nav .header__link--contact {
    display: inline-block;
    width: 100%;
    padding: 3.59vw 0;
  }
}
.menu__nav__content {
  opacity: 0;
}

/* header */
.firstMovie {
  display: none;
}

.kv {
  width: 100%;
}
.kv__inner {
  width: 100%;
  aspect-ratio: 1512/982;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv__inner {
    aspect-ratio: 390/880;
  }
}
.kv__movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.kv__box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.kv .site__catch {
  font-size: 50px;
  width: 9em;
  color: #fff;
  letter-spacing: 0.13em;
  line-height: 1.6;
  letter-spacing: 10px;
  line-height: 1.6;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .kv .site__catch {
    font-size: 3.97vw;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .kv .site__catch {
    font-size: 9.74vw;
    top: 26.41vw;
    left: 6.92vw;
    z-index: 7;
  }
}
.kv__image {
  position: absolute;
}
.kv__image img {
  width: 100%;
}
.kv__image--s01 {
  width: 414px;
  top: 0px;
  left: calc(50% - 170px);
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .kv__image--s01 {
    width: 32.8571vw;
    left: calc(50% - 13.49vw);
  }
}
@media screen and (max-width: 768px) {
  .kv__image--s01 {
    width: 70.26vw;
    top: 7.44vw;
    left: auto;
    right: -18.97vw;
    z-index: 1;
  }
}
.kv__image--s02 {
  width: 347px;
  top: 50px;
  left: calc(50% + 250px);
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .kv__image--s02 {
    width: 27.54vw;
    top: 3.97vw;
    left: calc(50% + 19.84vw);
  }
}
@media screen and (max-width: 768px) {
  .kv__image--s02 {
    width: 54.36vw;
    top: 69.23vw;
    left: auto;
    right: 3.33vw;
    z-index: 2;
  }
}
.kv__image--s03 {
  width: 276px;
  top: 221px;
  left: calc(50% + 362px);
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .kv__image--s03 {
    width: 21.9048vw;
    top: 17.54vw;
    left: calc(50% + 28.73vw);
  }
}
@media screen and (max-width: 768px) {
  .kv__image--s03 {
    width: 49.74vw;
    top: 106.41vw;
    left: auto;
    right: -11.03vw;
    z-index: 3;
  }
}
.kv__image--s04 {
  width: 265px;
  top: 260px;
  left: calc(50% - 98px);
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .kv__image--s04 {
    width: 29.35vw;
    top: 20.63vw;
    left: calc(50% - 7.78vw);
  }
}
@media screen and (max-width: 768px) {
  .kv__image--s04 {
    width: 46.15vw;
    top: 84.62vw;
    left: 0;
    z-index: 4;
  }
}
.kv__image--s05 {
  width: 362px;
  top: 446px;
  left: calc(50% + 270px);
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .kv__image--s05 {
    width: 28.73vw;
    top: 35.4vw;
    left: calc(50% + 21.43vw);
  }
}
@media screen and (max-width: 768px) {
  .kv__image--s05 {
    width: 42.05vw;
    top: 145.64vw;
    left: auto;
    right: 2.56vw;
    z-index: 6;
  }
}
.kv__image--s06 {
  width: 290px;
  top: 480px;
  left: calc(50% - 140px);
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .kv__image--s06 {
    width: 28.746vw;
    top: 38.1vw;
    left: calc(50% - 11.11vw);
  }
}
@media screen and (max-width: 768px) {
  .kv__image--s06 {
    width: 53.08vw;
    top: 146.67vw;
    left: -5.38vw;
    z-index: 7;
  }
}
.kv__image--l01 {
  width: 512px;
  top: 80px;
  left: calc(50% - 0px);
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .kv__image--l01 {
    width: 40.635vw;
    top: 6.35vw;
    left: calc(50% - 0vw);
  }
}
@media screen and (max-width: 768px) {
  .kv__image--l01 {
    width: 84.36vw;
    top: 70vw;
    left: 9.23vw;
    z-index: 5;
  }
}

.introduction {
  position: relative;
}
.introduction__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.introduction__bg > canvas {
  width: 100%;
  height: 100%;
}
.introduction__inner {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .introduction__inner {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .introduction__inner {
    max-width: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.introduction__logo {
  width: 448px;
  position: sticky;
  height: 125px;
  top: 470px;
}
.introduction__logo img {
  width: 100%;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .introduction__logo {
    width: 35.5556vw;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .introduction__logo {
    width: 82.05vw;
    height: auto;
    position: absolute;
    top: 195.64vw;
    left: 50%;
    transform: translateX(-50%);
    margin-right: auto;
    margin-left: auto;
  }
}

.about {
  width: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 0vw;
    padding-bottom: 20.51vw;
  }
}
.about__inner {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__inner {
    display: block;
    max-width: none;
    width: 89.74vw;
  }
}
.about__logo {
  width: 448px;
  position: sticky;
  height: 125px;
  top: 200px;
}
.about__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about__logo {
    width: 82.05vw;
    height: auto;
    position: relative;
    top: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
.about__text {
  margin-top: 120px;
}
.about__text > p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 3em;
  color: #fff;
  text-shadow: 0 0 15px rgba(85, 35, 70, 0.8);
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 15.38vw;
  }
  .about__text > p {
    font-size: 4.36vw;
    letter-spacing: 0em;
    line-height: 2;
    margin-bottom: 2em;
    text-align: center;
  }
}
.about__link {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about__link {
    margin-top: 15.38vw;
  }
}
.about__movie {
  max-width: 599px;
  margin: 100px auto 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about__movie {
    max-width: none;
    margin: 15.38vw auto 0;
    padding-bottom: 27.44vw;
  }
}
.about__moviettl {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-shadow: 0 0 15px rgba(85, 35, 70, 0.8);
}
@media screen and (max-width: 768px) {
  .about__moviettl {
    font-size: 6.67vw;
  }
}
.about__movie__content {
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 599/337;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__movie__content {
    padding: 0vw 4.87vw;
  }
}
.about__movie__content video,
.about__movie__content iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__movie #movie-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2278%22%20height%3D%2278%22%20viewBox%3D%220%200%2078%2078%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M39%200C60.5391%200%2078%2017.4609%2078%2039C78%2060.5391%2060.5391%2078%2039%2078C17.4609%2078%200%2060.5391%200%2039C0%2017.4609%2017.4609%200%2039%200ZM31%2052.8564L55%2039L31%2025.1436V52.8564Z%22%20fill%3D%22url(%23paint0_linear_884_13959)%22%2F%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22paint0_linear_884_13959%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%2280.0411%22%20y2%3D%222.15396%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%3Cstop%20stop-color%3D%22%238E8FD6%22%2F%3E%20%3Cstop%20offset%3D%220.6%22%20stop-color%3D%22%23E3A5CE%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2352CDE4%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.about__movie #movie-play.active {
  display: none;
}
.about__movie #movie-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.floormap {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .floormap {
    padding-top: 20.51vw;
    padding-bottom: 20.51vw;
  }
}
.floormap {
  background: #fff;
  overflow: hidden;
}
.floormap__inner {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .floormap__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.floormap__content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .floormap__content {
    margin-top: 10.26vw;
  }
}
.floormap__item {
  width: 100%;
  display: flex;
  gap: 3.5156%;
}
.floormap__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.floormap__item:nth-child(n+2) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .floormap__item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .floormap__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .floormap__item:nth-child(n+2) {
    margin-top: 12.82vw;
  }
}
.floormap__item__text {
  width: 48.2422%;
}
@media screen and (max-width: 768px) {
  .floormap__item__text {
    width: 100%;
    margin-top: 5.9vw;
  }
}
.floormap__item__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
}
.floormap__item__title a {
  display: flex;
  align-items: center;
}
.floormap__item__title a:hover {
  opacity: 0.7;
}
.floormap__item__title i {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%2226%22%20rx%3D%2213%22%20stroke%3D%22url(%23paint0_linear_43_3139)%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10.7677%208.26443C10.5963%208.43378%2010.5%208.66345%2010.5%208.90292C10.5%209.14239%2010.5963%209.37205%2010.7677%209.5414L15.2936%2014.0115L10.7677%2018.4816C10.6064%2018.6528%2010.5186%2018.879%2010.5228%2019.1128C10.5269%2019.3466%2010.6228%2019.5697%2010.7901%2019.7351C10.9574%2019.9006%2011.1831%2019.9955%2011.4198%2019.9998C11.6566%2020.0042%2011.8857%2019.9177%2012.0592%2019.7586L17.2323%2014.6507C17.4037%2014.4814%2017.5%2014.2517%2017.5%2014.0122C17.5%2013.7727%2017.4037%2013.5431%2017.2323%2013.3737L12.0606%208.26443C11.8892%208.09512%2011.6566%208%2011.4142%208C11.1717%208%2010.9392%208.09512%2010.7677%208.26443Z%22%20fill%3D%22url(%23paint1_linear_43_3139)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_43_3139%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%2228.7327%22%20y2%3D%220.773218%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238E8FD6%22%2F%3E%3Cstop%20offset%3D%220.6%22%20stop-color%3D%22%23E3A5CE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2352CDE4%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_43_3139%22%20x1%3D%2217.5%22%20y1%3D%228%22%20x2%3D%2216.9327%22%20y2%3D%2220.2968%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238E8FD6%22%2F%3E%3Cstop%20offset%3D%220.6%22%20stop-color%3D%22%23E3A5CE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2352CDE4%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.floormap__item__title span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.floormap__item__title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .floormap__item__title {
    padding-bottom: 4.1vw;
    margin-bottom: 4.1vw;
  }
  .floormap__item__title i {
    width: 7.18vw;
    height: 7.18vw;
    margin-right: 2.56vw;
  }
  .floormap__item__title span {
    font-size: 6.15vw;
  }
}
.floormap__item__desc {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .floormap__item__desc {
    font-size: 3.85vw;
  }
}
.floormap__item__tags {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .floormap__item__tags {
    margin-top: 5.13vw;
  }
}
.floormap__item__tag {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .floormap__item__tag {
    margin-bottom: 2.05vw;
  }
}
.floormap__item__tag dl {
  display: flex;
  align-items: center;
}
.floormap__item__tag dl dt {
  display: inline-block;
  padding: 6px 10px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #3F4649;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .floormap__item__tag dl dt {
    padding: 1.54vw 2.56vw;
    font-size: 3.08vw;
    border-radius: 7.69vw;
  }
}
.floormap__item__tag dl dd {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .floormap__item__tag dl dd {
    font-size: 3.08vw;
  }
}
.floormap__item__figure {
  width: 48.2422%;
}
@media screen and (max-width: 768px) {
  .floormap__item__figure {
    width: 100%;
  }
}
.floormap__item__figure__box {
  display: block;
  width: 100%;
  aspect-ratio: 494/300;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .floormap__item__figure__box {
    aspect-ratio: 350/216;
  }
}
.floormap__item__figure__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .floormap__item__figure__box img {
    border-radius: 3.08vw;
  }
}
.floormap__item__figure__box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
  z-index: 1;
  opacity: 0.7;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .floormap__item__figure__box::after {
    border-radius: 3.08vw;
  }
}
.floormap__item__figure__box::after {
  transition: width 0.4s ease-out;
}
.floormap__item__figure .slide__main {
  width: 100%;
  aspect-ratio: 494/300;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.floormap__item__figure .slide__main .splide__track {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}
.floormap__item__figure .slide__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.floormap__item__figure .slide__main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
  z-index: 0;
  border-radius: 12px;
}
.floormap__item__figure .slide__main::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 10px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .floormap__item__figure .slide__main {
    aspect-ratio: 350/216;
    border-radius: 3.08vw;
  }
  .floormap__item__figure .slide__main .splide__track {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
  }
  .floormap__item__figure .slide__main::before {
    border-radius: 2.56vw;
  }
  .floormap__item__figure .slide__main::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    border-radius: 2.56vw;
  }
  .floormap__item__figure .slide__main img {
    border-radius: 2.56vw;
  }
}
.floormap__item__figure .slide__thumb {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .floormap__item__figure .slide__thumb {
    margin-top: 2.05vw;
  }
}
.floormap__item__figure .slide__thumb .splide__list {
  justify-content: center;
}
.floormap__item__figure .slide__thumb .splide__slide {
  width: 116px;
  aspect-ratio: 116/74;
  position: relative;
}
@media screen and (min-width: 1240px) {
  .floormap__item__figure .slide__thumb .splide__slide {
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  .floormap__item__figure .slide__thumb .splide__slide:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .floormap__item__figure .slide__thumb .splide__slide {
    aspect-ratio: 116/52;
  }
}
.floormap__item__figure .slide__thumb .splide__slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
  z-index: 0;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .floormap__item__figure .slide__thumb .splide__slide::before {
    border-radius: 3.08vw;
  }
}
.floormap__item__figure .slide__thumb .splide__slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 10px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .floormap__item__figure .slide__thumb .splide__slide::after {
    border-radius: 2.56vw;
  }
}
.floormap__item__figure .slide__thumb .splide__slide img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .floormap__item__figure .slide__thumb .splide__slide img {
    border-radius: 2.56vw;
  }
}
.floormap__item__figure .slide__thumb .splide__slide.is-active {
  border: none;
}
.floormap__item__figure .slide__thumb .splide__slide.is-active::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
}
.floormap__item__figure .slide__thumb .splide__slide.is-active img {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .floormap__item__figure .slide__thumb .splide__slide.is-active img {
    border-radius: 2.05vw;
  }
}
.floormap__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 768px) {
  .floormap__list__item {
    padding-bottom: 3.08vw;
    margin-bottom: 3.08vw;
  }
}
.floormap__list__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.floormap__list__item i {
  display: inline-block;
  margin-right: 12px;
  width: 57px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .floormap__list__item i {
    margin-right: 3.08vw;
    width: 14.62vw;
    height: 6.67vw;
  }
}
.floormap__list__item dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .floormap__list__item dl {
    width: calc(100% - 17.69vw);
    font-size: 3.85vw;
    align-items: flex-start;
  }
}
.floormap__list__item dl dt {
  font-weight: 700;
}
.floormap__list__item dl dd {
  font-weight: 400;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .floormap__list__item dl dd {
    margin-left: 1.54vw;
  }
}

.access {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .access {
    padding-top: 20.51vw;
    padding-bottom: 20.51vw;
  }
}
.access {
  position: relative;
}
.access__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.access__bg canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.access__inner {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .access__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.access__box {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access__box {
    margin-top: 58.46vw;
  }
}
.access__logo {
  width: 21.777%;
  position: absolute;
  top: -129px;
  right: 47px;
}
.access__logo svg {
  width: 100%;
}
.access__logo #access__logo__circle_01, .access__logo #access__logo__circle_02 {
  transform-origin: center;
  animation: access_logo_rotate 6s linear infinite;
}
.access__logo #access__logo__circle_02 {
  animation-duration: 9s;
  animation-delay: 3s;
}
@keyframes access_logo_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .access__logo {
    width: 56.92vw;
    top: -50.77vw;
    right: calc(50% - 28.46vw);
  }
}
.access__tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access__tab {
    gap: 4.36vw;
  }
}
.access__tab__btn {
  width: 100px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #3F4649;
}
@media screen and (min-width: 1240px) {
  .access__tab__btn {
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  .access__tab__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .access__tab__btn {
    width: 25.64vw;
    height: 11.03vw;
    border-radius: 2.05vw;
  }
}
.access__tab__btn span {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .access__tab__btn span {
    font-size: 3.85vw;
  }
}
.access__tab__btn.active {
  background: #fff;
}
@media screen and (min-width: 1240px) {
  .access__tab__btn.active {
    cursor: default;
  }
  .access__tab__btn.active:hover {
    opacity: 1;
  }
}
.access__tab__btn.active span {
  color: #3F4649;
}
.access__figure__box {
  margin-top: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .access__figure__box {
    margin-top: 5.13vw;
    border-radius: 0;
    width: 100vw;
    height: 114.1vw;
    margin-left: calc(-50vw + 50%);
    overflow: scroll;
  }
  .access__figure__box[data-tab=c], .access__figure__box[data-tab=a] {
    height: auto;
    width: 100%;
    margin-left: auto;
    border-radius: 7.69vw;
  }
}
@media screen and (max-width: 768px) {
  .access__figure__box .scroll-hint-icon-wrap {
    width: 1045px;
  }
}
.access__figure__item {
  display: none;
}
.access__figure__item[data-tab=b] {
  aspect-ratio: 1024/445;
}
@media screen and (max-width: 768px) {
  .access__figure__item[data-tab=c], .access__figure__item[data-tab=a] {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
.access__figure__item.active {
  display: block;
}
.access__figure__item {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .access__figure__item {
    width: 1045px;
    height: 100%;
    overflow: scroll;
  }
}
.access__figure__item img {
  width: 100%;
}
.access__figure__map {
  display: inline-block;
  padding: 8px 21px 8px 10px;
  background: #3f4649;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #fff;
  position: absolute;
  top: 18px;
  left: 20px;
}
@media screen and (min-width: 1240px) {
  .access__figure__map {
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  .access__figure__map:hover {
    opacity: 0.7;
  }
}
.access__figure__map::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%225%22%20height%3D%228%22%20viewBox%3D%220%200%205%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.191236%200.176286C0.068788%200.289186%204.57504e-07%200.442297%204.50525e-07%200.601944C4.43547e-07%200.761592%200.068788%200.914702%200.191235%201.0276L3.42402%204.00768L0.191235%206.98775C0.0760113%207.10185%200.0132891%207.2527%200.0162655%207.40856C0.0192415%207.56442%200.0876843%207.71314%200.207194%207.82343C0.326702%207.93372%200.48796%207.99698%200.657035%207.99989C0.82611%208.00281%200.98982%207.94516%201.11372%207.83907L4.80876%204.43381C4.93121%204.32091%205%204.16779%205%204.00815C5%203.8485%204.93121%203.69539%204.80876%203.58249L1.11474%200.176286C0.992268%200.0634107%200.826174%20-1.82444e-07%200.652988%20-1.90014e-07C0.479803%20-1.97584e-07%200.313709%200.0634106%200.191236%200.176286Z%22%20fill%3D%22url(%23paint0_linear_31_6441)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_31_6441%22%20x1%3D%225%22%20y1%3D%220%22%20x2%3D%224.64693%22%20y2%3D%228.20008%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238E8FD6%22%2F%3E%3Cstop%20offset%3D%220.6%22%20stop-color%3D%22%23E3A5CE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2352CDE4%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .access__figure__map {
    padding: 2.05vw 5.38vw 2.05vw 2.56vw;
    border-radius: 7.69vw;
    font-size: 3.08vw;
  }
  .access__figure__map::after {
    width: 1.28vw;
    height: 2.05vw;
    right: 2.56vw;
  }
}
.access__facility {
  width: 100%;
  padding: 2.929%;
  display: flex;
  gap: 1.953125%;
}
@media screen and (max-width: 768px) {
  .access__facility {
    display: block;
    gap: 0;
    padding: 7.69vw;
  }
}
.access__facility__box {
  width: 49.0234375%;
}
@media screen and (max-width: 768px) {
  .access__facility__box {
    width: 100%;
  }
  .access__facility__box.right {
    margin-top: 7.69vw;
  }
}
.access__facility__box .item__block {
  text-align: left;
  margin-bottom: 30px;
}
.access__facility__box .item__block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .access__facility__box .item__block {
    margin-bottom: 7.69vw;
  }
}
.access__facility__box .item__title {
  width: 100%;
  margin-bottom: 14px;
  padding-bottom: 14px;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .access__facility__box .item__title {
    font-size: 3.33vw;
    margin-bottom: 3.59vw;
    padding-bottom: 3.59vw;
  }
}
.access__facility__box .item__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(91.54deg, #8E8FD6 0%, #E3A5CE 60%, #52CDE4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.access__facility__box .item dl dd > ul li {
  width: 100%;
  display: flex;
  font-size: 13px;
  margin-bottom: 14px;
  font-weight: 400;
}
.access__facility__box .item dl dd > ul li:last-child {
  margin-bottom: 0;
}
.access__facility__box .item dl dd > ul li span {
  display: inline-block;
}
.access__facility__box .item dl dd > ul li .name {
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .access__facility__box .item dl dd > ul li {
    font-size: 3.33vw;
    margin-bottom: 3.59vw;
  }
  .access__facility__box .item dl dd > ul li .name {
    width: calc(100% - 25.64vw);
  }
}

.allcontents {
  padding: 65px 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .allcontents {
    padding: 16.92vw 0 17.69vw;
  }
}
.allcontents__inner {
  max-width: 1372px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .allcontents__inner {
    padding: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.allcontents__title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0em;
  color: #3F4649;
}
@media screen and (max-width: 768px) {
  .allcontents__title {
    font-size: 6.67vw;
  }
}
.allcontents__linklists {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .allcontents__linklists {
    margin-top: 7.69vw;
    gap: 1.54vw;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.allcontents__link {
  width: 19.36%;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .allcontents__link {
    width: 44.1vw;
    aspect-ratio: 1/1;
  }
}
.allcontents__link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1240px) {
  .allcontents__link a::after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    border-radius: 12px;
    transition: width 0.4s ease-out;
  }
}
@media screen and (min-width: 1240px) and (max-width: 768px) {
  .allcontents__link a::after {
    border-radius: 3.08vw;
  }
}
@media screen and (min-width: 1240px) {
  .allcontents__link a:hover::after {
    width: 100%;
  }
}
.allcontents__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.allcontents__link span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .allcontents__link span {
    font-size: 3.08vw;
    bottom: 3.59vw;
  }
}

.contact {
  padding: 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 25.38vw 0;
  }
}
.contact__inner {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.contact__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  text-shadow: 0 0 20px rgba(85, 35, 70, 0.8);
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 7.18vw;
    margin-bottom: 1.5em;
  }
}
.contact__desc {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__desc {
    font-size: 4.62vw;
  }
}
.contact__link {
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .contact__link {
    margin-top: 7.18vw;
  }
}

.footer {
  padding: 80px 0;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15.38vw 0 39.23vw;
  }
}
.footer__inner {
  max-width: 1492px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0;
    max-width: none;
    width: 89.74vw;
    display: block;
  }
}
.footer__linkshine__logo {
  width: 218px;
}
@media screen and (max-width: 768px) {
  .footer__linkshine__logo {
    width: 44.1vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer__linkshine__logo img {
  width: 100%;
}
.footer__linkshine__copyright {
  margin-top: 60px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #3F4649;
}
@media screen and (max-width: 768px) {
  .footer__linkshine__copyright {
    margin-top: 0;
    width: 89.74vw;
    font-size: 3.08vw;
    text-align: left;
    position: absolute;
    left: 5.13vw;
    bottom: 15.38vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__tgc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.footer__tgc__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.footer__tgc__logo__item {
  padding-right: 19px;
  margin-right: 19px;
  border-right: 1px solid #d9d9d9;
  height: 40px;
  display: flex;
  align-items: center;
}
.footer__tgc__logo__item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media screen and (min-width: 1240px) {
  .footer__tgc__logo__item a:hover {
    opacity: 0.7;
  }
}
.footer__tgc__logo__item--jrtk img {
  width: 211px;
}
.footer__tgc__logo__item--tgc img {
  width: 75px;
}
.footer__tgc__logo__item--jr img {
  width: 50px;
}
.footer__tgc__logo__item--residence img {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .footer__tgc__logo {
    width: 100%;
    padding-top: 12.82vw;
    border-top: 1px solid #F1F0F0;
    display: block;
  }
  .footer__tgc__logo__item {
    margin-right: auto;
    padding-right: 0;
    margin-left: auto;
    border-right: none;
    margin-bottom: 6.15vw;
    justify-content: center;
  }
  .footer__tgc__logo__item:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
  .footer__tgc__logo__item--jrtk img {
    width: 69.23vw;
  }
  .footer__tgc__logo__item--residence img {
    width: 69.23vw;
  }
  .footer__tgc__logo__item--tgc img {
    width: 24.62vw;
  }
  .footer__tgc__logo__item--jr img {
    width: 19.49vw;
  }
}
.footer__tgc__link {
  margin-top: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .footer__tgc__link {
    margin-top: 12.82vw;
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.footer__tgc__link__item {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #3F4649;
  position: relative;
  text-decoration: none;
}
.footer__tgc__link__item:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer__tgc__link__item {
    font-size: 3.08vw;
    display: block;
    margin-bottom: 7.18vw;
  }
}
.footer__tgc__link__item--outer {
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__tgc__link__item--outer {
    padding-right: 3.85vw;
    display: inline-block;
  }
}
.footer__tgc__link__item--outer::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.09091%200C4.21146%200%204.32708%200.0478896%204.41232%200.133133C4.49757%200.218377%204.54545%200.333993%204.54545%200.454545C4.54545%200.575098%204.49757%200.690714%204.41232%200.775958C4.32708%200.861201%204.21146%200.909091%204.09091%200.909091H0.909091V9.09091H9.09091V5.90909C9.09091%205.78854%209.1388%205.67292%209.22404%205.58768C9.30929%205.50243%209.4249%205.45455%209.54545%205.45455C9.66601%205.45455%209.78162%205.50243%209.86687%205.58768C9.95211%205.67292%2010%205.78854%2010%205.90909V9.09091C10%209.33202%209.90422%209.56325%209.73373%209.73373C9.56325%209.90422%209.33202%2010%209.09091%2010H0.909091C0.667985%2010%200.436754%209.90422%200.266267%209.73373C0.0957789%209.56325%200%209.33202%200%209.09091V0.909091C0%200.667985%200.0957789%200.436754%200.266267%200.266267C0.436754%200.0957789%200.667985%200%200.909091%200H4.09091ZM9.54545%200C9.57576%200%209.60545%200.00272733%209.63455%200.00818188H9.63727C9.68988%200.0195513%209.74006%200.0401745%209.78545%200.0690909L9.81727%200.0927273C9.83061%200.101818%209.84333%200.112121%209.85545%200.123636L9.86727%200.132727L9.87727%200.146364C9.90975%200.18164%209.93645%200.221834%209.95636%200.265455L9.96727%200.287273C9.97394%200.305455%209.98%200.324545%209.98545%200.344545L9.99182%200.371818C9.99727%200.399091%2010%200.426667%2010%200.454545V3.18182C10%203.30237%209.95211%203.41799%209.86687%203.50323C9.78162%203.58847%209.66601%203.63636%209.54545%203.63636C9.4249%203.63636%209.30929%203.58847%209.22404%203.50323C9.1388%203.41799%209.09091%203.30237%209.09091%203.18182V1.55182L4.41273%206.23091C4.37047%206.27317%204.32029%206.30669%204.26508%206.32957C4.20986%206.35244%204.15068%206.36421%204.09091%206.36421C4.03114%206.36421%203.97196%206.35244%203.91674%206.32957C3.86152%206.30669%203.81135%206.27317%203.76909%206.23091C3.72683%206.18865%203.69331%206.13848%203.67043%206.08326C3.64756%206.02804%203.63579%205.96886%203.63579%205.90909C3.63579%205.84932%203.64756%205.79014%203.67043%205.73492C3.69331%205.67971%203.72683%205.62953%203.76909%205.58727L8.44818%200.909091H6.81818C6.69763%200.909091%206.58201%200.861201%206.49677%200.775958C6.41153%200.690714%206.36364%200.575098%206.36364%200.454545C6.36364%200.333993%206.41153%200.218377%206.49677%200.133133C6.58201%200.0478896%206.69763%200%206.81818%200H9.54545Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer__tgc__link__item--outer::after {
    width: 2.56vw;
    height: 2.56vw;
  }
}
.footer-sub {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .footer-sub {
    padding: 7.69vw 0;
  }
}
.footer-sub__lists {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists {
    display: block;
  }
}
.footer-sub__lists__item {
  margin-right: 39px;
  padding-right: 39px;
  border-right: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists__item {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 7.69vw;
  }
}
.footer-sub__lists__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists__item:last-child {
    margin-bottom: 0;
  }
}
.footer-sub__lists__item p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists__item p {
    font-size: 3.08vw;
    margin-bottom: 3.59vw;
    text-align: center;
  }
}
.footer-sub__lists__item .logo--jr_tk {
  width: 377px;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists__item .logo--jr_tk {
    width: 89.74vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-sub__lists__item .logo--residence {
  width: 304px;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists__item .logo--residence {
    width: 77.95vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-sub__lists__item .logo img {
  width: 100%;
}

.obj {
  position: absolute;
  z-index: -1;
}
.obj svg, .obj img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.obj img {
  height: 100%;
  object-fit: cover;
}

.floormap__obj--01 {
  width: 1634px;
  top: -713px;
  left: 0;
  opacity: 0.08;
}
@media screen and (max-width: 768px) {
  .floormap__obj--01 {
    width: 231.28vw;
    top: -46.15vw;
    left: -77.44vw;
  }
}
.floormap__obj--02 {
  width: 884px;
  height: 878px;
  bottom: -274px;
  left: 129px;
  opacity: 0.14;
  opacity: 0;
}
.floormap__obj--02 img {
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .floormap__obj--02 {
    width: 209.49vw;
    height: 208.21vw;
    bottom: -20.51vw;
    left: -20.51vw;
  }
}

.allcontents__obj--01 {
  width: 1179px;
  height: 1170px;
  top: -16px;
  left: -361px;
  opacity: 0.28;
  transform: scale(1, -1);
}
@media screen and (max-width: 768px) {
  .allcontents__obj--01 {
    transform: scale(-1, -1);
    width: 302.31vw;
    top: 0;
    left: -61.54vw;
  }
}

.about__obj--01 {
  transform: scale(-1, -1);
  width: 1399px;
  height: 1389px;
  top: -430px;
  right: -387px;
  opacity: 0.14;
}
@media screen and (max-width: 768px) {
  .about__obj--01 {
    display: none;
  }
}

.obj--common-contact {
  width: 1684px;
  height: 1672px;
  top: -303px;
  right: -349px;
  opacity: 0.14;
}
@media screen and (max-width: 768px) {
  .obj--common-contact {
    width: 311.28vw;
    height: 309.74vw;
    top: -115.13vw;
    right: auto;
    left: -19.74vw;
  }
}

.about-vision-obj-01, .obj--lower-line {
  z-index: 1;
  width: 1098px;
  height: 1090px;
  top: -100px;
  right: -362px;
  opacity: 0.14;
}

.obj--lower-line {
  z-index: 0;
}

.obj__lower_sq {
  width: 1200px;
  top: 198px;
  right: -690px;
  z-index: 1;
  opacity: 0.14;
}
.parent--obj--lower-line {
  overflow: hidden;
  position: relative;
}

.kv__obj_01 {
  width: 1423px;
  width: 94.113vw;
  top: -189px;
  left: 89px;
  opacity: 0.14;
  position: fixed;
}
.kv__obj_01.ab {
  position: absolute;
}
.kv__obj_02 {
  width: 1511px;
  width: 100vw;
  top: 0px;
  right: 0;
  opacity: 0.14;
  position: fixed;
}
.kv__obj_02.ab {
  position: absolute;
}

#introduction-logo {
  opacity: 0;
}

.site__catch span,
#kv-image-s01,
#kv-image-s02,
#kv-image-s03,
#kv-image-s04,
#kv-image-l01,
#kv-image-s05,
#kv-image-s06 {
  opacity: 0;
  transform: translateY(20px);
}