@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@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: #007FC8;
  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: #007FC8;
  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: #007FC8;
  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;
  margin-top: 20px;
  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 .con_bg_grd {
  background-image: linear-gradient(#002883, #005FAD, #C9E8FF);
  padding-bottom: 40px;
}

.typed_con .con_frm {
  max-width: 414px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: bottom center;
}

@media screen and (max-width: 414px) {
  .typed_con .con_frm {
    overflow: hidden;
  }
}

@media screen and (max-width: 430px) {
  .typed_con .con_frm {
    max-width: 100vw;
  }
}

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

.typed_con .hdr {
  padding: 30px 0;
}

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

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

.typed_con .hdr h1 span {
  display: block;
}

.typed_con .hdr h1 span.txt01 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.typed_con .hdr h1 span.txt02 {
  color: #FCE633;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr h1 span.txt01 {
    font-size: 5.5vw;
  }

  .typed_con .hdr h1 span.txt02 {
    font-size: 6.7vw;
  }
}

.typed_con .hdr p {
  font-size: 12px;
  color: #fff;
}

.typed_con .hdr .mv_blc .dummy span {
  width: 100%;
  display: block;
}

.typed_con .clm {
  position: relative;
  padding: 40px 0 20px;
}

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

.typed_con .clm h2 span {
  color: #fff;
  background-color: #007FC8;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  border: 2px solid #fff;
  padding: 10px 30px 13px;
  border-radius: 100px;
}

.typed_con .clm h3 {
  margin-bottom: 30px;
}

.typed_con .clm h3 span {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 7px;
  color: #fff;
  font-style: italic;
  border-bottom: 2px solid #fff;
}

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

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

.typed_con .item_box .txt_blc {
  width: calc(61% - 15px);
}

.typed_con .item_box .txt_blc p {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  color: #fff;
}

.typed_con .item_box .txt_blc p.item_price {
  font-size: 13px;
  color: #fff;
}

.typed_con .item_box .txt_blc p.item_price span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 430px) {
  .typed_con .item_box .txt_blc p {
    font-size: 4.2vw;
  }

  .typed_con .item_box .txt_blc p.item_price {
    font-size: 3vw;
  }

  .typed_con .item_box .txt_blc p.item_price span {
    font-size: 4.4vw;
  }
}

@media screen and (max-width: 374px) {
  .typed_con .item_box .txt_blc p {
    font-size: 4.4vw;
  }

  .typed_con .item_box .txt_blc p.item_price {
    font-size: 3vw;
  }

  .typed_con .item_box .txt_blc p.item_price span {
    font-size: 4.4vw;
  }
}

