@charset "UTF-8";

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

main img {
  max-width: 100%;
}

main ul,
main ol,
main li {
  list-style: none;
}

figure {
  padding: 0;
  margin: 0;
}

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;
  }
}

.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: 2.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;
}

/* 
.fade-in {
  opacity: 0;
  transform: translate(0, 50px);
  transition-duration: 0.4s;
}

.fade-in.fade-in-active {
  opacity: 1;
  transform: translate(0, 0);
} */

main {
  --main-space: calc(var(--fz) * 3);
}

@media screen and (min-width: 720px) {
  main {
    --main-space: calc(var(--fz) * 4.5);
  }
}

p.attention {
  color: #e50012 !important;
  font-size: 125% !important;
  font-weight: bold !important;
  line-height: 1.25 !important;
  margin-bottom: calc(var(--main-space) / 6);
}

.announce-01 {
  margin-bottom: calc(var(--main-space) / 2);
}

.announce-01 li {
  line-height: 1.25;
}

.announce-01 li:first-child {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.125em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--txt-color);
}

.announce-01 li:last-child {
  font-size: 100%;
}

/*--------------------/ 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;
  overflow: hidden;
}

/*--------------------/ universal settings /--------------------*/
main {
  --fz: 3.73333vw;
  --fz-xxl: calc(var(--fz) * 1.571429);
  --fz-xl: calc(var(--fz) * 1.142857);
  --fz-l: calc(var(--fz) * 1.071429);
  --fz-s: calc(var(--fz) * 0.857143);
  --fz-xs: calc(var(--fz) * 0.8);
  --main-space: calc(var(--fz) * 3);
  --stack-space: 0.5em;
}

@media screen and (min-width: 765px) {
  main {
    --fz: 15px;
    --fz-xxl: calc(var(--fz) * 1.866667);
    --fz-xl: calc(var(--fz) * 1.2);
    --fz-l: calc(var(--fz) * 1.066666);
    --fz-s: calc(var(--fz) * 0.866667);
    --main-space: calc(var(--fz) * 4.5);
  }
}

main * {
  color: var(--txt-color);
}

/*--------------------/ style css /--------------------*/
main {
  --txt-color: #35373a;
  --main-color: #92262a;
  --newcomer: #d20014;
  --new-release: #e66400;
  --demo: #009fe8;
  --ltd-kd: #f01e82;
  --accent-color: #c0a549;
}

section {
  padding: var(--main-space) 2.5%;
  border-bottom: 3px dotted var(--accent-color);
}

@media screen and (min-width: 765px) {
  section {
    padding: var(--main-space) 0;
  }
}

.food-court {
  margin-top: calc(var(--main-space) / 2);
  text-align: right;
}

.food-court li:first-child {
  font-size: var(--fz-xl);
}

.food-court li:first-child img {
  width: 7em;
  vertical-align: middle;
}

.food-court li:last-child {
  font-size: var(--fz-s);
  margin-top: var(--stack-space);
}

h4 {
  color: var(--main-color);
  font-weight: bold;
  font-size: calc(var(--fz) * 1.8);
  text-align: center;
  display: flex;
  gap: 0.25em;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 765px) {
  h4 {
    font-size: calc(var(--fz) * 3);
  }
}

h4 img {
  width: 20%;
}

@media screen and (min-width: 765px) {
  h4 img {
    width: 15%;
  }
}

h5 {
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
  font-size: var(--fz-xxl);
  margin-top: calc(var(--main-space) / 3);
}

.hero {
  width: auto;
  padding: 90.243902439% 0 0;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/ekiben-2026win_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/ekiben-2026win_pc.jpg) no-repeat center top/cover;
  }
}

.hero li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}


.item {
  width: 100%;
  display: grid;
  grid-template-columns: 33% 1fr;
  grid-template-rows: repeat(3, -webkit-min-content);
  grid-template-rows: repeat(3, min-content);
  grid-template-areas: "item-img item-txt" "item-img ltd-date" "item-img ltd-amount";
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  align-items: end;
}

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

.item-brand i {
  font-style: normal;
  line-height: 1;
  padding: 0.125em 0.25em;
  margin-right: 0.25em;
  border: 1px solid var(--txt-color);
}

h5 i {
  font-style: normal;
  line-height: 1;
  padding: 0.125em 0.25em;
  margin-right: 0.25em;
  border: 1px solid var(--txt-color);
}

