@charset "UTF-8";
/* =========================================================
body
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap");
html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  cursor: pointer;
}

@media print {
  html,
  body {
    _zoom: 70% !important;
  }
}
main {
  display: block;
  /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.phd__in {
  height: 55px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
}
.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}
.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}
.phd__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.phd__sns li {
  margin-right: 8px;
}
.phd__sns li:last-child {
  margin-right: 0;
}
.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}

.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  margin-top: 52px;
  padding: 45px 0 58px;
  background: #222;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pft {
    margin-top: 70px;
    padding: 50px 0 40px;
  }
}
.pft__in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pft__in {
    max-width: 930px;
  }
}
.pft__logo {
  text-align: center;
}
.pft__logo svg {
  fill: #fff;
}
.pft__logo a {
  text-decoration: none;
}
.pft__logo__txt {
  width: 14px;
  height: 32px;
  margin-right: 4px;
}
.pft__logo__img {
  width: 120px;
  height: 36px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.pft__logo__img.parcoya-ueno {
  width: 205px;
  height: 34px;
}
.pft__logo.nagoya .pft__logo__txt {
  margin-right: 5px;
}
.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    margin: 0;
  }
}
.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #FFF;
    border-radius: 50%;
    text-indent: 100%;
  }
}
.pft__pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}
.pft__pageTop a:hover {
  opacity: 0.7;
}
.pft__copyright {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}
.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

/* =========================================================
layout
========================================================= */
/* =========================================================
header
========================================================= */
.header__title {
  text-align: center;
}
.header__title img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .header__title img {
    width: auto;
    max-width: 100%;
  }
}
/* =========================================================
Main
========================================================= */
@media screen and (min-width: 769px) {
  .main-contents {
    padding: 0 20px;
  }
}
/* =========================================================
Local navi
========================================================= */
.localnav {
  width: 87.46%;
  max-width: 620px;
  margin: 120px auto;
}
@media screen and (min-width: 769px) {
  .localnav {
    padding: 0;
  }
}
.localnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
}
.localnav-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /* Add transition for smooth animation */
}
.localnav-item:nth-child(-n+2) {
  margin-top: 0;
}
.localnav-item:nth-child(2n) {
  margin-right: 0;
}
.localnav-item a,
.localnav-item button {
  width: 100%;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.localnav-item:hover {
  /* Add hover effect */
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  .localnav {
    margin: 45px auto 62px;
  }
  .localnav-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
/* =========================================================
New&Renew items
========================================================= */
[v-cloak] {
  display: none;
}

.newrenew-block {
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .newrenew-block {
    padding: 0;
  }
}
.newrenew-block .list-block {
  margin: 0 auto 50px;
}
.newrenew-block .list-block:last-child {
  margin-bottom: 0;
}
.newrenew-block .ttl {
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 3.12%;
     -moz-column-gap: 3.12%;
          column-gap: 3.12%;
  row-gap: 40px;
}
@media screen and (min-width: 769px) {
  .item-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .item-list {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 13px;
  }
}
.item-list .item {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .item-list .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.item-list .front-cont {
  height: auto;
  cursor: pointer;
}
.item-list .front-cont .img-wrap {
  position: relative;
}
.item-list .front-cont .badge-l {
  width: 50px;
  padding: 10px;
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.item-list .front-cont .badge-l .date {
  font-size: 15px;
  text-align: center;
}
.item-list .front-cont .badge-l .new-renew {
  margin: 1em 0 0;
  padding: 1em 0 0;
  border-top: 2px solid #000;
  font-size: 15px;
  text-align: center;
}
.item-list .front-cont .badge-r {
  width: 80px;
  height: 80px;
  background: #fff;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.item-list .front-cont .detail {
  text-align: center;
}
.item-list .front-cont .logo {
  width: 70%;
  max-width: 250px;
  margin: 0 auto;
  border: 1px solid #000;
}
.item-list .front-cont .shop {
  margin: 6px auto 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  position: relative;
  /* Required for pseudo-element positioning */
  display: inline-block;
  line-height: 1.5;
  /* Ensures the underline is only as wide as the text */
}
.item-list .front-cont .shop::after {
  content: "";
  position: absolute;
  bottom: -2px;
  /* Adjust as needed for desired spacing */
  left: 0;
  width: 0;
  height: 1px;
  /* Underline thickness */
  background-color: #000;
  /* Underline color */
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  /* Animation for width change */
}
@media screen and (max-width: 768px) {
  .item-list .front-cont .shop {
    font-size: 10px;
    line-height: 1.5;
  }
}
.item-list .front-cont:hover .shop::after {
  width: 100%;
  /* Expand underline on hover */
}
.item-list .front-cont .floor,
.item-list .front-cont .ctg {
  margin: 0.5em auto 0;
  font-size: 15px;
  text-align: center;
}
.item-list .front-cont .more {
  width: 70%;
  max-width: 300px;
  margin: 20px auto 0;
}
.item-list .front-cont .more button {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  color: #000;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newrenew-modal .modal-wrap {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newrenew-modal .modal-cont {
  width: 68.44%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .modal-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .newrenew-modal .modal-cont {
    height: 100vh;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newrenew-modal .img-wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .img-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.newrenew-modal .img-slider {
  position: relative;
  text-align: center;
}
.newrenew-modal .img-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.newrenew-modal .img-slider .slick-arrow.prev {
  left: 0;
}
.newrenew-modal .img-slider .slick-arrow.next {
  right: 0;
}
.newrenew-modal .img-slider .slick-arrow button {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
}
.newrenew-modal .img-slider .slick-arrow button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 17px;
  left: 19px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.newrenew-modal .img-slider .slick-arrow button.slick-next {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.newrenew-modal .detail {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .detail {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .newrenew-modal .detail {
    padding: 20px 0 40px;
  }
}
.newrenew-modal .date {
  text-align: center;
  font-size: 15px;
}
.newrenew-modal .new-renew {
  margin: 0.8em auto 0;
  text-align: center;
  font-size: 18px;
}
.newrenew-modal .first {
  margin: 0.8em auto 0;
  text-align: center;
  font-size: 15px;
}
.newrenew-modal .logo {
  width: 70%;
  max-width: 250px;
  margin: 15px auto 0;
  border: 1px solid #000;
}
.newrenew-modal .shop {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .shop {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
  }
}
.newrenew-modal .floor,
.newrenew-modal .ctg {
  margin: 0.5em auto 0;
  font-size: 15px;
  text-align: center;
}
.newrenew-modal .introduction {
  margin: 20px auto 0;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .introduction {
    margin: 10px auto 0;
    font-size: 12px;
  }
}
.newrenew-modal .open-event {
  margin: 20px auto 0;
}
.newrenew-modal .open-event .ttl {
  font-size: 18px;
  font-weight: bold;
}
.newrenew-modal .open-event .txt {
  margin: 0.5em auto 0;
  font-size: 13px;
  line-height: 1.3;
}
.newrenew-modal .link-item {
  width: auto;
}
.newrenew-modal .link-item:last-child {
  margin-right: 0;
}
.newrenew-modal .link-item a {
  display: block;
}
.newrenew-modal .link-item img {
  width: auto;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .link-item img {
    height: 15px;
  }
}
.newrenew-modal .modal-arrow {
  position: absolute;
}
.newrenew-modal .modal-arrow button {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #000;
  font-size: 13px;
}
.newrenew-modal .modal-arrow.prev {
  left: 0;
}
.newrenew-modal .modal-arrow.next {
  right: 0;
}

/* =========================================================
modal
========================================================= */
.modal-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 50;
  display: none;
}

.modal-bg {
  width: 100vw;
  height: 150vh;
  background: rgba(255, 170, 124, 0.95);
  position: absolute;
  top: 0;
  left: 0;
}

.modal-close {
  width: 11.728%;
  max-width: 120px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 3%;
  right: 2%;
  cursor: pointer;
  z-index: 60;
}

/* Fade out animation */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.is-fading-out {
  -webkit-animation: fadeOut 0.4s ease-out forwards;
          animation: fadeOut 0.4s ease-out forwards;
}

@media screen and (min-width: 769px) {
  .main-contents {
    padding: 0;
  }
}
/* =========================================================
LP
========================================================= */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.wrapper {
  background-color: #feaa7b;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 12px;
  }
}
.pft {
  background-color: #feaa7b;
  color: #000;
}

/* =========================================================
メインビジュアル
========================================================= */
.main-visual {
  position: relative;
  height: auto;
  aspect-ratio: 1336/546;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-visual {
    margin: 0 auto;
    aspect-ratio: 375/667;
  }
}
.mv-ttl-wrapper {
  position: absolute;
  width: 87.1%;
  margin: 0 auto;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  clip-path: inset(27% 0 73% 0);
  -webkit-animation: expand-vertical-1 0.8s ease-in forwards;
          animation: expand-vertical-1 0.8s ease-in forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 768px) {
  .mv-ttl-wrapper {
    width: 96%;
    top: 49%;
  }
}
.mv-logo {
  position: absolute;
  right: 2%;
  top: 3%;
  width: 8.45%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .mv-logo {
    width: 93px;
    top: 1%;
  }
}
.mv-line-animation {
  position: absolute;
  height: 18px;
  background-color: #666369;
  width: 0;
  left: 6.45%;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-animation: expand-horizontal 0.7s forwards;
          animation: expand-horizontal 0.7s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0.05, 0.68, 0.99);
          animation-timing-function: cubic-bezier(0.8, 0.05, 0.68, 0.99);
}

@media screen and (max-width: 768px) {
  .mv-line-animation {
    top: 47%;
    height: 6px;
    left: 2%;
  }
}
.mv-el-top,
.mv-el-btm,
.mv-el-top-02,
.mv-el-top-03 {
  position: absolute;
}

.mv-el-top {
  width: 98.3%;
  top: 6.6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .mv-el-top {
    width: 93.24%;
    max-width: 1007px;
    top: 0;
    left: 50%;
  }
}
.mv-el-top-02 {
  width: 10.6%;
  z-index: 2;
  left: 60%;
  top: 6%;
}

.mv-el-top-03 {
  width: 6.6%;
  z-index: 2;
  left: 29.05%;
  top: 41.5%;
}

.mv-el-btm {
  width: 85.43%;
  bottom: 2%;
  z-index: 0;
  padding-left: 6px;
}

@media screen and (max-width: 768px) {
  .mv-el-btm {
    width: 92.68%;
    max-width: 1001px;
    padding-left: 13px;
  }
}
.anime-btot {
  -webkit-animation: fade-in-btot 1s forwards;
          animation: fade-in-btot 1s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0.05, 0.68, 0.99);
          animation-timing-function: cubic-bezier(0.8, 0.05, 0.68, 0.99);
}

.anime-ttob {
  -webkit-animation: fade-in-ttob 1s forwards;
          animation: fade-in-ttob 1s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0.05, 0.68, 0.99);
          animation-timing-function: cubic-bezier(0.8, 0.05, 0.68, 0.99);
}

.coming-soon {
  width: 55.78%;
  max-width: 762px;
  margin: 80px auto 98px;
}

@media screen and (max-width: 768px) {
  .coming-soon {
    width: 87.46%;
    max-width: 328px;
    margin: 34px auto 50px;
  }
}
.lp-section {
  width: 80%;
  margin: -50px auto 146px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .lp-section {
    width: 87.46%;
    margin: -50px auto 70px;
    padding-top: 50px;
  }
}
.sec-ttl-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.sec-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 100px;
  letter-spacing: -3px;
  clip-path: inset(50% 0 50% 0);
  /* Initial state for animation */
}

.sec-ttl.expand-vertical-1 {
  -webkit-animation: expand-vertical-about 0.8s forwards;
          animation: expand-vertical-about 0.8s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0.05, 0.68, 0.99);
          animation-timing-function: cubic-bezier(0.8, 0.05, 0.68, 0.99);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.sec-ttl-2 {
  margin: 0 auto 80px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -1.5px;
}

@media screen and (max-width: 768px) {
  .sec-ttl-2 {
    font-size: 20px;
    margin: 0 auto 40px;
  }
}
.sec-ttl-line {
  position: absolute;
  left: 0;
  top: 43%;
  height: 13px;
  background-color: #65636A;
  z-index: 3;
  width: 0;
}

.creators-ttl-line {
  left: 5px;
  top: 41%;
}

.exhibition-ttl-line {
  left: 7px;
  top: 40%;
}

.event-ttl-line {
  left: 7px;
  top: 40%;
}

.about-ttl-line.is-line-animated {
  -webkit-animation: expand-horizontal-line-about 0.7s ease-in forwards;
          animation: expand-horizontal-line-about 0.7s ease-in forwards;
}

.creators-ttl-line.is-line-animated {
  -webkit-animation: expand-horizontal-line-creators 0.7s ease-in forwards;
          animation: expand-horizontal-line-creators 0.7s ease-in forwards;
}

.exhibition-ttl-line.is-line-animated {
  -webkit-animation: expand-horizontal-line-exhibition 0.7s ease-in forwards;
          animation: expand-horizontal-line-exhibition 0.7s ease-in forwards;
}

.event-ttl-line.is-line-animated {
  -webkit-animation: expand-horizontal-line-event 0.7s ease-in forwards;
          animation: expand-horizontal-line-event 0.7s ease-in forwards;
}

/* Define specific keyframes for each line to animate to its specific width */
@-webkit-keyframes expand-horizontal-line-about {
  from {
    width: 0;
  }
  to {
    width: 312px;
  }
}
@keyframes expand-horizontal-line-about {
  from {
    width: 0;
  }
  to {
    width: 312px;
  }
}
@-webkit-keyframes expand-horizontal-line-creators {
  from {
    width: 0;
  }
  to {
    width: 468px;
  }
}
@keyframes expand-horizontal-line-creators {
  from {
    width: 0;
  }
  to {
    width: 468px;
  }
}
@-webkit-keyframes expand-horizontal-line-exhibition {
  from {
    width: 0;
  }
  to {
    width: 445px;
  }
}
@keyframes expand-horizontal-line-exhibition {
  from {
    width: 0;
  }
  to {
    width: 445px;
  }
}
@-webkit-keyframes expand-horizontal-line-event {
  from {
    width: 0;
  }
  to {
    width: 254px;
  }
}
@keyframes expand-horizontal-line-event {
  from {
    width: 0;
  }
  to {
    width: 254px;
  }
}
@media screen and (max-width: 1110px) {
  @-webkit-keyframes expand-horizontal-line-exhibition {
    from {
      width: 0;
    }
    to {
      width: 340px;
    }
  }
  @keyframes expand-horizontal-line-exhibition {
    from {
      width: 0;
    }
    to {
      width: 340px;
    }
  }
  @-webkit-keyframes expand-horizontal-line-event {
    from {
      width: 0;
    }
    to {
      width: 197px;
    }
  }
  @keyframes expand-horizontal-line-event {
    from {
      width: 0;
    }
    to {
      width: 197px;
    }
  }
}
@media screen and (max-width: 860px) {
  @-webkit-keyframes expand-horizontal-line-exhibition {
    from {
      width: 0;
    }
    to {
      width: 287px;
    }
  }
  @keyframes expand-horizontal-line-exhibition {
    from {
      width: 0;
    }
    to {
      width: 287px;
    }
  }
  @-webkit-keyframes expand-horizontal-line-event {
    from {
      width: 0;
    }
    to {
      width: 168px;
    }
  }
  @keyframes expand-horizontal-line-event {
    from {
      width: 0;
    }
    to {
      width: 168px;
    }
  }
}
@media screen and (max-width: 768px) {
  #exhibition .sec-ttl-wrapper,
  #event .sec-ttl-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }
  .sec-ttl {
    font-size: 47px;
    letter-spacing: -2px;
    margin: 0 auto 26px;
    z-index: 2;
  }
  .sec-ttl-line {
    height: 6px;
  }
  .creators-ttl-line {
    left: 2px;
    top: 40%;
  }
  .exhibition-ttl-line {
    left: 4px;
  }
  .event-ttl-line {
    left: 4px;
  }
  @-webkit-keyframes expand-horizontal-line-about {
    from {
      width: 0;
    }
    to {
      width: 144px;
    }
  }
  @keyframes expand-horizontal-line-about {
    from {
      width: 0;
    }
    to {
      width: 144px;
    }
  }
  @-webkit-keyframes expand-horizontal-line-creators {
    from {
      width: 0;
    }
    to {
      width: 217px;
    }
  }
  @keyframes expand-horizontal-line-creators {
    from {
      width: 0;
    }
    to {
      width: 217px;
    }
  }
  @-webkit-keyframes expand-horizontal-line-exhibition {
    from {
      width: 0;
    }
    to {
      width: 228px;
    }
  }
  @keyframes expand-horizontal-line-exhibition {
    from {
      width: 0;
    }
    to {
      width: 228px;
    }
  }
  @-webkit-keyframes expand-horizontal-line-event {
    from {
      width: 0;
    }
    to {
      width: 133px;
    }
  }
  @keyframes expand-horizontal-line-event {
    from {
      width: 0;
    }
    to {
      width: 133px;
    }
  }
}
/* =========================================================
Floating Menu
========================================================= */
.floating-menu-btn {
  position: fixed;
  top: 0;
  right: 2%;
  width: 11.728%;
  max-width: 120px;
  z-index: 1000;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  /* Initially hide it above the viewport */
  opacity: 0;
  /* Initially transparent */
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  /* Animation for appearing */
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  /* Ensure the body takes full viewport height */
}

body.modal-open .floating-menu-btn {
  display: none;
}

.floating-menu-btn.is-visible {
  top: 3%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* Slide down to its original position */
  opacity: 1;
  /* Become fully visible */
}

.modal-floating-menu .modal-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
.modal-floating-menu .localnav {
  max-width: 935px;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .floating-menu-btn,
  .modal-close {
    width: 21.33%;
    max-width: 80px;
  }
  .floating-menu-btn.is-visible {
    top: 3%;
  }
  .modal-floating-menu .localnav {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal-floating-menu .localnav-list {
    width: 43.7%;
    margin: 0 auto;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
}
.about-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .about-description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
  }
}
.about-description-1,
.about-description-2 {
  width: 46.7%;
}

@media screen and (max-width: 768px) {
  .about-description-1,
  .about-description-2 {
    width: 100%;
  }
}
.creators-sec {
  width: 91.2%;
  margin-bottom: 190px;
}

@media screen and (max-width: 768px) {
  .creators-sec {
    width: 90%;
    margin-bottom: 48px;
  }
}
.creators-sec .sec-ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .creators-sec .sec-ttl {
    margin-bottom: 33px;
  }
}
.detail-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .detail-name {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.modal-cont .img-wrap {
  width: 45.78%;
}

.item.circle_01 {
  width: 13.6%;
}

.item.circle_01 .img-wrap .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 170/170;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item.circle_01 .modal-cont .img-wrap .img img {
  max-width: 467px;
  max-height: 467px;
}

@media screen and (max-width: 768px) {
  .modal-cont .img-wrap {
    width: 77%;
  }
  .item.circle_01 {
    width: 23.46%;
  }
  .item.circle_01 .modal-cont .img-wrap .img img {
    max-width: 246px;
    max-height: 246px;
  }
}
.item.circle_02 {
  width: 15.4%;
}

.item.circle_02 .img-wrap .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 192/137;
  border-radius: 50%/50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item.circle_02 .modal-cont .img-wrap .img img {
  max-width: inherit;
  max-height: inherit;
}

@media screen and (max-width: 768px) {
  .item.circle_02 {
    width: 26.66%;
  }
}
.item.circle_03 {
  width: 15.4%;
}

.item.circle_03 .img-wrap .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 192/154;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item.circle_03 .modal-cont .img-wrap .img img {
  max-width: inherit;
  max-height: inherit;
}

@media screen and (max-width: 768px) {
  .item.circle_03 {
    width: 26.4%;
  }
}
.item.circle_04 {
  width: 12.02%;
}

.item.circle_04 .img-wrap .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 150/150;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item.circle_04 .modal-cont .img-wrap .img img {
  max-width: inherit;
  max-height: inherit;
}

@media screen and (max-width: 768px) {
  .item.circle_04 {
    width: 20.8%;
  }
}
.item.circle_05 {
  width: 12.34%;
}

.item.circle_05 .img-wrap .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 154/192;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item.circle_05 .modal-cont .img-wrap .img img {
  max-width: inherit;
  max-height: inherit;
}

@media screen and (max-width: 768px) {
  .item.circle_05 {
    width: 21.33%;
  }
}
.item.item-list-spacer {
  width: 45%;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .item.item-list-spacer {
    width: 30%;
  }
}
.exhibition-sec,
.event-sec {
  width: 91.2%;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.2%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .exhibition-sec,
  .event-sec {
    width: 87.46%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto;
    gap: 0;
  }
}
.exhibition-sec .sec-ttl,
.event-sec .sec-ttl {
  font-size: 90px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .exhibition-sec .sec-ttl,
  .event-sec .sec-ttl {
    font-size: 70px;
  }
}
@media screen and (max-width: 860px) {
  .exhibition-sec .sec-ttl,
  .event-sec .sec-ttl {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .exhibition-sec .sec-ttl,
  .event-sec .sec-ttl {
    font-size: 47px;
    z-index: 1;
  }
  .sec-ttl-container {
    position: relative;
  }
  .exhibition-sec .sec-ttl,
  .event-sec .sec-ttl {
    margin-bottom: 0;
  }
  .sec-ttl-container .exb-nav-bg {
    max-width: 328px;
    margin: 0 auto 27px;
    position: relative;
    z-index: 0;
  }
}
.exb-nav {
  width: 37.44%;
  position: sticky;
  top: 0;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .exb-nav {
    width: 100%;
    position: relative;
    padding-top: 0;
  }
}
.exb-nav-txt,
.exb-desc-txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 32px;
}

.exb-desc-txt {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .exb-nav-txt,
  .exb-desc-txt {
    font-size: 12px;
  }
  .exb-desc-txt {
    margin-bottom: 16px;
  }
}
.exb-desc-txt-02 {
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .exb-desc-txt-02 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 50px;
  }
  .exb-desc-txt {
    margin-bottom: 50px;
  }
}
.exb-desc-txt-mb {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .exb-desc-txt-mb {
    margin-bottom: 20px;
  }
}
.exb-desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 12px;
}

