@charset "UTF-8";

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

#main img {
  max-width: 100%;
}

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

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

.sp_run {
  display: block;
}

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

.pc_run {
  display: none;
}

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

.sp_run_inline {
  display: inline-block;
}

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

.pc_run_inline {
  display: none;
}

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

/*--------------------/ #main /-------------------*/
#main {
  width: 100vw;
  margin: 0 auto;
  padding-bottom: 2em;
  font-size: 3.73333vw;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.001em;
  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: 1.85vw;
  }
}

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

:root {
  --cat_space: 3em;
}

@media screen and (min-width: 720px) {
  :root {
    --cat_space: 4.5em;
  }
}

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

@media screen and (min-width: 720px) {
  .mv {
    padding: 61.8292682927% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/seasonalGift_winter2025_main_pc.jpg) no-repeat center top/cover;
  }
}

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

.navdesu {
  display: flex;
  margin-bottom:1em;
  font-size:150%;
flex-wrap: wrap;
justify-content: center;
}

.navdesu li {
  width: 50%;
  border-right: 1px solid #7f7f7f;
  text-align: center;
    border-bottom: 1px solid #595757;
}

@media screen and (min-width: 720px) {
  .navdesu li {
      width: 50%;

      text-align: center;
    }
  }

/* .navdesu li:last-child {
  border: none;
} */

.navdesu li a {
  display: block;
  text-decoration: none;
  padding: 0.25em 0;
  color: #7f7f7f;
  transition-duration: 0.3s;
  line-height: 1.25;
}

.navdesu li a:hover {
  background-color: #B81C22;
  opacity: 0.9;
  color: #FFF;
}

#outline {
  margin-bottom:1px;
}

#outline ul {
  width: 90%;
  margin: 0 auto 1.5em;
}

@media screen and (min-width: 720px) {
  #outline ul {
    width: 80%;
  }
}

#outline ul li {
  color: #B81C22;
  text-align: center;
  line-height: 1.25;
}

#outline ul li:first-child {
  font-size: 150%;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 720px) {
  #outline ul li:first-child {
    font-size: 200%;
  }
}

#outline ul li:last-child {
  font-size: 150%;
  font-weight: bold;
  /* border-top: 1px solid #B81C22;
  border-bottom: 1px solid #B81C22; */
}

@media screen and (min-width: 720px) {
  #outline ul li:last-child {
    font-size: 200%;
    /* border-top: 2px solid #B81C22;
    border-bottom: 2px solid #B81C22;
   */
  }
}

#outline ul li:last-child span {
  font-size: 150%;
}

#outline ul li:last-child span.arrow {
  margin: 0 0.25em;
  font-size: 100%;
}

#outline dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto 1.5em;
}

@media screen and (min-width: 720px) {
  #outline dl {
    flex-direction: row;
    width: 80%;
    margin: 0 auto 0.75em;
  }
}

#outline dl dt {
  display: block;
  width: 100%;
  padding: 0.25em 0;
  border: 1px solid #7f7f7f;
  margin-right: 0;
  margin-bottom: 0.5em;
  font-size: 107.1429%;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 720px) {
  #outline dl dt {
    width: 9em;
    margin-right: 0.75em;
    margin-bottom: 0;
    font-size: 100%;
  }
}

#outline dl dd {
  font-size: 107.1429%;
  text-align: center;
  line-height: 1.25;
}

@media screen and (min-width: 720px) {
  #outline dl dd {
    font-size: 100%;
    text-align-last: left;
  }
}


#discount {
  width: 90%;
  margin: 0 auto var(--cat_space);
}

@media screen and (min-width: 720px) {
  #discount {
    width: 80%;
  }
}

#discount li {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
}

#discount li:first-child {
  font-size: 171.4286%;
  margin-bottom: 0.75em;
}

@media screen and (min-width: 720px) {
  #discount li:first-child {
    font-size: 200%;
    margin-bottom: 0.75em;
  }
}

#discount li:nth-child(2) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 720px) {
  #discount li:nth-child(2) {
    margin-bottom: 3em;
  }
}

