@charset "UTF-8";
/*20250710追加分*/
.top_ticket .btn_ticket {
    margin-bottom: 12rem;
    margin-top: 12rem;
}
.yokoku img{
  max-width: 1100px;
}
/* .btn_ticket{
    border: 0.3rem solid rgb(0, 0, 0);
    margin: 2rem 0 6rem;
    color: rgb(0, 0, 0);
    padding: 2rem;
    display: inline-block !important;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 1rem;
    font-size: 2.56rem;
    font-weight: bold;
}

.btn_ticket:hover {
    transition: 0.2s;
    color: #2294FF;
    background-color: yellow;
    transform: scale(1.1);
} */
.btn_ticket{
  display: block;
  width: 50rem;
  margin: 0 auto;
  margin-bottom: 18rem;
}
.btn_ticket:hover{
  opacity: 0.7;
}
/*20250723追加分*/
.dummy {
    visibility: hidden;
}