.typed_con .btm_bg {
  background-image: url(../img/bg_con.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top 200px center;
  padding-bottom: 0px;
}

.typed_con .clm01 {
  padding-top: 40px;
}

.typed_con .clm01 h2 {
  margin-bottom: 10px;
}

.typed_con .clm01 .mv_blc {
  padding: 10px 0 0;
}

.typed_con .clm01 .item_blc {
  padding: 60px 14px 40px;
}

.typed_con .box_w {
  background-color: #fff;
  background-size: 100% auto;
  padding: 20px 29px 20px;
  border-radius: 10px;
  max-width: 388px;
  margin: 0 auto;
}

@media screen and (max-width: 374px) {
  .typed_con .box_w {
    padding: 30px 13px 30px;
  }
}

.typed_con .clm03 .innr {
  position: relative;
}

.typed_con .clm03 .innr .ico_sn {
  position: absolute;
}

.typed_con .clm03 .innr .lnk_blc {
  display: flex;
  gap: 0 12px;
  padding-top: 60px;
}

.typed_con .clm03 .innr .lnk_blc .btn {
  width: calc((100% - 12px) / 2);
  background-color: #C9E8FF;
  border-radius: 10px;
  min-height: 152px;
  position: relative;
}

.typed_con .clm03 .innr .lnk_blc .btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.typed_con .clm03 .innr .lnk_blc .btn img {
  position: absolute;
  left: 50%;
  top: -39px;
  transform: translateX(-50%);
}

.typed_con .clm03 .innr .lnk_blc .btn .btm_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 0 10px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  border-radius: 0 0 10px 10px;
  background-image: linear-gradient(to bottom, #0098DA, #7DCEF4);
}

.typed_con .clm03 .innr .lnk_blc .btn:nth-child(2) .btm_box {
  background-image: linear-gradient(to right, #014EA1, #E07420);
}

.typed_con .clm02 .innr .cate_blc {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 0;
  margin-bottom: 20px;
}

.typed_con .clm02 .innr .cate_blc .cate {
  width: 31.95%;
  width: 31.8%;
  margin-right: 2.3%;
  background-color: #fff;
  border-radius: 8px;
  height: 60px;
  position: relative;
}

.typed_con .clm02 .innr .cate_blc .cate:nth-child(3n) {
  margin-right: 0;
}

.typed_con .clm02 .innr .cate_blc .cate span {
  width: 100%;
  color: #002883;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.typed_con .clm03 .innr {
  position: relative;
}

.typed_con .clm03 .innr .ico_sn {
  position: absolute;
}

.typed_con .clm03 .innr .ico_sn01 {
  top: -10px;
  left: 0px;
  transform: rotate(-180deg);
}

.typed_con .clm03 .innr .ico_sn02 {
  top: -20px;
  right: 10px;
}

.typed_con .clm04 {
  position: relative;
  padding: 0 0 0;
}

.typed_con .clm04 .anime {
  position: absolute;
  top: 179px;
  right: 27px;
  width: 200px;
  height: auto;
}

@media screen and (max-width: 430px) {
  .typed_con .clm04 .anime {
    width: 48.3vw;
    top: 43vw;
    right: 7vw;
  }
}

@media screen and (max-width: 374px) {
  .typed_con .clm04 .anime {
    top: 43vw;
  }
}

.typed_con .clm05 {
  position: relative;
}

.typed_con .clm05 .anime {
  position: absolute;
  top: 187px;
  right: 27px;
  width: 200px;
  height: auto;
}

.typed_con .clm05 .anime.btm {
  top: 449px;
  right: 27px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm05 .anime {
    width: 48.3vw;
    top: 45.5vw;
    right: 7vw;
  }

  .typed_con .clm05 .anime.btm {
    top: 109.5vw;
    right: 7vw;
  }
}

@media screen and (max-width: 374px) {
  .typed_con .clm05 .anime {
    top: 47.5vw;
  }

  .typed_con .clm05 .anime.btm {
    top: 111.5vw;
  }
}

.typed_con .clm05 ul {
  padding: 0 23px;
  margin-top: -20px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm05 ul {
    margin-top: -4vw;
  }
}

.typed_con .clm05 ul li {
  font-size: 14px;
  text-align: left;
}

.typed_con .clm06 .kino_blc {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 15px;
}

.typed_con .clm06 .kino_blc .kino_ico {
  width: 18.61%;
}

.typed_con .clm06 .kino_blc .kino_txt {
  width: calc(81.39% - 15px);
}

.typed_con .clm06 .kino_blc .kino_txt p {
  background-image: none;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.typed_con .clm06 .ttl {
  text-align: left;
  font-size: 17px;
  color: #002883;
  font-weight: 700;
  margin: 20px 0 10px;
}

.typed_con .clm06 .ttl img {
  margin-right: 10px;
}

.typed_con .clm06 .box_w {
  border-radius: 0;
}

.typed_con .clm07 {
  background-color: #C9E8FF;
}

.typed_con .clm07 .lead {
  margin-bottom: 20px;
}

.typed_con .clm07 .lead span {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 3px dashed #0057A7;
  padding-bottom: 1px;
  background-image: linear-gradient(#002883, #0074BD);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typed_con .clm07 .box {
  background-color: #fff;
  margin-bottom: 30px;
}

.typed_con .clm07 .box dl {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  gap: 0 15px;
}

.typed_con .clm07 .box dl dt {
  font-size: 20px;
  font-weight: 700;
  color: #007FC8;
  text-align: left;
  width: 8em;
}

.typed_con .clm07 .box dl dd {
  width: calc(100% - 8em - 15px);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  color: #555555;
}

@media screen and (max-width: 430px) {
  .typed_con .clm07 .box dl dt {
    font-size: 5vw;
  }

  .typed_con .clm07 .box dl dd {
    font-size: 3.8vw;
  }
}

@media screen and (max-width: 374px) {
  .typed_con .clm07 .box dl dt {
    font-size: 4.8vw;
  }

  .typed_con .clm07 .box dl dd {
    font-size: 3.7vw;
  }
}

.typed_con .clm07 .box.lst dl dt {
  width: 5em;
}

.typed_con .clm07 .box.lst dl dd {
  width: calc(100% - 5em - 15px);
}

.typed_con .btn_bg {
  background-color: #007FC8;
}

.typed_con .clm100 {
  max-width: 1200px;
  margin: 40px auto;
}

.typed_con .clm100 h3 span {
  color: #333;
  font-style: normal;
  font-size: 28px;
  font-weight: bold;
}

.typed_con .clm100 .bnr_blc {
  display: flex;
  gap: 0 50px;
}

.typed_con .clm100 .bnr_blc .bnr {
  width: calc((100% - 100px) / 3);
}

.typed_con .clm100 .bnr_blc .bnr p {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 430px) {
  .typed_con .clm100 {
    margin: 40px auto 20px;
    padding: 0 13px;
  }

  .typed_con .clm100 .bnr_blc {
    display: block;
  }

  .typed_con .clm100 .bnr_blc .bnr {
    width: 100%;
    margin-bottom: 20px;
  }

  .typed_con .clm100 .bnr_blc .bnr p {
    font-size: 4vw;
  }
}