#discount li:nth-child(3),
#discount li:nth-child(4),
#discount li:nth-child(5),
#discount li:last-child {
  font-size: 100%;
  height: 150%;
  margin-bottom: 0.5em;
  vertical-align: middle;
}

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

  #discount li:nth-child(3),
  #discount li:nth-child(4),
  #discount li:nth-child(5),
  #discount li:last-child {
    font-size: 120%;
    margin-bottom: 0.75em;
  }
}

#discount li:nth-child(3) span,
#discount li:nth-child(4) span,
#discount li:nth-child(5) span,
#discount li:last-child span {
  display: inline-block;
  height: 1.5em;
}

#discount li:nth-child(3) span img,
#discount li:nth-child(4) span img,
#discount li:nth-child(5) span img,
#discount li:last-child span img {
  max-height: 100%;
}

#discount li:nth-child(3) span img:first-child,
#discount li:nth-child(4) span img:first-child,
#discount li:nth-child(5) span img:first-child,
#discount li:last-child span img:first-child {
  margin-right: 0.25em;
}

#discount li:nth-child(5) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 720px) {
  #discount li:nth-child(5) {
    margin-bottom: 2.25em;
  }
}

#discount li:nth-child(6) {
  font-size: 120%;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  margin-bottom: 0.75em;
}

@media screen and (min-width: 720px) {
  #discount li:nth-child(6) {
    font-size: 200%;
    margin-bottom: 0.5em;
    border-top: 2px solid #595757;
    border-bottom: 2px solid #595757;
  }
}

#discount li:nth-child(6) span {
  font-size: 150%;
}

#discount li:nth-child(6) span.arrow {
  margin: 0 0.25em;
  font-size: 100%;
}

#discount li:last-child {
  line-height: 1.6667;
}

/* #recommend {
  width: auto;
  margin: 0 auto var(--cat_space);
  background-image: url(../images/seasonalGift_winter2024_brackets_top.png), url(../images/seasonalGift_winter2024_brackets_bottom.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: contain;
} */

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
  margin: 0 auto 1.0em;
  /* padding-top: 1.5em; */
  text-align: center;
}

@media screen and (min-width: 720px) {
.heading {
    flex-direction: row;
  }
}

 .heading p {
  width: 40%;
  margin: 0 0 1em 0 !important;
}

@media screen and (min-width: 720px) {
 .heading p {
    width: 25%;
    margin: 0 1em 0 !important;
  }
}
.heading ul {
  width: 90%;
}

@media screen and (min-width: 720px) {
.heading ul {
    width: auto;
  }
}

