@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

.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 70px;
  max-width: 344px;
  margin: 0 auto;
}

.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%;
  transform: translateY(-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;
}

.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 {
  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 #012D48;
}

.typed_con .btn_area .item_search span {
  color: #012D48;
  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_dbl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}

@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;
  margin-bottom: 30px;
}

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

.typed_con #movie .mv_blc .dummy {
  width: 100%;
  max-width: 100%;
  height: 217px;
  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;
}

@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 {
  background-image: url(../img/con_bg.jpg);
}

.typed_con .clm {
  max-width: 414px;
  padding: 0 13px 60px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 415px) and (max-width: 430px) {
  .typed_con .clm {
    max-width: 100%;
  }
}

@media screen and (min-width: 431px) {
  .typed_con .clm {
    padding: 0 13px 60px;
  }
}

.typed_con .clm h1 {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 20px;
}

.typed_con .clm h1 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .typed_con .clm h1 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 375px) {
  .typed_con .clm h1 {
    font-size: 23px;
  }
}

.typed_con .clm h2 {
  text-align: center;
  margin-bottom: 0;
}

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

.typed_con .clm h3 span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}

.typed_con .clm .ttl_box h2 {
  display: inline-block;
  width: 83%;
  background-color: #1E203F;
  border-radius: 20px 20px 0 0;
  line-height: 1;
  padding: 15px 0;
}

.typed_con .clm .box_w {
  background-color: #fff;
  overflow: hidden;
  padding: 20px 0;
}

.typed_con .clm .box_w .sub_box.line {
  border-top: 1px dotted #1E203F;
  margin-top: 40px;
  padding-top: 40px;
}

.typed_con .clm .box_w h3 {
  text-align: right;
  margin-bottom: 20px;
}

.typed_con .clm .box_w .box_innr {
  padding: 0 13px;
}

.typed_con .clm .box_w .item_cate {
  text-align: left;
  margin-bottom: 10px;
}

.typed_con .clm .box_w .subttl {
  margin: 20px 0;
}

.typed_con .clm .box_w .item_point {
  display: flex;
  align-items: center;
}

.typed_con .clm .box_w .item_point .img_blc {
  width: 58%;
  text-align: center;
}

.typed_con .clm .box_w .item_point .txt_blc {
  width: 42%;
  text-align: center;
}

.typed_con .clm .box_w .item_point .txt_blc .txt_box {
  padding: 10px 0;
}

.typed_con .clm .box_w .item_point .txt_blc .txt_box:not(:last-child) {
  border-bottom: dotted 1px #34271E;
}

.typed_con .clm .box_w .item_point .txt_blc .txt_box p {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.typed_con .clm .box_w .item_point .txt_blc .txt_box p.ttl {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
}

.typed_con .clm .box_w .item_point .txt_blc .txt_box p.ttl span {
  font-size: 20px;
  color: #1E203F;
  font-weight: 700;
}

.typed_con .clm .box_w .kino_blc {
  margin: 20px 0;
}

.typed_con .clm .box_w .kino_blc .ttl {
  margin-bottom: 20px;
}

.typed_con .clm .box_w .kino_blc .ttl span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 5px 15px;
  background-color: #1E203F;
  border-radius: 100px;
}

.typed_con .clm .box_w .kino_blc .ico {
  display: flex;
  justify-content: center;
}

.typed_con .clm .box_w .kino_blc .ico li {
  width: 55px;
  text-align: center;
}

.typed_con .clm .box_w .kino_blc .ico li p {
  font-size: 9px;
  line-height: 1.2;
  margin-top: 5px;
}

.typed_con .clm .box_w .kino_blc .ico li p span {
  font-size: 8px;
}

.typed_con .clm_mv {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}

.typed_con .clm_mv h1 {
  margin-bottom: 0;
}

.typed_con .clm_lnk .btn_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.typed_con .clm_lnk .btn_box>div {
  width: 50%;
  margin-top: 15px;
}

.typed_con .clmB .ttl_box h2 {
  background-color: #33AEB4;
}

.typed_con .clmB .box_w .item_point .img_blc {
  width: 100%;
}

.typed_con .clmB .box_w .kino_blc .ttl span {
  background-color: #33AEB4;
}

.typed_con .clmC .ttl_box h2 {
  background-color: #D45264;
}

.typed_con .clmC .box_w .item_point .img_blc {
  width: 100%;
}

.typed_con .clmC .box_w .kino_blc .ttl span {
  background-color: #D45264;
}

.typed_con .clmD .ttl_box h2 {
  padding: 7px 0;
}

.typed_con .clmD .box_w .item_point .img_blc {
  width: 100%;
}

.typed_con .btn_area .ttl {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 5px;
}

.typed_con .btn_area ul li {
  font-size: 14px;
  margin-bottom: 3px;
}