@charset "UTF-8";
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 1rem;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

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
========================================================= */
/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.phd__in {
  height: 55px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.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: flex;
  align-items: center;
  justify-content: center;
}

.phd__sns li {
  margin-right: 8px;
}

.phd__sns li:last-child {
  margin-right: 0;
}

.phd__sns li a {
  display: flex;
  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;
  }
}

.phd__sns li .phd__sns__item__link-tiktok {
  background: #000000;
}

.phd__sns li .phd__sns__item__link-tiktok svg {
  height: 19px;
}

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

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  margin-top: 60px;
  padding: 45px 0 58px;
  background: #222;
  position: relative;
}

@media screen and (min-width: 769px) {
  .pft {
    margin-top: 85px;
    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 {
  display: none;
  position: fixed;
  top: auto;
  left: auto;
  right: 10px;
  bottom: 30px;
  margin: 0;
  z-index: 99;
}

@media screen and (min-width: 769px) {
  .pft__pageTop {
    right: 30px;
  }
}

.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;
  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
========================================================= */

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes carousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  background: linear-gradient(#112e77 0%, #2761b6 100%);
}

/* =========================================================
header
========================================================= */
@media (max-width: 768px) {
  .disp-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .disp-sp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}

.marquee {
  overflow-x: hidden;
}

.marquee-wrapper {
  display: flex;
}

.marquee-content {
  display: flex;
  flex-shrink: 0;
}

.header {
  z-index: 1;
  position: relative;
}

.header .header__in {
  width: 100%;
  height: 100%;
}

.header .header__in .header__title img {
  width: 100%;
}

.header .header__in .header__parco_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
}

.header .header__in .header__parco_logo a {
  text-decoration: none;
}

.header .header__in .header__parco_logo .pft__logo {
  text-align: left;
}

.header .header__in .header__parco_logo .pft__logo svg {
  fill: #000;
}

.header .header__in .header__parco_logo .pft__copyright {
  text-align: center;
}

.header .header__in .header__parco_logo .pft__copyright svg {
  fill: #000;
}

.header .header__in .header__parco_logo.is-active {
  animation: fadeInUp 0.5s ease-in 0.5s forwards;
}

.header .header__in .header__logo {
  position: absolute;
  top: calc(40 / 546 * 100%);
  left: 0;
  right: 0;
  margin: auto;
  width: calc(620 / 1366 * 100%);
  opacity: 0;
  z-index: 10;
}

.header .header__in .header__logo.is-active {
  animation: fadeInUp 0.4s ease-in 1.8s forwards;
}

.header .header__in .parts1 {
  position: absolute;
  width: calc(211 / 1366 * 100%);
  top: calc(8 / 546 * 100%);
  left: calc(160 / 1366 * 100%);
  opacity: 0;
}

.header .header__in .parts1.is-active {
  animation: fadeInUp 0.5s ease-in 0.5s forwards;
}

.header .header__in .parts2 {
  position: absolute;
  width: calc(255 / 1366 * 100%);
  top: calc(259 / 546 * 100%);
  left: calc(16 / 1366 * 100%);
  opacity: 0;
}

.header .header__in .parts2.is-active {
  animation: fadeInUp 0.5s ease-in 0.5s forwards;
}

.header .header__in .parts3 {
  position: absolute;
  width: calc(236 / 1366 * 100%);
  top: calc(273 / 546 * 100%);
  left: calc(312 / 1366 * 100%);
  opacity: 0;
}

.header .header__in .parts3.is-active {
  animation: fadeInUp 0.5s ease-in 0.5s forwards;
}

.header .header__in .parts4 {
  position: absolute;
  width: calc(245 / 1366 * 100%);
  top: calc(261 / 546 * 100%);
  left: calc(595 / 1366 * 100%);
  opacity: 0;
}

.header .header__in .parts4.is-active {
  animation: fadeInUp 0.5s ease-in 1.3s forwards;
}

.header .header__in .parts5 {
  position: absolute;
  width: calc(253 / 1366 * 100%);
  top: calc(208 / 546 * 100%);
  right: calc(275 / 1366 * 100%);
  opacity: 0;
}

.header .header__in .parts5.is-active {
  animation: fadeInUp 0.5s ease-in 1s forwards;
}

.header .header__in .parts6 {
  position: absolute;
  width: calc(251 / 1366 * 100%);
  top: calc(2 / 546 * 100%);
  right: calc(71 / 1366 * 100%);
  opacity: 0;
}

.header .header__in .parts6.is-active {
  animation: fadeInUp 0.5s ease-in 1s forwards;
}

.header .header__in .parts7 {
  position: absolute;
  width: calc(283 / 1366 * 100%);
  top: calc(237 / 546 * 100%);
  right: calc(0 / 1366 * 100%);
  opacity: 0;
}

.header .header__in .parts7.is-active {
  animation: fadeInUp 0.5s ease-in 1s forwards;
}

@media (max-width: 768px) {
  .header {
    overflow: hidden;
  }
  .header .header__in .header__parco_logo {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    opacity: 0;
  }
  .header .header__in .header__parco_logo .pft__logo__txt {
    width: 13px;
    height: 26px;
    margin-right: 2px;
  }
  .header .header__in .header__parco_logo .pft__logo__img {
    width: 92px;
    height: 27px;
    vertical-align: bottom;
    margin-bottom: -1px;
  }
  .header .header__in .header__parco_logo.is-active {
    animation: fadeInUp 0.5s ease-in 0.5s forwards;
  }
  .header .header__in .header__logo {
    position: absolute;
    top: calc(133 / 375 * 100%);
    left: 0;
    right: 0;
    margin: auto;
    width: calc(257 / 375 * 100%);
    opacity: 0;
  }
  .header .header__in .header__logo.is-active {
    animation: fadeInUp 0.4s ease-in 1.5s forwards;
  }
  .header .header__in .parts1 {
    position: absolute;
    width: calc(78 / 375 * 100%);
    top: calc(211 / 375 * 100%);
    left: calc(11 / 375 * 100%);
    opacity: 0;
  }
  .header .header__in .parts1.is-active {
    animation: fadeInUp 0.5s ease-in 1s forwards;
  }
  .header .header__in .parts2 {
    position: absolute;
    width: calc(95 / 375 * 100%);
    top: calc(265 / 375 * 100%);
    left: calc(181 / 375 * 100%);
    opacity: 0;
  }
  .header .header__in .parts2.is-active {
    animation: fadeInUp 0.5s ease-in 1s forwards;
  }
  .header .header__in .parts3 {
    position: absolute;
    width: calc(101 / 375 * 100%);
    top: calc(45 / 375 * 100%);
    left: calc(20 / 375 * 100%);
    opacity: 0;
  }
  .header .header__in .parts3.is-active {
    animation: fadeInUp 0.5s ease-in 0.6s forwards;
  }
  .header .header__in .parts4 {
    position: absolute;
    width: calc(119 / 375 * 100%);
    top: calc(8 / 375 * 100%);
    left: calc(135 / 375 * 100%);
    opacity: 0;
  }
  .header .header__in .parts4.is-active {
    animation: fadeInUp 0.5s ease-in 0.6s forwards;
  }
  .header .header__in .parts5 {
    position: absolute;
    width: calc(93 / 375 * 100%);
    top: calc(228 / 375 * 100%);
    right: calc(183 / 375 * 100%);
    opacity: 0;
  }
  .header .header__in .parts5.is-active {
    animation: fadeInUp 0.5s ease-in 1s forwards;
  }
  .header .header__in .parts6 {
    position: absolute;
    width: calc(105 / 375 * 100%);
    top: calc(41 / 375 * 100%);
    right: calc(14 / 375 * 100%);
    opacity: 0;
  }
  .header .header__in .parts6.is-active {
    animation: fadeInUp 0.5s ease-in 0.6s forwards;
  }
  .header .header__in .parts7 {
    position: absolute;
    width: calc(105 / 375 * 100%);
    top: calc(203 / 375 * 100%);
    right: calc(5 / 375 * 100%);
    opacity: 0;
  }
  .header .header__in .parts7.is-active {
    animation: fadeInUp 0.5s ease-in 1s forwards;
  }
}

.main-contents {
  overflow: hidden;
}

.topinfo-contents {
  z-index: 11;
  position: relative;
}

.topinfo-contents .container-in {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 0;
}

.topinfo-contents .container-in .title_2507 {
  max-width: 550px;
  margin: 0 auto;
}

.topinfo-contents .info-ttl1 {
  text-align: center;
}

.topinfo-contents .info-ttl1 img {
  width: 100%;
}

.topinfo-contents .sub-text {
  margin-top: 50px;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.topinfo-contents .navi-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.topinfo-contents .navi-list li {
  width: calc((100% - 60px) / 2);
}

.topinfo-contents .navi-list li a {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 90px;
  background: #fbdcfd;
  border: 4px solid #212121;
  border-radius: 45px;
  box-shadow: 3px 6px 0px #212121;
  transition: box-shadow 0.2s ease-out,
 transform 0.2s ease-out;
}

.topinfo-contents .navi-list li a p {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #212121;
}

.topinfo-contents .navi-list li a:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #212121;
  top: 21px;
  right: 30px;
}

.topinfo-contents .navi-list li a:after {
  position: absolute;
  content: "";
  color: #fff;
  line-height: 1;
  right: 44px;
  top: 35px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(135deg);
}

.topinfo-contents .navi-list li a:hover {
  box-shadow: none;
  transform: translate(3px, 3px);
}

.topinfo-contents .navi-list li:nth-child(2) a {
  background: #FEFF1D;
}

.topinfo-contents .bg-parts1 {
  position: absolute;
  width: 305px;
  right: -95px;
  top: 60px;
  z-index: 0;
}

@media (max-width: 768px) {
  .topinfo-contents .container-in {
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
  .topinfo-contents .info-ttl1 {
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
  }
  .topinfo-contents .sub-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .topinfo-contents .navi-list {
    display: block;
    margin-top: 50px;
  }
  .topinfo-contents .navi-list li {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0 auto;
  }
  .topinfo-contents .navi-list li:first-child {
    margin: 0 auto;
  }
  .topinfo-contents .navi-list li a {
    height: 64px;
    border-radius: 32px;
    box-shadow: 2px 4px 0px #212121;
  }
  .topinfo-contents .navi-list li a p {
    font-size: 20px;
  }
  .topinfo-contents .navi-list li a:before {
    width: 28px;
    height: 28px;
    top: 15px;
    right: 20px;
  }
  .topinfo-contents .navi-list li a:after {
    right: 30px;
    top: 26px;
    width: 6px;
    height: 6px;
    transform: translateX(-25%) rotate(135deg);
  }
  .topinfo-contents .bg-parts1 {
    width: 185px;
    right: -55px;
    top: 0;
    z-index: -1;
  }
}

.shop-contents {
  margin-top: 100px;
  position: relative;
  z-index: 10;
  padding-top: 40px;
}

.shop-contents .bg-parts2 {
  position: absolute;
  width: 286px;
  z-index: 0;
  left: -100px;
  top: -100px;
  opacity: 0;
}

.shop-contents .bg-parts2.is-active {
  animation: fadeInUp 0.3s ease-in 0s forwards;
}

.shop-contents .ttl1 {
  text-align: center;
  width: 170px;
  margin: 0 auto 40px auto;
}

.shop-contents .shop-list:last-child {
  margin-top: -4px;
}

.shop-contents .shop-list .shop-list-slider li {
  text-align: left;
  border-top: 4px solid #212121;
  border-bottom: 4px solid #212121;
  border-left: 4px solid #212121;
  padding: 30px;
  box-sizing: border-box;
  background-color: #F5F3F1;
}

.shop-contents .shop-list .shop-list-slider li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.shop-contents .shop-list .shop-list-slider li .shop-logo {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #212121;
  box-shadow: 3px 3px 0px #1a1311;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-contents .shop-list .shop-list-slider li .shop-floor {
  font-size: 16px;
  margin-top: 10px;
  color: #212121;
}

.shop-contents .shop-list .shop-list-slider li .shop-info {
  border-top: 2px solid #212121;
  padding-top: 10px;
  margin-top: 10px;
}

.shop-contents .shop-list .shop-list-slider li .shop-info .shop-name {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  word-break: break-all;
}

.shop-contents .shop-list .shop-list-slider li .shop-info .open-date {
  margin-top: 15px;
  width: 260px;
  height: 38px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FCF23E;
  text-align: left;
}

.shop-contents .shop-list .shop-list-slider li .shop-info .open-date p {
  font-family: "corporate-logo-ver2", sans-serif;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #212121;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  direction: ltr;
}

@media (max-width: 768px) {
  .shop-contents {
    margin-top: 60px;
    padding-top: 20px;
  }
  .shop-contents .bg-parts2 {
    position: absolute;
    width: 175px;
    z-index: 0;
    left: -70px;
    top: 0px;
  }
  .shop-contents .ttl1 {
    width: 155px;
  }
  .shop-contents .shop-list .shop-list-slider li {
    width: 180px;
    padding: 20px;
  }
  .shop-contents .shop-list .shop-list-slider li .shop-logo {
    width: 140px;
    height: 140px;
  }
  .shop-contents .shop-list .shop-list-slider li .shop-floor {
    font-size: 13px;
    margin-top: 10px;
  }
  .shop-contents .shop-list .shop-list-slider li .shop-info {
    border-top: 2px solid #212121;
    padding-top: 5px;
    margin-top: 5px;
  }
  .shop-contents .shop-list .shop-list-slider li .shop-info .shop-name {
    font-size: 15px;
    line-height: 23px;
  }
  .shop-contents .shop-list .shop-list-slider li .shop-info .open-date {
    margin-top: 5px;
    width: 100%;
    height: 50px;
  }
  .shop-contents .shop-list .shop-list-slider li .shop-info .open-date p {
    font-size: 14px;
    line-height: 17px;
  }
}

.event-info-contents {
  margin-top: 300px;
  background-color: #F5F3F1;
  position: relative;
}

.event-info-contents .bg-parts3 {
  position: absolute;
  width: 278px;
  z-index: -1;
  right: -96px;
  top: -323px;
  opacity: 0;
}

.event-info-contents .bg-parts3.is-active {
  animation: fadeInUp 0.5s ease-in 0s forwards;
}

.event-info-contents .curved-container {
  top: -690px;
  z-index: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 700px;
  /* 高さを調整 */
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.event-info-contents .curved-shape {
  width: 110%;
  height: 700px;
  background: #F5F3F1;
  /* ライトパープル */
  border-radius: 100% 100% 0 0;
  position: absolute;
  bottom: -490px;
  border: 4px solid #212121;
}

.event-info-contents .container-in {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 10;
}

.event-info-contents .container-in .ttl1 {
  width: 233px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}

.event-info-contents .container-in .sub-text {
  /* margin-top: 40px; */
  padding-top: 40px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.event-info-contents .container-in .event-list {
  display: flex;
  flex-wrap: wrap;
}

.event-info-contents .container-in .event-list .event-box {
  position: relative;
  width: calc((100% - 50px) / 2);
  background-color: #fff;
  border: 4px solid #212121;
  border-radius: 10px;
  filter: drop-shadow(8px 8px 0px #212121);
  margin: 50px 0 0 50px;
}

.event-info-contents .container-in .event-list .event-box:nth-child(2n + 1) {
  margin: 50px 0 0 0;
}

.event-info-contents .container-in .event-list .event-box:nth-child(n + 5) {
  display: none;
}

.event-info-contents .container-in .event-list .event-box.visible {
  display: block;
  animation: fadeIn 0.5s ease-in 0s forwards;
}

.event-info-contents .container-in .event-list .event-box .box-in {
  padding: 40px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

.event-info-contents .container-in .event-list .event-box .box-in .event-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.event-info-contents .container-in .event-list .event-box .box-in .event-img .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(1.2) blur(14px);
}

.event-info-contents .container-in .event-list .event-box .box-in .event-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}

.event-info-contents .container-in .event-list .event-box .box-in .floor-info {
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #212121;
  padding-bottom: 12px;
  border-bottom: 2px solid #212121;
  display: flex;
  justify-content: space-between;
}

.event-info-contents .container-in .event-list .event-box .box-in .floor-info .store-name {
  width: 105px;
}

.event-info-contents .container-in .event-list .event-box .box-in .floor-info .floor-text {
  width: calc(100% - 105px - 15px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.event-info-contents .container-in .event-list .event-box .box-in .info-box {
  margin-top: 15px;
}

.event-info-contents .container-in .event-list .event-box .box-in .info-box .event-title {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #212121;
}

.event-info-contents .container-in .event-list .event-box .box-in .info-box .event-date {
  margin-top: 20px;
  background-color: #fcf23e;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  color: #212121;
}

.event-info-contents .container-in .event-list .event-box .event-category {
  position: absolute;
  z-index: 100;
  top: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #212121;
  filter: drop-shadow(3px 3px 0px #1a1311);
}

.event-info-contents .container-in .event-list .event-box .event-category.event-category-1 {
  background-color: #83a3fe;
}

.event-info-contents .container-in .event-list .event-box .event-category.event-category-2 {
  background-color: #ef5bb6;
}

.event-info-contents .container-in .event-list .event-box .event-category.event-category-3 {
  background-color: #f2a01b;
}

.event-info-contents .container-in .event-list .event-box .event-category p {
  font-family: "corporate-logo-ver2", sans-serif;
  color: #212121;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.event-info-contents .container-in .btn-more {
  display: none;
  width: 105px;
  cursor: pointer;
  margin: 40px auto 0;
}

.event-info-contents .container-in .copyright-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.event-info-contents .container-in .copyright-list li {
  font-size: 12px;
  line-height: 20px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .event-info-contents {
    margin-top: 270px;
    /* background-color: #d0bffe; */
    position: relative;
  }
  .event-info-contents .bg-parts3 {
    width: 170px;
    right: -58px;
    top: -270px;
  }
  .event-info-contents .curved-container {
    top: -690px;
    width: 100%;
    height: 700px;
    /* 高さを調整 */
  }
  .event-info-contents .curved-shape {
    width: 200%;
    height: 700px;
    bottom: -520px;
  }
  .event-info-contents .container-in {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
  }
  .event-info-contents .container-in .ttl1 {
    /* width: 233px; */
    top: -70px;
  }

  .event-info-contents .container-in .sub-text {
    padding-top: 40px;
    font-size: 16px;
  }

  .event-info-contents .container-in .event-list {
    display: block;
    padding-top: 5px;
  }
  .event-info-contents .container-in .event-list .event-box {
    position: relative;
    width: 100%;
    margin: 35px 0 0 0;
    box-sizing: border-box;
  }
  .event-info-contents .container-in .event-list .event-box:nth-child(2n + 1) {
    margin: 35px 0 0 0;
  }
  .event-info-contents .container-in .event-list .event-box:nth-child(n + 5) {
    display: none;
  }
  .event-info-contents .container-in .event-list .event-box.visible {
    display: block;
    animation: fadeIn 0.5s ease-in 0s forwards;
  }
  .event-info-contents .container-in .event-list .event-box .box-in {
    padding: 30px;
  }
  .event-info-contents .container-in .event-list .event-box .box-in .floor-info {
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .event-info-contents .container-in .event-list .event-box .box-in .floor-info .store-name {
    width: 85px;
  }
  .event-info-contents .container-in .event-list .event-box .box-in .floor-info .floor-text {
    width: calc(100% - 85px - 10px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .event-info-contents .container-in .event-list .event-box .box-in .info-box {
    margin-top: 5px;
  }
  .event-info-contents .container-in .event-list .event-box .box-in .info-box .event-title {
    font-size: 18px;
    line-height: 28px;
  }
  .event-info-contents .container-in .event-list .event-box .box-in .info-box .event-date {
    margin-top: 10px;
    height: 34px;
    font-size: 14px;
  }
  .event-info-contents .container-in .event-list .event-box .event-category {
    top: -20px;
    left: -24px;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
  }
  .event-info-contents .container-in .event-list .event-box .event-category p {
    font-size: 16px;
    color: #212121;
  }
  .event-info-contents .container-in .copyright-list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .event-info-contents .container-in .copyright-list li {
    font-size: 10px;
    line-height: 16px;
    margin-right: 15px;
  }
}

.newrenew-modal .modal-wrap {
  width: calc(100vw - 80px);
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .newrenew-modal .modal-wrap {
    width: calc(100vw - 40px);
    top: inherit;
    left: inherit;
    margin: 0 auto;
    position: relative;
    transform: inherit;
    overflow-y: initial;
    background: #fff;
    padding-top: 0;
    border: 1px solid;
    border-color: #999;
  }
}

.newrenew-modal .modal-cont {
  background: #fff;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .modal-cont {
    max-height: calc(100vh - 330px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 30px 50px;
    box-sizing: initial;
    overflow-y: auto;
    border: 1px solid;
    border-color: #999;
  }
}

@media screen and (max-width: 768px) {
  .newrenew-modal .modal-cont {
    padding: 20px 20px 30px;
    position: relative;
  }
}

.newrenew-modal .img-wrap {
  position: relative;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .img-wrap {
    width: 49.89%;
    box-sizing: border-box;
  }
}

.newrenew-modal .img-slider {
  position: relative;
}

.newrenew-modal .img-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: 0.4s;
}

.newrenew-modal .img-slider .slick-arrow:hover {
  opacity: 0.6;
}

.newrenew-modal .img-slider .slick-arrow.prev {
  left: 50%;
  margin-left: -33%;
  bottom: -43px;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .img-slider .slick-arrow.prev {
    left: 36px;
    margin-left: 0;
  }
}

.newrenew-modal .img-slider .slick-arrow.next {
  right: 50%;
  margin-right: -33%;
  bottom: -43px;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .img-slider .slick-arrow.next {
    right: 36px;
    margin-right: 0;
  }
}

.newrenew-modal .img-slider .slick-arrow button {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #AF9DC0;
  border-radius: 100%;
}

.newrenew-modal .img-slider .slick-arrow button:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #AF9DC0;
  border-left: 1px solid #AF9DC0;
  position: absolute;
  top: 12px;
  left: 15px;
  transform: rotate(-45deg);
}

.newrenew-modal .img-slider .slick-arrow button.slick-next {
  transform: scale(-1, -1);
}

.newrenew-modal .img-slider .slick-dots {
  bottom: -38px;
}

.newrenew-modal .img-slider .slick-dots li {
  margin: 0 4px;
}

.newrenew-modal .img-slider .slick-dots li button:before {
  background-color: #DBDBDB;
  border-radius: 50%;
  content: "";
  height: 15px;
  width: 15px;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .img-slider .slick-dots li button:before {
    height: 10px;
    width: 10px;
  }
}

.newrenew-modal .img-slider .slick-dots li.slick-active button:before {
  background-color: #4E555F;
}

.newrenew-modal .detail {
  padding: 10px 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .detail {
    padding: 0 !important;
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .newrenew-modal .detail {
    margin: 30px auto 0;
    padding: 0 !important;
    width: 100%;
  }
}

.newrenew-modal .catchfirst {
  background-color: #DBDBA9;
  border-radius: 30px 0 0 30px;
  max-width: 200px;
  position: absolute;
  top: -25px;
  right: -1px;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .catchfirst {
    top: -17px;
    max-width: 150px;
    right: -1px;
  }
}

.newrenew-modal .catchfirst span {
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  white-space: pre-line;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .catchfirst span {
    font-size: 16px;
    line-height: 18px;
    height: 32px;
    width: 150px;
  }
}

.newrenew-modal .first {
  margin: .8em auto 0;
  text-align: center;
  font-size: 15px;
}

.newrenew-modal .logo-wrap {
  display: flex;
  align-items: center;
}

.newrenew-modal .logo-wrap .logo {
  width: 50%;
  max-width: 205px;
  margin: 0 25px 0 0;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .logo-wrap .logo {
    max-width: 130px;
    margin: 0 15px 0 0;
  }
}

.newrenew-modal .logo-wrap .date,
.newrenew-modal .logo-wrap .new-renew {
  color: #53473E;
  font-family: "Times New Roman", Times, "hiragino-mincho-pron", "Hiragino Mincho ProN", YuMincho, "serif";
  font-size: 22px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .logo-wrap .date,
  .newrenew-modal .logo-wrap .new-renew {
    font-size: 18px;
  }
}

.newrenew-modal .logo-wrap .date {
  margin: 0;
}

.newrenew-modal .logo-wrap .date b {
  margin-left: 5px;
}

.newrenew-modal .miniwrap {
  border-bottom: 1px solid #DCDCDC;
  box-sizing: border-box;
  padding: 0 0 25px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .miniwrap {
    border-top: none;
    margin-top: 10px;
    padding: 0 0 25px;
  }
}

.newrenew-modal .shop {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  margin: 10px auto 0;
}

.newrenew-modal .shop span {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .shop {
    font-size: 15px;
  }
  .newrenew-modal .shop span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
  }
}

.newrenew-modal .floor,
.newrenew-modal .ctg {
  font-weight: 600;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .floor,
  .newrenew-modal .ctg {
    margin-top: 12px;
    font-size: 13px;
  }
}

.newrenew-modal .introduction {
  margin: 17px auto 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.newrenew-modal .open-event {
  margin: 20px auto 0;
}

.newrenew-modal .open-event .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  color: #F13733;
}

.newrenew-modal .open-event .txt {
  margin: 15px auto 0;
  font-size: 14px;
  line-height: 25px;
}

.newrenew-modal .link-list {
  width: 100%;
  margin: 48px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .link-list {
    margin: 40px auto 0;
    width: 90%;
  }
}

.newrenew-modal .link-item {
  height: 30px;
  margin: 0 15px;
}

.newrenew-modal .link-item a {
  display: block;
  transition: 0.4s;
}

.newrenew-modal .link-item a:hover {
  opacity: 0.7;
}

.newrenew-modal .link-item a img {
  height: 30px;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .link-item a {
    height: 30px;
  }
}

.newrenew-modal .modal-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  transition: 0.4s;
}

.newrenew-modal .modal-arrow:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .modal-arrow {
    width: 35px;
    height: 35px;
  }
}

.newrenew-modal .modal-arrow button {
  display: block;
  background: #4E555F;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .modal-arrow button {
    width: 35px;
    height: 35px;
  }
}

.newrenew-modal .modal-arrow button::after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  left: -7px;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .modal-arrow button::after {
    width: 7px;
    height: 7px;
  }
}

.newrenew-modal .modal-arrow.prev {
  position: absolute;
  top: 50%;
  left: calc(50% - 550px);
  transform: translateY(-50%) translateX(-50%);
}

.newrenew-modal .modal-arrow.prev button::after {
  transform: rotate(135deg);
  left: 0px;
  right: -7px;
}

@media screen and (max-width: 1180px) {
  .newrenew-modal .modal-arrow.prev {
    left: 10px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .newrenew-modal .modal-arrow.prev {
    transform: initial !important;
    top: initial !important;
    bottom: 3px;
    left: 20px;
    position: absolute;
  }
}

.newrenew-modal .modal-arrow.next {
  position: absolute;
  top: 50%;
  left: calc(50% + 550px);
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1180px) {
  .newrenew-modal .modal-arrow.next {
    right: 10px;
    left: initial;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .newrenew-modal .modal-arrow.next {
    transform: initial !important;
    top: initial !important;
    bottom: 3px;
    right: 20px;
    position: absolute;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .newrenew-modal .modal-control-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    height: 40px;
    position: relative;
  }
}

.newrenew-modal .catch {
  background: #F1F4F0;
  width: 100%;
  padding: 25px 25px 25px 280px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  color: #000;
}

.newrenew-modal .catch.catchfirstshow {
  padding-right: 110px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .catch.catchfirstshow {
    padding: 45px 20px 20px;
  }
}

.newrenew-modal .catch.catchfirstshow .sido-ico {
  max-width: 110px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 10;
  text-align: center;
  font-family: "Times New Roman", Times, "serif";
}

@media screen and (max-width: 768px) {
  .newrenew-modal .catch.catchfirstshow .sido-ico {
    max-width: 80px;
    right: -10px;
  }
}

.newrenew-modal .catch.catchfirstshow .sido-ico span {
  color: #1A1311;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 95%;
  white-space: pre-line;
}

@media screen and (max-width: 768px) {
  .newrenew-modal .catch.catchfirstshow .sido-ico span {
    font-size: 16px;
    line-height: 18px;
    top: 45%;
  }
}

@media screen and (max-width: 768px) {
  .newrenew-modal .catch {
    padding: 45px 10px 10px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .modal-arrow-close {
    text-align: center;
  }
  .modal-arrow-close .js-modalclose {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 18px;
    transition: 0.4s;
    font-family: "Times New Roman", Times, "serif";
  }
  .modal-arrow-close .js-modalclose:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
}

@media screen and (min-width: 768px) {
  .modal-arrow-close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    bottom: 5%;
    font-family: "Times New Roman", Times, "serif";
  }
  .modal-arrow-close .js-modalclose {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 18px;
    font-weight: 500;
    transition: 0.4s;
  }
  .modal-arrow-close .js-modalclose:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
}

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

@media screen and (max-width: 768px) {
  .modal-block {
    padding: 110px 0 220px;
    overflow: scroll;
    box-sizing: border-box;
    background: #ffffff;
  }
}

.modal-bg {
  width: 100vw;
  height: 150vh;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .modal-bg {
    background: none;
  }
}

.modal-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -100px;
  right: 0;
  transition: 0.4s;
}

.modal-close:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .modal-close {
    top: -80px;
  }
}

.modal-close:before {
  background: url("../images/close.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 32px;
  width: 32px;
}

.pft {
  background: #F5F3F1;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 0;
}

.pft .logo-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .pft .logo-wrap {
    justify-content: space-between;
  }
}

.pft .pft__logo {
  text-align: left;
}

.pft .pft__logo svg {
  fill: #000;
}

.pft .pft__copyright {
  text-align: center;
}

.pft .pft__copyright svg {
  fill: #000;
}

.pft .phd__sns li {
  margin-right: 15px;
  width: auto;
}

.pft .phd__sns li:last-child {
  margin-right: 0;
}

.pft .phd__sns li a {
  background: none;
  height: auto;
  width: auto;
}

.pft .phd__sns li img {
  width: auto;
}

.pft .pft__pageTop a {
  background: #222;
}

.pft .pft__pageTop a:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 768px) {
  .pft .pft__pageTop a:after {
    margin: -3px 0 0 -4px;
  }
}

@media screen and (min-width: 769px) {
  .pft {
    padding: 25px 50px 40px;
  }
  .pft .pft__copyright {
    margin-top: 20px;
    text-align: left;
  }
  .pft .pft__in {
    margin: 0 auto;
    max-width: 100%;
  }
  .pft .phd__sns {
    margin-left: 50px;
  }
  .pft .phd__sns li {
    height: 24px;
  }
  .pft .phd__sns li img {
    height: 24px;
  }
}

.hanabi {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.hanabi.is-active {
  animation: fadeInUp 0.4s ease-in 0s forwards;
}

.hanabi1 {
  left: 0;
  top: -85px;
  width: 218px;
}

.hanabi2 {
  right: 0;
  top: 140px;
  width: 239px;
}

.hanabi3 {
  left: 0;
  top: -115px;
  width: 230px;
}

.hanabi4 {
  right: -27px;
  top: -266px;
  width: 322px;
}

@media screen and (max-width: 768px) {
  .hanabi1 {
    left: 0;
    top: -30px;
    width: 109px;
  }

  .hanabi2 {
    right: 0;
    top: 426px;
    width: 122px;
  }

  .hanabi3 {
    left: 0;
    top: -15px;
    width: 129px;
  }

  .hanabi4 {
    right: -24px;
    top: -255px;
    width: 147px;
  }
}