@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@media (max-width: 740px) {
  #pagetop {
    bottom: 60px;
  }
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.typed_con p {
  font-size: 16px;
  font-weight: 700;
}

.typed_con .innr {
  margin: 0 auto;
  padding: 0 13px;
}

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

@media screen and (min-width: 768px) {
  .typed_con :target {
    scroll-margin-top: 150px;
  }
}

.typed_con a {
  display: inline-block;
}

.typed_con img {
  max-width: 100%;
}

.typed_con .t_left {
  text-align: left;
}

.typed_con .t_right {
  text-align: right;
}

.typed_con .y_line {
  text-align: center;
}

.typed_con .y_line span {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 0 8px;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
}

.typed_con .y_line span img {
  transform: translateY(-8px);
}

.typed_con .y_line span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  color: #fff;
  background-color: #fff;
  transform: translateY(-50%) rotate(-15deg);
  position: absolute;
  left: 0;
  top: 53%;
}

.typed_con .y_line span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  color: #fff;
  background-color: #fff;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}

.typed_con .lineM span {
  display: inline;
  z-index: 1;
  background-image: linear-gradient(transparent 60%, #FFFCA5 0%);
}

.typed_con #movie {
  text-align: center;
  padding-bottom: 160px;
}

.typed_con #movie h2 {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  line-height: 1;
}

.typed_con #movie h2 span {
  font-size: 24px;
  display: inline-block;
  padding: 0 8px;
  position: relative;
  line-height: 1;
  z-index: 1;
}

.typed_con #movie .mv_blc {
  margin-bottom: 50px;
}

.typed_con #movie .mv_blc .dummy {
  width: 100%;
  max-width: 100%;
  height: 219px;
  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: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

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

.typed_con #movie .mv_item {
  padding: 0 0 40px 0;
}

.typed_con #movie .mv_item h2 {
  margin-bottom: 5px;
}

.typed_con #movie .mv_item .note {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.typed_con #movie .mv_item .item_blc {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
  margin-top: 20px;
}

.typed_con #movie .mv_item .item_blc .box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 10px;
  width: calc(50% - 7px);
}

.typed_con #movie .mv_item .item_blc .item_name {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 320px) {
  .typed_con #movie .mv_item .item_blc .item_name {
    font-size: 4vw;
  }
}

.typed_con #movie .mv_item .item_blc .item_price {
  font-size: 11px;
  text-align: left;
}

.typed_con #movie .mv_item .item_blc .item_price span {
  font-size: 15px;
  display: inline-block;
}

@media screen and (max-width: 320px) {
  .typed_con #movie .mv_item .item_blc .item_price {
    font-size: 2.5vw;
  }

  .typed_con #movie .mv_item .item_blc .item_price span {
    font-size: 4vw;
  }
}

.typed_con .btn_area {
  max-width: 344px;
  margin: 0 auto;
  padding: 0 0 80px;
  z-index: 5;
}

.typed_con .btn_area.btm {
  padding: 80px 0 80px;
}

@media screen and (max-width: 430px) {
  .typed_con .btn_area {
    padding: 0px 13px 80px;
  }
}

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

.typed_con .btn_area .btn_online {
  background-color: #C7002F;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  height: 57px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.typed_con .btn_area .btn_online span {
  color: #fff;
  font-size: 14px;
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11em;
  padding: 7px 0 7px 30px;
  background-image: url(/shimamura/res/type_d/common/img/ico_cart.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}

.typed_con .btn_area .btn_store {
  background-color: #fff;
  border: solid 1px #000;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 57px;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  margin-top: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.typed_con .btn_area .btn_store span {
  color: #000;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  width: 12em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7px 0 7px 30px;
  background-image: url(/shimamura/res/type_d/common/img/ico_shop.svg) !important;
  background-repeat: no-repeat;
  background-position: left center;
}

.typed_con .btn_area .btn_store span::before {
  display: none;
}

.typed_con .btn_area .btn_store.ico_w {
  background-color: #C7002F;
  border: solid 1px #C7002F;
}

.typed_con .btn_area .btn_store.ico_w span {
  background-image: url(/shimamura/res/type_d/common/img/ico_shop_w.svg) !important;
  color: #fff;
  background-size: 24px auto;
  background-position: left center;
}

.typed_con .btn_area .btn_lineup {
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px #000;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  padding: 20px 14px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.typed_con .btn_area .btn_lineup span {
  color: #000;
  position: relative;
}

.typed_con .btn_area .item_search {
  margin: 30px 0 20px;
  margin: 15px 0 10px;
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  padding: 20px 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #000000;
}

.typed_con .btn_area .item_search span {
  font-size: 14px;
  color: #000000;
  position: relative;
  padding-right: 35px;
}

.typed_con .btn_area .item_search span::after {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_search_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}

.typed_con .btn_area .note {
  font-size: 11px;
  color: #000000;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
  margin-left: 20px;
  font-weight: 500;
}

@media (max-width: 414px) {

  .typed_con .btn_area .btn_online,
  .typed_con .btn_area .btn_store,
  .typed_con .btn_area .btn_lineup {
    font-size: 4vw !important;
  }
}

.typed_con {
  background-color: #FDF7EB;
}

.typed_con #movie {
  background-image: linear-gradient(to bottom, transparent 20%, rgba(251, 118, 43, 0.6) 20%, rgba(255, 137, 154, 0.6) 100%);
}