.exb-desc-img {
  margin-bottom: 28px;
}

.exb-desc-ttl {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .exb-desc-ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .exb-desc-img {
    margin-bottom: 12px;
  }
}
.exb-desc-ttl-02 {
  font-size: 12px;
  font-weight: 600;
}

.exb-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 23px;
}

.exb-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.exb-info-list dt {
  max-width: 66px;
}

@media screen and (max-width: 768px) {
  .exb-info-list dt {
    max-width: 56px;
  }
  .exb-info-list dd {
    font-size: 11px;
    line-height: 1.8;
  }
}
.exb-desc-guide,
.exb-desc-guide-box-flex-list,
.exb-desc-guide-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.exb-desc-guide {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
}

.exb-desc-guide-box-flex-list {
  row-gap: 10px;
}

.exb-desc-guide-box-flex {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .exb-desc-guide-box-flex-list {
    width: 34.9%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5em;
  }
  .exb-desc-guide-box-flex-list {
    row-gap: 5px;
  }
  .exb-desc-guide-box-flex {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.exb-desc-guide-box {
  width: 44.4%;
}

.exb-desc-guide-box-img {
  margin: 10px auto;
}

.exb-desc-guide-box-flex img {
  width: 26px;
  height: 16px;
  margin-right: 0.2em;
}

.exb-desc-guide-box-flex p {
  font-size: 13px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .exb-desc-guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 18px;
  }
  .exb-desc-guide-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.6%;
  }
  .exb-desc-guide-box-2 {
    width: 62.5%;
  }
  .exb-desc-guide-box-img {
    margin: 6px auto 0;
  }
  .exb-desc-guide-box-flex p {
    font-size: 12px;
  }
}
.event-sec {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 152px;
}