.heading ul li {
  /* font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}
.heading ul li:first-child {
  margin-bottom: 0.25em;
  font-size: 250%;
  letter-spacing: -0.025em;
  line-height: 1;
}

@media screen and (min-width: 720px) {
.heading ul li:first-child {
    font-size: 400%;
  }
}

 .heading ul li:first-child .adjust_ls {
  letter-spacing: -0.2em;
}

.heading ul li:last-child {
  font-size: 114.2857%;
  line-height: 1.75;
  text-align: center;
}

@media screen and (min-width: 720px) {
 .heading ul li:last-child {
    font-size: 112.5%;
    text-align-last: left;
  }
}

.item {
  width: 85%;
  margin: 0 auto var(--cat_space);
}

.item>p {
  margin-bottom: 0.5em !important;
}

.item_content {
  font-size: 85.7143%;
  line-height: 1.25;
}

@media screen and (min-width: 720px) {
  .item_content {
    font-size: 86.6667%;
  }
}

.item_description {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item_description>p {
  width: 40%;
  margin-right: 0.75em !important;
}

@media screen and (min-width: 720px) {
  .item_description>p {
    margin-right: 1.5em !important;
  }
}

.item_icon {
  display: inline-block;
  height: 1.25em;
  margin-left: 0;
  vertical-align: center;
}

@media screen and (min-width: 720px) {
  .item_icon {
    margin-left: 1em;
  }
}

.item_icon img {
  max-height: 100%;
  margin-right: 0.25em;
}

.item_icon img.adjust_baseline {
  vertical-align: bottom;
}

.item_icon span {
  display: inline;
  padding: 0.25em 0.5em;
  margin-right: 0.25em;
  background-color: #B81C22;
  font-size: 72.5%;
  line-height: 1;
  color: #fff;
}

.item_icon span.shipping_included {
  width: 4em;
  background-color: #3F9257;
}

.item_lead_pc {
  display: none;
}

@media screen and (min-width: 720px) {
  .item_lead_pc {
    display: block;
    font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: -0.025em;
    margin-bottom: 1.5em;
  }
}

.item_lead_sp {
  display: block;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 107.1429%;
  font-weight: bold;
  line-height: 1.6667;
  letter-spacing: -0.025em;
  margin-bottom: 1.5em !important;
}

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

.item_name {
  font-size: 107.1429%;
}

@media screen and (min-width: 720px) {
  .item_name {
    font-size: 120%;
  }
}

.item_name i {
  font-style: normal;
  font-size: 80%;
  line-height: 1;
  margin-right: 0.25em;
  vertical-align: 5%;
  padding: 0.125em 0.25em;
  border: 1px solid #595757;
}

.item-price {
  font-size: 92.8571%;
}

@media screen and (min-width: 720px) {
  .item-price {
    font-size: 93.3333%;
  }
}

.item-price span {
  font-size: 150%;
  margin-bottom: 0.25em;
}

@media screen and (min-width: 720px) {
  .item-price span {
    font-size: 171.42857%;
  }
}

.item_shelf {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

@media screen and (min-width: 720px) {
  .item_shelf {
    padding-bottom: calc(var(--cat_space) * 0.5);
  }
}

.item_txt {
  width: 70%;
}

#main .announce {
  width: 90%;
  margin: 0 auto;
  padding: 1em;
  margin-bottom: calc(var(--cat_space) * 0.75);
  border: 1px solid #B81C22;
  border-radius: 2em;
}

@media screen and (min-width: 720px) {
  #main .announce {
    width: auto;
    padding: 2em;
  }
}

#main .announce_txt {
  width: 100%;
  margin: 0 auto var(--cat_space);
}

@media screen and (min-width: 720px) {
  #main .announce_txt {
    width: 90%;
  }
}

#main .announce_txt li {
  font-size: 110%;
  font-weight: bold;
  letter-spacing: -0.0065em;
  text-indent: -0.5em;
  margin-left: 0.5em;
}

@media screen and (min-width: 720px) {
  #main .announce_txt li {
    font-size: 120%;
  }
}

#main .announce_txt li span {
  font-size: 86%;
}

#main .announce_txt li:first-child {
  margin-bottom: 0.75em;
  font-size: 120%;
  text-align: center;
  color: #B81C22;
  letter-spacing: normal;
  text-indent: 0;
  margin-left: 0;
}

@media screen and (min-width: 720px) {
  #main .announce_txt li:first-child {
    font-size: 160%;
  }
}

#main .announce_txt li:nth-child(2) {
  margin-bottom: 1em;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: normal;
  text-indent: 0;
  margin-left: 0;
}

@media screen and (min-width: 720px) {
  #main .announce_txt li:nth-child(2) {
    margin-bottom: 1.5em;
  }
}

#main .announce_txt li:last-child {
  margin-top: 1em;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: normal;
  text-indent: 0;
  margin-left: 0;
}

@media screen and (min-width: 720px) {
  #main .announce_txt li:last-child {
    margin-top: 1.5em;
  }
}

#main .announce_calendar p {
  text-align: center;
}

#main .announce_calendar p:first-child {
  font-size: 120%;
  font-weight: bold;
  color: #B81C22;
  line-height: 1.5;
  margin-bottom: 0.5em !important;
}

@media screen and (min-width: 720px) {
  #main .announce_calendar p:first-child {
    font-size: 160%;
  }
}

#main .announce_calendar p:nth-child(2) {
  margin-bottom: 2.25em !important;
  font-size: 95%;
}

#main .announce_calendar p:nth-child(2) span {
  display: inline-block;
  content: "";
  width: 2em;
  padding: 1.25em 0 0;
  margin: 0 0.25em 0 0.25em !important;
  vertical-align: middle;
  background-color: #f39800;
}

#main .announce_calendar p:nth-child(2) span:first-child {
  margin: 0 0.25em 0 0 !important;
}

#main .announce_calendar p:nth-child(2) span:nth-child(2) {
  background-color: #fcc800;
}

#main .announce_calendar p:nth-child(2) span:last-child {
  background-color: #fff100;
}

#main .announce_calendar .calendar {
  width: 90%;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (min-width: 720px) {
  #main .announce_calendar .calendar {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

#main .announce_calendar .calendar li {
  width: 100%;
  margin-bottom: 3em;
}

@media screen and (min-width: 720px) {
  #main .announce_calendar .calendar li {
    width: 47.5%;
  }
}

#main .announce_calendar .calendar li:last-child {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 720px) {
  #main .announce_calendar .calendar li:nth-child(3) {
    margin-bottom: 1.5em;
  }
}

#main .go_shop {
  width: 87.5%;
  margin: 20px auto !important;
}

@media screen and (min-width: 720px) {
  #main .go_shop {
    width: 80%;
  }
}

#main .go_shop a {
  display: block;
  width: auto;
  margin-bottom: calc(var(--cat_space) * 0.75);
  padding: 0.5em 0;
  font-size: 110%;
  text-decoration: none;
  color: #FFF362;
  line-height: 1;
  text-align: center;
  /* border: 1px solid #FFF362; */
  border-radius: 12em;
  transition-duration: 0.3s;
  background-color: #B81C22;
}