.item-container {
  margin-top: calc(var(--main-space) / 3);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--main-space) 5%;
}

@media screen and (min-width: 765px) {
  .item-container {
    flex-direction: row;
  }
}

.item-icons {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 1%;
  left: 1%;
}

.item-icons .demo,
.item-icons .ltd-kd,
.item-icons .newcomer,
.item-icons .new-release {
  color: #fff;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
  padding: 0.25em 0.5em;
  margin-right: 0.25em;
  display: block;
  background-color: var(--demo);
}

.item-icons .ltd-kd {
  font-size: var(--fz-xl);
  background-color: var(--ltd-kd);
}

.item-icons .newcomer,
.item-icons .new-release {
  font-size: var(--fz-xl);
  background-color: var(--newcomer);
}

.item-icons .new-release {
  background-color: var(--new-release);
}

.item-img {
  grid-area: item-img;
  position: relative;
}

.item-lead {
  font-size: var(--fz-l);
  font-weight: bold;
  margin-bottom: 0.5em;
}

.item-name {
  font-size: var(--fz-l);
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-top: 0.125em;
}

.item-name.lh-adjust {
  margin-top: 1em;
}

.item-name h6 span {
  font-size: var(--fz-xs);
}

.item-price {
  line-height: 1.0;
  text-align: right;
  border-bottom: 1px solid var(--txt-color);
  padding-top: 20px;
}

.item-price b {
  font-size: var(--fz-xxl);
  margin-left: 0.25em;
}

.item-price em {
  color: var(--newcomer);
  font-style: normal;
  font-weight: bold;
}

.item-price em b {
  color: inherit;
  font-weight: inherit;
  font-style: normal;
}

.item-price.lh-adjust {
  margin-top: -1.75em;
}

@media screen and (min-width: 765px) {
  .item-price.lh-adjust {
    margin-top: -2.05em;
  }
}

.item-txt {
  margin-top: var(--stack-space);
  grid-area: item-txt;
  align-self: start;
}

.item .ltd-amount {
  color: #fff !important;
  font-size: var(--fz-xs) !important;
  line-height: 1 !important;
  text-align: center !important;
  padding: 0.25em !important;
  margin-top: 0 !important;
  background-color: #ea6da4 !important;
  border: 1px solid #ea6da4 !important;
  grid-area: ltd-amount !important;
  align-self: end;
}

@media screen and (min-width: 765px) {
  .item .ltd-amount {
    margin-top: 0.25em !important;
  }
}

.item span.ltd-amount {
  display: inline-block;
  margin-left: 1em;
  margin-right: 0.5em;
}

.item .ltd-date {
  color: #ea6da4 !important;
  font-size: var(--fz-xs) !important;
  font-weight: bold !important;
  line-height: 1 !important;
  text-align: center !important;
  width: 100% !important;
  padding: 0.25em !important;
  margin-bottom: 0 !important;
  display: block !important;
  background-color: #fff !important;
  border: 1px solid #ea6da4 !important;
  grid-area: ltd-date !important;
  z-index: 1 !important;
  align-self: end !important;
  justify-self: center !important;
}

@media screen and (min-width: 765px) {
  .item .ltd-date {
    width: 98%;
    margin-bottom: 1% !important;
    grid-area: item-img !important;
  }
}






@media screen and (min-width: 765px) {
  .ekiben_menu ul {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.ekiben_menu ul li {
  text-align: center;
  width: 100%;
  padding: 5px 5px;
}

@media screen and (min-width: 765px) {
  .ekiben_menu ul li {
    text-align: center;
    width: 50%;
    padding: 5px 5px;
  }
}

.ekiben_menu ul li a {

  padding: 0.25em;
  display: block;
  transition-duration: 0.3s;
}

@media screen and (min-width: 765px) {
  .ekiben_menu ul li a {
    font-size: var(--fz);
  }
}



.route-style-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  margin-top: 1em;
  margin-bottom: -0.125em;
  display: flex;
  background-color: var(--newcomer);
}

.route-style-01 li {
  color: #fff;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  padding: 0 0.5em;
  align-self: center;
}

.route-style-01 li.domain {
  color: var(--txt-color);
  padding: 0.125em 0.5em;
  background-color: var(--accent-color);
}

.route-style-01 li.route {
  font-size: var(--fz-xl);
}

.route-style-01 li.station {
  font-size: var(--fz-xl);
  background-color: #000;
}

.route-style-02 {
  margin-top: 0.25em;
  display: grid;
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  grid-template-areas: "direct route" "direct station";
  align-items: stretch;
  gap: 0.25em;
}

.route-style-02 li {
  color: var(--main-color);
  line-height: 1;
}

.route-style-02 .direct {
  color: #fff;
  font-size: var(--fz);
  writing-mode: vertical-rl;
  text-align: center;
  padding: 0.25em;
  background-color: var(--main-color) !important;
  grid-area: direct;
}

.route-style-02 .route {
  font-size: var(--fz);
  font-weight: bold;
  padding-bottom: 0.125em;
  margin-bottom: 0.125em;
  grid-area: route;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--main-color);
}

