.link {
  margin: 0 0.1em;
  border-bottom: solid 1px #fff;
}

.link .outerlink-icon {
  width: 15px;
  height: 10px;
  margin-left: 0;
}

.link .outerlink-icon::before,
.link .outerlink-icon::after {
  width: 11.5px;
  height: 6.5px;
}

.password {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.password dl {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.password dl dd {
  font-size: 22.5px;
  letter-spacing: 0.1em;
}

.grid {
  --row-gap: 40px;
  --col-gap: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--row-gap) var(--col-gap);
}

.grid .half {
  width: 100%;
}

.grid .wide {
  width: 100%;
}

.grid .season .cardbox-content {
  overflow: initial;
}

.grid .season .cardbox-inner {
  padding: 20px 30px 30px;
}

.grid .season .info {
  display: grid;
  gap: 5px;
  margin-top: 20px;
}

.grid .season .info dl {
  display: flex;
  gap: 20px;
  line-height: 1.65;
}

.grid .season .info dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 65px;
  min-height: 35px;
  background: var(--color-purple);
  border-radius: 5px;
}

.grid .season .info dd {
  display: flex;
  align-items: center;
}

.grid .visual .cardbox .cardbox-background .cardbox-frame::after {
  background: rgba(66, 60, 60, 0.85);
}

.grid .visual .cardbox-content:before,
.grid .visual .cardbox-content::after {
  display: none;
}

.attentions {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .link .outerlink-icon {
    width: 13px;
    height: 9px;
  }

  .link .outerlink-icon::before,
  .link .outerlink-icon::after {
    width: 10px;
    height: 6px;
  }

  .password dl dd {
    font-size: 25px;
  }

  .grid .half {
    width: calc(50% - var(--col-gap) * 0.5);
  }

  .grid .wide {
    width: 572px;
  }

  .grid .season .cardbox-inner {
    padding: 30px 40px 40px;
  }

  .grid .season .info {
    gap: 10px;
    margin-top: 40px;
  }

  .grid .season .info dl {
    gap: 10px;
  }

  .grid .season .info dt {
    width: 90px;
    min-height: 40px;
    border-radius: 10px;
  }

  .attentions .slidein-content {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .password dl dd br {
    display: none;
  }

  .grid {
    --row-gap: 60px;
    --col-gap: 32px;
  }

  .grid .season .cardbox-inner {
    padding: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .password dl dd {
    font-size: 27px;
    letter-spacing: 0.05em;
  }
}