
        * {
            box-sizing: border-box;
        }
        img {
            width: 100%;
        }
        body {
            margin: 0;
            font-family: "Noto Sans JP", sans-serif;
            font-optical-sizing: auto;
        }
        .wrapper {
            margin: 0 auto;
            padding: 2rem;
            max-width: 1600px;
            height: auto;
            position: relative;
            clip-path: inset(0);
        }
        @media screen and (min-width: 768px){
            .wrapper {
                padding: 4rem;
            }
        }
        .wrapper-img {
            object-fit: cover;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100vh;
            z-index: -1;
        }
        h1 {
            margin: 0 0 1rem;
            font-family: "Noto Serif JP", serif;
        }
        h1 img {
            width: 240px;
        }
        section {
            width: 100%;
        }
        @media screen and (min-width: 768px){
            .lr-header {
                display: flex;
            }
            .lr-header .lr-left {
                width: 60%;
            }
            .lr-header .lr-right {
                width: 40%;
            }
        }
        .header-01 {
            margin-bottom: 1rem;
        }
        .header-03 {
            font-size: 6em;
            font-weight: 900;
            color: #e53600;
        }
        .movie-wrapper {
            position: relative;
            padding-bottom: 50%;
            height: 0;
            overflow: hidden;
            margin: 0 auto;
        }
        @media screen and (min-width: 768px){
            .movie-wrapper {
                max-width: 75%;
            }
        }
        .movie-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .section-text,
        .section-logo,
        .section-event {
            width: calc(100% + 4rem);
            padding: 2rem;
            background: rgba(255,255,255,0.75);
            position: relative;
            left: -2rem;
            margin: 4rem 0;
        }
        @media screen and (min-width: 768px){
            .section-text,
            .section-logo,
            .section-event {
                width: calc(100% + 8rem);
                padding: 4rem;
                left: -4rem;
            }
        }
        .section-text::before,
        .section-logo::before,
        .section-event::before {
            transform: scale(1, -1);
            position: absolute;
            top: -4rem;
            left: 0;
            content: '';
            display: block;
            width: 100%;
            height: 4rem;
            background-image: url(./img/wave.png);
            background-size: contain;
            background-position: right top;
            background-repeat: repeat-x;
        }
        .section-text::after,
        .section-logo::after,
        .section-event::after {
            position: absolute;
            bottom: -4rem;
            left: 0;
            content: '';
            display: block;
            width: 100%;
            height: 4rem;
            background-image: url(./img/wave.png);
            background-size: contain;
            background-position: left top;
            background-repeat: repeat-x;
        }
        h2 {
            font-family: "Noto Serif JP", serif;
            font-size: 2em;
            line-height: 1.5;
            margin-bottom: 2rem;
        }
        h3 {
            font-family: "Noto Serif JP", serif;
            font-size: 1.6em;
            line-height: 1.5;
            margin-bottom: 1.6rem;
            padding-left: 2em;
            position: relative;
        }
        h3::before {
            content: '';
            display: block;
            width: 1.6em;
            height: 1.6em;
            background-image: url(./img/h3.png);
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            left: 0;
            top: 0;
        }
        p {
            line-height: 1.5;
            font-size: 1.2em;
        }
        .section-movie {
            padding: 4rem 0;
        }
        .section-statement {
            padding: 4rem 0;
            color: #fff;
        }
        .statement-01 {
            font-family: "Noto Serif JP", serif;
            font-size: 3em;
        }
        @media screen and (min-width: 768px){
            .statement-01 {
                font-size: 6em;
            }
        }
        @media screen and (min-width: 992px){
            .lr-logo {
                display: flex;
            }
            .lr-logo .lr-left {
                width: 48%;
            }
            .lr-logo .lr-right {
                width: 48%;
                margin-left: 4%;
            }
        }
        .lr-logo img {
            max-width: 360px;
            display: block;
            margin: 0 auto;
        }
        footer {
            width: calc(100% + 4rem);
            padding: 2rem;
            position: relative;
            left: -2rem;
            bottom: -2rem;
            color: #fff;
            background: #0d2135;
        }
        @media screen and (min-width: 768px){
            footer {
                width: calc(100% + 8rem);
                padding: 4rem;
                position: relative;
                left: -4rem;
                bottom: -4rem;
            }
        }
        small {
            display: block;
            text-align: right;
        }
        a {
            color: inherit;
        }

        .animation01,
        .animation02,
        .animation03,
        .animation05 {
            opacity: 0;
        }

        .section-project {
            padding: 3rem 0;
        }
        .section-project > div {
            background: #fff;
            padding: 2rem;
        }
        .section-project > div > ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        @media screen and (min-width: 768px){
            .section-project > div > ul {
                display: flex;
                flex-wrap: wrap;
            }
        }
        .section-project > div > ul > li:nth-child(odd) {
            padding: 0 3rem;
        }
        .section-project > div > ul > li:nth-child(even) {
            padding: 0 3rem;
        }
        @media screen and (min-width: 768px){
            .section-project > div > ul > li:nth-child(odd) {
                width: 50%;
            }
            .section-project > div > ul > li:nth-child(even) {
                width: 50%;
            }
        }
        .section-project > div > ul > li > p {
            text-align: center;
        }

        .section-event > ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            line-height: 2;
        }
        @media screen and (min-width: 768px){
            .section-event > ul {
                display: flex;
                flex-wrap: wrap;
            }
        }
        .section-event > ul > li:nth-child(odd) {
            padding: 0 3rem;
        }
        .section-event > ul > li:nth-child(even) {
            padding: 0 3rem;
        }
        @media screen and (min-width: 768px){
            .section-event > ul > li:nth-child(odd) {
                width: 50%;
            }
            .section-event > ul > li:nth-child(even) {
                width: 50%;
            }
        }
        
        p {
            font-family: "Noto Serif JP", serif;
        }
        
        .tohome {
            text-align: center;
            background: #eee;
        }
        .tohome a {
            text-decoration: none;
            display: block;
            padding: 1rem;
        }
        time {
            display: block;
            text-align: center;
            font-size: 1.4rem;
            margin-bottom: 1rem
        }