.pcOn {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcOn {
    display: none;
  }
}

.spOn {
  display: none;
}
@media screen and (max-width: 768px) {
  .spOn {
    display: block;
  }
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1;
}

section {
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  section {
    padding: 0 3.8%;
  }
}

.section-tit {
  color: #BA3529;
  font-size: clamp(2rem, 1.4572rem + 1.1295vw, 2.8125rem);
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-tit {
    font-size: clamp(1.5rem, 0.7844rem + 3.0534vw, 2.25rem);
  }
}
.section-tit span {
  position: relative;
  display: inline-block;
}
.section-tit span::before, .section-tit span::after {
  content: "";
  background: url(../images/ico_section-tit.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 63px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .section-tit span::before, .section-tit span::after {
    width: 40px;
    height: 25px;
  }
}
.section-tit span::before {
  left: -70px;
}
@media screen and (max-width: 768px) {
  .section-tit span::before {
    left: -50px;
  }
}
.section-tit span::after {
  right: -74px;
}
@media screen and (max-width: 768px) {
  .section-tit span::after {
    right: -50px;
  }
}
.section-tit--white {
  color: #fff;
}
.section-tit--white span::before, .section-tit--white span::after {
  content: "";
  background: url(../images/ico_section-tit-white.png) no-repeat;
  background-size: contain;
}

.mv {
  position: relative;
  background-color: #BA3529;
  background-image: url(../images/mv_bg.svg);
  background-repeat: no-repeat;
  background-position: center 22%;
  background-size: 112%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: none;
  }
}
.mv__inner {
  max-width: 1440px;
  padding: 0 1rem 10.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding: 0 4% 20%;
  }
}
.mv__tit {
  text-align: center;
}
.mv__body {
  font-weight: 800;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5.973%;
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .mv__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    margin-top: 16%;
  }
}

