.typed_con {
  background-color: #FFEFE6;
}

.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: #D9160B;
  text-align: center;
  font-size: 19px;
  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: #D9160B;
  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: #D9160B;
  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;
}

.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;
  text-indent: -1em;
  margin-left: 1em;
}

.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;
  margin-top: 16px;
  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_store span {
  color: #000;
  background-image: url(/shimamura/res/type_d/common/img/ico_shop.svg) !important;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  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 {
  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;
  margin-top: 20px;
}

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

.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;
}

@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 .mv_blc {
  text-align: center;
  margin-bottom: 40px;
}

@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: 388px;
  height: 217px;
}

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

.typed_con .bg_con {
  padding: 20px 0 0px;
  margin-top: 30px;
  border-radius: 100px 100px 0 0;
  background-image: linear-gradient(to left, rgba(255, 137, 154, 0.4) 0%, rgba(251, 118, 43, 0.4) 100%);
}

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

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

@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;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}

.typed_con .clm h2 span {
  font-size: 14px;
  display: block;
  line-height: 1;
  font-weight: 500;
  margin-top: 5px;
}

.typed_con .clm h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 20px;
}

.typed_con .clm .lead {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0;
}

.typed_con .clm .item_blc {
  display: flex;
  justify-content: space-between;
  gap: 0 14px;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.typed_con .clm .item_blc .item_box {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  width: calc(50% - 7px);
  margin-bottom: 20px;
}

.typed_con .clm .item_blc .item_box .img_box {
  margin-bottom: 15px;
}

.typed_con .clm .item_blc .item_box .txt_box {
  text-align: left;
}

.typed_con .clm .item_blc .item_box .txt_box p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.typed_con .clm .item_blc .item_box .txt_box p.item_name {
  height: 5.5em;
}

.typed_con .clm .item_blc .item_box .txt_box p.item_price span {
  font-size: 10px;
}

.typed_con .clm .item_blc .item_box .txt_box .btn_area {
  padding-bottom: 0;
}

.typed_con .clm .item_blc .item_box .txt_box .btn_area .btn_online {
  height: auto;
  text-align: center;
}

.typed_con .clm .item_blc .item_box .txt_box .btn_area .btn_online span {
  position: static;
  transform: none;
  padding: 10px 0 10px 30px;
}

.typed_con .clm .item_blc .item_box:last-child .txt_box .item_name {
  height: auto;
}

.typed_con .clm .box_w {
  background-color: #fff;
  border-radius: 10px;
  padding: 22px;
  margin-top: 15px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .box_w {
    padding: 20px 10px;
  }
}

.typed_con .clm .box_w .ico_point {
  position: absolute;
  top: -26px;
  left: 10px;
}

.typed_con .clm .box_w .lft_7 {
  position: relative;
  left: -2%;
  max-width: 102%;
}

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

.typed_con .clm .box_w .note {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
}

.typed_con .clm .box_w .kino_blc {
  background-color: #FCD7DB;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}

.typed_con .clm .box_w .kino_blc .img_blc {
  width: 25%;
}

.typed_con .clm .box_w .kino_blc .txt_blc {
  width: 75%;
  padding-left: 20px;
}

.typed_con .clm .box_w .kino_blc .txt_blc p {
  text-align: left;
  font-size: 18px;
  color: #E2557F;
  font-weight: 600;
  line-height: 1.4;
}

.typed_con .clm .box_w .kino_blc.typeB {
  flex-wrap: wrap;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.typed_con .clm .box_w .kino_blc.typeB>div {
  margin-bottom: 10px;
}

.typed_con .clm .box_w .kino_blc.typeB .img_blc {
  width: 17.44%;
}

.typed_con .clm .box_w .kino_blc.typeB .txt_blc {
  width: 82.56%;
}

.typed_con .clm .box_w .kino_blc.typeB .txt_blc p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.typed_con .clm.clm02 {
  position: relative;
  padding-bottom: 200px;
}

.typed_con .clm.clm02 h2 {
  position: relative;
  z-index: 3;
}

.typed_con .clm.clm02 .btn01 {
  position: absolute;
  top: 179px;
  right: -18px;
}

.typed_con .clm.clm02 .btn02 {
  position: absolute;
  top: 254px;
  left: -5px;
}

.typed_con .clm.clm02 .btn03 {
  position: absolute;
  top: 343px;
  right: -2px;
}

@media screen and (max-width: 414px) {
  .typed_con .clm.clm02 {
    padding-bottom: 60vw;
  }

  .typed_con .clm.clm02 .btn_anc img {
    width: 61.24vw;
  }

  .typed_con .clm.clm02 .btn_anc.btn01 {
    top: auto;
    bottom: 41vw;
    right: -4.34vw;
  }

  .typed_con .clm.clm02 .btn_anc.btn02 {
    top: auto;
    bottom: 22vw;
    left: -8.1vw;
  }

  .typed_con .clm.clm02 .btn_anc.btn03 {
    top: auto;
    bottom: 0;
    right: -3vw;
  }
}

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

.typed_con .clm.clm03 .ico_new {
  display: inline-block;
  background-color: #E2557F;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}

.typed_con .clm.clm05 .line {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #707070;
}

.typed_con .clm.clm05 .lead {
  font-size: 20px;
  color: #D9160B;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 20px;
}

.typed_con .clm.clm05 .lead span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.typed_con .clm.clm05 .kino_blc {
  background-color: #FFE9D8;
}

.typed_con .clm.clm05 .kino_blc .txt_blc p {
  color: #ED7110;
}

.typed_con .clm.clm05 .kino_blc .txt_blc p span {
  color: #D9160B;
  font-weight: 600;
  display: block;
}

.typed_con .clm.clm05 .kino_blc.eco {
  margin-top: 20px;
}

.typed_con .clm.clm05 .kino_blc.eco .txt_blc p span {
  color: #000000;
}

.typed_con .clm.clm05 .kino_blc.eco .txt_blc p span.ico_txt {
  color: #000;
  font-weight: 400;
  display: inline;
  font-size: 11px;
  vertical-align: super;
}