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

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

@media screen and (max-width: 430px) {
  .typed_con .btn_area {
    padding: 0px 13px 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;
}

.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;
  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: #000000;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
  padding-left: 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 .bg01 {
  background-image: url(/shimamura/res/type_d/fh-rug2025aw/img/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 60px;
}

.typed_con .bg02 {
  background-color: #FFBCD0;
}

.typed_con .bg03 {
  background-color: #98D6D4;
}

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

.typed_con .clm .mv_blc .y_line {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.typed_con .clm .mv_blc .y_line span {
  color: #333333;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.typed_con .clm .mv_blc .y_line span::before {
  transform: translateY(-50%) rotate(-21deg);
  background-color: #333333;
  height: 16px;
  width: 1.5px;
}

.typed_con .clm .mv_blc .y_line span::after {
  background-color: #333333;
  height: 16px;
  width: 1.5px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm .mv_blc .y_line {
    font-size: 4.4vw;
  }

  .typed_con .clm .mv_blc .y_line span {
    font-size: 4vw;
  }
}

.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;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.typed_con .clm .mvItem_blc h2 span {
  color: #000000;
  font-size: 14px;
  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: 0 22px;
}

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

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

.typed_con .clm .clm_lnk .lead {
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .clm_lnk .lead {
    font-size: 6vw;
  }
}

.typed_con .clm .clm_lnk .lnk_blc {
  position: relative;
}

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

.typed_con .clm .clm_lnk .lnk_blc ul li {
  width: calc(50% - 7px);
  border-radius: 10px;
  overflow: hidden;
}

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

.typed_con .clm .clm_lnk .lnk_blc .ico {
  position: relative;
  top: -35px;
}

.typed_con .clm .clm_con {
  position: relative;
  padding: 60px 0 80px;
}

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

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

.typed_con .clm .clm_con h2 span {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 32px;
  font-style: normal;
  letter-spacing: -2px;
  color: #E84072;
}

.typed_con .clm .clm_con .img_box>p {
  margin-top: 20px;
}

.typed_con .clm .clm_con .icon_box {
  margin-top: 40px;
}

.typed_con .clm .clm_con .icon_box h3 {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-color: #E84072;
  padding: 10px 40px;
  line-height: 1;
  border-radius: 100px;
  margin-bottom: 20px;
}

.typed_con .clm .clm_con .icon_box .note {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.typed_con .clm .clm_con .icon_box .mini_icon {
  display: flex;
  margin-bottom: 15px;
}

.typed_con .clm .clm_con .icon_box .mini_icon.lst {
  position: relative;
  top: -40px;
  margin-bottom: 0;
}

.typed_con .clm .clm_con .icon_box .mini_icon .box {
  width: 50%;
  display: flex;
  padding-left: 3px;
}

.typed_con .clm .clm_con .icon_box .mini_icon .box:first-child {
  padding-left: 0;
  padding-right: 3px;
}

.typed_con .clm .clm_con .icon_box .mini_icon .box .ico {
  width: 32%;
}

.typed_con .clm .clm_con .icon_box .mini_icon .box .ico p {
  font-size: 8px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-top: 3px;
}

.typed_con .clm .clm_con .icon_box .mini_icon .box .ico p.lng {
  text-align: left;
}

.typed_con .clm .clm_con .icon_box .mini_icon .box .txt {
  width: 68%;
  text-align: left;
  padding-left: 8px;
}

.typed_con .clm .clm_con .icon_box .mini_icon .box .txt p {
  line-height: 1.3;
  font-size: 12px;
  font-weight: 500;
}

.typed_con .clm .clm_con .note_box {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 15px;
  margin-top: 40px;
  margin: 30px 0 20px;
}

.typed_con .clm .clm_con .note_box .ttl {
  font-size: 18px;
  border-bottom: 1px solid #000000;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 10px;
  text-align: center;
}

.typed_con .clm .clm_con .note_box .sub_ttl {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.typed_con .clm .clm_con .note_box p {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}

.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 .clm_con.clm02 h2 span {
  color: #23B5B1;
}

.typed_con .clm .clm_con.clm02 .icon_box h3 {
  background-color: #23B5B1;
}