@charset "UTF-8";
main * {
  box-sizing: border-box;
}
main img {
  max-width: 100%;
}
main ul,
main ol,
main li {
  list-style: none;
}

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

.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 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 {
  --txt-color: #35373a;
  --main-color: #450600;
  --bg1-color: #ffbf8b;
  --bg2-color: #ffe58b;
  --bg3-color: #e2e2aa;
  --bg4-color: #f0cbc0;
  --fz: 3.73333vw;
  --fz-xxl: calc(var(--fz) * 1.714286);
  --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);
}
@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: calc(var(--fz) * 1.066666);
    --fz-s: calc(var(--fz) * 0.866667);
    --main-xs: calc(var(--fz) * 4.5);
  }
}

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

/* 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/collabo_20251002_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/collabo_20251002_pc.jpg) no-repeat center top/cover;
  }
}
.hero li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

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

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

.item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 765px) {
  .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.item-img {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 765px) {
  .item-img {
    display: flex;
    flex-direction: column;
    width: 550px;
    align-items: center;
    justify-content: center;
  }
}
.item_all {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
}
@media screen and (min-width: 765px) {
  .item_all {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.item-lead {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: var(--fz-l) !important;
  font-weight: bold !important;
  line-height: 1.3333 !important;
  grid-area: item-lead !important;
}
.item-name {
  font-size: var(--fz-xl);
  line-height: 1;
  margin-top: 0.3333em;
}
.item-name .fz-adjust {
  font-size: var(--fz-s);
}
.item-price {
  text-align: right;
  line-height: 1.3;
  padding-bottom: 0.125em;
  margin-top: 5px;
  border-bottom: 1px solid var(--txt-color);
}

.item-price em {
  color: #e50012;
  font-style: normal;
  font-weight: bold;
}
.item-price em b {
  color: inherit;
  font-weight: inherit;
}
.item-price-adjust-sp {
  margin-top: -1.5em;
}
.item-txt {
  line-height: 2em;
  flex: 1;
}

.item .ls-adjust {
  letter-spacing: -0.04em;
}
.item .ls-adjust-condense {
  letter-spacing: -0.09em;
}
.item .item-name-adjust {
  margin-top: 0.3333em;
}
@media screen and (min-width: 765px) {
  .item .item-name-adjust {
    margin-top: 0.85em;
  }
}
.item .item-price-adjust {
  margin-top: -1.5em;
}
@media screen and (min-width: 765px) {
  .item .item-price-adjust {
    margin-top: -1.75em;
  }
}
.item .ltd {
  margin-top: 0.5em;
}
.item-txt li.period {
  font-size: 85%;
  line-height: 1.5em;
  color: black !important;
  text-align: center;
  padding: 0.1em 0;
  margin-top: 10px;
  margin-bottom: 0.3333em;
  border: 1px solid black;
}
@media screen and (min-width: 720px) {
  .item-txt li.period {
    font-size: 90%;
  }
}
.item-txt li.store {
  display: flex;
  color: #fff !important;
  text-align: center;
}
.item-txt li.store span {
  display: block;
  width: 1.5em;
  margin-right: 0.25em;
  color: #fff !important;
  background-color: #91999e;
}
.item-txt li.store span.moriguchi {
  background-color: #ea6da4;
}
.item-txt li.store span.hirakata {
  background-color: #00b9ef;
}
.item-txt li.store span.kyoubashi {
  background-color: #eca219;
}
.item-txt li.store span.kuzuha {
  background-color: #3eb370;
}
.item-txt li.store span.suminodou {
  background-color: #ab66a7;
}

.nav_event {
  margin-bottom: var(--main-space);
}
.nav_event ul {
  background-color: var(--main-color);
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
.nav_event ul li {
  text-align: center;
  background-color: #fff;
}
.nav_event ul li a {
  color: var(--main-color);
  font-size: var(--fz-s);
  text-decoration: none;
  padding: 0.5em 0;
  display: block;
  transition-duration: 0.3s;
}
@media screen and (min-width: 765px) {
  .nav_event ul li a {
    font-size: var(--fz);
    padding: 0.25em 0;
  }
}
.nav_event ul li a:hover {
  color: #fff;
  background-color: var(--main-color);
}

.post-footer {
  padding: var(--main-space) 2.5% 0;
  line-height: 1.2;
}
@media screen and (min-width: 765px) {
  .post-footer {
    padding: calc(var(--main-space) * 1.5) 12% 0;
  }
}

.post-footer .caption li {
  font-size: 80%;
  line-height: 1.2;
  text-indent: -1em;
  margin-bottom: 0.125em;
  margin-left: 1em;
}
@media screen and (min-width: 765px) {
  .post-footer .caption li {
    font-size: 85%;
    letter-spacing: normal;
  }
}

.post-header-attention li {
  font-size: var(--fz-l);
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  /* font-weight: bold; */
  line-height: 2 !important;
  grid-area: item-lead;
  line-height: 1.25;
  margin-bottom: 50px;
}