.mv__body__detail {
  width: 38.405%;
}
@media screen and (max-width: 768px) {
  .mv__body__detail {
    width: 100%;
  }
}
.mv__body__date {
  position: relative;
  color: #EBD462;
  font-size: clamp(1.5rem, 0.7066rem + 1.6507vw, 2.6875rem);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mv__body__date {
    font-size: clamp(1.3125rem, 0.1794rem + 4.8346vw, 2.5rem);
    text-align: center;
  }
}
.mv__body__date::before {
  content: "";
  background: url(../images/mv_sparkle.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -120%;
  left: -17%;
  width: 22%;
  height: 166%;
}
@media screen and (max-width: 768px) {
  .mv__body__date::before {
    top: -56%;
    left: -3%;
    width: 16%;
    height: 132%;
  }
}
.mv__body__date .l-txt {
  font-size: clamp(2.25rem, 1.2478rem + 2.0851vw, 3.75rem);
}
@media screen and (max-width: 768px) {
  .mv__body__date .l-txt {
    font-size: clamp(2.25rem, 1.0573rem + 5.0891vw, 3.5rem);
  }
}
.mv__body__place {
  position: relative;
  color: #EBD462;
  font-size: clamp(2.25rem, 1.3731rem + 1.8245vw, 3.5625rem);
  line-height: 1.2;
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .mv__body__place {
    font-size: clamp(1.375rem, 0.3015rem + 4.5802vw, 2.5rem);
    text-align: center;
    margin-top: 0;
  }
}
.mv__body__place::before {
  content: "";
  background: url(../images/mv_sparkle.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -12%;
  right: -1%;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  width: 20%;
  height: 44%;
}
@media screen and (max-width: 768px) {
  .mv__body__place::before {
    bottom: -28%;
    right: -4%;
    width: 16%;
    height: 74%;
  }
}
.mv__body__place .l-txt {
  font-size: clamp(2.375rem, 1.2476rem + 2.3458vw, 4.0625rem);
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .mv__body__place .l-txt {
    font-size: clamp(1.875rem, 0.563rem + 5.598vw, 3.25rem);
    line-height: 1.6;
  }
}
.mv__body__schedule {
  border: 2px solid #fff;
  border-radius: 20px;
  width: 57.608%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.25rem 0;
}
@media screen and (max-width: 1200px) {
  .mv__body__schedule {
    width: 54%;
  }
}
@media screen and (max-width: 768px) {
  .mv__body__schedule {
    width: 100%;
    padding: 4% 0;
    margin-top: 8%;
  }
}
.mv__body__schedule dl {
  position: relative;
  color: #fff;
  font-size: clamp(1rem, 0.2484rem + 1.5639vw, 2.125rem);
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16%;
}
@media screen and (max-width: 768px) {
  .mv__body__schedule dl {
    font-size: clamp(1rem, -0.0735rem + 4.5802vw, 2.125rem);
    padding-left: 12%;
  }
}
.mv__body__schedule dl:not(:first-child) {
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .mv__body__schedule dl:not(:first-child) {
    margin-top: 0.5%;
  }
}
.mv__body__schedule dl:nth-child(3) dt::before {
  content: "";
  background: url(../images/ico_gold-oshiri.svg) no-repeat;
  background-size: contain;
}
.mv__body__schedule dt {
  position: relative;
}
.mv__body__schedule dt::before {
  content: "";
  background: url(../images/ico_white-oshiri.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -41.53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29.67%;
  height: 72%;
}
@media screen and (max-width: 768px) {
  .mv__body__schedule dt::before {
    left: -38%;
    width: 28%;
    height: 58%;
  }
}
.mv__body__schedule dd .l-txt {
  color: #EBD462;
  font-size: clamp(1.25rem, 0.4149rem + 1.7376vw, 2.5rem);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .mv__body__schedule dd .l-txt {
    font-size: clamp(1.375rem, 0.063rem + 5.598vw, 2.75rem);
  }
}

.summary {
  position: relative;
  color: #5E4338;
  background-color: #CDDD72;
  background-image: url(../images/summary_bg.svg);
  background-repeat: no-repeat;
  background-position: center 64%;
  background-size: 68%;
  text-align: center;
  margin-top: -1%;
}
@media screen and (max-width: 768px) {
  .summary {
    background-image: url(../images/summary_bg_sp.svg);
    background-position: center 44%;
    background-size: 86%;
  }
}
.summary::before, .summary::after {
  content: "";
  background: url(../images/summary_zigzag.svg);
  background-size: 1920px 50px;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 8%;
  left: 0;
  z-index: 1;
}
.summary::before {
  top: -32px;
}
.summary::after {
  bottom: -32px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.summary__inner {
  max-width: 1366px;
  padding: 6rem 0 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .summary__inner {
    padding: 18% 0;
  }
}
.summary__tit {
  font-size: clamp(1.875rem, 1.2486rem + 1.3032vw, 2.8125rem);
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .summary__tit {
    font-size: clamp(1.25rem, 0.2958rem + 4.0712vw, 2.25rem);
    line-height: 1.65;
  }
}
.summary__txt {
  font-size: clamp(1.0625rem, 0.6032rem + 0.9557vw, 1.75rem);
  line-height: 2.4;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .summary__txt {
    font-size: clamp(0.9375rem, 0.4008rem + 2.2901vw, 1.5rem);
    line-height: 2.25;
    margin-top: 8%;
  }
}

.ticket {
  position: relative;
  background-color: #EBD462;
  background-image: url(../images/ticket_bg-top.svg), url(../images/ticket_bg-bottom.svg), url(../images/ico_ticket-bg.svg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center top, center bottom, top left;
  /* background-position: center 10%, center bottom, top left; */
  background-size: 100%, 100%, 80px 80px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .ticket {
    background-image: url(../images/ticket_bg-top_sp.svg), url(../images/ticket_bg-bottom_sp.svg), url(../images/ico_ticket-bg.svg);
    background-position: center top, center bottom, top left;
    /* background-position: center 6%, center bottom, top left; */
  }
}
.ticket::before {
  /* content: "";
  background: #BA3529;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 10%;
  z-index: -1; */
}
@media screen and (max-width: 768px) {
  .ticket::before {
    height: 6%;
  }
}
.ticket__inner {
  max-width: 830px;
  padding: 10rem 0 13.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ticket__inner {
    padding: 32% 0 30%;
  }
}
.ticket__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1.875rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .ticket__list {
    gap: 14px;
    margin-top: 10%;
  }
}
.ticket__list__item {
  /* width: 47.75%; */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ticket__list__item {
    width: 85%;
    margin: 0 auto;
  }
}
.ticket__list__item.text{
  width: 100%;
  font-size: 1.2rem;

}
.ticket__list__item.text .text__inner{
  box-shadow: none;
  background: none;
}
.text__inner{
  max-width: 400px;
  height: auto;
  margin: auto;
  min-height: 90px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 40px;
}
.ticket__list__item.text p{
  text-align: right;
}

/* .ticket__list__item:nth-child(2) {
  margin-bottom: 2rem;
} */
@media screen and (max-width: 768px) {
  /* .ticket__list__item:nth-child(2) {
    margin-bottom: 4%;
  } */
}
.ticket__list__item a {
  background: #fff;
  text-align: center;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ticket__list__item a {
    max-width: none;
    height: 60px;
  }
}
.ticket__list__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .ticket__list__item a:hover {
    opacity: 1;
  }
}
.ticket__list__code {
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .ticket__list__code {
    font-size: 1rem;
    margin: 0.5rem 0 0.25rem;
  }
}

.ticket__list__item__txt{
  text-align: center;
  margin-top: 20px;
}
.sns__inner {
  max-width: 622px;
  padding-bottom: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sns__inner {
    max-width: none;
    padding: 3% 0 10%;
  }
}
.sns__banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .sns__banner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    margin-top: 7.5%;
  }
}
@media screen and (max-width: 768px) {
  .sns__banner-list__item {
    text-align: center;
    width: 92%;
    margin: 0 auto;
  }
}
.sns__banner-list__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sns__banner-list__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .sns__banner-list__item a:hover {
    opacity: 1;
  }
}
.sns__hashtag {
  color: #5E4338;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .sns__hashtag {
    font-size: clamp(1rem, 0.8807rem + 0.5089vw, 1.125rem);
    margin-top: 4%;
  }
}

