@media (max-width: 740px) {
  #pagetop {
    bottom: 65px;
  }
}

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

.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: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 8px;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
}

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

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

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

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

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

.typed_con .btn_area .btn_online {
  background-color: #C7002F;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 57px;
  border-radius: 5px;
}

.typed_con .btn_area .btn_online span {
  color: #fff;
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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;
  height: 57px;
  padding: 20px 14px 14px 44px;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  margin-top: 16px;
}

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

.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: 17px;
  font-weight: 600;
  border: solid 1px #000;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  padding: 20px 14px;
}

.typed_con .btn_area .btn_lineup span {
  color: #000;
  position: relative;
  padding-right: 25px;
}

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

.typed_con .btn_area .item_search {
  margin: 30px 0 0px;
  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 .item_search_note {
  text-align: left;
  margin-top: 20px;
}

.typed_con .btn_area .item_search_note p {
  font-size: 10px;
  text-indent: -1em;
  margin-left: 1em;
}

@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 #movie {
  text-align: center;
  position: relative;
}

.typed_con #movie .mv_blc {
  margin-bottom: 40px !important;
}

@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: auto;
  aspect-ratio: 16/9;
  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: auto;
  aspect-ratio: 16/9;
}

.typed_con #movie .mv_blc iframe.short {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
}

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

.typed_con .lineM span {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1;
}

.typed_con .lineM span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 8px;
  background-color: #FFEC00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.typed_con .hdr h1 {
  margin-bottom: 30px;
}

.typed_con .item_box {
  display: flex;
  gap: 0 15px;
  align-items: center;
}

.typed_con .item_box .img_blc {
  width: 36%;
}

.typed_con .item_box .txt_blc {
  width: calc(64% - 15px);
  text-align: left;
}

.typed_con .item_box .txt_blc p {
  line-height: 1.4;
}

.typed_con .item_box .txt_blc .item_name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.typed_con .item_box .txt_blc .item_price {
  font-size: 10px;
  font-weight: 600;
}

.typed_con .item_box .txt_blc .item_price span {
  font-size: 14px;
  font-weight: 600;
}

.typed_con .clm {
  background-image: linear-gradient(#C1E9F9 200px, rgba(255, 255, 255, 0) 361px);
  text-align: center;
  padding: 0;
  position: relative;
}

.typed_con .clm.con_bg {
  background-image: url(../img/con_bg.jpg);
  background-repeat: repeat;
}

.typed_con .clm.con_bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 361px;
  background-image: linear-gradient(#C1E9F9 200px, rgba(255, 255, 255, 0) 361px);
  position: absolute;
  left: 0;
  top: 0;
}

.typed_con .clm.con_bg .innr {
  position: relative;
  z-index: 1;
}

.typed_con .clm .innr {
  padding: 40px 13px 40px;
  max-width: 414px;
  margin: 0 auto;
}

.typed_con .clm h2 {
  margin-bottom: 20px;
}

.typed_con .clm h2 span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #EB6200;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 30px;
}

.typed_con .clm01 .kino_blc {
  width: 71.5%;
  background-color: rgba(0, 153, 231, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
  position: relative;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .kino_blc {
    width: 73%;
  }
}

@media screen and (max-width: 375px) {
  .typed_con .clm01 .kino_blc {
    width: 80%;
  }
}

.typed_con .clm01 .kino_blc .kino_ttl {
  font-size: 28px;
  font-weight: 700;
  color: #0099E7;
  border-bottom: 3px dotted #0099E7;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .kino_blc .kino_ttl {
    font-size: 6.3vw;
  }
}

.typed_con .clm01 .kino_blc p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .kino_blc p {
    font-size: 4.1vw;
  }
}

.typed_con .clm01 .kino_blc .ico_blc {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 10px;
}

.typed_con .clm01 .kino_blc .ico_blc .ico {
  width: 80px;
}

.typed_con .clm01 .kino_blc .ico_blc .ico p {
  font-size: 10px;
  margin-top: 5px;
}

.typed_con .clm01 .kino_blc .ico_arrw {
  position: absolute;
  right: -20px;
  bottom: -40px;
}

.typed_con .clm01 .kino_blc.btm {
  background-color: rgba(235, 98, 0, 0.1);
  padding: 20px 10px;
}

.typed_con .clm01 .kino_blc.btm .kino_ttl {
  font-size: 25px;
  color: #EB6200;
  border-bottom: 3px dotted #EB6200;
  margin-top: 10px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .kino_blc.btm .kino_ttl {
    font-size: 6vw;
  }
}

.typed_con .clm01 .kino_blc.btm .ico_arrw {
  position: absolute;
  left: 0px;
  top: -40px;
}

@media screen and (max-width: 375px) {
  .typed_con .clm01 .kino_blc.btm .ico_arrw {
    left: -18px;
  }
}

.typed_con .clm01 .kino_detail {
  border: solid 2px #004A90;
  border-radius: 10px;
  margin: 20px;
  background-color: #ffffff;
}

.typed_con .clm01 .kino_detail .ttl_blc {
  background-color: #004A90;
  border-radius: 8px 8px 0 0;
  padding: 10px 0;
}

.typed_con .clm01 .kino_detail .ttl_blc p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.typed_con .clm01 .kino_detail .bdy_blc {
  padding: 20px;
}

@media screen and (max-width: 375px) {
  .typed_con .clm01 .kino_detail .bdy_blc {
    padding: 20px 13px;
  }
}

.typed_con .clm01 .kino_detail .bdy_blc .ico_blc02 {
  display: flex;
  gap: 0 10px;
  align-items: top;
  margin-bottom: 10px;
}

.typed_con .clm01 .kino_detail .bdy_blc .ico_blc02 .ico {
  width: 20%;
}

@media screen and (max-width: 375px) {
  .typed_con .clm01 .kino_detail .bdy_blc .ico_blc02 .ico {
    width: 24%;
  }
}

.typed_con .clm01 .kino_detail .bdy_blc .ico_blc02 .ico span {
  font-size: 10px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .kino_detail .bdy_blc .ico_blc02 .ico span {
    font-size: 2.8vw;
  }
}

.typed_con .clm01 .kino_detail .bdy_blc .ico_blc02 .txt {
  width: calc(80% - 10px);
}

.typed_con .clm01 .kino_detail .bdy_blc .ico_blc02 .txt p {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.5em;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .kino_detail .bdy_blc .ico_blc02 .txt p {
    font-size: 4.1vw;
  }
}

.typed_con .clm02 img.mb20 {
  margin-bottom: 20px;
}

.typed_con .clm02 .btn_area {
  padding: 40px 0 0;
}

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

.typed_con .btn_bg {
  background-color: #B1E1FD;
}

.typed_con .btn_blc.lst {
  padding: 40px 0;
  background-color: #275173;
}

.typed_con .btn_blc.lst .clm {
  padding: 0;
}

.typed_con .btn_blc.lst .btn_area {
  padding: 0;
}

.typed_con .btn_blc.lst .item_search_note p {
  color: #fff;
}