.post-header-attention {
  margin-top: 0.5em;
  text-align: center;
}

section h5 {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}
section h5 .ttl {
  width: auto;
  height: 32px;
}
section h5 .ttl img {
  max-height: 100%;
}
@media screen and (min-width: 765px) {
  section h5 .ttl {
    height: 48px;
  }
}
section h5 .ttl-eycatch {
  width: 10%;
  height: auto;
}

/* --------------------/ .section-01 custom settings /-------------------- */

.item-txt {
  margin-top: 0.5em;
  width: auto;
}
@media screen and (min-width: 765px) {
  .item-txt {
    margin-top: 10px;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.item .ltd-amount-b {
  color: #fff !important;
  border: 1px solid #ea6da4;
  background-color: #ea6da4;
}
@media screen and (min-width: 765px) {
  .item .ltd-amount-b {
    color: #fff !important;
    border: 1px solid #ea6da4;
    background-color: #ea6da4;
  }
}
.item-brand span {
  color: #e50012 !important;
  font-weight: bold;
}

/* --------------------/ #section-01 .daigaku custom settings /-------------------- */
#section-01 {
  padding: 3% 3% 3%;
  margin-top: calc(var(--main-space) * 1);
  background-color: var(--bg1-color);
}
@media screen and (min-width: 765px) {
  #section-01 {
    margin-top: calc(var(--main-space) * 1.3);
  }
}

.daigaku-logo01 {
  border: solid 1.5px #450600; /*線色*/
  padding: 1.5em; /*文字周りの余白*/
  border-radius: 4em; /*角丸*/
  width: 85%;
}

#section-01 h5 .daigaku-logo01 {
  width: 100% !important;
}
@media screen and (min-width: 765px) {
  #section-01 h5 .daigaku-logo01 {
    width: 75% !important;
  }
}
#section-01 * {
  color: #2a2c2f;
}
#section-01 .icon-demo,
#section-01 .icon-newcomer {
  color: #fff;
}
#section-01 .otherimage {
  margin-top: 20px;
  width: 250px;
  justify-content: center;
  height: auto;
  /* flex-grow: 1; */
}
@media screen and (min-width: 765px) {
  #section-01 .otherimage {
    margin-top: 20px;
    width: 250px;
    height: auto;
  }
}

.daigaku {
  margin-top: calc(var(--main-space) / 8);
}

.gakusei {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 765px) {
  .gakusei {
    display: flex;
    /* align-items: center !important; */
  }
}
.gakusei-photo {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 765px) {
  .gakusei-photo {
    display: flex;
    align-items: center;
  }
}