@media screen and (max-width: 768px) {
  .event-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 47px;
  }
}
.event-sec .sec-ttl {
  margin-left: 0;
}

.event-sec .exb-nav {
  width: 37.5%;
}

.event-sec .exb-desc {
  width: 56.2%;
}

@media screen and (max-width: 1110px) {
  .event-ttl-line:before {
    width: 197px;
    left: 5px;
    top: 39%;
    height: 10px;
  }
}
@media screen and (max-width: 860px) {
  .event-ttl-line:before {
    width: 168px;
    left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .event-sec .exb-nav {
    width: 100%;
  }
  .event-sec .exb-desc {
    width: 100%;
  }
  .event-ttl-line:before {
    width: 133px;
    left: 3px;
    height: 6px;
  }
  .event-nav-bg {
    margin-bottom: 26px;
  }
  .event-sec .exb-nav-txt {
    margin-bottom: 17px;
  }
}
.event-desc-ttl {
  font-size: 30px;
  margin-bottom: 19px;
}

.event-desc-img {
  margin-bottom: 34px;
}

.event_link {
  text-decoration: underline;
  color: #000;
}

.event-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}

.event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFC3A2;
  padding: 4.2%;
  gap: 5%;
}

.event-img {
  width: 38.8%;
}

.event-txt {
  width: 56.2%;
}