.route-style-02 .route:before {
  width: 32px;
  height: calc(var(--fz) * 1.5);
  margin-right: 0.125em;
  content: "";
  display: block;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/ekiben-2023win_train.png) no-repeat center top/contain;
}

.route-style-02 .station {
  font-size: var(--fz-xl);
  font-weight: bold;
  margin-left: 1.9em;
  grid-area: station;
}



/*--------------------/ #section-02 custom settings /--------------------*/
.sec-02-h4-caption {
  color: var(--main-color) !important;
  font-size: var(--fz-s) !important;
  line-height: 1.25 !important;
  text-align: right !important;
  margin-top: -0.5em !important;
  margin-right: 1.75em !important;
}

@media screen and (min-width: 765px) {
  .sec-02-h4-caption {
    font-size: var(--fz) !important;
    margin-top: -1.5em !important;
    margin-right: 8.75em !important;
    padding-top: 10px;
  }
}


#section-02 .item,
#section-01 .item {
  grid-template-rows: repeat(3, -webkit-min-content);
  grid-template-rows: repeat(3, min-content);
  grid-template-columns: 33% 1fr;
  grid-template-areas: "item-img route-style" "item-img item-txt" "item-img ltd-amount";
  align-items: start;
}

@media screen and (min-width: 765px) {

  #section-02 .item,
  #section-01 .item {
    grid-template-columns: auto;
    grid-template-areas: "item-img" "rout-style" "item-txt" "ltd-amount";
  }
}

#section-02 .item-container,
#section-01 .item-container {
  margin-top: calc(var(--main-space) / 1.5);
}

/* #section-02 .item-container.character {
  margin: 0;
} */
#section-02 .item-1column,
#section-01 .item-1column {
  width: auto;
  all: unset;
  display: grid;
  grid-template-rows: repeat(4, -webkit-min-content);
  grid-template-rows: repeat(4, min-content);
  grid-template-columns: auto;
  grid-template-areas: "item-img" "route" "item-txt" "ltd";
}

@media screen and (min-width: 765px) {

  #section-02 .item-1column,
  #section-01 .item-1column {
    grid-template-rows: 1fr repeat(2, -webkit-min-content);
    grid-template-rows: 1fr repeat(2, min-content);
    grid-template-columns: 2fr 1fr;
    -moz-column-gap: 1.25%;
    column-gap: 1.25%;
    grid-template-areas: "item-img route" "item-img item-txt" "item-img ltd";
  }
}

#section-02 .item-1column .route-style-02,
#section-01 .item-1column .route-style-02 {
  align-self: end;
}



#section-02 .item-price,
#section-01 .item-price {
  padding-top: 20px;
}

@media screen and (min-width: 765px) {

  #section-02 .item-price,
  #section-01 .item-price {
    padding-top: 50px;
  }
}


#section-03 .item-price {
  padding-top: 20px;
}

@media screen and (min-width: 765px) {
  #section-03 .item-price {
    padding-top: 10px;
  }
}



/*--------------------/ #section-03 custom settings /--------------------*/
#section-03 {
  background-color: #FFF;
  padding: 50px 0;
}



#section-03 .item-container {
  display: block;
  position: relative;
}

@media screen and (min-width: 765px) {
  #section-03 .item-container {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-template-areas: "items";
  }
}

#section-03 .item-container * {
  color: var(--txt-color);
  font-weight: normal;
}

@media screen and (min-width: 765px) {
  #section-03 .item-container * {
    color: #000;
    font-weight: 700;
  }
}

#section-03 .item-container .item-lead {
  font-weight: bold !important;
}

#section-03 .food-court-02 {
  width: 35% !important;
  position: absolute !important;
  top: 3.75% !important;
  right: 0 !important;
  z-index: 100 !important;
}

