body {
  margin: 0;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
}

p {
  margin: 0;
}

.sets {
  padding: 10px;
}

@media screen and (min-width: 576px) {
  .sets {
    width: 300px;
  }
}

.cardimage {
  width: 100%;
}

.plane-image {
  position: relative;
  overflow: hidden;
}

.plane-image .cardname {
  position: absolute;
  bottom: 0;
  height: 7vw;
  width: 143%;
  color: white;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  transform: rotate(-90deg) translate(0, 160%);
  transform-origin: bottom left;
  font-size: 5vw;
}

@media screen and (min-width: 576px) {
  .plane-image .cardname {
    height: 40px;
    font-size: 27px;
  }
}

@media screen and (min-width: 768px) {
  .plane-image .cardname {
    height: 55px;
    font-size: 37px;
  }
}

@media screen and (min-width: 992px) {
  .plane-image .cardname {
    height: 73px;
    font-size: 47px;
  }
}

@media screen and (min-width: 1200px) {
  .plane-image .cardname {
    height: 80px;
    font-size: 57px;
  }
}

@media screen and (min-width: 1400px) {
  .plane-image .cardname {
    height: 100px;
    font-size: 67px;
  }
}

.plane-image .textbox {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 0;
  height: 35vw;
  width: 143%;
  color: black;
  background-color: rgba(255, 255, 255, 0.85);
  transform: rotate(-90deg) translate(0, 262%);
  transform-origin: bottom left;
}

@media screen and (min-width: 576px) {
  .plane-image .textbox {
    height: 190px;
  }
}

@media screen and (min-width: 768px) {
  .plane-image .textbox {
    height: 280px;
  }
}

@media screen and (min-width: 992px) {
  .plane-image .textbox {
    height: 375px;
  }
}

@media screen and (min-width: 1200px) {
  .plane-image .textbox {
    height: 450px;
  }
}

@media screen and (min-width: 1400px) {
  .plane-image .textbox {
    height: 520px;
  }
}

.plane-image .textbox .typeline {
  margin-top: 2vw;
  text-align: center;
  font-size: 3vw;
}

@media screen and (min-width: 576px) {
  .plane-image .textbox .typeline {
    margin-top: 8px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .plane-image .textbox .typeline {
    margin-top: 10px;
    font-size: 23px;
  }
}

@media screen and (min-width: 992px) {
  .plane-image .textbox .typeline {
    margin-top: 10px;
    font-size: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .plane-image .textbox .typeline {
    margin-top: 10px;
    font-size: 36px;
  }
}

@media screen and (min-width: 1400px) {
  .plane-image .textbox .typeline {
    margin-top: 10px;
    font-size: 42px;
  }
}

.plane-image .textbox .text {
  margin-top: 1.2vw;
  width: 90%;
  font-size: 2.7vw;
  line-height: 3.3vw;
}

@media screen and (min-width: 576px) {
  .plane-image .textbox .text {
    margin-top: 2px;
    font-size: 15px;
    line-height: 18px;
  }
}

@media screen and (min-width: 768px) {
  .plane-image .textbox .text {
    margin-top: 7px;
    font-size: 17px;
    line-height: 22px;
  }
}

@media screen and (min-width: 992px) {
  .plane-image .textbox .text {
    margin-top: 12px;
    font-size: 22px;
    line-height: 29px;
  }
}

@media screen and (min-width: 1200px) {
  .plane-image .textbox .text {
    margin-top: 20px;
    font-size: 26px;
    line-height: 35px;
  }
}

@media screen and (min-width: 1400px) {
  .plane-image .textbox .text {
    margin-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}

.modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.phenomenon-title {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 6.5vw;
}

.phenomenon-close {
  position: relative;
  width: 10vw;
  height: 10vw;
}

.phenomenon-close span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 10%;
  background-color: white;
}

.phenomenon-close span:first-of-type {
  transform: rotate(45deg);
}

.phenomenon-close span:last-of-type {
  transform: rotate(-45deg);
}

.special {
  display: none;
}