.gakusei-img {
  width: 60%;
  margin-bottom: -14%;
  margin-left: 10%;
}
@media screen and (min-width: 765px) {
  .gakusei-img {
    width: 50%;
    margin-bottom: -7%;
    margin-left: 22%;
  }
}
.gakusei-txt {
  width: 100%;
  font-size: 60%;
  margin-bottom: -15%;
  margin-right: 5%;
}
@media screen and (min-width: 765px) {
  .gakusei-txt {
    width: 100%;
    font-size: 65%;
    margin-bottom: -7%;
    margin-right: 15%;
  }
}

.daigaku-txt {
  font-size: var(--fz-xs);
  width: 100%;
  padding: 5em 2em 2em 2em;
  background-color: #fcf2d2;
  border-radius: 1em;
  order: 1;
  line-height: 2;
  /* margin-bottom: 0.5em; */
}
@media screen and (min-width: 765px) {
  .daigaku-txt {
    font-size: var(--fz-s);
    line-height: 2;
    margin-left: 0;
    padding: 5em 2em 2em 2em;
    order: 2;
  }
}
.daigaku-txt li {
  color: var(--txt-color) !important;
}
@media screen and (min-width: 765px) {
  .daigaku-txt li {
    margin-bottom: 0.5em;
  }
}
.midashi {
  font-size: var(--fz-xl);
  font-weight: 600;
  margin-bottom: 0.5em;
  border-bottom: solid 1px;
}
.midashi02 {
  font-size: var(--fz-s);
  color: #450600;
  font-weight: 600;
  margin-bottom: -0.2em !important;
}

.gakusei-photo {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  justify-content: center !important;
  align-items: center;
}

@media screen and (min-width: 765px) {
  .gakusei-photo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.gakusei-photo li {
  width: 250px;
  padding: 0.5em;
}
@media screen and (min-width: 765px) {
  .gakusei-photo li {
    width: 220px;
  }
}
.souai-container-a {
  padding: 0;
  margin-top: calc(var(--main-space) / 2);
}
#section-01 .ltd-amount-b {
  color: #fff !important;
  border: 1px solid #ea6da4 !important;
  background-color: #ea6da4 !important;
}
@media screen and (min-width: 765px) {
  #section-01 .ltd-amount-b {
    color: #fff !important;
    border: 1px solid #ea6da4 !important;
    background-color: #ea6da4 !important;
  }
}

/* --------------------/ #section-02 .daigaku custom settings /-------------------- */
#section-02 {
  padding: 3% 3% 3%;
  margin-top: calc(var(--main-space) * 1);
  background-color: var(--bg3-color);
}
@media screen and (min-width: 765px) {
  #section-02 {
    margin-top: calc(var(--main-space) * 1.3);
  }
}
#section-02 .item {
  margin-bottom: 3em;
}
.daigaku-logo02 {
  border: solid 1.5px #450600; /*線色*/
  padding: 1.5em; /*文字周りの余白*/
  border-radius: 4em; /*角丸*/
  width: 100%;
}

#section-02 h5 .daigaku-logo02 {
  width: 100% !important;
}
@media screen and (min-width: 765px) {
  #section-02 h5 .daigaku-logo02 {
    width: 100% !important;
  }
}
#section-02 * {
  color: #2a2c2f;
}
#section-02 .icon-demo,
#section-02 .icon-newcomer {
  color: #fff;
}
#section-02 .otherimage {
  margin-top: 20px;
  width: 250px;
  justify-content: center;
  height: auto;
  /* flex-grow: 1; */
}
@media screen and (min-width: 765px) {
  #section-02 .otherimage {
    margin-top: 20px;
    width: 300px;
    height: auto;
  }
}
.kokusai-container {
  padding: 0;
  margin-top: calc(var(--main-space) / 2);
}
#section-02 .ltd-amount-b {
  color: #fff !important;
  border: 1px solid #ea6da4 !important;
  background-color: #ea6da4 !important;
}
@media screen and (min-width: 765px) {
  #section-02 .ltd-amount-b {
    color: #fff !important;
    border: 1px solid #ea6da4 !important;
    background-color: #ea6da4 !important;
  }
}

