.clm2504 {
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
}

.clm2504 h3 {
  color: #fff;
  font-size: 20px;
  background-color: #D71615;
  padding: 7px 50px;
  border-radius: 100px;
  margin-bottom: 30px;
  display: inline-block;
}

.clm2504 .lead {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 375px) {
  .clm2504 .lead {
    font-size: 22px;
  }
}

.clm2504 .img_blc {
  display: flex;
  justify-content: center;
}

.clm2504 .img_blc img {
  max-width: 48%;
  margin: 0 1%;
}

.clm2504 .btn_area {
  max-width: 334px;
  margin: 0 auto;
  padding: 40px 0 40px;
}

@media screen and (max-width: 364px) {
  .clm2504 .btn_area {
    padding: 40px 13px;
  }
}

.clm2504 .btn_area a {
  max-width: 344px;
}

.clm2504 .btn_area .note {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
}

.clm2504 .btn_online {
  background-color: #C7002F;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 600;
  height: 57px;
  padding: 20px 14px 14px 44px;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  background-image: url(/shimamura/res/type_d/common/img/ico_arrwR_w.svg);
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 15px center;
}

.clm2504 .btn_online span {
  color: #fff;
  margin-left: -40px;
  padding-left: 40px;
  position: relative;
}

.clm2504 .btn_online span::before {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_cart.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.typed_con #movie {
  text-align: center;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 293px, #F5F3F1 294px, #F5F3F1 100%);
}

@media screen and (max-width: 430px) {
  .typed_con #movie {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 34vw, #F5F3F1 21vw, #F5F3F1 100%);
  }
}

.typed_con #movie::after {
  content: "";
  display: block;
  width: 100%;
}

.typed_con #movie .wrapper2022 {
  padding: 90px 13px 50px;
  max-width: 716px;
  margin: 0 auto;
}

@media screen and (max-width: 430px) {
  .typed_con #movie .wrapper2022 {
    padding: 10px 13px 0px;
  }
}

@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc {
    padding: 20px 0;
  }
}

.typed_con #movie .mv_blc .dummy {
  width: 100%;
  max-width: 100%;
  height: 388px;
  background-color: #CCCCCC;
  position: relative;
}

.typed_con #movie .mv_blc .dummy span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc .dummy {
    width: 100%;
    height: 51vw;
  }
}

.typed_con #movie .mv_blc iframe {
  width: 388px;
  height: 217px;
  width: 100%;
  height: 388px;
}

@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc iframe {
    width: 100%;
    height: 52vw;
  }
}

.typed_con #movie .item_blc {
  max-width: 414px;
  margin: 60px auto 0;
  padding: 0 13px;
}

.typed_con #movie .item_blc h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.typed_con #movie .item_blc h2 span {
  font-size: 17px;
  font-weight: 600;
  display: block;
}

.typed_con #movie .item_blc .item_frm {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
}

.typed_con #movie .item_blc .item_frm>div {
  width: 47.5%;
  margin-bottom: 40px;
}

.typed_con #movie .item_blc .item_frm>div .text {
  text-align: left;
  margin-top: 10px;
}

.typed_con #movie .item_blc .item_frm>div .text .name {
  font-size: 15px;
  letter-spacing: -0.5px;
}

.typed_con #movie .item_blc .item_frm>div .text .price {
  font-size: 18px;
  font-weight: 600;
}

.typed_con #movie .item_blc .item_frm>div .text .price span {
  font-size: 11px;
  font-weight: 500;
}

.typed_con #movie .item_blc .item_frm>div:nth-child(4) .text .name {
  min-height: 3.4em;
}

@media screen and (max-width: 414px) {
  .typed_con #movie .item_blc {
    padding: 0;
    margin: 20px auto 0;
  }

  .typed_con #movie .item_blc h2 {
    font-size: 6.5vw;
    margin-bottom: 20px;
  }

  .typed_con #movie .item_blc h2 span {
    font-size: 3.5vw;
  }

  .typed_con #movie .item_blc .item_frm>div .text .name {
    font-size: 3.8vw;
  }

  .typed_con #movie .item_blc .item_frm>div .text .price {
    font-size: 4.3vw;
  }

  .typed_con #movie .item_blc .item_frm>div .text .price span {
    font-size: 3vw;
  }
}