@charset "UTF-8";

:root {
  --mv-color-green: #18A952;
  --mv-color-light-green: #E4F5EB;
  --mv-color-dark-green: #127C3C;
  --mv-color-blue: #168ED4;
  --mv-color-light-blue: #7BC0EC;
  --mv--color-yellow: #FEE603;
  --mv-color-text: #313131;
  --mv-color-light-green: #E4F5EB;
  --mv-color-blue-btn: #164CB2;
  --mv-cplor-dark-blue-btn: #173876;
  --mv-color-red-btn: #F51616;
  --mv-color-dark-red-btn: #C32323;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 100px;
}

body {
  /* font-feature-settings: "palt"; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.sp {
  display: none;
}

.res-1040 {
  display: block;
}

.block-top-video {
  height: 0 !important;
}

.block-top-video video {
  height: 0 !important;
}

.block-top-video::after {
  height: 0 !important;
}

/* Contact common - Start */
.block-contact .block-contact-cnt {
  max-width: 100%;
  box-sizing: border-box;
}
/* Contact common - End */

.mainvisual {
  margin-top: 48px;
}

.collection-mv {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--mv-color-text);
}

/* Text header - Start */
.collection-mv .sub-title01 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.collection-mv .text-green {
  color: var(--mv-color-green);
}

/* Text header - End */

/* Block Anchor Link - Start */
.collection-mv .block-anchor-link {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}

.collection-mv .block-anchor-link .anchor-link-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border: 3px solid var(--mv-color-green);
  border-radius: 8px;
  text-align: left;
  box-sizing: border-box;
}

.collection-mv .block-anchor-link .anchor-link-item:hover {
  text-decoration: none;
  background: var(--mv-color-green);
}

.collection-mv .block-anchor-link .anchor-link-item:hover .anchor-link-item-left p {
  color: #FFFFFF;
}

.collection-mv .block-anchor-link .anchor-link-item:hover .anchor-link-item-right img {
  filter: brightness(0) invert(1);
}

.collection-mv .block-anchor-link .anchor-link-item .anchor-link-item-left {
  display: flex;
  flex-direction: column;
  width: calc(100% - 56px);
  height: 100%;
}

.collection-mv .block-anchor-link .anchor-link-item .anchor-link-item-left .anchor-link-item-tag {
  display: flex;
  flex-direction: row;
  width: 120px;
  padding: 10px 16px;
  background: var(--mv-color-light-green);
  border-radius: 4px 0 8px 0;
}

.collection-mv .block-anchor-link .anchor-link-item .anchor-link-item-left .anchor-link-item-tag img {
  width: 16px;
  padding-right: 6px;
}

.collection-mv .block-anchor-link .anchor-link-item .anchor-link-item-left .anchor-link-item-tag span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 100%;
  color: var(--mv-color-green);
}

.collection-mv .block-anchor-link .anchor-link-item .anchor-link-item-left p {
  width: calc(100% - 36px);
  padding: 16px 0 24px 30px;
  font-size: 1.25rem;
  line-height: 160%;
  color: var(--mv-color-text);
  font-weight: 700;
}

.collection-mv .block-anchor-link .anchor-link-item .anchor-link-item-right img {
  width: 36px;
  height: 36px;
}

/* Block Anchor Link - End */

/* Section Movie Section 01 - Start */
.collection-mv .block-movie-body {
  background: var(--mv-color-green);
  padding: 60px 100px 80px;
}

.collection-mv .block-movie-body .box-movie-header {
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto 60px;
}

.collection-mv .block-movie-body .box-movie .box-movie-title {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  margin-bottom: 40px;
}

.collection-mv .block-movie-body .box-movie .box-movie-title .box-movie-color {
  display: flex;
  flex-direction: column;
  width: 5px;
  min-width: 5px;
  height: auto;
}

.collection-mv .block-movie-body .box-movie .box-movie-title .box-movie-color .box-movie-green {
  height: 50%;
  background: var(--mv-color-green);
}

.collection-mv .block-movie-body .box-movie .box-movie-title .box-movie-color .box-movie-blue {
  height: 50%;
  background: var(--mv-color-blue);
}

.collection-mv .block-movie-body .box-movie .box-movie-title .box-movie-text {
  font-size: 1.625rem;
  line-height: 180%;
  font-weight: 700;
  color: var(--mv-color-text);
}

.collection-mv .block-movie-body .box-movie .box-movie-store {
  margin: 24px 0;
  font-size: 1rem;
  line-height: 160%;
  color: var(--mv-color-text);
}

