.schedule{background-color:#eb7373;min-height:100dvh;padding:80px 40px 120px;background-image:url(/assets/bg.svg);background-size:140px;background-repeat:repeat;animation:schedule_bg_scroll 12s linear infinite;font-family:var(--font-noto-sans-jp),sans-serif;font-weight:600;letter-spacing:1px;color:#fff}@media screen and (max-width:400px){.schedule{padding:80px 8px 120px}}@keyframes schedule_bg_scroll{0%{background-position:0 0}to{background-position:-140px 140px}}.schedule__logo{display:block;object-fit:contain;margin:0 auto 5px;max-width:250px;width:100%}.schedule__title{margin:0 auto 80px;max-width:250px;width:100%;font-size:1.8rem;padding-right:10px;font-family:sans-serif}.schedule__content{position:relative;max-width:1080px;margin:0 auto}.schedule__content__title{text-align:center;font-size:1.5rem;margin-bottom:60px;font-weight:800;filter:drop-shadow(2px 2px 0 #c70000)}.schedule__content__info{display:grid;grid-gap:30px;gap:30px;width:100%;grid-template-columns:4fr 7fr}@media screen and (max-width:1080px){.schedule__content__info{grid-template-columns:1fr}}.schedule__content__info__summary .group{padding:30px;background-color:rgba(199,0,0,.3137254902);border-radius:20px;margin-bottom:60px}.schedule__content__info__summary .group p{line-height:30px}.schedule__content__info__summary .group .subgroup{margin-bottom:20px}.schedule__content__info__summary .group .heading{font-size:1.6rem;letter-spacing:1px;margin-bottom:20px;font-weight:800}.schedule__content__info__summary .group .subheading{font-size:1.2rem;letter-spacing:1px;margin:0 0 8px}.schedule__content__info__summary .group .big{font-size:1.3rem;letter-spacing:1px}.schedule__content__info__summary .group .free-text{white-space:pre-wrap}.schedule__content__info__description{width:100%;position:relative;background-color:#fff;color:#222;border-radius:30px;padding:30px;white-space:pre-wrap;font-weight:400;line-height:28px}.schedule__content__info__description p{margin:20px 0}.schedule__content__info__description .red-bg{display:block;font-size:1.1rem;background-color:#eb7373;font-weight:600;color:#fff;padding:5px 8px;border-radius:5px}.schedule__content__info__description img{object-fit:contain;height:unset;width:100%}