:root{--base-width: 72%;--primary-color: #d71318;--secondary-color: #fff8cd;--accent-color: #08253e;--text-color: #333333;--bg-color: #ffffff;--font-size-base: 1rem;--line-height-base: 1.6;--font-family-noto: "Noto Sans JP", sans-serif;--font-family-mplus: "M PLUS 2", sans-serif;--font-family-impact: "Dela Gothic One", sans-serif;--font-family-fontawesome: "Font Awesome 6 Free", sans-serif;--font-family-base: var(--font-family-mplus);--z-hamburger: 1001;--z-header: 100;--z-modal: 1000;--z-overlay: 10;--z-loading: 10000;--transition-base: 0.3s ease;--transition-fast: 0.2s ease;--transition-slow: 0.5s ease;--animation-duration: 30s}@media(max-width: 900px){:root{--base-width: 90%}}.hero{position:relative;width:100%;height:calc(var(--vh, 1vh)*100);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.hero__btn{z-index:2;position:absolute;bottom:220px;left:50%;transform:translate(-50%, 0);animation:fadeInLogo .4s 3.2s ease forwards;opacity:0}.hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1}.heroContent{text-align:center;z-index:2}.heroBg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.heroDescription{font-family:var(--font-family-noto);text-align:left;font-size:4rem;color:#fff;margin:0 0 40px 0;line-height:var(--line-height-base);white-space:pre-line;font-weight:900;position:absolute;bottom:550px;left:39%;transform:translate(-50%, 0)}.heroLogo{position:absolute;bottom:360px;left:50%;transform:translate(-50%, 0);width:600px;height:auto;opacity:0;animation:fadeInLogo .4s 2.6s cubic-bezier(0.39, -0.03, 0, 1) forwards}.heroLink{font-family:var(--font-family-noto);position:absolute;bottom:0;background-color:var(--accent-color);z-index:2;line-height:1;border-top:8px double var(--secondary-color);border-bottom:8px double var(--secondary-color);width:100%;overflow:hidden}.heroLink__text{color:#fff;font-size:3.2rem;white-space:nowrap;display:flex}.heroLink__link{padding:8px 0 12px;line-height:1}.heroLink__link:nth-child(1){transform:translateX(100%);animation:scrollText-1 20s linear infinite}.heroLink__link:nth-child(2){transform:translateX(200%);animation:scrollText-1 20s linear infinite}@keyframes scrollText-1{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}@keyframes scrollText-2{0%{transform:translateX(210%)}100%{transform:translateX(10%)}}.heroLink__icon{margin:0 8px;display:inline-block;width:32px;height:auto;border-radius:20px;border:3px solid #fff}.main{background-color:var(--primary-color)}.mainSection{width:var(--base-width);padding:64px 40px;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.mainSection:last-child{border:none}.mainSection:last-child .mainSection__inner{border-bottom:none}.mainSection__header{margin:0 0 80px}.mainSection__inner{border-bottom:4px dotted #fff;padding:20px 0}.mainSection__title{text-align:center;font-weight:400;font-family:var(--font-family-impact);color:#fff;font-size:6.4rem;margin:0 0 12px 0}.mainSection__description{text-align:center;color:#fff;font-size:2.8rem;font-weight:900}.mainSectionContent{font-size:1.6rem;line-height:var(--line-height-base);background-color:#fff;border:8px double #000;padding:24px 32px;border-radius:16px;margin:0 0 16px}.mainSectionContent__title{position:relative;text-align:center;font-size:3.2rem;font-weight:800;margin:0 0 20px 0}.mainSectionContent__title:after{content:"";display:block;position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:64%;height:3px;border-radius:10px;background-color:#000}.mainSectionContent__image{display:block;max-width:300px;height:auto;margin:0 auto 20px}.mainSectionContent__text{margin:0 0 12px}.mainSectionSlideshow{overflow:hidden;width:100%;margin:0 0 24px 0}.mainSectionSlideshow__container{display:flex;width:7260px;animation:slide var(--animation-duration) linear infinite}.mainSectionSlideshow__item{flex-shrink:0;margin:0 20px 0 0;position:relative}.mainSectionSlideshow__image{width:200px;height:auto;display:block}.mainSectionSlideshow__title{position:absolute;text-align:center;width:100%;bottom:8px;left:50%;transform:translateX(-50%);font-family:var(--font-family-noto);font-size:1.6rem;font-weight:bold;color:#fff;text-shadow:0 0 8px rgba(0,0,0,.8);padding:2px 4px;border-radius:2px}.mainSectionList{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}.mainSectionList__icon{display:block;width:28px;height:auto;margin:0 12px 0 0}.mainSectionList__icon--small{width:20px}.mainSectionList__item{position:relative;width:45%;padding:48px 20px 16px;background-color:#fff;border:8px double #000;text-align:center;border-radius:12px}.mainSectionList__item:nth-child(1),.mainSectionList__item:nth-child(2){margin:0 0 56px}.mainSectionList__item--displayNone{display:none}.mainSectionList__item--disabled{position:relative}.mainSectionList__item--disabled:before{content:"準備中！";position:absolute;top:70%;left:50%;transform:translate(-50%, -50%);font-size:3.2rem;font-weight:bold;color:#fff;text-shadow:0 0 5px rgba(0,0,0,.7);z-index:100}.mainSectionList__item--disabled:after{content:"";display:block;width:100%;height:100%;background-color:rgba(0,0,0,.5);position:absolute;top:0;left:0;border-radius:8px;z-index:1}.mainSectionList__image{display:block;width:80%;margin:0 auto;height:200px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.mainSectionList__image--objectTop{-o-object-position:top;object-position:top}.mainSectionList__link{display:flex;align-items:center;width:92%;position:absolute;top:-40px;left:50%;transform:translate(-50%, 0);background-color:var(--secondary-color);border:4px solid var(--accent-color);color:var(--accent-color);font-size:2rem;font-weight:800;padding:16px 20px 16px 28px;margin:0 auto 12px;border-radius:8px;text-decoration:none;text-align:left;transition:all .2s ease;z-index:5;box-shadow:0 10px 0 var(--accent-color)}.mainSectionList__link::after{content:"";font-family:var(--font-family-fontawesome);font-weight:900;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.mainSectionList__link:hover{top:-36px;box-shadow:0 0 0 var(--accent-color)}@media(hover: none){.mainSectionList__link:active{background-color:#061f33;transform:translateX(4px) scale(0.95)}}.mainSectionList__description{display:block;text-align:center;margin:8px 0 0;font-weight:800;font-size:1.6rem;line-height:1.2;color:var(--accent-color)}.mainSectionList--links .mainSectionList__item{padding:36px 20px 28px;margin:0 0 56px}@media(max-width: 900px){.hero{height:calc(var(--vh, 1vh)*100) !important}.hero__btn{bottom:140px}.heroDescription{font-size:3.6rem;bottom:auto;top:100px;left:30px;transform:translate(0)}.heroLogo{bottom:auto;top:300px;width:90%}.heroLink__text{font-size:2.4rem;animation:scrollText 25s linear infinite}.heroLink__icon{width:24px}.mainSection__header{margin:0 0 16px}.mainSection__title{font-size:3rem;margin:0 0 16px 0}.mainSection__description{font-size:1.6rem}.mainSectionContent__image{width:90%;max-width:280px}.mainSectionSlideshow__container{width:5610px}.mainSectionSlideshow__image{width:150px}.mainSectionList{flex-direction:column}.mainSectionList--links .mainSectionList__item:nth-child(5){margin:0 0 12px}.mainSectionList--other .mainSectionList__item:last-child{margin:0 0 12px}.mainSectionList__item{width:100%;padding:48px 12px 16px;margin:0 0 56px}.mainSectionList__image{width:100%;border-radius:8px}.mainSectionList__link{width:100%;padding:16px 8px 16px 12px}.mainSectionList__description{margin:14px 0 0}}@keyframes slide{0%{transform:translateX(0%)}100%{transform:translateX(-33.333%)}}@keyframes fadeInLogo{0%{opacity:0;transform:translate(-50%, 30px)}100%{opacity:1;transform:translate(-50%, 0)}}