@charset "UTF-8";

main * {
  box-sizing: border-box;
}

main img {
  max-width: 100%;
}

footer .navi .inner .pagetopbtn {
  display: none;
}

.detailSection .entryBlock p {
  font-size: 1rem;
  margin: initial;
}

.sp-only {
  display: block;
}

@media screen and (min-width: 720px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}

@media screen and (min-width: 720px) {
  .pc-only {
    display: block;
  }
}

/*--------------------/ main /-------------------*/
main {
  width: 100vw;
  margin: 0 auto;
  font-size: 3.73333vw;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.001em;
  font-family: YakuHanJP, "Roboto", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  /* color: #595757; */
}

@media screen and (min-width: 720px) {
  main {
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (min-width: 820px) {
  main {
    width: 820px;
    font-size: 15px;
  }
}

main p.go-top a {
  position: fixed;
  bottom: 12%;
  right: 5%;
  width: 40px;
  height: auto;
  opacity: 0.7;
  transition-duration: 0.3s;
}

@media screen and (min-width: 820px) {
  main p.go-top a {
    bottom: 7%;
    right: auto;
    margin-left: 780px;
  }
}

main p.go-top a:hover {
  opacity: 1;
}


/*--------------------/ main settings MT記入時にbodyタグ削除により無効となる /--------------------*/
.main_container {
  width: 100vw;
  margin: 0 auto;
}

@media screen and (min-width: 765px) {
  .main_container {
    width: 720px;
  }
}

@media screen and (min-width: 820px) {
  .main_container {
    width: 820px;
  }
}

main {
  width: auto;
}

/*--------------------/ style css /--------------------*/
main {
  --fz: 3.73333vw;
  --fz-xxl: calc(var(--fz) * 1.714286);
  --fz-xl: calc(var(--fz) * 1.142857);
  --fz-l: 1em;
  --fz-s: 1.2em;
  --fz-xs: calc(var(--fz) * 0.8);
  /* --main-space: calc(var(--fz) * 3); */
}

@media screen and (min-width: 765px) {
  main {
    --fz: 15px;
    --fz-xxl: calc(var(--fz) * 2.133333);
    --fz-xl: calc(var(--fz) * 1.2);
    --fz-l: 1.3em;
    --fz-s: 1.2em;
    --main-xs: calc(var(--fz) * 4.5);
  }
}



/* @media screen and (min-width: 765px) {
  main>*+* {
      padding-top: calc(var(--main-space) * 2);
    }
  } */

.hero {
  width: auto;
  padding: 90.243902439% 0 0;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/202605_reikurekeihan_sp.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 765px) {
  .hero {
    padding: 56.0975609756% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/202605_reikurekeihan_pc.jpg) no-repeat center top/cover;
  }
}

.hero li {
  position: absolute;


}

.item {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  /* grid-template-columns: 33% 1fr; */
  grid-template-areas: "item-img item-txt" "item-img item-txt";
  row-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  align-items: flex-start;
}

@media screen and (min-width: 765px) {
  .item {
    width: 31.3333%;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    grid-template-columns: auto;
    grid-template-areas: "item-img" "item-txt" "item-txt";
  }
}





.nav-menu {
  width: 100%;
  padding-bottom: 20px;

}

.nav-menu a:hover {
  opacity: 0.7;
}

.nav-menu ul {
  display: grid;
}

.nav-menu ul li {
  text-align: center;
}

.nav-menu ul li a {
  text-decoration: none;
  padding: 0.5em 0;
  display: block;
  transition-duration: 0.3s;
}


section h5 {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}

section h5 .ttl {
  width: 20em;
  padding-top: 10px;

}

section h5 .ttl img {
  max-height: 140%;
}

@media screen and (min-width: 765px) {
  section h5 .ttl {
    width: 30em;
  }
}

section h5 .ttl1 {
  width: 23em;

}

@media screen and (min-width: 765px) {
  section h5 .ttl1 {
    width: 50em;
  }
}

section h5 .ttl-eycatch {
  width: 10%;
  height: auto;
}



.post-footer {
  margin: 20px;
  font-size: 0.6em;
}

@media screen and (min-width: 765px) {
  .post-footer {
    margin: 20px;
    font-size: 1em;
  }
}

.collaboration {
  padding: 10px;
  border: 4px solid #000;
  margin: 10px;

}

/*--------------------/ #main /-------------------*/
#main {
  width: 100vw;
  margin: 0 auto;
  font-size: 3.73333vw;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.015em;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #595757;
}

@media screen and (min-width: 720px) {
  #main {
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (min-width: 820px) {
  #main {
    width: 820px;
    font-size: 15px;
  }
}

.post_wrapper {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  .post_wrapper {
    width: 100%;
  }
}

#main p.go_top a {
  position: fixed;
  bottom: 12%;
  right: 5%;
  width: 40px;
  height: auto;
  opacity: 0.7;
  transition-duration: 0.3s;
}

@media screen and (min-width: 820px) {
  #main p.go_top a {
    bottom: 7%;
    right: auto;
    margin-left: 720px;
  }
}

#main p.go_top a:hover {
  opacity: 1;
}

.fade_in {
  opacity: 0.2;
  transform: translate(0, 50px);
  transition-duration: 0.5s;
}

.fade_in.fade_in_active {
  opacity: 1;
  transform: translate(0, 0);
}

#main {
  --main_space: 3em;
  --txt_color: #0f0a0a;
  --main_color: #b40000;
  --sub_color: #143c14;
  color: var(--txt_color);
}

@media screen and (min-width: 720px) {
  #main {
    --main_space: 4.5em;
  }
}