.typed_con #movie .mv_blc {
  padding-bottom: 50px;
  margin-bottom: 0;
}

.typed_con #movie .mv_item .note {
  color: #26466D;
}

.typed_con .clm {
  padding: 40px 0;
}

.typed_con .clm .innr {
  padding: 0 0;
  max-width: 414px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-left: 13px;
  padding-right: 13px;
}

.typed_con .clm h1 {
  color: #26466D;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}

.typed_con .clm h2 {
  color: #26466D;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}

.typed_con .clm01 {
  padding-bottom: 0;
}

.typed_con .clm02 {
  position: relative;
  padding: 40px 13px 0px;
}

.typed_con .clm02 h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
}

.typed_con .clm02 h2 span {
  color: #26466D;
}

.typed_con .clm02 h2 .up {
  font-size: 18px;
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.typed_con .clm02 h2 .p_blc {
  background-color: #FDB4B7;
  border-radius: 100px;
  padding: 3px 10px;
  margin-right: 3px;
  font-size: 16px;
}

.typed_con .clm02 h2 .y_blc {
  background-color: #FDE67C;
  border-radius: 100px;
  padding: 3px 10px;
  margin: 0 3px;
}

.typed_con .clm02 h2 .num {
  font-size: 39px;
  font-weight: 800;
}

.typed_con .clm02 .box {
  border-radius: 500px 500px 0 0;
  background-image: linear-gradient(-45deg, rgba(229, 174, 123, 0.768627451), rgba(233, 81, 50, 0.7411764706));
  position: relative;
  margin: 0 auto 40px;
  max-width: 344px;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 10px;
}

.typed_con .clm02 .box h3 {
  position: absolute;
  top: -20px;
  left: -27px;
}

.typed_con .clm02 .box .kino {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
}

.typed_con .clm02 .box .kino .img_blc {
  width: 18.75%;
}

.typed_con .clm02 .box .kino .txt_blc {
  width: 81.25%;
  padding-left: 10px;
}

.typed_con .clm02 .box .kino .txt_blc p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}

.typed_con .clm02 .box.box02 {
  background-color: rgba(243, 153, 60, 0.8);
  background-image: none;
}

.typed_con .clm02 .box.box03 {
  background-color: rgba(236, 112, 120, 0.8);
  background-image: none;
}

.typed_con .clm02 .box.box04 {
  background-image: linear-gradient(-45deg, #FFD0AD, #FFEEA8);
  padding-top: 107px;
}

.typed_con .clm02 .box.box04 h3 {
  top: 34px;
  left: -10px;
}

.typed_con .clm02 .box.box04 h4 {
  text-align: center;
}

.typed_con .clm02 .box.box04 h4 span {
  font-size: 18px;
  font-weight: 700;
  color: #26466D;
  display: inline-block;
  background-color: #FDB4B7;
  border-radius: 100px;
  line-height: 1;
  padding: 5px 20px 7px;
}

.typed_con .clm02 .box.box04 .sub_box.seiden {
  margin-top: 50px;
}

.typed_con .clm02 .box.box04 .sub_box.seiden h4 span {
  background-color: #F2D243;
}

.typed_con .clm03 {
  padding-top: 0;
  padding-bottom: 0;
}

.typed_con .clm10 h1 {
  position: absolute;
  top: -142px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}

.typed_con .clm10 h1 img {
  width: auto;
  max-width: none;
  height: 143px;
}

@media screen and (max-width: 320px) {
  .typed_con .clm10 h1 {
    top: -34.5vw;
  }

  .typed_con .clm10 h1 img {
    height: 34.5vw;
  }
}

.typed_con .clm10 p img {
  margin-bottom: 50px;
}