@charset "utf-8";
/* 【関東全フェア共通】 CLOSE専用CSS（PCSP共通） */
/*PCSP共通*/
.announce__contents:has(.yokoku-text) {
  text-align: center;
  .close-text {
    line-height: 1.4;
    font-size: calc(36vw / 7.5);
    strong {
      font-size: calc(28vw / 7.5);
      .is-sp & {
        margin-bottom: .5em;
      }
    }
    .is-pc & {
      font-size: 24px;
      strong {
        font-size: 16px;
      }
    }
  }
}
.yokoku-text {
  font-weight: bold;
  display: inline-block;
  font-size: calc(40vw / 7.5);
  line-height: 1.2;
  margin-bottom: .75em;
  border: 1px solid;
  padding: .4em 1em;
  .is-pc & {
    font-size: 20px;
    margin-bottom: .5em;
  }
}
.close-text {
  text-align: center;
  font-weight: bold;
}
.close-text strong {
  font-weight: inherit;
}
.close-text strong span:not([class]) {
  font-size: .8em;
}
.top-link-text {
  text-align: center;
}
.top-link-text a:link {
  color: #000;
}
.top-link-text a:visited {
  color: #000;
}
.top-link-text a:hover {
  color: #000;
  text-decoration: none;
}
.link__contents .link-read-text {
  text-align: center;
}
.link__contents .linkBox li {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.reco-banner__list {
  display: grid;
  grid-template-columns: var(--bnr-col, repeat(2, 1fr));
  gap: var(--bnr-gap, min((20vw / 7.5), 15px));
  max-width: var(--bnr-mw, min((540vw / 7.5), 400px));
  margin: auto;
  .is-pc & {
    --bnr-col: repeat(4, 1fr);
    --bnr-gap: 15px;
    --bnr-mw: 680px;
  }
}
@media (hover : hover) and (pointer : fine) {
  .reco-banner__item {
    background: #fff;
  }
  .reco-banner__link {
    transition: opacity .4s;
    &:hover {
      opacity: .7;
    }
  }
}
/*SP*/
.is-sp:not(.is-teaser) .header-obi {
  margin-bottom: calc(30vw / 7.5);
}
.is-sp .close-text {
  font-size: calc(28vw / 7.5);
}
.is-sp .close-text strong {
  display: block;
  font-size: calc(36vw / 7.5);
}
.is-sp .top-link-text {
  margin-top: calc(60vw / 7.5);
}
.is-sp .link__contents {
  margin-top: calc(100vw / 7.5);
}
.is-sp .link__contents .link-read-text {
  font-size: calc(30vw / 7.5);
  margin-bottom: calc(50vw / 7.5);
}
.is-sp .link__contents .linkBox {
  width: calc(620vw / 7.5);
  margin: auto;
}
.is-sp .link__contents .linkBox li:not(:first-child) {
  margin-top: calc(40vw / 7.5);
}
.is-sp .link__contents .linkBox li span {
  padding-bottom: calc(10vw / 7.5);
}
.is-sp #footerArea {
  background: #fff;
}
/*PC*/
.is-pc .header-mv {
  margin-top: 30px;
}
.is-pc #mainArea {
  padding: 80px 0 100px;
}
.is-pc .close-text {
  font-size: 16px;
  line-height: 2em;
}
.is-pc .close-text strong {
  font-size: 24px;
}
.is-pc .top-link-text {
  margin-top: 30px;
}
.is-pc .link__contents {
  margin-top: 80px;
}
.is-pc .link__contents .link-read-text {
  font-size: 20px;
  margin-bottom: 30px;
}
.is-pc .link__contents .linkBox ul {
  display: flex;
  justify-content: center;
  margin-left: -30px;
}
.is-pc .link__contents .linkBox li {
  flex: 1;
  max-width: 250px;
  margin-left: 30px;
}
.is-pc .link__contents .linkBox li span {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding-bottom: 10px;
}
.is-pc .link__contents .linkBox li a {
  margin-top: auto;
}
/*レスポンシブ*/
/* == SP（～750px） ============================*/
@media (max-width:750px) {
  .is-dsp-pc {
    display: none;
  }
  .is-responsive:not(.is-teaser) .header-obi {
    margin-bottom: calc(30vw / 7.5);
  }
  .is-responsive .close-text {
    font-size: calc(28vw / 7.5);
  }
  .is-responsive .close-text strong {
    display: block;
    font-size: calc(36vw / 7.5);
  }
  .is-responsive .top-link-text {
    margin-top: calc(60vw / 7.5);
  }
  .is-responsive .link__contents {
    margin-top: calc(100vw / 7.5);
  }
  .is-responsive .link__contents .link-read-text {
    font-size: calc(30vw / 7.5);
    margin-bottom: calc(50vw / 7.5);
  }
  .is-responsive .link__contents .linkBox {
    font-size: calc(24vw / 7.5);
    width: calc(620vw / 7.5);
    margin: auto;
  }
  .is-responsive .link__contents .linkBox ul {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
  .is-responsive .link__contents .linkBox li {
    margin-left: 0;
    max-width: 100%;
  }
  .is-responsive .link__contents .linkBox li:not(:first-child) {
    margin-top: calc(40vw / 7.5);
  }
  .is-responsive .link__contents .linkBox li span {
    padding-bottom: calc(10vw / 7.5);
  }
  .is-responsive #footerArea {
    background: #fff;
  }
}
/* == PC（751px～） ============================*/
@media (min-width:751px) {
  .is-dsp-sp {
    display: none;
  }
  .is-responsive .header-mv {
    margin-top: 30px;
  }
  .is-responsive #mainArea {
    padding: 80px 0 100px;
  }
  .is-responsive .close-text {
    font-size: 16px;
    line-height: 2em;
  }
  .is-responsive .close-text strong {
    font-size: 24px;
  }
  .is-responsive .top-link-text {
    margin-top: 30px;
  }
  .is-responsive .link__contents {
    margin-top: 80px;
  }
  .is-responsive .link__contents .link-read-text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .is-responsive .link__contents .linkBox ul {
    display: flex;
    justify-content: center;
    margin-left: -30px;
  }
  .is-responsive .link__contents .linkBox li {
    flex: 1;
    max-width: 250px;
    margin-left: 30px;
  }
  .is-responsive .link__contents .linkBox li span {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding-bottom: 10px;
  }
  .is-responsive .link__contents .linkBox li a {
    margin-top: auto;
  }
}