main {
  overflow: hidden;
}

#fvContainer {
  position: relative;
}

.fvBack {
  width: 100%;
  min-width: 3840px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.fvTitle {
  width: 733.194px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
}

.fvText {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: calc(50% + 320px);
  z-index: 1;
}

.fvText span {
  padding: 12px 6px 0 6px;
  font-size: 29.4px;
  color: var(--primaryColor);
  position: relative;
}
.fvText span::before {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.fvText span::after {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  background: var(--secondaryColor);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -2;
}






#about1Container {
  padding-top: 110px;
  position: relative;
  z-index: 1;
}

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

.cloudDeco {
  width: 575px;
  position: absolute;
}

.cloudDeco1 {
  top: 140px;
  left: calc(50% + 380px);
}

.cloudDeco2 {
  width: 575px;
  position: absolute;
  bottom: -130px;
  left: calc(50% - 950px);
}

.about1Title {
  font-family: m-plus-rounded-1c, sans-serif;
  font-weight: heavy;
  position: relative;
}

.about1Title h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.about1Title h2 span {
  font-size: 60px;
  color: #ffb529;
}

.about1TitleDeco {
  width: 178px;
  position: absolute;
  top: -50px;
  left: calc(50% - 210px);
}

.about1Text {
  width: 933px;
  margin-top: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.about1Text p {
  white-space: nowrap;
  font-size: 33px;
  letter-spacing: -2.5px;
  color: var(--primaryColor);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}







#about2Container {
  position: relative;
  padding: 200px 0 500px;
  margin-top: -150px;
  background: var(--secondaryColor);
}

.about2Deco1 {
  width: 1634px;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
}

.about2Contents {
  width: 90%;
  max-width: 840px;
  margin: 10px auto 0;
  position: relative;
  left: 13px;
  z-index: 1;
}







#movieContainer {
  margin-top: -420px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}

.movieBack {
  width: 3840px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.prMovie {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}

.prMovieTitle {
  width: 848px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.prMovie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 85px;
  border-radius: 10px;
}

.prMovieImg {
  width: 100%;
  max-width: 785.8px;
  margin: 0 auto;
  display: block;
}

.movieListContainer {
  margin-top: 60px;
}

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

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

.movieInfo {
  padding: 30px 20px 25px;
  box-sizing: border-box;
  background: #fff;
}

.movieCategory {
  width: 135px;
  height: 30px;
  border-radius: 15px;
  background: var(--primaryColor);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.movieInfo h4 {
  margin-top: 6px;
  font-size: 20px;
  font-weight: bold;
  color: var(--primaryColor);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ayumi .movieCategory {
  background: var(--fourthColor);
}
.ayumi.movieInfo h4 {
  color: var(--fourthColor);
}
.arigatou .movieCategory {
  background: var(--secondaryColor);
}
.arigatou.movieInfo h4 {
  color: var(--secondaryColor);
}
.tadaima .movieCategory {
  background: var(--primaryColor);
}
.tadaima.movieInfo h4 {
  color: var(--primaryColor);
}







.shapeContainer {
  width: 90%;
  max-width: 900px;
  margin: 120px auto 0;
}

.shapeTitle {
  width: 669px;
  margin: 0 auto;
}

.shapeContents {
  margin-top: 30px;
  display: flex;
  gap: 0 42.6px;
}

.linkContainer {
  margin: 50px auto 0;
  text-align: center;
}

.linkContainer h3 {
  font-size: 30px;
  color: #fff;
}

.btn {
  width: 380px;
  height: 75px;
  margin: 30px auto 0;
  border: 2px solid #fff;
  box-sizing: border-box;
  background: var(--fourthColor);
  border-radius: 38px;
  /* overflow: hidden; */
  position: relative;
}

.btn a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #fff;
}

.btn::before {
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 38px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--primaryColor);
  z-index: -1;
}

.linkContainer p {
  margin-top: 30px;
}

.linkContainer p a {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}






#planContainer {
  margin-top: -100px;
  padding-bottom: 500px;
  position: relative;
  z-index: 1;
}

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

.cloudDeco3 {
  top: -200px;
  left: calc(50% + 350px);
}

.cloudDeco4 {
  top: 460px;
  left: calc(50% - 930px);
}

.cloudDeco5 {
  top: 48.5%;
  left: calc(50% + 390px);
  transform: rotate(180deg);
}

.planTitle {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px;
}

.planContents {
  width: 90%;
  max-width: 740px;
  margin: 60px auto 0;
}







#priceContainer {
  margin-top: -400px;
  padding-bottom: 300px;
  position: relative;
  z-index: 1;
}

.priceBack {
  width: 3840px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#priceContainer h2 {
  font-size: 53px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.priceContents {
  width: 90%;
  max-width: 900px;
  margin: 20px auto 0;
}

#priceContainer .btn {
  background: var(--thirdColor);
}







#flowContainer {
  margin-top: -150px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}

.flowBack {
  width: 3840px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.cloudDeco6 {
  top: -150px;
  left: calc(50% + 350px);
}

.flowTitle {
  width: 890px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  /* transform: translateX(10px); */
}

.flowContents {
  width: 90%;
  max-width: 587px;
  margin: -120px auto 0;
  position: relative;
  z-index: 1;
}







#voiceContainer {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

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

.cloudDeco3 {
  width: 591px;
  position: absolute;
  top: -260px;
  left: calc(50% - 950px);
}

.cloudDeco4 {
  width: 585px;
  position: absolute;
  top: 100px;
  left: calc(50% + 330px);
}

.voiceDeco {
  width: 743px;
  position: absolute;
  bottom: -160px;
  left: calc(50% - 1130px);
}

.voiceTitle {
  width: 433px;
  margin: 0 auto;
  padding-top: 110px;
}

.voiceContents {
  width: 90%;
  max-width: 712.8319px;
  margin: 40px auto 0;
  position: relative;
  bottom: -25px;
  z-index: 30;
}







#faqContainer {
  padding: 150px 0 100px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.faqBack {
  width: 1512px;
  position: absolute;
  top: 300px;
  z-index: -1;
}

.faqContentsContainer {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 0 75px;
}

.faqTitle {
  flex: 0 0 160px;
}

.faqTitle h2 {
  font-size: 58.3px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--primaryColor);
}

.faqTitle p {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.4;
}

.faqDeco1 {
  width: 120px;
  transform: translate(-25px, 20px);
}

.faqContents {
  flex: 0 1 665px;
}

#faqContainer .linkContainer {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 20px;
}

#faqContainer .linkContainer h3 {
  color: #000;
}

#faqContainer .btn {
  background: var(--secondaryColor);
}
#faqContainer .btn::before {
  background: var(--fourthColor);
}

.faqDeco2 {
  width: 130px;
  margin-top: -10px;
}