@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@media (max-width: 740px) {
  #pagetop {
    bottom: 60px;
  }
}

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

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

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

.typed_con .y_line span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #FBD041;
  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: #FBD041;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}

.typed_con .mv_blc {
  padding: 20px 0 0;
  position: relative;
  z-index: 10;
}

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

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

.typed_con .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 .mv_blc .dummy {
    width: 100%;
    height: 51vw;
  }
}

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

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

.typed_con .movie_blc_h {
  margin: 10px auto;
}

.typed_con .movie_blc_h .mv_blc iframe {
  aspect-ratio: 9/16;
}

.typed_con .movie_blc_h .mv_blc .dummy {
  height: auto;
  aspect-ratio: 9/16;
}

.typed_con .btn_area {
  padding: 40px 0;
  max-width: 344px;
  margin: 0 auto;
}

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

.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;
  color: #fff;
}

.typed_con .btn_area .note.int {
  text-indent: -1em;
  margin-left: 1em;
}

.typed_con .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_online span {
  color: #fff;
  font-size: 14px;
  position: absolute;
  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_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_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_store span::before {
  display: none;
}

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

.typed_con .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_lineup {
  position: relative;
  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_lineup::after {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background-image: url(/shimamura/res/type_d/common/img/ico_btn_arrw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

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

.typed_con .item_search {
  margin: 16px 0 15px;
  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 .item_search span {
  font-size: 14px;
  color: #000000;
  position: relative;
  padding-right: 35px;
}

.typed_con .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 .item_search_note {
  font-size: 10px;
  text-align: left;
  margin-top: 20px;
  text-indent: -1em;
  margin-left: 1em;
}

.typed_con .item_search_note p {
  margin-bottom: 1em;
}

@media (max-width: 414px) {

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

.typed_con {
  background-color: #CFEBF8;
}

.typed_con .con_frm {
  max-width: 414px;
  margin: 0 auto;
}

.typed_con .hdr {
  background-color: #fff;
  background-image: url(../img/hdr_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 40px 0 40px;
  text-align: center;
}

.typed_con .hdr .clm {
  padding: 0 33px;
}

.typed_con .hdr h1 {
  margin: 20px 0;
}

.typed_con .hdr .txt_blc {
  margin-top: 30px;
  text-align: left;
}

.typed_con .hdr .txt_blc p {
  font-size: 10px;
}

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

.typed_con .clm .ttl_blc {
  padding: 20px 0 0px;
  text-align: center;
}

.typed_con .clm .ttl_blc h2 {
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}

.typed_con .clm .ttl_blc h2 .ico {
  position: absolute;
  top: -13px;
  right: -24px;
}

.typed_con .clm .ttl_blc h2 span {
  color: #004A90;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #004A90;
}

.typed_con .clm .ttl_blcB {
  padding: 0 20px;
}

@media screen and (max-width: 320px) {
  .typed_con .clm .ttl_blcB {
    padding: 0 0;
  }
}

.typed_con .clm .ttl_blcB h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 10px;
  text-shadow: 0 3px 0 #315166;
  text-align: left;
}

@media screen and (max-width: 430px) {
  .typed_con .clm .ttl_blcB h2 {
    font-size: 11vw;
  }
}

@media screen and (max-width: 430px) {
  .typed_con .clm .ttl_blcB h2 {
    font-size: 9.5vw;
  }
}

.typed_con .clm .ttl_blcB .lead {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm .ttl_blcB .lead {
    font-size: 4vw;
  }
}

.typed_con .clm .kino_blc {
  display: flex;
  align-items: center;
  gap: 0 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
}

.typed_con .clm .kino_blc .kino_img {
  width: 21.75%;
}

.typed_con .clm .kino_blc .kino_txt {
  width: calc(78.25% - 10px);
}

.typed_con .clm .kino_blc .kino_txt p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 320px) {
  .typed_con .clm .kino_blc .kino_txt p {
    font-size: 4.5vw;
  }
}

.typed_con .clm01 .item_box {
  padding: 20px 0px;
}

@media screen and (max-width: 320px) {
  .typed_con .clm01 .item_box {
    padding: 20px 0;
  }
}

.typed_con .clm01 .item_info {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
}

.typed_con .clm01 .item_info .item_img {
  text-align: center;
  margin-bottom: 20px;
}

.typed_con .clm01 .item_info .item_name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .item_info .item_name {
    font-size: 4.8vw;
  }
}

.typed_con .clm01 .item_info .item_price {
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .item_info .item_price {
    font-size: 3.3vw;
  }

  .typed_con .clm01 .item_info .item_price span {
    font-size: 4.8vw;
  }
}

.typed_con .clm01 .item_info .item_price span {
  font-size: 16px;
  font-weight: 700;
}

.typed_con .clm02 {
  background-image: url(../img/clm02_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.typed_con .clm02 .clm {
  padding: 70px 13px 60px;
}

@media screen and (max-width: 320px) {
  .typed_con .clm02 .clm {
    padding: 60px 13px 50px;
  }
}

.typed_con .clm02 .kino_blc {
  margin: 120px 0 0px;
}

.typed_con .clm03 {
  background-image: url(../img/clm03_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  position: relative;
  min-height: 598px;
}

@media screen and (max-width: 320px) {
  .typed_con .clm03 {
    background-size: cover;
  }
}

.typed_con .clm03 .clm {
  padding: 30px 13px 60px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm03 .clm {
    padding: 20px 13px 30px;
  }
}

.typed_con .clm03 .clm03_img {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm03 .clm03_img {
    max-width: 30.67%;
  }
}

.typed_con .clm03 .ttl_blcB {
  margin-bottom: 40px;
}

.typed_con .clm03 .ttl_blcB h2 {
  text-shadow: none;
}

.typed_con .clm04 {
  background-image: url(../img/clm04_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.typed_con .clm04 .clm {
  padding: 90px 13px 60px;
}

.typed_con .clm04 .ttl_blcB h2 {
  color: #0092E5;
  text-shadow: 2px 2px 5px #fff, -2px -2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff;
}

.typed_con .clm04 .ttl_blcB .lead {
  color: #0092E5;
  text-shadow: 2px 2px 5px #fff, -2px -2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff;
  font-weight: 700;
  margin-bottom: 40px;
}

.typed_con .clm04 .kino_blc {
  margin: 40px 20px 0;
}

@media screen and (max-width: 320px) {
  .typed_con .clm04 .kino_blc {
    margin: 40px 0 0;
  }
}

.typed_con .clm04 .clm04_img {
  margin-left: 40px;
}

.typed_con .clm05 {
  background-color: #fff;
  background-image: url(../img/hdr_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 40px 0 0px;
}

.typed_con .clm05 .clm {
  padding: 0 33px;
}

.typed_con .clm05 .ttl_blc h2 span {
  font-size: 33px;
  letter-spacing: 0.3em;
}

.typed_con .clm05 .lead {
  text-align: center;
  font-size: 16px;
  color: #004A90;
  font-weight: 700;
  margin: 20px 0;
}

.typed_con .clm06 {
  background-color: #004A90;
}