html{
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body{
  font-family: "Inter", "Noto Sans JP", "Meiryo", "Yu Gothic", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

*, *::before, *::after {
  box-sizing: border-box;
}

p{
  text-align: justify;
  font-size: 1.6rem;
}
img{
  width: 100%;
  height: auto;
}
a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover img{opacity: 0.9;}

.pc_case{display: block;}
.sp_case{display: none;}

.pc_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url(../images/pc_bg.webp) center top / cover no-repeat;
  z-index: -1;
  pointer-events: none;
}
.mainArea{
  position: relative;
  width: 100%;
  /* height: 100vh;
  overflow-y: auto; */
  overflow-x: hidden;
  z-index: 5;
}
.wrapper{
  box-sizing: border-box;
  position: relative;
  max-width: 768px;
  width: 100%;
  padding: 0 6%;
  margin: 0 auto;
  z-index: 10;
}
.containerbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.containerbox::after{
  content: "";
  display: block;
  width: 31.333%;
}
.item_box{
  width: 31.333%;
  margin-bottom: 20px;
}
.event_box{
  width: 48%;
  margin-bottom: 20px;
}
.event_box img,
.item_box img{
  display: block;
  width: 100%;
}
.medama_nav{
  width: 24%;
}
.medama_nav img{
  display: block;
  width: 95%;
  margin: auto;
}
.img_position{position: relative;}
.txt_s{
  font-size: 1.3rem;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .item_box{width: 48%;}

  .pc_case{display: none;}
  .sp_case{display: block;}
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ==============================
    header
=============================== */
.fv_logo{
  display: block;
  max-width: 300px;
  width: 70%;
  margin: 0 auto;
}
.fv_title{
  display: block;
  max-width: 380px;
  width: 75%;
  margin: 30px auto;
}
.btn_area{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
.btn_item{
  width: 48%;
}
.btn_item img{width: 100%;}


@media (max-width: 768px) {
}

/* ==============================
    footer
=============================== */
footer.wrapper{
  padding: 40px 6%;
}
footer p{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.logo_aeon{
  display: block;
  max-width: 240px;
  width: 70%;
  margin: 0 auto 10px;
}

a:link.btn_aeon,
a:visited.btn_aeon{
  box-sizing: border-box;
  display: block;
  background: #d0ab52;
  border-radius: 18px;
  color: #fff;
  font-size: 1.4rem;
  max-width: 400px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding:0 20px;
  margin: 0 auto;
}
a:hover.btn_aeon{
  background: #ea9312;
}
#page_top{
  position: fixed;
  right: 0;
  bottom: -80px;
  display: block;
  width: 60px;
  height: 60px;
}
#page_top:hover{opacity: 0.95;}

@media (max-width: 768px) {
  .logo_aeon{
    max-width: initial;
    width: 70%;
  }
}

/* 固定ボタンなど */
#pcbox_left,
#pcbox_right{
  position: fixed;
  min-width: 200px;
  width: 18vw;
  top: 50%;
  /* transform: translateY(-50%); */
}
#pcbox_left{
  left: calc(50% - 768px / 2 - 0%);
  transform: translate(-100%, -50%);
}
#pcbox_right{
  left: calc(50% + 768px / 2 + 0%);
  transform: translateY(-50%);
}
#pcbox_right a:link{
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#pcbox_right .containerbox{
  max-width: 200px;
  width: 100%;
}
#pcbox_right a.pc_item_btn{
  width: 49%;
}
.pc_item_btn img{
  display: block;
  width: 100%;
  margin: auto;
}
.pcbox_right_panda{
  display: block;
  width: 80%;
  margin: 20px auto 0;
}

@media screen and (max-width: 1214px){
  #pcbox_left,
  #pcbox_right{
  display: none;
}
}

#foot_btn{
  display: none;
}
@media screen and (max-width: 1214px){
  footer.wrapper{
    padding: 40px 6% 140px;
  }
  #foot_btn{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 768px;
    width: 100%;
    padding: 0 6%;
    margin: 20px auto 0;
  }