.outline {
  background-color: #EBD462;
  background-image: url(../images/ticket_bg-top.svg), url(../images/outline_bg-bottom.svg), url(../images/ico_ticket-bg.svg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center -2px, center bottom, top left;
  background-size: 100%, 100%, 80px 80px;
}
@media screen and (max-width: 768px) {
  .outline {
    background-image: url(../images/ticket_bg-top_sp.svg), url(../images/outline_bg-bottom_sp.svg), url(../images/ico_ticket-bg.svg);
    background-size: 100%, 100%, 78px 78px;
  }
}
.outline__inner {
  max-width: 1000px;
  padding: 7rem 0 13rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .outline__inner {
    padding: 16% 0 28%;
  }
}
.outline__detail {
  color: #3B0606;
  background: #fff;
  border-radius: 60px;
  padding: min(4.6vw, 5.5rem) min(5vw, 6.25rem);
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .outline__detail {
    border-radius: 20px;
    padding: 11.5% 4%;
    margin-top: 8%;
  }
}
.outline__detail dl:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .outline__detail dl:not(:first-child) {
    margin-top: 5%;
  }
}
.outline__detail dl.title dt, .outline__detail dl.title dd, .outline__detail dl.schedule dt, .outline__detail dl.schedule dd,.outline__detail dl.detail dt, .outline__detail dl.detail dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .outline__detail dl.title dt, .outline__detail dl.title dd, .outline__detail dl.schedule dt, .outline__detail dl.schedule dd,.outline__detail dl.detail dt, .outline__detail dl.detail dd {
    font-size: clamp(0.9375rem, 0.4008rem + 2.2901vw, 1.5rem);
  }
}
.outline__detail dl.title dt.note, .outline__detail dl.title dd.note, .outline__detail dl.schedule dt.note, .outline__detail dl.schedule dd.note {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .outline__detail dl.title dt.note, .outline__detail dl.title dd.note, .outline__detail dl.schedule dt.note, .outline__detail dl.schedule dd.note {
    font-size: clamp(0.6875rem, 0.27rem + 1.7812vw, 1.125rem);
  }
}
.outline__detail dt {
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .outline__detail dt {
    font-size: clamp(0.9375rem, 0.4008rem + 2.2901vw, 1.5rem);
    line-height: 1.46;
  }
}
.outline__detail dd {
  font-size: 1.375rem;
  line-height: 1.5;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .outline__detail dd {
    font-size: clamp(0.9375rem, 0.4008rem + 2.2901vw, 1.5rem);
    line-height: 1.46;
  }
}
.outline__detail dd.sub {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .outline__detail dd.sub {
    font-size: clamp(0.6875rem, 0.27rem + 1.7812vw, 1.125rem);
  }
}
.outline__detail dd.note {
  font-size: 1.125rem;
  padding-left: 0;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .outline__detail dd.note {
    font-size: clamp(0.6875rem, 0.27rem + 1.7812vw, 1.125rem);
    margin-top: 0.25rem;
  }
}
.outline__detail dd p.note{
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .outline__detail dd p.note{

  } 
}
.outline__detail dd.no-indent {
  padding-left: 0;
}
.outline__organizer {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .outline__organizer {
    font-size: clamp(0.9375rem, 0.4008rem + 2.2901vw, 1.5rem);
    line-height: 1.46;
    margin-top: 6%;
  }
}