.collection-mv .block-movie-body .box-movie .box-movie-store .box-movie-store-name {
  padding-bottom: 4px;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 500;
}

.collection-mv .block-movie-body .box-movie .box-movie-store .box-movie-store-owner {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}

.collection-mv .block-movie-body .box-movie .box-movie-store .box-movie-store-owner-name {
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: 700;
}

.collection-mv .block-movie-body .box-movie .box-movie-store .box-movie-store-owner-name span {
  font-size: 0.875rem;
}

.collection-mv .block-movie-body .box-movie .box-movie-store .box-movie-store-owner-date {
  font-size: 0.875rem;
  padding-top: 4px;
  font-weight: 400;
}

.collection-mv .block-movie-body .box-movie .box-movie-desc {
  display: block;
  padding: 24px 32px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 160%;
  color: var(--mv-color-text);
  background-color: var(--mv-color-light-green);
}

.collection-mv .block-movie-body .box-movie .box-movie-desc li {
  list-style: inside;
  color: var(--mv-color-text);
  padding-top: 4px;
}

.collection-mv .block-movie-body .box-movie .box-movie-desc li:first-child {
  padding-top: 0;
}

.collection-mv .block-movie-body .box-movie .box-movie-desc li::marker {
  margin-right: 10px;
  color: var(--mv-color-green);
}

.collection-mv .block-movie-body.block-movie-01 {
  border-radius: 16px;
}

.collection-mv .block-movie-body {
  position: relative;
}

.collection-mv .block-movie-body .movie-decor {
  position: absolute;
  display: block;
  width: 188px;
  height: 188px;
  top: 304px;
  right: -48px;
}

.collection-mv .block-movie-body .box-movie-header .img-movie-title {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
}

.collection-mv .block-movie-body .box-movie-header .img-movie-title img {
  padding-bottom: 5px;
}

.collection-mv .block-movie-body .box-movie-header .img-movie-title p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  line-height: 160%;
  font-weight: 700;
  color: var(--mv--color-yellow);
}

.collection-mv .block-movie-01 .box-movie-header h1 {
  padding: 16px 0 24px;
  font-size: 2.75rem;
  line-height: 160%;
  font-weight: 900;
}

.collection-mv .block-movie-01 .box-movie-header p {
  font-size: 1.125rem;
  line-height: 200%;
  font-weight: 500;
}

.collection-mv .block-movie-body::before,
.collection-mv .block-movie-body::after {
  background: unset;
}

.collection-mv .block-movie-body.block-movie-02 {
  border-radius: 0 0 16px 16px;
}

.collection-mv .block-movie-body.block-movie-02 .movie-decor {
  position: absolute;
  display: block;
  width: 188px;
  height: 188px;
  top: 21px;
  left: -48px;
}

.collection-mv .block-movie {
  padding-top: 70px;
}

.collection-mv .block-movie-body .box-movie {
  position: relative;
  padding: 48px 100px;
  max-width: 1000px;
  border-radius: 16px;
}

/* Section Movie Section 02 - End */

/* Block Franchise - Start */
.collection-mv .block-franchise {
  max-width: 1000px;
  margin: 80px auto 100px;
}

.collection-mv .block-franchise h1,
.collection-mv .block-franchise .short-desc {
  text-align: center;
}

.collection-mv .block-franchise .short-desc {
  margin: 36px auto 60px;
  font-size: 1.125rem;
  line-height: 200%;
}

.collection-mv .block-franchise .box-franchise-desc .mv-accordion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 21px 32px 21px 40px;
  width: 100%;
  color: var(--mv-color-green);
  border: 3px solid var(--mv-color-green);
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 36px;
  background: #fff;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
}

.collection-mv .block-franchise .box-franchise-desc .mv-accordion.active {
  border-bottom: none;
}

.collection-mv .mv-accordion .img-accodion-plus {
  display: block;
  width: 36px;
  height: 36px;
}

.collection-mv .mv-accordion .img-accodion-minus {
  display: none;
  width: 36px;
  height: 36px;
}

.mv-accordion.active .img-accodion-minus {
  display: block;
}

.mv-accordion.active .img-accodion-plus {
  display: none;
}