@media screen and (min-width: 720px) {
  #main .go_shop a {
    font-size: 120%;
  }
}

#main .go_shop a:hover {
  color: #B81C22;
  background-color: #FFF362;
}

/*
#5f
========================================*/
/* #go-ef {
  --bg-01: #f0eef1;
  --bg-02: #E7CD9D;
  --bg-03: #f0eef1;
  width: auto;
  margin: 0 auto var(--cat_space);
  background-image: url(../images/seasonalGift_winter2024_brackets_top-5f.png), url(../images/seasonalGift_winter2024_brackets_bottom-5f.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: contain;
} */

#go-ef figure {
  padding: 0;
  margin: 0;
}

#go-ef .heading {
  padding: 10%;
}

#go-ef .heading .logo-block li:first-child {
  font-size: 150%;
  font-family: "YakuHanMP", "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

@media screen and (min-width: 820px) {
  #go-ef .heading .logo-block li:first-child {
    font-size: 200%;
  }
}

#go-ef .heading .logo-block li:last-child {
  padding: 2em 12.5% 0;
}

@media screen and (min-width: 820px) {
  #go-ef .heading .logo-block li:last-child {
    padding: 2em 25% 0;
  }
}

#go-ef .heading .shop {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 820px) {
  #go-ef .heading .shop {
    flex-direction: row;
  }
}

#go-ef .heading .shop li {
  width: 100%;
  font-size: 100%;
  line-height: 1.75;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 820px) {
  #go-ef .heading .shop li {
    font-size: 120%;
    width: 47.5%;
  }
}

#go-ef .heading .shop li:first-child {
  margin-bottom: 0.75em;
}

@media screen and (min-width: 820px) {
  #go-ef .heading .shop li:first-child {
    margin-bottom: 0;
  }
}

#go-ef .item {
  padding: 0 2.5%;
  width: auto;
}

@media screen and (min-width: 820px) {
  #go-ef .item {
    width: 85%;
  }
}

#go-ef .item:before {
  display: block;
  content: "";
  width: 100%;
  padding: 3% 0 0;
  background: url(../images/seasonalGift_winter2024-icebar.png) no-repeat center center/100%;
  margin-bottom: 2em;
}

@media screen and (min-width: 820px) {
  #go-ef .item:before {
    padding: 1.25% 0 0;
    background-size: cover;
  }
}

#go-ef .item-caption {
  font-size: 85.7143;
  line-height: 1.25;
}

@media screen and (min-width: 820px) {
  #go-ef .item-caption {
    font-size: 86.6667%;
  }
}

#go-ef .item-concept {
  padding: 0 1em;
  position: absolute;
  left: 0;
  bottom: 1em;
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: 15% 1fr;
  align-items: center;
  gap: 0.3333em 1em;
  grid-template-areas: "logo lead" "txt txt";
}

@media screen and (min-width: 820px) {
  #go-ef .item-concept {
    grid-template-columns: 8% 1fr;
  }
}