.footer {
  background: #BA3529;
  margin-top: -0.25rem;
}
.footer__inner {
  background-image: url(../images/copyright_zigzag.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    background-size: auto;
    padding: 0 4%;
  }
}
.footer__banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  max-width: 1500px;
  padding: 1.5rem 0 min(6vw, 7.125rem);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__banner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 9% 0 27%;
  }
}
@media screen and (max-width: 768px) {
  .footer__banner__item {
    width: 90%;
    margin: 0 auto;
  }
}
.footer__banner__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__banner__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer__banner__item a:hover {
    opacity: 1;
  }
}
.footer__copyright {
  color: #fff;
  background: #3B0606;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  padding: 1rem 0 1.875rem;
  margin-top: -0.25rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: clamp(0.75rem, 0.6307rem + 0.5089vw, 0.875rem);
    padding: 0% 0 4%;
    margin-top: -1%;
  }
}


.loop-tie-light {
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #BA3529;
}
  .loop-tie-light {
background-image: url(../images/loop-tie-light_bg-bottom.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .loop-tie-light {
background-image: url(../images/loop-tie-light_bg-bottom_sp.svg);
  }
}
.loop-tie-light::before {
  content: "";
 /*   background: url(../images/loop-tie-light_bg.svg) no-repeat; */
  background-size: contain;
  background-position: center top;
  position: absolute;
  top: 15rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 104%;
  height: 80%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .loop-tie-light::before {
/*    background: url(../images/loop-tie-light_bg_sp.svg) no-repeat; */
    background-size: 100%;
    background-position: center top;
    top: 22%;
    width: 128%;
    height: 52%;
  }
}
.loop-tie-light__inner {
  max-width: 1092px;
  padding: 9rem 0 14.125rem;
  /* padding: 9rem 0 0rem; */

  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .loop-tie-light__inner {
   padding: 9rem 0 9rem;
    /* padding: 9rem 0 0rem; */
  }
}
@media screen and (max-width: 768px) {
  .loop-tie-light__inner {
   padding: 24% 0 28%;
   /* padding: 24% 0 8%;  */
  }
}
.loop-tie-light__tit {
  color: #EEEF92;
  font-size: clamp(1.875rem, 1.2904rem + 1.2163vw, 2.75rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.475;
}
@media screen and (max-width: 768px) {
  .loop-tie-light__tit {
    font-size: clamp(1.125rem, 0.0515rem + 4.5802vw, 2.25rem);
    line-height: 1.5;
  }
}
.loop-tie-light__img {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .loop-tie-light__img {
    width: 81.25%;
    margin: 8% auto 0;
  }
}
.loop-tie-light__txt {
  font-size: clamp(1.125rem, 0.7074rem + 0.8688vw, 1.75rem);
  text-align: center;
  line-height: 2.5;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .loop-tie-light__txt {
    font-size: clamp(0.875rem, 0.2786rem + 2.5445vw, 1.5rem);
    line-height: 2.28;
    margin-top: 8%;
  }
}
.loop-tie-light__note-list {
  font-size: clamp(0.8125rem, 0.6037rem + 0.4344vw, 1.125rem);
  line-height: 1.7;
  width: 82%;
  margin: 2rem auto 0;
}
@media screen and (max-width: 768px) {
  .loop-tie-light__note-list {
    font-size: clamp(0.75rem, 0.6307rem + 0.5089vw, 0.875rem);
    line-height: 1.5;
    width: 100%;
    margin: 8% auto 0;
  }
}
.loop-tie-light__subtxt{
  font-size: clamp(1.2125rem, 0.6037rem + 0.4344vw, 1.125rem);
  text-align: center;
  margin: 2rem auto 0;
}
@media screen and (max-width: 768px) {
  .loop-tie-light__subtxt{
    font-size: clamp(1.15rem, 0.6307rem + 0.5089vw, 0.875rem);
    margin: 6% auto 0;
  }
}
.loop-tie-light__goods{
  margin: 5em auto 0;
}
.loop-tie-light__goods-img{
  margin-top: 7.5%;
}
.movie{
  /* margin: -2px; */
  position: relative;
  background: #fff;
}
.movie__inner{
  padding-bottom: 5rem;
  padding-top: 20px;
}
.muvie__block{
  margin: 3rem auto 0;
  text-align: center;
  max-width: 1092px;
}
.iframe-wrap{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrap iframe{
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}