@charset "utf-8";
/* CSS Document */

/*--------------------------------
共通
--------------------------------*/
:root {
  --hover-opacity: 0.6;
  --transition: .5s;
  --soyora-btn-color: #02A0E9;
  --soyora-bg-color: #00B9E7;
  --soyora-txt-color: #005CAC;
  --aeon-txt-color: #B60081;
  --aeon-txt-color2: #D44389;
  --yellow-color:#FFE934;
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

html{
  font-size: clamp(8px, 2.66666666666666vw, 13px);
}

body{
	line-height: 1.3;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  letter-spacing: 0.05em;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#main {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  transition: 1s;
  position: relative;
  overflow: clip;
  background-color: #fff;
}

@media screen and (max-width: 580px) {
  #main {
    max-width: 100%;
  }
}

#main .u-image {
  width: 100%;
  height: auto;
}

.hero,
.site-footer {
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  a img:hover{
    opacity: 0.8;
    transition: .3s;
  }

  .content__info-btn a:hover{
    opacity: 0.8;
    transition: .3s;
  }

  .shoplist-swiper__item-btn a:hover{
    opacity: 0.8;
    transition: .3s;
  }
}

.content__inner {
  width: calc( 335 / 375 * 100% );
  margin-inline: auto;
}

.content__inner.large {
  width: 100%;
}

.bg__yellow {
  background: var(--yellow-color);
}

.bg__soyora {
  background: var(--soyora-bg-color);
}

.pc_appear{
  display: block;
}

.sp_appear{
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_appear{
    display: none;
  }
  .sp_appear{
    display: block;
  }
}

/* hero
--------------------------------*/
#contInner {
  /* padding-top: 100vh; */
}

.fade-mainvisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  will-change: opacity;
  overflow: hidden;
  transition: opacity 0.8s ease;
}

@media screen and (max-width: 767px) {
  .fade-mainvisual {
    display: none;
  }
}

.hero {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: var(--soyora-bg-color);
  position: relative;
  text-align: center;
}

.hero img{
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: cover;
  animation: heroFadeIn 1.2s ease forwards;
}

@media screen and (max-width: 767px) {

  .hero {
    display: flex;
    /* -webkit-align-items: center;
    align-items: center; */
    justify-content: center;
  }
  .hero picture {
    width: 100%;
  }
  .hero img{
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: cover;
    animation: heroFadeIn 1.2s ease forwards;
  }
  .main-visual {
    display: block;
    width: 100%;
    aspect-ratio: 375 / 528;
  }

  .main-visual img {
    animation: heroFadeIn 1.2s ease forwards;
  }
}

@keyframes heroFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* main-visual: PCでは非表示 */
@media screen and (min-width: 768px) {
  .main-visual {
    display: none;
  }
}

/* flex bg sakura
--------------------------------*/
.flex-bg{
  display: flex;
  justify-content: space-between;
  position: -webkit-fixed;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  column-gap: 0;
  background: url(../img/bg-mask.png) no-repeat, var(--soyora-bg-color);
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  overflow: hidden;
}

.flex-bg__container_c {
  width: 500px;
  background: var(--soyora-bg-color);
}

.flex-bg__container_l,
.flex-bg__container_r {
  flex: 1; /* 残り幅を均等に取る */
  width: auto; /* 既存のwidthを上書き */
}

.flex-bg__container_l{
  position: relative;
  width: calc( (1050 / 1600 * 100%) - 500px );
  height: 100%;
}

.flex-bg__container_l::after {
  content: "";
  background: url(../img/bg-line.png), #fff;
  background-repeat: repeat-y;
  background-position-y: top 10px;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-inline: auto;
}