/* #go-ef .item-concept-txt {
 
  font-size: 95%;
  line-height: 1.25;
  grid-area: txt;
} */

.item-concept-txt{
  font-size: 1em;
  color: #FFF;
padding: 5px;
background-color: #565656;

}

@media screen and (min-width: 820px) {
  .item-concept-txt {
      font-size: 1.3em;
      color: #FFF;
      padding: 5px;
      background-color: #565656;
  }
}


#go-ef .item-concept-lead {

  font-family: "YakuHanMP", "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3333em;
  line-height: 1.3333;
  grid-area: lead;
}

#go-ef .item-concept .brand-logo {
  grid-area: logo;
}

#go-ef .item-icons {
  display: flex;
}

#go-ef .item-icons .cold,
#go-ef .item-icons .shipping-included,
#go-ef .gentei {
  color: #fff;
  font-size: 90%;
  line-height: 1;
  padding: 0.125em 0.25em;
  margin-right: 0.25em;
  background-color: #B81C22;
}

.cold{
background-color: #0077D8 !important;
}

#go-ef .item-icons .shipping-included {
  background-color: #3F9257;
}

#go-ef .gentei{
background-color: #FF0000;
  color: #fff;
}



#go-ef .item-img {
  position: relative;
  background-color: var(--bg-01);
  padding: 117.5% 0 0;
}

@media screen and (min-width: 820px) {
  #go-ef .item-img {
    padding: 0;
  }
}

#go-ef .item-img .item-img--img {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 820px) {
  #go-ef .item-img .item-img--img {
    position: static;
  }
}

#go-ef .item-name {
  font-size: 120%;
  line-height: 1.25;
  margin-bottom: 0.25em;
}

#go-ef .item-price b {
  font-size: 160%;
  font-weight: normal;
}

#go-ef .item-txt {
  grid-area: txt;
}

#go-ef .item-txt-container {
  padding-top: 1em;
  padding-left: 1em;
  display: grid;
  grid-template-columns: 37% 1fr;
  column-gap: 1em;
  grid-template-areas: "item txt";
  align-items: center;
}

@media screen and (min-width: 820px) {
  #go-ef .item-txt-container {
    grid-template-columns: 25% 1fr;
  }
}

#go-ef .item-txt-container figure {
  padding: 0;
  margin: 0;
  grid-area: item;
}

#go-ef .item-02 .item-img {
  padding: 93% 0 0;
  background-color: var(--bg-02);
}

@media screen and (min-width: 820px) {
  #go-ef .item-02 .item-img {
    padding: 0;
  }
}

#go-ef .item-03 .item-concept {
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: 20% 1fr;
  column-gap: 0.5em;
  grid-template-areas: "logo lead" "txt txt" "cap cap";
}

@media screen and (min-width: 820px) {
  #go-ef .item-03 .item-concept {
    grid-template-columns: 15% 1fr;
  }
}

#go-ef .item-03 .item-concept li {
  color: #25272a;
}

#go-ef .item-03 .item-concept-lead {
  font-weight: bold;
  font-size: 125%;
}

/* #go-ef .item-03 .item-concept-txt {
  font-size: 105%;
  letter-spacing: -0.03em;
} */

#go-ef .item-03 .item-concept-cap {
  font-size: 85%;
  padding-top: 0.25em;
  margin-top: 0.125em;
  border-top: 1px solid #25272a;
  grid-area: cap;
}

#go-ef .item-03 .item-img {
  background-color: var(--bg-03);
}

#recommend .item_icon {
  display: flex;
  align-items: center;
}

#recommend .item_icon span {
  display: block;
  margin-right: 0.5em;
}

/*# sourceMappingURL=seasonalGift-winter2024-style.css.map */



.onlinestore_sp ,.kinki_sp{
  display: block;
  margin-bottom: 20px;

}

@media screen and (min-width: 720px) {
  .onlinestore_sp ,.kinki_sp{
    display: none;
  }
}



.onlinestore_pc ,.kinki_pc{
  display: none;
}

@media screen and (min-width: 720px) {
  .onlinestore_pc, .kinki_pc{
    display: block;

  }
}

.kinki_pc,.kinki_sp{
  margin-bottom: 40px;
}

