main {
  /* width: 100%; */
  overflow: hidden;
  /* position: relative; */
}

#fvContainer {
  height: 782px;
  /* padding-bottom: 100px;
  box-sizing: content-box; */
  position: relative;
}

.fvBack1 {
  width: 3840px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.fvContents {
  height: 100%;
  position: relative;
}

.fvBack2-1 {
  width: 205px;
  position: absolute;
  top: -60px;
  left: calc(50% - 450px);
}

.fvBack2-2 {
  width: 134px;
  position: absolute;
  top: 230px;
  left: calc(50% - 630px);
}

.fvBack2-3 {
  width: 308px;
  position: absolute;
  bottom: -180px;
  left: calc(50% + 530px);
  z-index: 2;
}


.fvFootprints1 {
  width: 695px;
  position: absolute;
  top: -172px;
  left: calc(50% - 747px);
}

.fvFootprints2 {
  width: 673px;
  position: absolute;
  bottom: -70px;
  left: calc(50% + 230px);
  z-index: 1;
}

.fvMain1Container {
  width: 860px;
  height: 714px;
  position: absolute;
  top: -50px;
  left: calc(50% - 200px);
  padding: 0px 26px;
  box-sizing: border-box;
}

.fvMain1Container > img, .fvMain2Container > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fvMain1 {
  margin-top: 20px;
}

.fvMain2Container {
  width: 620px;
  height: 474px;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 850px);
  z-index: 2;
  padding: 0 23px;
  box-sizing: border-box;
}

.fvMain2 {
  margin-top: 20px;
}

.fvText {
  position: absolute;
  top: 460px;
  left: calc(50% - 555px);
  z-index: 3;
}

.fvText1 {
  font-size: 64.8px;
  letter-spacing: 3px;
  line-height: 1.4;
}

.fvText2 {
  font-size: 22.9px;
  margin-left: 20px;
}






/* about */
#aboutContainer {
  width: 90%;
  max-width: 1123px;
  margin: 0px auto 0;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

#aboutContainer > img {
  width: 3840px;
  position: absolute;
  bottom: calc(100% - 600px);
  left: 50%;
  transform: translateX(-50%);
}

.title {
  text-align: center;
  font-family: "ads-mambo", sans-serif;
  position: relative;
  z-index: 11;
}

.title img {
  width: 57.8px;
}

.title h2 {
  font-size: 60px;
  letter-spacing: -3px;
  line-height: 1.5;
  font-weight: normal;
  text-transform:capitalize;
}

.title p {
  font-size: 22px;
  line-height: 1.2;
}

#aboutContainer h2 {
  color: var(--primaryColor);
}

.aboutContents {
  margin: 80px auto 0;
  display: flex;
  gap: 0 40px;
}

.aboutImg {
  flex: 0 1 583px;
  transform: translateX(-25px);
}

.aboutText {
  flex: 0 1 469px;
  line-height: 2.2;
}

.aboutText p {
  font-size: 18px;
}

.moreBtn {
  width: 250px;
  height: 60px;
  margin-top: 30px;
  background: var(--primaryColor);
  border-radius: 30px;
  overflow: hidden;
}

.moreBtn a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}







/* movie */
#movieContainer {
  width: 90%;
  max-width: 900px;
  margin: 300px auto 0;
  position: relative;
  z-index: 1;
}

.movieBack {
  width: 1972px;
  position: absolute;
  top: -330px;
  right: calc(50% - 330px);
  z-index: -1;
}

.movieDeco1 {
  width: 197px;
  position: absolute;
  top: -150px;
  left: calc(50% + 240px);
  z-index: 1;
}

.movieDeco2 {
  width: 673px;
  position: absolute;
  top: -720px;
  left: calc(50% + 215px);
}

#movieContainer .title {
  text-align: left;
  color: #fff;
}

#movieContainer > h3 {
  margin-top: 20px;
  font-size: 36px;
  color: #fff;
}

.movieContents {
  margin-top: 40px;
  display: flex;
  gap: 0 30px;
}

.movie {
  flex: 0 1 280px;
  display: flex;
  flex-direction: column;
}

.movieText {
  flex: 1 1 auto;
  margin-top: 20px;
  padding: 40px 25px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.movieTitle {
  width: 230px;
  height: 60px;
  margin-top: -83px;
  background: url(../img/movieTitle1.png) center center / contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie:nth-of-type(2) .movieTitle {
  background: url(../img/movieTitle2.png) center center / contain no-repeat;
}
.movie:nth-of-type(3) .movieTitle {
  background: url(../img/movieTitle3.png) center center / contain no-repeat;
}

.movieTitle h3 {
  font-size: 35px;
  line-height: 1;
  letter-spacing: -2px;
  font-family: "ads-mambo", sans-serif;
  color: #fff;
}

.movieText dl {
  flex: 1 1 auto;
}

.movieText dt {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--primaryColor);
  text-align: center;
}

.movieText dd {
  margin-top: 15px;
}







#priceContainer {
  width: 90%;
  max-width: 900px;
  margin: 100px auto 0;
  position: relative;
}

.priceBack {
  width: 1972px;
  position: absolute;
  top: -559px;
  left: calc(50% - 340px);
  z-index: -1;
}

#priceContainer .title {
  color: #fff;
}

.priceContentsContainer {
  margin-top: 30px;
  padding: 35px 35px;
  box-sizing: border-box;
  background: #fff;
  border: 5px solid var(--primaryColor);
  border-radius: 20px;
}

.price1Title {
  padding-bottom: 10px;
  font-size: 18px;
  color: #bababa;
  display: flex;
}