.box-franchise-desc .panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 3px solid var(--mv-color-green);
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header:nth-child(2) {
  margin-bottom: 16px;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header .panel-box-header-title {
  position: absolute;
  left: calc(50% - 110px);
  top: -22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 2px;
  z-index: 2;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header .panel-box-header-title .panel-box-h-title-blue {
  background-color: var(--mv-color-blue);
  width: 5px;
  height: 44px;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header .panel-box-header-title span {
  padding: 6px 0;
  width: 206px;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 700;
  color: #fff;
  background-color: var(--mv-color-green);
  text-align: center;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header .panel-box-header-text {
  padding-top: 50px;
  padding-bottom: 40px;
  margin-top: 29px;
  font-size: 1.75rem;
  line-height: 160%;
  font-weight: 700;
  text-align: center;
  color: var(--mv-color-text);
  background-color: var(--mv-color-light-green);
  border-radius: 8px;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header-note-container {
  display: block;
  width: 100%;
  margin-bottom: 60px;
  height: 38px;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header-note {
  display: flex;
  flex-direction: column;
  width: max-content;
  float: right;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 160%;
  color: var(--mv-color-text);
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header-note span {
  padding-right: 2px;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-middle-container {
  display: block;
  max-width: 1000px;
  padding: 32px 40px;
  background-color: var(--mv-color-light-green);
  border-radius: 8px;
  margin-bottom: 60px;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-middle-container.md-container-2 {
  padding-bottom: 32px;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-middle-container.md-container-2 .panel-box-middle-title {
  margin-bottom: 24px;
}

.collection-mv .block-franchise .box-franchise-desc .panel .panel-box-middle-container.md-container-2 .panel-box-header-note-container {
  height: 19px;
  margin-bottom: 0;
}

.collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-title {
  font-size: 1.75rem;
  line-height: 160%;
  font-weight: 700;
  color: var(--mv-color-text);
  margin-bottom: 40px;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 16px;
  text-decoration-color: var(--mv--color-yellow);
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  text-shadow: none !important;
}

.collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-title .text-bold {
  font-size: 3rem;
}

.collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-content-lst {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 16px;
}

.collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-content-lst .panel-box-middle-content-item {
  padding: 28px 40px 32px;
  max-width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
}

.collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-content-lst .panel-box-middle-content-item h3 {
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 700;
  color: var(--mv-color-text);
  margin-bottom: 20px;
  text-align: center;
}

.collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-content-lst .panel-box-middle-content-item p {
  font-size: 1rem;
  line-height: 160%;
  color: var(--mv-color-text);
  text-align: left;
}

/* Block Franchise - End */

/* Block CTA - Start */
.collection-mv.block-cta {
  background: var(--mv-color-light-blue);
  max-width: 100%;
  padding: 60px 120px;
  overflow-x: hidden;
}

.collection-mv.block-cta .block-cta-container .block-cta-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 1200px;
  min-height: 350px;
  padding-right: 48px;
  padding-top: 30px;
  padding-bottom: 0;
  margin: auto;
  background-color: #fff;
  background-image: url(/content/dam/family/company/fc1/img/fc/bg-cta-lp-movie.png);
  border-radius: 16px;
  box-sizing: border-box;
}

.collection-mv.block-cta .block-cta-container .block-cta-content .cta-title-center {
  display: none;
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.collection-mv.block-cta .block-cta-container .block-cta-content .cta-decor-left {
  position: absolute;
  width: 88px;
  height: 88px;
  bottom: 30px;
  left: -40px;
}

.collection-mv.block-cta .block-cta-container .block-cta-content .cta-decor-right {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 30px;
  right: -40px;
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: calc(100% - 520px);
  min-width: 55%;
  align-items: center;
  padding-bottom: 40px;
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .cta-title {
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: 700;
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .block-cta-button-grp {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  align-items: center;
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .block-cta-button-grp .lp-cta-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 65%;
  max-width: 388px;
  min-width: 340px;
  height: 72px;
  padding: 18px 18px 18px 48px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 160%;
  align-items: center;
  border-radius: 99px;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .block-cta-button-grp .lp-cta-button:hover {
  text-decoration: none;
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .block-cta-button-grp .cta-btn-blue {
  background-color: var(--mv-color-blue-btn);
  outline: 2px solid var(--mv-color-blue-btn);
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .block-cta-button-grp .cta-btn-blue:hover {
  background-color: var(--mv-cplor-dark-blue-btn);
  outline: 2px solid var(--mv-cplor-dark-blue-btn);
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .block-cta-button-grp .cta-btn-red {
  background-color: var(--mv-color-red-btn);
  outline: 2px solid var(--mv-color-red-btn);
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .block-cta-button-grp .cta-btn-red:hover {
  background-color: var(--mv-color-dark-red-btn);
  outline: 2px solid var(--mv-color-dark-red-btn);
}

.collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-right img {
  width: 100%;
  max-width: 520px;
}

/* Block CTA - End */

/* Section Movie 02 - Start */
.collection-mv .mv-section-02 .block-movie-body.block-movie-01 {
  border-radius: 16px 16px 0 0;
  padding-bottom: 0;
}


.collection-mv .mv-section-02 .block-movie-body .box-movie .block-franchise .box-franchise-desc .mv-accordion {
  padding-left: 32px;
}

.collection-mv .panel .panel-support-system {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.collection-mv .panel .panel-support-system p {
  padding: 0 32px;
}

.collection-mv .more-btn-green {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  height: 64px;
  padding: 16px 18px 16px 50px;
  margin: 0 auto 40px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
  align-items: center;
  border-radius: 99px;
  background-color: var(--mv-color-green);
  box-sizing: border-box;
}

.collection-mv .more-btn-green:hover {
  text-decoration: none;
  background: var(--mv-color-dark-green);
}

.collection-mv .mv-section-02 .block-movie-02 .box-movie {
  padding-bottom: 60px;
}

.collection-mv .mv-section-02 .block-movie-02 .box-movie .block-franchise {
  margin: 40px auto 0;
}

/* Section Movie 02 - End */

/* Block CTA 02 - Start */
.collection-mv.block-cta-02 {
  margin: 100px auto;
}

/* Block CTA 02 - End */

/* Block MV Contact - Start */
.collection-mv .block-mv-contact {
  margin: 80px auto;
  text-align: center;
}

.collection-mv .block-mv-contact .block-mv-contact-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.collection-mv .block-mv-contact .block-mv-contact-title h2 {
  font-size: 1.5rem;
  line-height: 200%;
}

.collection-mv .block-mv-contact .block-mv-contact-title .icon-decor-contact-left {
  margin-right: 10px;
}

.collection-mv .block-mv-contact .block-mv-contact-title .icon-decor-contact-right {
  margin-left: 5px;
  transform: scaleX(-1);
}

.collection-mv .block-mv-contact .block-mv-contact-text {
  margin-top: 4px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 200%;
  text-decoration: underline;
  text-decoration-thickness: 16px;
  text-decoration-color: var(--mv--color-yellow);
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  text-shadow: none !important;
}

/* Block MV Contact - End */

/* Responsive - Start */

@media only screen and (max-width: 1200px) {
  .collection-mv .ly-wrp-cts {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1150px) {
  .collection-mv.block-cta .block-cta-container .block-cta-content {
    padding-top: 48px;
    padding-right: 40px;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .cta-title-center {
    display: block;
    padding-bottom: 24px;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left {
    min-width: 50%;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .cta-title {
    display: none;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .block-cta-button-grp .cta-btn-red {
    position: relative;
  }

  .collection-mv .block-movie-body .movie-decor {
    right: -118px;
  }

  .collection-mv .block-movie-body.block-movie-02 .movie-decor {
    left: -118px;
  }
}

@media only screen and (max-width: 1080px) {

  /* Section Movie Section 01 responsive 1080px - Start */
  .collection-mv .block-movie-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-mv .block-movie-body .box-movie {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    max-width: 900px;
  }

  /* Section Movie Section 01 responsive 1080px - End */
}

@media only screen and (min-width: 738px) and (max-width: 1040px) {
  .res-1040 {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {

  /* Block CTA responsive 1000px - Start */
  .collection-mv.block-cta {
    padding: 60px 20px;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content {
    padding-right: 20px;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .cta-title-center {
    padding-bottom: 40px;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left {
    width: 100%;
  }

  /* Block CTA responsive 1000px - End */
}

@media only screen and (min-width: 738px) and (max-width: 800px) {
  .collection-mv .block-anchor-link .anchor-link-item .anchor-link-item-left p {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 738px) and (max-width: 1200px) {
  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .cta-title {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 737px) {
  .block-top-video {
    height: 0 !important;
  }

  .block-top-video video {
    height: 0 !important;
  }

  .block-top-video::after {
    height: 0 !important;
  }

  html,
  body {
    scroll-padding-top: 100px;
  }

  /* Text header responsive - Start */
  .collection-mv .sub-title01 {
    font-size: 1.125rem;
    margin: 32px auto 40px;
  }

  /* Text header responsive - End */

  /* Block Anchor Link responsive - Start */
  .collection-mv .block-anchor-link {
    flex-direction: column;
    row-gap: 16px;
    padding: 0 20px 0 20px;
  }

  .collection-mv .block-anchor-link .anchor-link-item .anchor-link-item-left p {
    padding: 10px 0 16px 24px;
    font-size: 1rem;
  }

  /* Block Anchor Link responsive - End */

  /* Section Movie Section 01 responsive - Start */
  .collection-mv .block-movie-body {
    padding: 32px 10px 40px;
    max-width: 100%;
  }

  .collection-mv .block-movie {
    padding-top: 48px;
  }

  .collection-mv #movie--01,
  .collection-mv #movie--02,
  .collection-mv #movie--03 {
    padding-top: 100px;
    margin-top: -100px;
  }

  .collection-mv .block-movie-body .movie-decor {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 341px;
    right: 3px;
  }

  .collection-mv .block-movie-body .box-movie-header .img-movie-title {
    column-gap: 6px;
  }

  .collection-mv .block-movie-body .box-movie-header .img-movie-title img {
    width: 16px;
  }

  .collection-mv .block-movie-body .box-movie-header .img-movie-title p {
    font-size: 0.9375rem;
  }

  .collection-mv .block-movie-body .box-movie-header {
    margin-top: 0;
    margin-bottom: 28px;
  }

  .collection-mv .block-movie-01 .box-movie-header h1 {
    font-size: 1.625rem;
    padding: 16px 0 20px;
  }

  .collection-mv .block-movie-01 .box-movie-header p {
    font-size: 1rem;
  }

  .collection-mv .block-movie-body .box-movie {
    position: relative;
    padding: 24px 20px;
    overflow: visible;
  }

  .collection-mv .block-movie-body .box-movie .box-movie-title {
    column-gap: 16px;
  }

  .collection-mv .block-movie-body .box-movie .box-movie-title .box-movie-text {
    font-size: 1.125rem;
    text-align: left;
  }

  .collection-mv .block-movie-body .box-movie .box-movie-store {
    margin: 16px 0;
  }

  .collection-mv .block-movie-body .box-movie .box-movie-store .box-movie-store-name {
    padding-bottom: 2px;
    font-size: 0.875rem;
  }

  .collection-mv .block-movie-body .box-movie .box-movie-store .box-movie-store-owner-name {
    font-size: 1.125rem;
  }

  .collection-mv .block-movie-body .box-movie .box-movie-store .box-movie-store-owner-name span {
    font-size: 0.75rem;
  }

  .collection-mv .block-movie-body .box-movie .box-movie-store .box-movie-store-owner-date {
    font-size: 0.75rem;
  }

  .collection-mv .block-movie-body .box-movie .box-movie-desc {
    padding: 12px 12px 12px 30px;
    font-size: 0.875rem;
  }

  .collection-mv .block-movie-body .box-movie .box-movie-desc li {
    list-style-position: outside;
    padding-top: 8px;
  }

  /* Section Movie Section 01 responsive - End */

  /* Block Franchise responsive - Start */
  .collection-mv .block-franchise {
    margin: 40px auto;
  }

  .collection-mv .block-franchise h1 {
    font-size: 1.375rem;
  }

  .collection-mv .block-franchise .short-desc {
    margin: 24px auto 28px;
    font-size: 1rem;
    text-align: left;
  }

  .collection-mv .block-franchise .box-franchise-desc .mv-accordion {
    padding: 20px;
    font-size: 1rem;
    line-height: 28px;
    border-width: 2px;
  }

  .mv-accordion:after {
    width: 28px;
    height: 28px;
    background-size: contain;
  }

  .box-franchise-desc .panel {
    border-bottom-width: 2px;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header {
    margin-bottom: 41px;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header:nth-child(2) {
    margin-bottom: 8px;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header .panel-box-header-title {
    left: calc(50% - 89.5px);
    top: -17px;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header .panel-box-header-title .panel-box-h-title-blue {
    height: 34px;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header .panel-box-header-title span {
    width: 165px;
    height: 26px;
    padding: 4px 0;
    font-size: 1rem;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header-note-container {
    margin-bottom: 24px;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header .panel-box-header-text {
    padding-top: 33px;
    padding-bottom: 24px;
    font-size: 1.25rem;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header-note {
    font-size: 0.625rem;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-middle-container {
    padding: 20px 20px 24px;
    margin-bottom: 24px;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-middle-container.md-container-2 {
    margin-bottom: 32px;
  }

  .collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-title {
    font-size: 1.25rem;
  }

  .collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-title .text-bold {
    font-size: 2rem;
  }

  .collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-content-lst {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }

  .collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-content-lst .panel-box-middle-content-item {
    padding: 16px 20px;
  }

  .collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-content-lst .panel-box-middle-content-item h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .collection-mv .block-franchise .panel .panel-box-middle-container .panel-box-middle-content-lst .panel-box-middle-content-item p {
    font-size: 0.875rem;
  }

  .collection-mv .block-franchise .box-franchise-desc .panel .panel-box-header-note {
    float: left;
  }

  /* Block Franchise responsive - End */

  /* Block CTA responsive - Start */
  .collection-mv.block-cta {
    padding: 32px 20px;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content {
    padding: 24px 16px 0;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-inner {
    flex-direction: column;
    align-items: center;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .cta-title-center {
    display: none;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .cta-title {
    display: block;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .cta-decor-right {
    width: 54px;
    height: 54px;
    top: -16px;
    right: -8px;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .cta-decor-left {
    display: none;
  }
  
  .collection-mv.block-cta .block-cta-container .block-cta-content::after {
    display: none;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left {
    width: 100%;
    row-gap: 24px;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .cta-title {
    font-size: 1.125rem;
    text-align: center;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-left .block-cta-button-grp .lp-cta-button {
    width: 100%;
    max-width: 303px;
    min-width: unset;
    height: 68px;
    font-size: 1rem;
  }

  .collection-mv.block-cta .block-cta-container .block-cta-content .block-cta-content-right img {
    width: 100%;
    max-width: 272px;
  }

  /* Block CTA responsive - End */

  /* Section Movie Section 02 responsive - Start */
  .collection-mv .block-movie.mv-section-02 {
    padding-top: 40px;
  }

  .collection-mv .mv-section-02 .block-movie-body .movie-decor {
    top: 312px;
  }

  /* .collection-mv .mv-section-02 .block-movie-body.block-movie-01::before {
    top: 312px;
  } */

  .collection-mv .block-movie.mv-section-02 .block-franchise {
    margin: 28px 0 0;
  }

  .collection-mv .mv-section-02 .block-movie-body .box-movie .block-franchise .block-franchise {
    margin: 24px 0 8px;
  }

  .collection-mv .mv-section-02 .block-movie-body .box-movie .block-franchise .box-franchise-desc .mv-accordion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
  }

  .collection-mv .block-movie.mv-section-02 .panel .panel-support-system {
    row-gap: 28px;
  }

  .collection-mv .block-movie.mv-section-02 .panel .panel-support-system p {
    padding: 0 20px;
    font-size: 0.875rem;
  }

  .collection-mv .block-movie.mv-section-02 .more-btn-green {
    margin-bottom: 32px;
    font-size: 1rem;
  }

  .collection-mv .block-movie.mv-section-02 .block-movie-body .box-movie {
    padding-bottom: 32px;
  }

  .collection-mv .mv-section-02 .block-movie-body.block-movie-02 .movie-decor {
    top: 16px;
    left: 3px;
    width: 54px;
    height: 54px;
  }

  /* Section Movie Section 02 responsive - End */

  /* Block CTA responsive 02 - Start */
  .collection-mv.block-cta.block-cta-02 {
    margin-top: 40px;
    margin-bottom: 48px;
  }

  /* Block CTA responsive 02 - End */

  /* Section Movie Section 03 responsive - Start */
  .collection-mv .block-movie.mv-section-03 {
    padding-top: 0;
  }

  /* .collection-mv .mv-section-03 .block-movie-body.block-movie-01::before {
    top: 280px;
  } */

  .collection-mv .mv-section-03 .block-movie-body.block-movie-01 .movie-decor {
    top: 280px;
  }

  /* Section Movie Section 03 responsive - End */

  /* Block MV Contact responsive - Start */
  .collection-mv .block-mv-contact {
    margin: 40px auto;
  }

  .collection-mv .block-mv-contact .block-mv-contact-title h2 {
    font-size: 1rem;
  }

  .collection-mv .block-mv-contact .block-mv-contact-title .icon-decor-contact-left,
  .collection-mv .block-mv-contact .block-mv-contact-title .icon-decor-contact-right {
    width: 24px;
  }

  .collection-mv .block-mv-contact .block-mv-contact-text {
    font-size: 1.125rem;
  }

  /* Block MV Contact responsive - End */
}

/* Responsive - End */