/*---------------------/ 売り場ニュースの階数表示を表示させない /--------------------*/
/* 全体 */
/* リセット寄り */
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

/* 全体 */
.event_section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  background: #fff8d9;
  text-align: center;
}

.event_main_title {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #7a5a00;
}

/* 各イベント枠 */
.event_block {
  background: #ffffff;
  border: 4px solid #ECD600;
  border-radius: 22px;
  padding: 30px;
  margin-bottom: 35px;
  box-shadow: 0 6px 0 rgba(244, 207, 88, 0.35);
  text-align: center;
}

.event_block:last-child {
  margin-bottom: 0;
}

/* タイトル */
.event_name {
  display: block;
  width: fit-content;
  margin: 0 auto 24px;
 

  padding: 8px 18px;

}

/* 本文 */
.event_description {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 25px;
  color: #444444;
  text-align: left;
}

/* 小見出し */
.sub_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #7a5a00;
  text-align: center;
  line-height: 1.4;
}

/* 整理券ボックス */
.ticket_box {
  margin-bottom: 25px;
  padding: 18px;
  background: #fffdf3;
  border: 2px dashed #f2bf2f;
  border-radius: 16px;
  text-align: left;
}

.ticket_heading {
  font-size: 18px;
  font-weight: bold;
  color: #d67b00;
  margin-bottom: 12px;
  line-height: 1.4;
}

.ticket_box img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.ticket_note {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.6;
  color: #666666;
}

/* 日時・条件 */
.info_box {
  padding: 16px 18px;
  border-radius: 16px;
  margin-bottom: 15px;
  text-align: left;
}

.info_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}

.info_text {
  font-size: 15px;
  line-height: 1.8;
  color: #444444;
}

.date_box {
  background: #fff1df;
  border: 2px solid #f4a544;
}

.date_box .info_title {
  color: #d97800;
}

.condition_box {
  background: #eef9e8;
  border: 2px solid #7bc96f;
}

.condition_box .info_title {
  color: #3f8d35;
}

/* ガチャ一覧 */
.gacha_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 25px;
}

.gacha_item {
  background: #fffdf5;
  border: 2px solid #f5d56b;
  border-radius: 16px;
  padding: 12px;
  text-align: center;
}

.gacha_item img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}

.gacha_item p {
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

/* プレゼント共通 */
.present_box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fffdf5;
  border: 2px solid #f5d56b;
  border-radius: 16px;
  text-align: left;
}

.present_img {
  width: 180px;
  flex-shrink: 0;
}

.present_img img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.present_heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #7a5a00;
  line-height: 1.4;
}

.present_text p {
  font-size: 15px;
  line-height: 1.8;
  color: #444444;
}

/* 握手会 */
.handshake_wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  text-align: left;
  margin-top: 10px;
}

.handshake_img {
  width: 100%;
  margin-bottom: 10px;
}

.handshake_img img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.handshake_text {
  width: 55%;
}

/* 店舗一覧 */
.shop_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 15px;
}

.shop_item {
  background: #fffdf5;
  border: 2px solid #f5d56b;
  border-radius: 16px;
  padding: 12px;
  text-align: left;
}

.shop_item img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}

.shop_name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1.5;
  color: #6b4b00;
}

.shop_desc {
  font-size: 13px;
  line-height: 1.7;
  color: #555555;
}

/* 謎の装飾対策 */
.event_block::before,
.event_block::after,
.event_name::before,
.event_name::after {
  content: none !important;
}

/* SP */
@media screen and (max-width: 768px) {
  .event_section {
    padding: 30px 15px;
  }

  .event_main_title {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .event_block {
    padding: 20px 16px;
    margin-bottom: 24px;
    border-width: 3px;
    border-radius: 18px;
  }

  .event_name {
   
    margin: 0 auto 18px;
    padding: 7px 14px;
  }

  .event_description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .sub_title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .ticket_box {
    padding: 14px;
    margin-bottom: 20px;
  }

  .ticket_heading {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .ticket_note {
    font-size: 12px;
  }

  .info_box {
    padding: 12px 14px;
  }

  .info_title {
    font-size: 14px;
  }

  .info_text {
    font-size: 13px;
  }

  .gacha_list {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 20px;
  }

  .gacha_item p {
    font-size: 13px;
  }



  .present_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 15px;

  }

  .present_img {
    width: 100%;
    max-width: 420px;
  }

  .present_heading {
    font-size: 16px;
  }

  .present_text p {
    font-size: 14px;
    line-height: 1.7;
  }

  .handshake_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 0;

  }

  .handshake_img,
  .handshake_text {
    width: 100%;

  }



  .shop_list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .shop_name {
    font-size: 14px;
  }

  .shop_desc {
    font-size: 12px;
    line-height: 1.6;
  }
}

.coming_block {
  background: #fff;
  border: 4px dashed #46B200;
  border-radius: 22px;
  padding: 30px;
  margin-top: 40px;
  text-align: center;
}

.coming_title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  background: #ECD600;
  color: #46B200;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 15px;
}

.coming_text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.coming_img {
  position: relative;
  max-width: 80%;
  margin: 0 auto 15px;
}

.coming_img img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

/* ComingSoonバッジ */
.coming_badge {
  position: absolute;
  bottom: 10px;
  right: 10px;

  background: #46B200;
  color: #fff;
  font-size: 11px;
  font-weight: bold;

  padding: 4px 10px;
  border-radius: 999px;
  opacity: 0.9;
}

/* YouTube */
.coming_youtube {
  font-size: 14px;
  color: #d67b00;
  font-weight: bold;
}