#digital ul li{
  color: #B81C22;
    text-align: center;
    line-height: 1.25;

}

#digital ul li:first-child {
  font-size: 150%;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 720px) {
  #digital ul li:first-child {
    font-size: 200%;
  }
}



#main .go_digital a {
  height:60px;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0.4em 0;
  font-size: 130%;
  text-decoration: none;
  color: #FFF;
  line-height: 2;
  
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 0em;
  transition-duration: 0.3s;
  background-color: #B81C22;
  margin-bottom: 1em;
}
@media screen and (min-width: 720px) {
#main .go_digital a {
  line-height: 1.5;
}
}

@media screen and (min-width: 720px) {
  #main .go_digital a {
    font-size: 180%;
  }
}

#main .go_digital a:hover {
  color: #B81C22;
  background-color: #FFF;
}

#digital{
  padding-bottom: 60px;
  size:30%;
}


#main .go_shop_1 {
  width: 100%;
  margin: 20px auto !important;
  padding: 0 20px ;
}

@media screen and (min-width: 720px) {
  #main .go_shop_1 {
    width: 100%;

  }
}

#main .go_shop_1 a {
  display: block;
  width: auto;
  margin-bottom: calc(var(--cat_space) * 0.75);
  padding: 1.5em 0;
  font-size: 110%;
  text-decoration: none;
  color: #B81C22;
  line-height: 1;
  text-align: center;
   border: 2px solid #FFF362; 
  transition-duration: 0.3s;
  background-color: #FFF362;
  border-radius:20px;
  font-weight:900;
}

@media screen and (min-width: 720px) {
  #main .go_shop_1 a {
    font-size: 200%;
    height: 8em auto;
  }
}

#main .go_shop_1 a:hover {
  color: #FFF362;
  background-color: #B81C22;
}

.online_txt{
  font-size: 80%;
}


#online_date {
  margin-bottom: var(--cat_space);
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}



#online_date ul {
  width: 90%;
  margin: 0 auto 1.0em;
}

@media screen and (min-width: 720px) {
  #online_date ul {
    width: 80%;
  }
}

#online_date ul li {
  color: #B81C22;
  text-align: center;
  line-height: 1.25;
}

#online_date ul li {
  font-size: 150%;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 720px) {
  #online_date ul li {
      font-size: 130%;
      margin-bottom: 0.5em;
    }
  }


    #online_date li:first-child {
      color: #B81C22;
      font-size: 110%;
      margin-top: 0.5em;
    }
@media screen and (min-width: 720px) {
  #online_date li:first-child {
    font-size: 75%;
  }
}
    #online_date li:last-child {
      color: #B81C22;
      font-size: 65%;
      margin-bottom: 1em;
      font-weight: 300 !important;
    }
@media screen and (min-width: 720px) {
  #online_date li:last-child {
    font-size: 50%;
  }
}
.online_cap01 {
  color: #C64118 !important;;
  font-size: 130% !important;
  font-weight: 300;
    margin-top: 1em !important;
 
    border-bottom: 4px dotted #C64118;

}
@media screen and (min-width: 720px) {
.online_cap01 {
font-size: 170% !important;
}
}

#online_date ul {
  font-size: 120%;
  font-weight: bold;

  /* border-top: 1px solid #B81C22;
  border-bottom: 1px solid #B81C22; */
}

@media screen and (min-width: 720px) {
  #online_date ul {
    font-size: 250%;
    /* border-top: 2px solid #B81C22;
    border-bottom: 2px solid #B81C22; */
  }
}

#online_date ul li span {
  font-size: 150%;
  
}
@media screen and (min-width: 720px){
  .sm {
      font-size: 43% !important;
    }
}
.sm {
  font-size: 60% !important;
}

#online_date ul li span.arrow {
  margin: 0 0.25em;
  font-size: 100%;
}

.online_store {
display: flex;
text-align: center;
}
.souryou {
  padding-top: 10px;
  color: #B81C22;
  font-size: 2em;
  line-height:30px;
}

.hr{
border-bottom: 3px solid #B81C22;
margin-top:2em;
margin-bottom:2em ;

}

.ttl_suryou img{
width: 40px !important;
}