/* --------------------/ #section-03 .daigaku custom settings /-------------------- */

#section-03 {
  padding: 3% 3% 3%;
  margin-top: calc(var(--main-space) * 1);
  background-color: var(--bg4-color);
}
@media screen and (min-width: 765px) {
  #section-03 {
    margin-top: calc(var(--main-space) * 1.3);
  }
}

.daigaku-logo03 {
  border: solid 1.5px #450600; /*線色*/
  padding: 1.5em; /*文字周りの余白*/
  border-radius: 4em; /*角丸*/
}

#section-03 h5 .daigaku-logo03 {
  width: 100% !important;
}
@media screen and (min-width: 765px) {
  #section-03 h5 .daigaku-logo03 {
    width: 75% !important;
  }
}
#section-03 * {
  color: #2a2c2f;
}
#section-03 .icon-demo,
#section-03 .icon-newcomer {
  color: #fff;
}
#section-03 .otherimage {
  margin-top: 20px;
  width: 250px;
  justify-content: center;
  height: auto;
  /* flex-grow: 1; */
}
@media screen and (min-width: 765px) {
  #section-03 .otherimage {
    margin-top: 20px;
    width: 300px;
    height: auto;
  }
}

#section-03 .ltd-amount-b {
  color: #fff !important;
  border: 1px solid #ea6da4 !important;
  background-color: #ea6da4 !important;
}
@media screen and (min-width: 765px) {
  #section-03 .ltd-amount-b {
    color: #fff !important;
    border: 1px solid #ea6da4 !important;
    background-color: #ea6da4 !important;
  }
}

/* --------------------/ #section-04 .daigaku custom settings /-------------------- */

#section-04 {
  padding: 3% 3% 3%;
  margin-top: calc(var(--main-space) * 1);
  background-color: var(--bg2-color);
}
@media screen and (min-width: 765px) {
  #section-04 {
    margin-top: calc(var(--main-space) * 1.3);
  }
}

.daigaku-logo04 {
  border: solid 1.5px #450600; /*線色*/
  padding: 1.5em; /*文字周りの余白*/
  border-radius: 4em; /*角丸*/
  width: 77% !important;
}

#section-04 h5 .daigaku-logo03 {
  width: 100% !important;
}
@media screen and (min-width: 765px) {
  #section-04 h5 .daigaku-logo04 {
    width: 75% !important;
  }
}
#section-04 * {
  color: #2a2c2f;
}
#section-04 .icon-demo,
#section-04 .icon-newcomer {
  color: #fff;
}
#section-04 .otherimage {
  margin-top: 20px;
  width: 250px;
  justify-content: center;
  height: auto;
  /* flex-grow: 1; */
}
@media screen and (min-width: 765px) {
  #section-04 .otherimage {
    margin-top: 20px;
    width: 300px;
    height: auto;
  }
}

#section-04 .ltd-amount-b {
  color: #fff !important;
  border: 1px solid #ea6da4 !important;
  background-color: #ea6da4 !important;
}
@media screen and (min-width: 765px) {
  #section-04 .ltd-amount-b {
    color: #fff !important;
    border: 1px solid #ea6da4 !important;
    background-color: #ea6da4 !important;
  }
}

/*--------------------/ .item-1column custom settings/--------------------*/
.item-1column {
  width: auto;
  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";
  -moz-column-gap: 3%;
  column-gap: 3%;
}
.item-1column .item-name-adjust {
  margin-top: 0.75em;
}
@media screen and (min-width: 765px) {
  .item-1column {
    grid-template-rows: auto;
    grid-template-columns: 66.6667% 1fr;
    grid-template-areas: "item-img item-txt";
    -moz-column-gap: 3%;
    column-gap: 3%;
  }
  .item-1column .item-name-adjust {
    margin-top: 0.3333em;
  }
  .item-1column .item-price-adjust {
    margin-top: 0;
  }
}

/*# sourceMappingURL=collabo-style.css.map */
