@charset "UTF-8";


/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
  margin: 0;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* common */

html, body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;  color: #333;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  min-width: 1440px;
}

.sp{
display: none;
}
.pc{
display: block;
}

/* common*/

.section__heading{
    font-size: 46px;
    font-weight: normal;
    color: #603813;
    text-align: center;
    position: relative;
    padding-top: 70px;
}
.section__heading::before,
.section__heading::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-repeat: no-repeat;

}
.section__heading::before{
    width: 466px;
    height: 56px;
    background-image: url(../img/title_deco/title_deco_top.svg);
    background-size: 466px 56px;
    top: 0px;
}
.section__heading::after{
    background-image: url(../img/title_deco/title_deco_bottom.svg);
    width: 380px;
    height: 15px;
    background-size: 380px 15px;
    bottom: -44px;
}
.section__heading>span{
    display: block;
    font-size: 21px;
    margin-top: 15px;
}
.common__inner{
    width: 940px;
    margin: 0 auto;
}

/* KV */
.kv{
    background-image: url(../img/mainvisual/mv_bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1080px;
    position: relative;
}
.kv__heading{
    height: 100%;
    width: fit-content;
    min-width: 630px;
    position: absolute;
    left: 50%;
    margin-left:-630px;

    z-index: 1;
}
.kv__heading img{
    width: 630px;
    height: 875px;
    aspect-ratio:631 / 876 ;
}
.kv__photo{
    height: 940px;
    width: 1080px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    z-index: 2;
}
.kv__deco{
    position: absolute;
    width: 280px;
    height: 280px;
    right: 20px;
    top: 20px;
    z-index: 0;
}
.kv__entry{
position: fixed;
    right: 50px;
    top: unset;
    width: 240px;
    height: 240px;
    z-index: 3;
    bottom: 50px;

}
.kv__entry:hover{
    transform: translateY(-10px)!important;
    transition-delay: 0s!important;
    transition: all 0.3s ease;
}

/* copy */
.copy{
    background-image: url(../img/copy_section/copy_bg.webp);
    background-repeat: no-repeat;
    background-size: auto 3760px;
    background-position: top center;
    width: 100%;
    height: auto;
    margin-top: -10vw;
    z-index: 1;
    position: relative;
    overflow: hidden;
    aspect-ratio: unset;
}
@media screen and (min-width: 1920px) {
  .copy {
    background-size: cover;
    aspect-ratio: 1920/3659;
  }
}
.copy__inner{
    width: 100%;
}
.copy__heading{
    margin-top: 240px;
}
.copy__list{
    list-style: none;
    padding:0;
    margin: 0;
}
.copy__list--item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.copy__list--item>div>h3{
    font-size: 24px;
    line-height: 42px;
}
.copy__list--item>div>p{
    font-size: 16px;
    color:#333;
    line-height: 32px;
}
.copy__list--item:nth-child(4)>div>p{
    font-size: 24px;
    line-height: 42px;
}
.copy__list--item>img{
    position:relative;
    z-index: 1;
}
.copy__copy{
    width: 422px;
    margin-top:2em;
}
.copy__list--item:nth-child(2n){
    flex-direction: row-reverse;
}
.copy__list--item:nth-child(2)>img{
    margin-right: 24px;
}
.copy__list--item:nth-child(3)>div{
    margin-right: 127px;
}
.copy__list--item:nth-child(1)::after{
    content: "";
    background-image: url(../img/copy_section/copy_deco_line01.svg);
    background-repeat: no-repeat;
    width: 300px;
    height: 152px;
    opacity: 0.5;
    position: absolute;
    bottom: -90px;
    transform: translateX(220px);
}
.copy__list--item:nth-child(1)>div{
    margin-left: 150px;
}
.copy__list--item:nth-child(2)>img{
    margin-left: -240px;
}
.copy__list--item:nth-child(2)::after{
    content: "";
    background-image: url(../img/copy_section/copy_deco_line02.svg);
    background-repeat: no-repeat;
    width: 332.94px;
    height: 178.24px;
    opacity: 0.5;
    position: absolute;
    bottom: -190px;
    transform: translateX(-250px);
}
.copy__list--item:nth-child(3)>div{
    margin-left: 110px;
}
.copy__list--item:nth-child(3)::after{
    content: "";
    background-image: url(../img/copy_section/copy_deco_line03.svg);
    background-repeat: no-repeat;
    width: 208.3px;
    height: 163.43px;
    opacity: 0.5;
    position: absolute;
    bottom: -120px;
    transform: translateX(110px);
}

.copy__bg1{
    opacity: 1;
    position: absolute;
    width: 240px;
    height: 240px;
    top: -60px;
    left: 50px;
}
.copy__bg2{
    opacity: 0.5;
    position: absolute;
    width: 386px;
    height: auto;
    top: 320px;
    left:-193px;
}
.copy__bg3{
    opacity: 0.5;
    position: absolute;
    width: 577px;
    height: auto;
    top: 0px;
    right:-222px;
}
.copy__bg4{
    opacity: 0.5;
    position: absolute;
    width: 214px;
    height: auto;
    bottom: 0px;
    right:-41.5px;
}
.copy__bg5{
    position: absolute;
    width: 400px;
    height: auto;
    top: 89px;
    left:-144px;
}
.copy__bg6{
    opacity: 0.5;
    position: absolute;
    width: 349.82px;
    height: auto;
    top: 485px;
    left:-175px;
}
.copy__bg7{
    position: absolute;
    width: 581px;
    height: auto;
    top: 354px;
    right:-127px;
}
.copy__bg8{
    opacity: 0.5;
    position: absolute;
    width: 232.9px;
    height: auto;
    top: 337px;
    right:-50px;
}
.copy__bg9{
    position: absolute;
    width: 499px;
    height: auto;
    top: 572px;
    right:-231px;
}
.btn__entry{
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 80px auto 200px;
}
.btn__entry div:nth-child(2){
    transition: all 0.3s ease;
}
.btn__entry:hover div:nth-child(2){
    transform: translateX(6px) rotate(1deg);

}
.btn__entry div:nth-child(1){
    aspect-ratio: 249/155;
}
.btn__entry div:nth-child(2){
    aspect-ratio: 25/62;
}
.btn__entry div>img{
    width: 100%;
}

/*info*/
.information{
    background-image: url(../img/info_section/info_bg.webp);
    background-repeat: no-repeat;
    background-size: auto 1840px;
    background-position: top center;
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
    overflow: hidden;
    aspect-ratio: unset;
    margin-top: -10vh;
}
@media screen and (min-width: 1920px) {
  .information {
    background-size: cover;
    aspect-ratio: 1920/1840;
  }
}
.information__heading{
    margin-top: 240px;
}
.information__detail--wrap{
    position:relative;
}
.information__detail{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    margin-top:130px;
    position: relative;
    z-index: 1;
}
.information__detail>dt{
    width: 4em;
    margin-bottom:30px;
}
.information__detail>dd{
    width: calc(100% - 4em);
    margin: 0 0 30px 0;
}
.information__sponsor{
    display:block;
}
.information__sponsor>img{
    width: 320px;
    height: 110px;
}
.information__bg{
    mix-blend-mode: multiply;
    position: absolute;
    top: -60px;
    margin-left: 340px;
}
.information__mc--wrap{
    width: 941px;
    height: 467px;
    margin: 117px auto 205px;
    background-image: url(../img/info_section/info_mc_bg.webp);
    display: flex;
    align-items: center;
    justify-content: center;
}
.information__mc--left>p{
    line-height: 26px;
    font-size: 14px;
}
.information__mc-heading{
    font-size: 42px;
}
.information__mc-heading span{
    font-size: 28px;
    margin-right: 20px;
}

/* access */

.access{
    position:relative;
    z-index: 1;
    background-image: url(../img/copy_section/copy_bg.webp);
    margin-top: -13vh;
    padding-top: 13vh;
    background-position: top center;
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
    overflow: hidden;
    aspect-ratio: unset;
}
@media screen and (min-width: 1920px) {
  .access {
    background-size: cover;
  }
}

.access__heading{
    font-size: 92px;
    font-weight: normal;
    margin-bottom: 50px;
}
.access__heading>span{
    font-size: 32px;
    margin-bottom: 10px;
}
.access__detail{
    display: flex;
    height: 870px;
    align-items: center;
    width: 100%;
}
.access__detail>div{
    width: 384px;
}
.access__detail>div>p{
    font-size: 20px;
    line-height: 38px;
}
.access__detail>img{
    position: absolute;
    right: -240px;
}
.access__movie{
    aspect-ratio: 16/9;
    width: 560px;
    height: auto;
    margin: 0 auto 200px;
    display: block;
}
.access__map{
    width: 100%;
    height: 500px;
    margin-bottom:300px;
}

/* about */
.about{
    background-image: url(../img/whats-fb_section/whats-fb_bg.webp);
    background-repeat: no-repeat;
    background-size: auto 3324px;
    background-position: top center;
    width: 100%;
    height: 3324px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    aspect-ratio: unset;
    margin-top: -10vh;
    padding-top:10vh;

}
@media screen and (min-width: 1920px) {
  .about {
    background-size: cover;
    aspect-ratio: 1920/3324;
  }
}


.about__list{
    margin-top:120px;
padding: 0;
}
.about__list>li{
    display: flex;
    justify-content: ;
    flex-wrap: wrap;
    position:relative;
    height:535px;
    align-items: center;
}
.about__list>li:nth-child(2n){
    flex-direction: row-reverse;
}
.about__list>li>img{
    position:absolute;
}
.about__list>li>p{
    font-size: 18px;
    line-height: 36px;
}
.about__list>li:nth-child(1)>img{    left: 50%;margin-left: -85px;}
.about__list>li:nth-child(2)>img{    left: 50%;transform: translateX(-100%);}
.about__list>li:nth-child(3)>img{ left: 50%;margin-left: -85px;}

.about__deco{position: absolute;}
.about__deco--1{
    opacity: 0.3!important;
    width: 300px;
    height: 300px;
    left:-30px;
    top: 200px;
}
.about__deco--2{
    width: 340px;
    height: 340px;
    right:-30px;
    top: 890px;
}
.about__deco--3{
    opacity: 0.3!important;
    width: 255.64px;
    height: 212.12px;
    left:30px;
    top: 1950px;
}
.rule__list{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    margin: 120px 0 0;
    padding: 0;
}
.rule__list>li{
    width: calc(100% / 3);
}
.rule__list>li>img{
    height:221px;
    width: auto;
    display: block;
    margin: 0 auto 20px;
}
.rule__list>li>div>h3{
    text-align: center;
    font-size: 28px;
}
.rule__list>li>div>h3>span{
    font-size: 36px;
}
.rule__list>li>div>p{
    font-size: 16px;
    line-height: 28px;
}
.about__movie{
    aspect-ratio: 16/9;
    width: 560px;
    height: auto;
    margin: 120px auto 200px;
    display: block;
}

/*sponsor__list*/
.sponsor__list{
    display: flex;
    justify-content: center;
    gap:20px ;
    list-style: none;
    margin: 140px auto 160px;
    padding: 0;
    align-items: center;
}
.sponsor__list li:nth-child(1)>a>img{width: 300px;height: auto;}
.sponsor__list li:nth-child(2)>a>img{width: 320px;height: auto;}
.sponsor__list li:nth-child(3)>a>img{width: 120px; height: auto;}
.sponsor__list li:nth-child(4)>a>img{width: 120px; height: auto;}
.sponsor__list li:nth-child(5)>a>img{width: 340px; height: auto;}

/*footer*/

footer{background-color: #A67C52;padding:40px 0;}
footer>p{font-size: 21px; color: #fff;text-align: center;margin: 0;font-family: sans-serif;}

@media screen and (max-width: 768px) {
  /* common */

html, body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;  color: #333;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  min-width: 100%;
}

.sp{
display: block;
}
.pc{
display: none;
}

/* common*/

.section__heading{
    font-size: 28px;
    font-weight: normal;
    color: #603813;
    text-align: center;
    position: relative;
    padding-top: 38px;
    line-height: 34px;
}
.section__heading::before,
.section__heading::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-repeat: no-repeat;

}
.section__heading::before{
    width: 280.1px;
    height: 33.52px;
    background-image: url(../img/title_deco/title_deco_top.svg);
    background-size: 280.1px 33.52px;
    top: 0px;
}
.section__heading::after{
    background-image: url(../img/title_deco/title_deco_bottom.svg);
    width: 227.72px;
    height: 9.15px;
    background-size: 227.72px 9.15px;
    bottom: -22px;
}
.section__heading>span{
    display: block;
    font-size: 12px;
    margin-top: -5px;
}
.common__inner{
    width: calc(100% - 30px);
    margin: 0 15px;
}

/* KV */
.kv{
    background-image: url(../img/mainvisual/mv_sp_complete.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    aspect-ratio: 108/230;
    width: 100%;height: auto;
}
.kv__entry{
    position: fixed;
    right: 20px;
    top: unset;
    bottom: 20px;
    width: 110px;
    height: 110px;
    z-index: 3;
}
.kv__entry:hover{
    transform: translateY(-10px)!important;
    transition-delay: 0s!important;
    transition: all 0.3s ease;
}
/* copy */
.copy{
    background-image: url(../img/copy_section/copy_bg_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 747/5654;
    background-position: top center;
    width: 100%;
    height: auto;
    margin-top: -12vw;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.copy__inner{
    width: calc(100% - 30px);
}
.copy__heading{
    margin-top: 120px;
}
.copy__list{
    list-style: none;
    padding:0;
    margin: 0 auto;
    width: 100%;
}
.copy__list--item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: relative;
    z-index: 2;
    flex-direction: column;
}
.copy__list--item>div{
    width: 100%;
    margin-bottom: 40px;
}
.copy__list--item>div>h3{
    font-size: 24px;
    line-height: 42px;
}
.copy__list--item>div>p{
    font-size: 12px;
    color:#333;
    line-height: 21px;
}
.copy__list--item:nth-child(4)>div>p{
    font-size: 18px;
    line-height: 26px;
}
.copy__list--item>img{
    position:relative;
    z-index: 1;
}
.copy__copy{
    width: 96%;
    margin-top:2em;
}
.copy__list--item:nth-child(2n){
    flex-direction: column;
}
.copy__list--item:nth-child(2)>img{
    margin-right: 0;
}
.copy__list--item:nth-child(3)>div{
    margin-right: 0;
}
.copy__list--item:nth-child(1)::after{
    content: none;
}
.copy__list--item:nth-child(1)>div{
    margin-left: 0px;
}
.copy__list--item:nth-child(2)>img{
    margin-left: 0px;
}
.copy__list--item:nth-child(2)::after{
    content: none;
}
.copy__list--item:nth-child(3)>div{
    margin-left: 0;
}
.copy__list--item:nth-child(3)::after{
    content: none;
}

.copy__bg1{
    opacity: 1;
    position: absolute;
    width: 240px;
    height: 240px;
    top: -60px;
    left: 50px;
}
.copy__bg2{
    opacity: 0.5;
    position: absolute;
    width: 386px;
    height: auto;
    top: 320px;
    left:-193px;
}
.copy__bg3{
    opacity: 0.5;
    position: absolute;
    width: 577px;
    height: auto;
    top: 0px;
    right:-222px;
}
.copy__bg4{
    opacity: 0.5;
    position: absolute;
    width: 214px;
    height: auto;
    bottom: 0px;
    right:-41.5px;
}
.copy__bg5{
    position: absolute;
    width: 400px;
    height: auto;
    top: 89px;
    left:-144px;
}
.copy__bg6{
    opacity: 0.5;
    position: absolute;
    width: 349.82px;
    height: auto;
    top: 485px;
    left:-175px;
}
.copy__bg7{
    position: absolute;
    width: 581px;
    height: auto;
    top: 354px;
    right:-127px;
}
.copy__bg8{
    opacity: 0.5;
    position: absolute;
    width: 232.9px;
    height: auto;
    top: 337px;
    right:-50px;
}
.copy__bg9{
    position: absolute;
    width: 499px;
    height: auto;
    top: 572px;
    right:-231px;
}
.btn__entry{
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 40px auto 100px;
    width: 90%;
}
.btn__entry img{
    transition: all 0.3s ease;
}
.btn__entry:hover img:nth-child(2){
    transform: translateX(6px) rotate(1deg);

}
/*info*/
.information{
    background-image: url(../img/info_section/info_bg.webp);
    background-repeat: no-repeat;
    background-size: auto 1840px;
    background-position: top center;
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
    overflow: hidden;
    aspect-ratio: unset;
    margin-top: -10vh;
}
@media screen and (min-width: 1920px) {
  .information {
    background-size: cover;
    aspect-ratio: 1920/1840;
  }
}
.information__heading{
    margin-top: 150px;
}
.information__detail--wrap{
    position:relative;
}
.information__detail{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 21px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: 0;
}
.information__detail>dt{
    width: 4em;
    margin-bottom:15px;
}
.information__detail>dd{
    width: calc(100% - 4em);
    margin: 0 0 15px 0;
}
.information__sponsor{
    display: block;
    width: fit-content;
    margin: 20px auto 0;
}
.information__sponsor>img{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.information__bg{
    mix-blend-mode: multiply;
    position: static;
    top: -60px;
    margin-left: 0px;
    width: 100%;
}
.information__mc--wrap{
    width: calc(100% + 30px);
    height: auto;
    margin: 0;
    background-image: url(../img/info_section/info_mc_bg.webp);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -15px;
    background-size: 410%;
    padding: 130px 0;
}
.information__mc-left{
    
}
.information__mc--left>p{
    line-height: 24px;
    font-size: 12px;
}
.information__mc--right>img{
    width: 276px;
    display: block;
    margin: 30px auto 0;
}
.information__mc-heading{
    font-size: 26px;
}
.information__mc-heading span{
    font-size: 14px;
    margin-right: 20px;
}
.information__mc--left {
    width: calc(100% - 30px);
    margin: 0 auto;
}

/* access */

.access{
    position:relative;
    z-index: 2;
    background-image: url(../img/copy_section/copy_bg.webp);
    margin-top: -13vh;
    padding-top: 13vh;
    background-position: top center;
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
    overflow: hidden;
    aspect-ratio: unset;
}
@media screen and (min-width: 1920px) {
  .access {
    background-size: cover;
  }
}

.access__heading{
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 50px;
}
.access__heading>span{
    font-size: 20px;
    margin-bottom: 10px;
}
.access__detail{
    display: flex;
    height: auto;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.access__detail>div{
    width: 100%;
}
.access__detail>div>p{
    font-size: 16px;
    line-height: 32px;
}
.access__detail>img{
    position: static;
    right: 0px;
}
.access__movie{
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    margin: 0 auto 200px;
    display: block;
}
.access__map{
    width: 100%;
    height: 500px;
    margin-bottom:300px;
}
/* about */
.about{
    background-image: url(../img/whats-fb_section/whats-fb_bg.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
    width: 100%;
    height: unset;
    z-index: 2;
    position: relative;
    overflow: hidden;
    aspect-ratio: unset;
    margin-top: -10vh;
    padding-top:10vh;

}
@media screen and (min-width: 1920px) {
  .about {
    background-size: cover;
    aspect-ratio: 1920/3324;
  }
}


.about__list{
    margin-top:60px;
padding: 0;
}
.about__list>li{
    display: flex;
    justify-content: ;
    flex-wrap: wrap;
    position:relative;
    height:auto;
    align-items: center;
    flex-direction: column;
}
.about__list>li:nth-child(2n){
    flex-direction: row-reverse;
}
.about__list>li>img{
    position:static;
    margin:60px 0;
}
.about__list>li>p{
    font-size: 12px;
    line-height: 24px;
}
.about__list>li:last-child>p{
    font-size: 18px;
    list-style: 36px;
}
.about__list>li:nth-child(1)>img{    left: 50%;margin-left: 0px;}
.about__list>li:nth-child(2)>img{    left: 50%;transform: translateX(0);}
.about__list>li:nth-child(3)>img{ left: 50%;margin-left: 0;}

.about__deco{position: static;}
.about__deco--1{
    opacity: 0.3!important;
    width: 300px;
    height: 300px;
    left:-30px;
    top: 200px;
}
.about__deco--2{
    width: 340px;
    height: 340px;
    right:-30px;
    top: 890px;
}
.about__deco--3{
    opacity: 0.3!important;
    width: 255.64px;
    height: 212.12px;
    left:30px;
    top: 1950px;
}
.rule__list{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    margin: 60px 0 60px;
    padding: 0;
    flex-direction: column;
}
.rule__list>li{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rule__list>li>div{
    width: calc(100% - 170px);
}
.rule__list>li>img{
    height:auto;
    width: 140px;
    display: block;
    margin: 0;
}
.rule__list>li>div>h3{
    text-align:left;
    font-size: 18px;
}
.rule__list>li>div>h3>span{
    font-size: 24px;
}
.rule__list>li>div>p{
    font-size: 12px;
    line-height: 21px;
}
.about__movie{
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    margin: 0 auto 100px;
    display: block;
}

/*sponsor__list*/
.sponsor__list{
    display: flex;
    justify-content: center;
    gap:20px ;
    list-style: none;
    margin: 60px auto 60px;
    padding: 0;
    align-items: center;
    flex-direction: column;
}
.sponsor__list li:nth-child(1)>a>img{width: 240px;height: auto;}
.sponsor__list li:nth-child(2)>a>img{width: 280px;height: auto;}
.sponsor__list li:nth-child(3)>a>img{width: 96px; height: auto;}
.sponsor__list li:nth-child(4)>a>img{width: 96px; height: auto;}
.sponsor__list li:nth-child(5)>a>img{width: 272px; height: auto;}

/*footer*/

footer{background-color: #A67C52;padding:40px 0;}
footer>p{font-size: 12px; color: #fff;text-align: center;margin: 0;font-family: sans-serif;}

}