.flex-bg__container_l::before {
  content: "";
  background: url(../img/img-main_left.png) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 600px;
  aspect-ratio: 550 / 700;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-inline: auto;
  opacity: 0;
  transform: scale(0.64);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.flex-bg__container_l.is-visible::before {
  opacity: 1;
  transform: scale(1);
}

.flex-bg__container_r{
  position: relative;
  width: calc( (1050 / 1600 * 100%) - 500px );
  height: 100%;
}

.flex-bg__container_r::after {
  content: "";
  background: url(../img/bg-line.png), #fff;
  background-size: contain;
  background-repeat: repeat-y;
  background-position-y: top 10px;
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin-inline: auto;
}

.flex-bg__container_r::before {
  content: "";
  background: url(../img/img-main_right.png) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 550 / 700;
  left: 0;
  bottom: 0;
  margin-inline: auto;
  opacity: 0;
  transform: scale(0.44) translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.flex-bg__container_r.is-visible::before {
  opacity: 1;
  transform: scale(1) translateY(0);
}

@media screen and (max-width: 900px) {
  .flex-bg__container_l::before,
  .flex-bg__container_r::before {
    content: none;
  }
}


/* content__discription
--------------------------------*/
.content__discription {
  background: url(../img/bg-description.png), var(--soyora-bg-color);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.content__discription-ico {
  text-align: center;
  animation: bounce 0.65s infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
  }
}

/* content__scroll
--------------------------------*/
.content__scroll {
  position: relative;
  font-size: 1.8rem;
  color: var(--aeon-txt-color2);
  padding-block: 20px;
  text-align: center;
}

.content__scroll:before {
  content: "";
  bottom: 10px;
  right: 0;
  left: 0;
  margin-inline: auto;
  position: absolute;
  text-align: center;
  width: 5px;
  height: 5px;
  border-left: 2px solid var(--aeon-txt-color2);
  border-bottom: 2px solid var(--aeon-txt-color2);
  animation: scrollIndicator 2s ease-in-out infinite;
}

.content__scroll.yellow {
  color: var(--yellow-color);
}

.content__scroll.yellow:before {
  border-left: 2px solid var(--yellow-color);
  border-bottom: 2px solid var(--yellow-color);
}

@keyframes scrollIndicator {
  0% {
    transform: translateY(-3px) rotate(-45deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(8px) rotate(-45deg);
    opacity: 0;
  }
}

/* content__event-card
--------------------------------*/
.content__event-card {
  padding-block-start: min(28px, calc(28 / 375 * 100%));
  margin-block-end: min(45px, calc(45 / 375 * 100%));
}

/* cards sticky scroll */
.content__event-card-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.content__event-card-item {
  position: sticky;
  top: 4%;
}

.content__event-card-item.card1 { --index: 1; }
.content__event-card-item.card2 { --index: 2; }
.content__event-card-item.card3 { --index: 3; }
.content__event-card-item.card4 { --index: 4; }

.content__event-card-item img {
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* fade-in scroll animation
--------------------------------*/
.fade-in-top,
.fade-in {
  opacity: 0;
  transform: scale(0.44) translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in-top.is-visible,
.fade-in.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* infinity__txt
--------------------------------*/
@keyframes scrollBgX {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: calc(15100% / 51); /* ≈296.08%: exactly 1 tile width (1510px image / 100px height × aspect-ratio 10) */
  }
}

.infinity__txt {
  width: 100%;
  margin-block-end: min(40px, calc(40 / 375 * 100%));
  aspect-ratio: 10 / 1;
  background: url(../img/txt-cho_natsunatsu_matsuri.png) repeat-x;
  background-size: auto 100%;
  animation: scrollBgX 18s linear infinite;
}

/* content__check
--------------------------------*/
.content__check {
  padding-block-end: min(50px, calc(50 / 375 * 100%));
  text-align: center;
}

/* content__shoplist
--------------------------------*/
.content__shoplist {
  position: relative;
  background: url(../img/bg-shoplist.png), var(--soyora-bg-color);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding-block-start: min(150px, calc(150 / 375 * 100%));
}

.surfin {
  width: 100%;
  position: absolute;
  top: min(-30px, calc(-30 / 375 * 100%));
  left: 50%;
  animation: figure8 6s linear infinite;
}

@keyframes figure8 {
  0%     { transform: translateX(-50%) translate(  0px,   0px); }
  4.17%  { transform: translateX(-50%) translate(  5px,   5px); }
  8.33%  { transform: translateX(-50%) translate( 10px,   9px); }
  12.5%  { transform: translateX(-50%) translate( 14px,  10px); }
  16.67% { transform: translateX(-50%) translate( 17px,   9px); }
  20.83% { transform: translateX(-50%) translate( 19px,   5px); }
  25%    { transform: translateX(-50%) translate( 20px,   0px); }
  29.17% { transform: translateX(-50%) translate( 19px,  -5px); }
  33.33% { transform: translateX(-50%) translate( 17px,  -9px); }
  37.5%  { transform: translateX(-50%) translate( 14px, -10px); }
  41.67% { transform: translateX(-50%) translate( 10px,  -9px); }
  45.83% { transform: translateX(-50%) translate(  5px,  -5px); }
  50%    { transform: translateX(-50%) translate(  0px,   0px); }
  54.17% { transform: translateX(-50%) translate( -5px,   5px); }
  58.33% { transform: translateX(-50%) translate(-10px,   9px); }
  62.5%  { transform: translateX(-50%) translate(-14px,  10px); }
  66.67% { transform: translateX(-50%) translate(-17px,   9px); }
  70.83% { transform: translateX(-50%) translate(-19px,   5px); }
  75%    { transform: translateX(-50%) translate(-20px,   0px); }
  79.17% { transform: translateX(-50%) translate(-19px,  -5px); }
  83.33% { transform: translateX(-50%) translate(-17px,  -9px); }
  87.5%  { transform: translateX(-50%) translate(-14px, -10px); }
  91.67% { transform: translateX(-50%) translate(-10px,  -9px); }
  95.83% { transform: translateX(-50%) translate( -5px,  -5px); }
  100%   { transform: translateX(-50%) translate(  0px,   0px); }
}

.content__shoplist-title {
  display: flex;
  align-items: center;
  gap: min(8px, calc(8 / 335 * 100%));
  width: 80%;
  position: relative;
  padding-inline-start: min(40px, calc(40 / 335 * 100%));
  margin-block-end: min(30px, calc(30 / 375 * 100%));
}

@keyframes rotateCW {
  from { transform: translateY(-50%) rotate(0deg); }
  to   { transform: translateY(-50%) rotate(360deg); }
}

.content__shoplist-title .title-ico {
  position: absolute;
  left: -35px;
  top: 50%;
  width: min(68px, calc(68 / 335 * 100%));
  line-height: 0;
  animation: rotateCW 6s linear infinite;
}

.content__shoplist-title > img {
  flex: 1;
  min-width: 0;
  height: auto;
}

.title-sub-text {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding: min(3px, calc(3 / 335 * 100%)) min(6px, calc(6 / 335 * 100%));
  border-radius: 2px;
  line-height: 1.4;
  align-self: flex-end;
}

.shoplist-swiper {
  position: relative;
  padding-block: 6.65% 11.65%;
}

.shoplist__filter {
  margin-block-start: 5.21%;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.shoplist__filter-title {
  font-size: 1.4rem;
  width: 100%;
  font-weight: bold;
  margin-inline-end: 24px;
}

.shoplist__filter-title .large{
  font-size: 1.8rem;
}

.shoplist__filter-tabs{
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 15px;
  flex-wrap: nowrap;
}

.shoplist__filter-tabs .filter-tab{
  font-size: 1.2rem;
  padding-inline: 5.2%;
  padding-block: 1%;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 25px;
  letter-spacing: 0.05em;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.shoplist__filter-tabs .filter-tab.active{
  background: var(--aeon-txt-color);
  color: #fff;
  border-color: var(--aeon-txt-color);
}

.shoplist__filter-entries {
  position: absolute;
  top: 20.21%;
  right: 0;
  font-size: 1.4rem;
  font-weight: bold;
  transform: translateY(-50%);
}

.shoplist__filter-entry {
  font-size: 1.8rem;
  margin-right: 3px;
}

.shoplist-swiper {
  visibility: hidden;
}

.shoplist-swiper .swiper-slide {
  padding-inline: 4.45%;
  padding-block: 4.45% 9.9%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background: #fff;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.shoplist-swiper__item-new {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 106, 27, 0.9);
  color: #fff;
  font-size: 1rem;
  padding: 1.8% 4.45%;
  z-index: 1;
  font-weight: bold;
  border-radius: 10px 0 10px 0;
}

.shoplist-swiper__item-image {
  width: 100%;
  margin-bottom: 4%;
}

.shoplist-swiper__item-hight {
  /* flex: 1; */
  display: flex !important;
  flex-direction: column;
}

.shoplist-swiper__item-title {
  font-size: 1.6rem;
  color: var(--soyora-txt-color);
  margin-block-start: 0;
  margin-block-end: 3%;
  padding-inline-start: 9px;
  font-weight: 500;
  border-left: 3px solid var(--soyora-txt-color);
}

.aeon .shoplist-swiper__item-title {
  color: var(--aeon-txt-color);
  border-left: 3px solid var(--aeon-txt-color);
}

.shoplist-swiper__item-address {
  font-size: 1.2rem;
  margin-block-start: 0;
  margin-block-end: 5.2%;
  flex-grow: 1;
}

.shoplist-swiper__item-map {
  font-size: 1.2rem;
  color: #AA187A;
  text-decoration: underline;
  margin-block-start: 0;
  margin-block-end: 5.2%;
  position: relative;
  padding-inline-start: 20px;
}

.shoplist-swiper__item-map::before {
  content: '';
  display: block;
  width: auto;
  height: 80%;
  font-size: 1.6rem;
  aspect-ratio: 25 / 33;
  background: url(../img/ico-map.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shoplist-swiper__item-btn {
  width: 100%;
  margin-top: auto;
}

.shoplist-swiper__item-btn a{
  display: block;
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  padding-block: 5.5%;
  padding-inline: 8%;
  margin-block-start: 0;
  color: #fff;
  background-color: var(--soyora-btn-color);
  border-radius: 5px;
  position: relative;
}

.aeon .shoplist-swiper__item-btn a{
  background-color: var(--aeon-txt-color);
}

.shoplist-swiper__item-btn a::before {
  position: absolute;
  content: '';
  display: block;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
  top: calc(50% - 0.1em);
  right: 5%;
}

.shoplist-swiper__item-more {
  font-size: 1rem;
  color: #7E7E7E;
  margin-block-start: 3.8%;
  margin-block-end: 0;
}

.shoplist-swiper__item-more a {
  text-decoration: underline;
}

.shoplist-swiper .swiper-button-prev,
.shoplist-swiper .swiper-button-next {
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  top: 46%;
  width: 8%;
  aspect-ratio: 1 / 1;
}

.shoplist-swiper .swiper-button-prev {
  left: -2%;
  transform: rotate(180deg);
}

.shoplist-swiper .swiper-button-disabled {
  opacity: 0;
}

.shoplist-swiper .swiper-button-next {
  right: -2%;
}

.shoplist-swiper .swiper-button-prev::after,
.shoplist-swiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
}

.shoplist-swiper .swiper-button-prev::after {
  background-image: url(../img/ico-swiper_next.png);
}

.shoplist-swiper .swiper-button-next::after {
  background-image: url(../img/ico-swiper_next.png);
}

.shoplist-swiper .swiper-button-prev svg,
.shoplist-swiper .swiper-button-next svg {
  display: none;
}

.shoplist-swiper {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.shoplist-swiper.filtering {
  opacity: 0;
  transition: opacity 0.3s ease;
}


/* content__info
--------------------------------*/
.content__info {
  padding-block-end: min(129px, calc(129 / 335 * 100%));
}
.content__info-wrap {
  background: #fff;
  padding-block: 4.4% 8.8%;
  padding-inline: 5.9%;
  border-radius: 0 0 10px 10px;
}

.content__info-title {
  margin-block-start: 0;
  margin-block-end: 6.7%;
}

.content__info-card {
  margin-block-start: 20.3%;
}

.content__info-btn {
  margin-block-start: min(16px, calc(16 / 375 * 100%));
}

.content__info-btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 76px;
  background-color: var(--aeon-txt-color2);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-block: min(11px, calc(11 / 295 * 100%));
  padding-inline: min(25px, calc(25 / 295 * 100%));
  border-radius: 10px;
  position: relative;
  line-height: 1.5;
}

.content__info-btn-link::after {
  content: '';
  display: block;
  position: absolute;
  right: min(16px, calc(16 / 295 * 100%));
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* =============================================
   PC Fixed Navigation
============================================= */
.pc-fixed-nav {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.pc-fixed-nav.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 70px;
}

/* PC TOP Button */
.pc-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-inline: auto;
}

.pc-top__text {
  width: 78px;
  font-weight: bold;
}

.pc-top__btn {
  width: 70px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .pc-top__btn:hover {
    transform: scale(1.05);
  }
}

.pc-top__icon {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: 6px;
}

/* =============================================
   Responsive
============================================= */
@media screen and (min-width: 768px) {
  .pc-fixed-nav {
    display: flex;
  }
}

/*-----------------------
footer
-------------------------*/
#footerInfo {
  padding: 0 10px 0;
  color: #333;
}
#copyright {
  position: relative;
  margin: 0 -10px;
  text-align: center;
  color: #fff;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  background: #333;
  padding: 15px 0;
}