.bg_footAeon{
  background: url(../images/special_event/bg_goldwaku.webp) no-repeat top center / cover;
  border: 2px solid #000;
}
.bg_footitem{
  background: url(../images/bg_red.webp) repeat-x;
  border: 2px solid #000;
  border-top: none;
}
  #foot_btn .btm_event{
    width: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 10px 0;
  }
  #foot_btn .btm_event:first-child{
    border-right: 2px solid #000;
  }
  .fuchidori{
    color: #fff;
    text-shadow:
    -2px -2px 0 #000,
    0  -2px 0 #000,
    2px -2px 0 #000,
    -2px  0  0 #000,
    2px  0  0 #000,
    -2px  2px 0 #000,
    0   2px 0 #000,
    2px  2px 0 #000,
    3px  3px 0 #000,
    5px  5px 0 #000;
  }
  #foot_btn .item_btn{
    width: 25%;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    border-right: 2px solid #000;
    padding: 10px 0;
  }
  #foot_btn .item_btn b{
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
  }

  #foot_btn .item_btn:last-child{
    border-right: none;
  }
  #foot_btn .item_btn:hover{
    background: rgba(248,229,109,0.5);
  }
}
@media screen and (max-width: 768px){
  footer{
    padding: 60px 0 100px;
  }
  #foot_btn{padding: 0;}
  #foot_btn .btm_event{font-size: 1.5rem;}
  #foot_btn .item_btn{font-size: 1.4rem;}
  #foot_btn .item_btn b{font-size: 1.1rem;}
  #left_box,
  #right_box{
  display: none;
}
}


/* ==============================
    title
=============================== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.title_ribon img{
  display: block;
  width: 95%;
  margin: 30px auto;
}
.sub_title{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 10px 0;
}
.text_cs{
  text-align: center;
  font-size: 1.4rem;
}
.title_item img{
  display: block;
  margin: 30px 0 20px;
}

.panda_left{
  position: absolute;
  bottom: 0;
  left: 30px;
  display: block;
  max-width: 80px;
  width: 90%;
}
.panda_right{
  position: absolute;
  bottom: 0;
  right: 10px;
  display: block;
  max-width: 110px;
  width: 90%;
}


@media (max-width: 768px) {
  .sub_title{font-size: 1.5rem;}
  .title_ribon img{
    margin: 30px auto 10px;
  }
  .panda_right{
    right: 0;
    max-width: none;
    width: 20%;
  }
  .panda_left{
    left: 5px;
    max-width: none;
    width: 16%;
  }

}


/* ==============================
    sp_event
=============================== */
#sp_event{
  margin-bottom: 80px;
}
#sp_event img{
  display: block;
}
.gold_waku{
  background: url(../images/special_event/bg_goldwaku.webp) repeat-y top center;
  padding: 15px;
  margin-bottom: 20px;
}
.eventArea{
  background: #000;
  padding: 10px;
}
.sp_event_img{
  display: block;
  width: 94%;
  margin: 30px auto;
}

@media (max-width: 768px) {
}



/* ==============================
    aeon_event
=============================== */
#aeon_event{margin-top: 80px;}

@media (max-width: 768px) {
}

/* ==============================
    event
=============================== */
#event{
  margin-bottom: 100px;
}
.btn_more{
  display: block;
  max-width: 240px;
  width: 55%;
  margin: 10px auto 60px;
}
#event_app .btn_more{
  margin: 20px auto 60px;
}

/* ページネーション全体の位置 */
#event .swiper-pagination {
  position: relative; /* デフォルトのabsoluteを解除して中央に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

/* 通常ドット */
#event .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1; /* Swiperデフォルトは0.2なので上書き */
  cursor: pointer;
}

/* アクティブドット */
#event .swiper-pagination-bullet-active {
  background-color: #d0ab52;
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .btn_more{
    margin: 10px auto 40px;
  }
}



/* ==============================
    イチノ限定スペシャル企画
=============================== */
#ichino_event{
  margin-bottom: 100px;
}
.ichino_event_img{
  display: block;
  width: 95%;
  margin: 15px auto 30px;
}
.btn_ichinoevent{
  display: block;
  max-width: 300px;
  width: 60%;
  margin: 0 auto 40px;
}
#event .btn_ichinoevent{
  margin: 20px auto 40px;
}
@media (max-width: 768px) {
}