.event-txt p {
  font-size: 14px;
  line-height: 2;
}

.event-txt p.event-ttl {
  font-size: 18px;
  font-weight: 600;
}

.event-info {
  margin: 52px auto 13px 0;
}

.event-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.7%;
     -moz-column-gap: 3.7%;
          column-gap: 3.7%;
  row-gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.event-info-list dt {
  width: 24.6%;
  max-width: 66px;
}

.event-info-list dd {
  font-size: 14px;
  line-height: 1.5;
  width: 71.7%;
}

@media screen and (max-width: 1080px) {
  .event-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8%;
    row-gap: 30px;
  }
  .event-img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  .event-txt {
    width: 100%;
  }
  .event-info {
    margin: 20px auto 13px 0;
  }
}
@media screen and (max-width: 768px) {
  .event-desc-img {
    margin-bottom: 25px;
  }
  .event-sec .event-desc-ttl {
    font-size: 17px;
  }
  .event-sec .exb-info {
    margin-bottom: 13px;
  }
  .event-sec .exb-desc-txt {
    margin-bottom: 22px;
  }
  .event-card {
    padding: 9%;
    padding-bottom: 14%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .event-card-list {
    gap: 20px;
  }
  .event-img {
    width: 100%;
  }
  .event-txt {
    width: 100%;
  }
  .event-info {
    margin: 7px auto 13px 0;
  }
  .event-info-list dd {
    font-size: 12px;
    line-height: 1.5;
  }
  .event-txt p.event-ttl {
    font-size: 15px;
  }
  .event-txt p {
    font-size: 12px;
  }
}
.event_credit {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.3;
}

.event_credit_list_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.event_credit .event_credit_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.event_credit .event_credit_list dd,
.event_credit .event_credit_list dt {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .event_credit {
    font-size: 12px;
    margin: 50px auto 0;
  }
}
.pft__logo svg,
.pft__copyright svg {
  fill: #000;
}

.pft__copyright svg {
  height: 7.8px;
}

.linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  margin-top: 47px;
}
.linklist .linklist_i {
  width: 17px;
}
.linklist .linklist_x {
  width: 16px;
}
.linklist .linklist_t {
  width: 15px;
}
.linklist .linklist_f {
  width: 17px;
}
.linklist .linklist_y {
  width: 17px;
}
.linklist div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* =========================================================
Animations
========================================================= */
@-webkit-keyframes fade-in-btot {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-btot {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-ttob {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-ttob {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes expand-vertical-1 {
  from {
    clip-path: inset(27% 0 73% 0);
  }
  to {
    clip-path: inset(0% 0 0 0);
  }
}
@keyframes expand-vertical-1 {
  from {
    clip-path: inset(27% 0 73% 0);
  }
  to {
    clip-path: inset(0% 0 0 0);
  }
}
@-webkit-keyframes expand-vertical-about {
  from {
    clip-path: inset(50% 0 50% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes expand-vertical-about {
  from {
    clip-path: inset(50% 0 50% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes expand-horizontal {
  from {
    width: 0;
  }
  to {
    width: 87.1%;
  }
}
@keyframes expand-horizontal {
  from {
    width: 0;
  }
  to {
    width: 87.1%;
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes expand-horizontal {
    from {
      width: 0;
    }
    to {
      width: 96%;
    }
  }
  @keyframes expand-horizontal {
    from {
      width: 0;
    }
    to {
      width: 96%;
    }
  }
}/*# sourceMappingURL=style.css.map */