.price1Title li {
  flex: 0 1 205px;
  text-align: center;
}

.price1 {
  height: 85px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}

.price1 > dt {
  font-size: 35px;
}
.price1:first-of-type > dt {
  color: var(--secondaryColor);
}
.price1:nth-of-type(2) > dt {
  color: var(--thirdColor);
}
.price1:nth-of-type(3) > dt {
  color: var(--fourthColor);
}

.price1 > dt, .price1 > dd {
  flex: 0 1 205px;
  text-align: center;
}

.price1 > dd {
  font-size: 18px;
}

.price1:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

.price2Contents {
  margin-top: 50px;
}

.price2Title {
  padding-bottom: 10px;
  font-size: 18px;
  color: #bababa;
  text-align: center;
}

.price2 {
  height: 85px;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 120px;
}

.price2 dt {
  font-size: 35px;
  color: var(--primaryColor);
}


.price2 dd {
  font-size: 18px;
}

.pricecCaution {
  margin-top: 25px;
  text-align: center;
}

.donation {
  width: 100%;
  max-width: 540px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 0 22px;
}

.donation h3 {
  flex: 0 1 390px;
  font-size: 24px;
}

.donation h3 span {
  position: relative;
  z-index: 1;
}

.donation h3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: var(--primaryColor);
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
}

.donation > div {
  flex: 0 1 128px;
}







#galleryContainer {
  margin: 200px auto 0;
}

#galleryContainer .title h2 {
  color: var(--primaryColor);
}

#galleryContainer > p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
}

.galleryContentsContainer {
  margin-top: 50px;
  position: relative;
}

.galleryDeco1 {
  width: 271px;
  position: absolute;
  top: -160px;
  left: calc(50% - 480px);
}
.galleryDeco1 > img:last-of-type {
  width: 157px;
  position: absolute;
  top: -78px;
  left: calc(50% - 80px);
}

.galleryDeco2 {
  width: 112px;
  position: absolute;
  bottom: -50px;
  left: calc(50% + 250px);
}

.galleryDeco3 {
  width: 172px;
  position: absolute;
  bottom: -240px;
  left: calc(50% + 430px);
}


.gallery {
  width: 360px;
  margin: 0 25px;
  border-radius: 30px;
  overflow: hidden;
}

.galleryMovie {
  position: relative;
  display: flex;
  flex-direction: column;
}

.movieThumb {
  width: 100%!important;
  height: auto!important;
  aspect-ratio: 16 / 9!important;
  object-fit: cover;
}

.galleryInfo {
  padding: 35px 20px 25px;
  box-sizing: border-box;
  background: var(--primaryColor);
  color: #fff;
}

.galleryCategory li {
  width: 135px;
  height: 29px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size:  14px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.galleryInfo h4 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}








#flowContainer {
  margin: 280px auto 0;
  position: relative;
}

.flowBack1 {
  width: 3840px;
}
.flowBack2 {
  width: 3840px;
  margin-top: -1px;
}

.flowFootprints1 {
  width: 696px;
  position: absolute;
  top: -105px;
  right: calc(50% + 230px);
}

.flowContentsContainer {
  margin-top: -20px;
  background: var(--fourthColor);
}

.flowTitleContainer {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 0 49px;
}

.flowTitleContainer img {
  width: 458px;
  margin-top: -160px;
}

#flowContainer .flowTitle {
  flex: 0 1 393px;
  color: #fff;
}

.flowContentsContainer .title {
  text-align: left;
}

.flowTitle > p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2.2;
}

.flowContents {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 0;
  display: flex;
  gap: 50px 39px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.flow {
  flex: 0 1 274px;
}

.flowText {
  color: #fff;
}

.flowText dt {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: underline;
}

.flowText dd {
  margin-top: 15px;
}

.flowMovieContainer {
  margin-top: -1px;
  padding-top: 100px;
  background: var(--fourthColor);
  position: relative;
  z-index: 1;
}

.flowMovieContainer .title {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.flowMovie {
  width: 90%;
  max-width: 900px;
  margin: 40px auto 0;
}

.flowMovie video {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  z-index: 1;
}

.flowFootprints2 {
  width: 673px;
  position: absolute;
  bottom: -80px;
  left: calc(50% + 200px);
}







#partnerContainer {
  margin-top: -200px;
  padding: 300px 0 300px;
  background: url(../img/partnerBack.jpg) center center / cover no-repeat;
  text-align: center;
  color: #fff;
}

#partnerContainer .title h2 img {
  width: 405.2581px;
}

#partnerContainer .title p {
  margin-top: 10px;
}

#partnerContainer > p {
  margin-top: 40px;
}

#partnerContainer .moreBtn {
  margin: 50px auto 0;
}






#companyContainer {
  margin-top: -200px;
  padding-bottom: 200px;
  position: relative;
}

.companyBack {
  width: 3840px;
}

.companyContentsContainer {
  margin-top: -1px;
  background: var(--backColor);
}

#companyContainer h2 img {
  width: 292.9px;
}

#companyContainer .title p {
  margin-top: 10px;
}

.companyContents {
  width: 90%;
  max-width: 900px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}

.companyContents img {
  flex: 0 1 280px;
  width: 280px;
}






#contactContainer {
  margin-top: -100px;
  padding-top: 120px;
  background: url(../img/contactBack.png) top center / 3840px no-repeat;
}

.contactContents {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 110px;
  display: flex;
  gap: 0 100px;
  color: #fff;
}

#contactContainer .title {
  margin-top: -15px;
  text-align: left;
}

#contactContainer .moreBtn {
  background: #fff;
}

#contactContainer .moreBtn a {
  color: var(--primaryColor);
}