@media screen and (min-width: 765px) {
  #section-03 .food-court-02 {
    width: 20% !important;
    margin: 2% 1% 0 0 !important;
    grid-area: items !important;
    justify-self: end !important;
    z-index: 150 !important;
  }
}

#section-03 h5 {
  color: #000;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold !important;
  font-size: calc(var(--fz) * 1.8);
  line-height: 1.33;
  -moz-text-align-last: left;
  text-align-last: left;
  margin: 1%;
  grid-area: items;
  justify-self: start;
  z-index: 200;
}

@media screen and (min-width: 765px) {
  #section-03 h5 {
    font-size: calc(var(--fz) * 2.4);
  }
}

#section-03 .item-icons .newcomer,
#section-03 .item-icons .new-release {
  color: #fff;
}

#section-03 .item-01 {
  width: auto;
}

@media screen and (min-width: 765px) {
  #section-03 .item-01 {
    grid-area: items;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-template-areas: "item-01";
  }
}

#section-03 .item-01-img {
  position: relative;
  grid-area: item-01;
  align-self: start;
  justify-self: start;
}

#section-03 .item-01-txt {
  line-height: -0.02em;
  width: auto;
  margin: 0.25em 0 0 0 !important;
  grid-area: item-01;
  align-self: start;
  justify-self: start;
  z-index: 100;
  padding: 10px;

}

@media screen and (min-width: 765px) {
  #section-03 .item-01-txt {
    width: 35%;
    margin: 1% 0 0 1% !important;
    padding-left: 1px;
  }
}

#section-03 .item-01 .item-lead {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: auto;
}

@media screen and (min-width: 765px) {
  #section-03 .item-01 .item-lead {
    width: 195%;
    font-size: 1.4em;
  }
}

#section-03 .item-01 .item-name.lh-adjust {
  margin-top: 0.25em;
}

#section-03 .item-02 {
  width: 100%;
  margin: var(--main-space) 0 0 0;
  grid-area: items;
  align-self: end;
  justify-self: end;
}

@media screen and (min-width: 765px) {
  #section-03 .item-02 {
    width: 35%;
    margin: 1%;
  }
}

#section-03 .item-02-img {
  position: relative;
}

#section-03 .item-02 .item-lead {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#section-03 .ltd-date {
  color: #ea6da4 !important;
  font-weight: bold !important;
  line-height: 1 !important;
  text-align: center !important;
  width: auto !important;
  padding: 0.25em !important;
  margin-bottom: 0.5em !important;
  display: block !important;
  background-color: #fff !important;
  border: 1px solid #ea6da4 !important;
}

#section-03 .caption {
  font-size: var(--fz-s) !important;
  line-height: 1.25 !important;
  margin-top: 0.5em !important;
}

/*--------------------/ #section-04 custom settings /-------------------*/
#section-04 {
  padding: 10px 0px;
  background-color: #fcb400;
}

#section-04 .item-2column {
  padding: 0;
}

#section-04 .item-container {
  padding: 0 2.5%;
}

@media screen and (min-width: 765px) {
  #section-04 .item-container {
    padding: 0;
  }
}

#section-04 .item-container.linking {
  margin-top: 3px;
}

@media screen and (min-width: 765px) {
  #section-04 .item-container.linking {
    margin-top: var(--main-space);
  }
}

#section-04 .item-container.linking.mt-adjust {
  margin-top: calc(var(--main-space) / 3);

}

.linking {
  padding: 5% !important;
  position: relative;
  gap: 0;

}

@media screen and (min-width: 765px) {
  .linking {
    padding: 0 !important;

  }
}

.linking .item-2column-b {
  width: 100%;
  position: relative;
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: auto;
  grid-template-areas: "item-img" "item-txt";
  padding-bottom: 20px;
  padding: 10px;
}

@media screen and (min-width: 765px) {
  .linking .item-2column-b {
    width: 50%;
  }
}

.linking .item-2column-b .item-price.lh-adjust-pc-only {
  margin-top: 0;
}

@media screen and (min-width: 765px) {
  .linking .item-2column-b .item-price.lh-adjust-pc-only {
    margin-top: -2.05em;
  }
}

.linking .item:first-child {
  z-index: 100;
}

.linking .item:last-child {
  margin-top: var(--main-space);
}

@media screen and (min-width: 765px) {
  .linking .item:last-child {
    margin-top: 0;
  }
}

