@charset "utf-8";
@media screen and (min-width: 820px) {
  .catchphrase{
    width: 90%;
    max-width: 1100px;
    font-family: "Klee One", serif;
    margin: 80px auto;
  }
  .catchphrase .title{
    width: fit-content;
    font-size: 220%;
    letter-spacing: 2px;
    padding: 10px 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
    color: #fff;
  }
  .catchphrase .text{
    font-size: 116%;
    letter-spacing: 1px;
    line-height: 1.7;
  }
  .youtube-box{
    max-width: 900px;
  }
  .req_wrap{
    width: 90%;
    max-width: 900px;
    margin: 0 auto 160px;
  }
  .req_wrap > p{
    font-size: 150%;
    letter-spacing: 1px;
    font-family: "Klee One", serif;
    margin: 60px 0 30px;
    background: var(--accent_pink);
    color: #fff;
    padding: 10px 2.5% 13px;
    border-bottom: none;
  }
  .req_wrap table {
    width: 95%;
    margin: 0 auto;
    font-size: 108%;
  }
  .req_wrap table th,
  .req_wrap table td{
    padding: 10px 20px;
  }
}