@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@media (max-width: 740px) {
  #pagetop {
    bottom: 60px;
  }
}

.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: #fff;
  text-align: center;
  font-size: 16px;
  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: 16px;
  color: #fff;
  background-color: #fff;
  transform: translateY(-50%) rotate(-15deg);
  position: absolute;
  left: 0;
  top: 53%;
}

.typed_con .y_line span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  color: #fff;
  background-color: #fff;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}

.typed_con .lineM span {
  display: inline;
  z-index: 1;
  background-image: linear-gradient(transparent 60%, #FFFCA5 0%);
}

.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;
  display: inline-block;
  padding: 0 8px;
  position: relative;
  line-height: 1;
  z-index: 1;
}

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

.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: 100%;
  aspect-ratio: 16/9;
}

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

.typed_con #movie .mv_item {
  padding: 0 0 40px 0;
}

.typed_con #movie .mv_item h2 {
  margin-bottom: 5px;
}

.typed_con #movie .mv_item .note {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.typed_con #movie .mv_item .item_blc {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
  margin-top: 20px;
}

.typed_con #movie .mv_item .item_blc .box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 10px;
  width: calc(50% - 7px);
}

.typed_con #movie .mv_item .item_blc .item_name {
  font-size: 14px;
  min-height: 3em;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 320px) {
  .typed_con #movie .mv_item .item_blc .item_name {
    font-size: 4vw;
  }
}

.typed_con #movie .mv_item .item_blc .item_price {
  font-size: 11px;
  text-align: left;
}

.typed_con #movie .mv_item .item_blc .item_price span {
  font-size: 15px;
  display: inline-block;
}

@media screen and (max-width: 320px) {
  .typed_con #movie .mv_item .item_blc .item_price {
    font-size: 2.5vw;
  }

  .typed_con #movie .mv_item .item_blc .item_price span {
    font-size: 4vw;
  }
}

.typed_con .btn_area {
  max-width: 344px;
  margin: 0 auto;
  padding: 0 0 80px;
  z-index: 5;
}

.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;
  height: 57px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.typed_con .btn_area .btn_online span {
  color: #fff;
  font-size: 14px;
  position: relative;
  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_area .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_area .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_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;
  margin: 15px 0 10px;
  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 {
  font-size: 14px;
  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;
  margin-left: 20px;
  font-weight: 500;
}

@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 {
  background-color: #FDF7EB;
}

.typed_con #movie .mv_blc {
  background-image: linear-gradient(to bottom, transparent 48%, rgba(251, 119, 43, 0.568627451) 48%);
  padding-bottom: 50px;
  margin-bottom: 0;
}

.typed_con #movie .mv_item {
  background-color: rgba(251, 119, 43, 0.568627451);
}

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

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

.typed_con .clm h1 {
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}

.typed_con .clm h2 {
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}

.typed_con .clm02 img {
  max-width: 443px;
}

.typed_con .clm02 .y_line span {
  color: #EA6C25;
  line-height: 1.4;
}

.typed_con .clm02 .y_line span::before {
  background-color: #EA6C25;
  height: 38px;
  transform: translateY(-50%) rotate(-25deg);
}

.typed_con .clm02 .y_line span::after {
  background-color: #EA6C25;
  height: 38px;
  transform: translateY(-50%) rotate(25deg);
}

.typed_con .clm02 .kino_blc {
  padding: 40px 15px;
  margin: 20px 22px;
  background-color: #ffffff;
  background-image: url(/shimamura/res/type_d/clean-boots2025aw/img/kino_box_lineUp.png), url(/shimamura/res/type_d/clean-boots2025aw/img/kino_box_lineDwn.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.typed_con .clm02 .kino_blc .box {
  display: flex;
  align-items: center;
}

.typed_con .clm02 .kino_blc .box .ico_box {
  width: 38%;
  display: flex;
  justify-content: space-between;
  gap: 10px 0;
}

.typed_con .clm02 .kino_blc .box .ico_box>div {
  width: calc(50% - 5px);
}

.typed_con .clm02 .kino_blc .box .ico_box>div p {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 2px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm02 .kino_blc .box .ico_box>div p {
    font-size: 2.5vw;
  }
}

.typed_con .clm02 .kino_blc .box .txt_box {
  width: 62%;
  padding-left: 15px;
}

.typed_con .clm02 .kino_blc .box .txt_box p {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 430px) {
  .typed_con .clm02 .kino_blc .box .txt_box p {
    font-size: 5vw;
  }
}

.typed_con .clm02 .imgR img {
  position: relative;
  left: -40px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm02 .imgL img {
    max-width: calc(100% + 40px);
  }

  .typed_con .clm02 .imgR img {
    max-width: calc(100% + 40px);
    left: -40px;
  }
}

.typed_con .clm02 .point_blc {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  margin-top: 50px;
  position: relative;
}

.typed_con .clm02 .point_blc .ico_point {
  display: inline-block;
  position: absolute;
  top: -17px;
  left: -13px;
}

.typed_con .clm02 .point_blc .p_ttl {
  display: inline-block;
  margin-bottom: 20px;
}

.typed_con .clm02 .point_blc .p_ttl>span {
  font-size: 26px;
  font-weight: 700;
  color: #EA6C25;
  background-image: linear-gradient(to bottom, transparent 63%, #FFF689 0%);
}

.typed_con .clm02 .point_blc .p_ttl>span .txt_g {
  color: #21ADA9;
}

.typed_con .clm02 .point_blc ul li {
  font-size: 16px;
  font-weight: 700;
  background-image: url(/shimamura/res/type_d/clean-boots2025aw/img/ico_checkG.jpg);
  background-repeat: no-repeat;
  background-size: 37px auto;
  background-position: left center;
  padding-left: 45px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
}

.typed_con .clm02 .point_blc ul li:first-child {
  background-image: url(/shimamura/res/type_d/clean-boots2025aw/img/ico_checkO.jpg);
}

.typed_con .clm02 .point_blc.point02 .p_ttl>span {
  color: #2F70B8;
}

.typed_con .clm03 {
  background-color: rgba(251, 119, 43, 0.568627451);
}