.linking .item:last-child .item-icons {
  left: auto;
  right: 1%;
}

.linking .item-copy {
  color: #fff;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: calc(var(--fz) * 1.7);
  line-height: 1.25;
  width: auto;
  position: absolute;
  top: 1%;
  left: 3%;
  z-index: 100;
}

@media screen and (min-width: 765px) {
  .linking .item-copy {
    font-size: calc(var(--fz) * 2.4);
    width: 180%;
  }
}

.linking .item-copy span {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: var(--fz);
  letter-spacing: -0.02em;
  width: 95%;
  display: block;
}

@media screen and (min-width: 765px) {
  .linking .item-copy span {
    font-size: var(--fz-l);
    width: 52%;
  }
}

.linking .item-copy span.fz-adjust {
  font-size: calc(var(--fz) * 1.25);
  width: auto;
}

.linking .item-lead {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.linking .item-txt {
  padding: 0 2.5%;
}




.linking:nth-last-child(2) .item-copy {
  top: 3%;
  left: 3%;
}

.linking:nth-last-child(2) .item-copy span {
  font-size: var(--fz-l);
  line-height: 1.5;
}




.item-container-sec-04 {
  margin: var(--main-space) 0;
}

.item-container-sec-04 .item-lead {
  width: auto;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: var(--fz);
  font-weight: bold;
  letter-spacing: -0.0325em;
}

.item-container-sec-04 .item .item-price .lh-adjust-pc-only {
  margin-top: 0;
}

@media screen and (min-width: 765px) {
  .item-container-sec-04 .item .item-price .lh-adjust-pc-only {
    margin-top: -1.75em;
  }
}

.item-container-sec-04 .item .item-price .lh-adjust-sp-only {
  margin-top: -1.75em;
}

@media screen and (min-width: 765px) {
  .item-container-sec-04 .item .item-price .lh-adjust-sp-only {
    margin-top: 0;
  }
}

.item-container-sec-04 .item-2column {
  width: 100%;
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: auto;
  grid-template-areas: "item-img" "item-txt";
}

@media screen and (min-width: 765px) {
  .item-container-sec-04 .item-2column {
    width: 47.5%;
  }
}

/*--------------------/ #section-05 custom settings /--------------------*/
#section-05 {
  border-bottom: none;
}

#section-05 .item-2column {
  width: 100%;
  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" "ltd-amount";
}

@media screen and (min-width: 765px) {
  #section-05 .item-2column {
    width: 47.5%;
  }
}

#section-05 .item-2column .item-caption {
  font-size: var(--fz-xs);
  line-height: 1.1;
  margin-bottom: 0.125em;
  text-indent: -1em;
  margin-left: 1em;
}

#section-05 .item-2column .item-price.lh-adjust-pc-only {
  margin-top: 0;
}

@media screen and (min-width: 765px) {
  #section-05 .item-2column .item-price.lh-adjust-pc-only {
    margin-top: -2.05em;
  }
}

/*--------------------/ div#section-06 custom settings /--------------------*/
#section-06 {
  padding: 2.5%;
  margin-bottom: 5%;
  background-color: #fff8e1;
}

@media screen and (min-width: 765px) {
  #section-06 {
    padding: 5%;
  }
}

#section-06 .item-container {
  margin-top: 0;
}

/*--------------------/ .vs .fade-in animation settings /--------------------*/
.anim.zoom.anim-active {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.anim.slide-ltr.anim-active {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: slide-ltr;
  animation-name: slide-ltr;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.anim.slide-rtl.anim-active {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: slide-rtl;
  animation-name: slide-rtl;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1000%, 1000%);
    opacity: 0;
  }

  100% {
    transform: scale(100%, 100%);
    opacity: 1;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1000%, 1000%);
    opacity: 0;
  }

  100% {
    transform: scale(100%, 100%);
    opacity: 1;
  }
}

@-webkit-keyframes slide-ltr {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-ltr {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-rtl {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-rtl {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*# sourceMappingURL=ekiben-2023spr-style.css.map */

.chirashibutton003 {
  padding-bottom: 20px;
}


.tyokusou {
  width: 100%；
}

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

@media screen and (min-width: 765px) {
  .imfomation_ekiben img {
    margin: 10px;
  }
}

.title_ekiben {
  width: 50%;
  margin: 0 auto;

}

.ra-mentxt {
  font-size: 1em;
}