@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.typed_con {
  background-color: #EA4A3F;
}

.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: #EA4A3F;
  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 img {
  transform: translateY(-8px);
}

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

.typed_con .lineM span {
  color: #EA4A3F;
  font-size: 34px;
  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: 20px;
  background-color: #FFEC00;
  position: absolute;
  bottom: -7px;
  left: 0;
  z-index: -1;
}

.typed_con #movie {
  text-align: center;
}

.typed_con #movie h2 {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  line-height: 1;
}

.typed_con #movie h2 span {
  font-size: 24px;
  background-color: #EA4A3F;
  display: inline-block;
  padding: 0 8px;
  position: relative;
  line-height: 1;
  z-index: 1;
}

.typed_con #movie .mv_blc {
  margin-bottom: 50px;
}

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

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

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

.typed_con .btn_area {
  padding: 0 0 80px;
  z-index: 5;
}

.typed_con .btn_area.btm {
  padding: 80px 0 80px;
}

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

.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;
  border: 2px solid #ffffff;
}

.typed_con .btn_area .btn_online span {
  color: #fff;
  position: relative;
  display: inline-block;
  top: 50%;
  left: 0;
  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: 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_area .btn_lineup span {
  color: #000;
  position: relative;
}

.typed_con .btn_area .item_search {
  margin: 30px 0 20px;
  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 {
  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 .note {
  font-size: 11px;
  color: #fff;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
  padding-left: 20px;
}

@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 .bg01 {
  background-image: url(/shimamura/res/type_d/fh-slippers2025aw/img/bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 150px;
}

.typed_con .bg02 {
  position: relative;
}

.typed_con .bg02:before {
  content: "";
  display: block;
  background-image: url(/shimamura/res/type_d/fh-slippers2025aw/img/bg02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height: 460px;
  position: absolute;
  top: -100px;
}

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

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

.typed_con .clm h1 span {
  font-size: 31px;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}

.typed_con .clm h1 span.sub {
  font-size: 18px;
  color: #EA4A3F;
}

.typed_con .clm h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

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

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

.typed_con .clm .lead {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.typed_con .clm .ico_blc {
  margin: 20px auto 0;
}

.typed_con .clm .ico_blc dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.typed_con .clm .ico_blc dl:not(:last-child) {
  margin-bottom: 15px;
}

.typed_con .clm .ico_blc dl dt {
  width: 58px;
  margin-bottom: 10px;
}

.typed_con .clm .ico_blc dl dt img:not(:last-child) {
  margin-bottom: 10px;
}

.typed_con .clm .ico_blc dl dd {
  text-align: left;
  width: calc(100% - 58px - 15px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 15px;
}

.typed_con .clm .mvItem_blc {
  margin-bottom: 50px;
}

.typed_con .clm .mvItem_blc h2 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.typed_con .clm .mvItem_blc h2 span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
}

.typed_con .clm .item_blc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 14px;
}

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

.typed_con .clm .item_blc .item_box .img_box img.dummy {
  width: 140px;
  height: 140px;
  border-radius: 10px;
}

.typed_con .clm .item_blc .item_box .txt_box {
  text-align: left;
  padding-top: 10px;
}

.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_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;
  font-size: 14px;
}

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

.typed_con .clm .box_w .box_w_con {
  padding: 60px 22px 10px;
}

.typed_con .clm .box_w .lead {
  font-size: 16px;
  text-align: center;
}

.typed_con .clm .clm_lnk .lnk_blc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 14px;
}

.typed_con .clm .clm_lnk .lnk_blc li {
  width: calc(50% - 7px);
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ffffff;
  overflow: hidden;
}

.typed_con .clm .clm_lnk .lnk_blc li a {
  display: inline-block;
  width: 100%;
}

.typed_con .clm .clm_lnk .lnk_blc li h3 {
  background-color: #E84072;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  padding: 5px 0 10px;
  margin-bottom: 10px;
}

.typed_con .clm .clm_lnk .lnk_blc li h3 span {
  display: block;
  font-size: 13px;
  color: #fff;
}

.typed_con .clm .clm_lnk .lnk_blc li .ico_check {
  margin: 10px 0 15px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-color: #E84072;
  border-radius: 100px;
  line-height: 1;
  padding: 5px 15px 7px;
}

.typed_con .clm .clm_lnk .lnk_blc li:nth-child(2) h3 {
  background-color: #23B5B1;
}

.typed_con .clm .clm_lnk .lnk_blc li:nth-child(2) .ico_check {
  background-color: #23B5B1;
}

.typed_con .clm .clm_con {
  position: relative;
  padding-top: 100px;
}

.typed_con .clm .clm_con .ico_ttl {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.typed_con .clm .clm_con h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 26px;
  font-style: normal;
  letter-spacing: -2px;
}

.typed_con .clm .clm_con .k_ttl {
  margin: 20px 0 10px;
  font-size: 15px;
  font-weight: 500;
}

.typed_con .clm .clm_con .mini_icon {
  display: flex;
  justify-content: center;
  gap: 0 6px;
  margin: 10px 0 15px;
}

.typed_con .clm .clm_con .mini_icon span {
  display: block;
  font-size: 10px;
}

.typed_con .clm .clm_con .t_point {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding: 10px 0 20px 73px;
  padding: 0 0 0 65px;
  background-image: url(/shimamura/res/type_d/fh-slippers2025aw/img/ico_point.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  margin-bottom: 20px;
  min-height: 104px;
  position: relative;
}

.typed_con .clm .clm_con .t_point span {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-44%);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 430px) {
  .typed_con .clm .clm_con .t_point span {
    left: 17vw;
    font-size: 4.5vw;
    transform: translateY(-45%);
  }
}

.typed_con .clm .clm_con .ico_blc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px;
}

.typed_con .clm .clm_con .ico_blc .ico {
  width: 81px;
  margin-bottom: 20px;
}

.typed_con .clm .clm_con .ico_blc .txt {
  width: calc(100% - 81px);
  padding-left: 15px;
  text-align: left;
  margin-bottom: 20px;
}

.typed_con .clm .clm_con .ico_blc .txt p {
  line-height: 1.5;
}

.typed_con .clm .clm_con .btn_area {
  padding: 20px 0 40px;
}

.typed_con .clm .clm03 {
  padding-top: 150px;
}

.typed_con .clm .clm03 .img_ttl {
  position: absolute;
  top: -132px;
  left: 50%;
  transform: translateX(-50%);
  width: 314px;
}

.typed_con .clm .clm03 .box_w .box_w_con {
  padding: 120px 20px 1px;
}

.typed_con .clm .clm03 .y_lead {
  background-color: #FFEC00;
  border-radius: 100px;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 0px;
}

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