@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@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;
}

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

.typed_con * {
  color: #434445;
}

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

.typed_con .y_line {
  text-align: center;
}

.typed_con .y_line span {
  color: #00448D;
  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: #00448D;
  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: #00448D;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}

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

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

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

.typed_con #movie .mv_blc .dummy {
  width: 100%;
  max-width: 100%;
  height: 217px;
  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 .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;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.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 .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: 20px;
  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_area.i_search {
  padding-bottom: 50px;
}

.typed_con .btn_area.i_search .item_search {
  margin: 20px 0 0px;
  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.i_search .item_search span {
  font-size: 14px;
  color: #000000;
  position: relative;
  padding-right: 35px;
}

.typed_con .btn_area.i_search .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.i_search .note {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
}

.typed_con .btn_area.i_search .note.int {
  text-indent: -1em;
  margin-left: 1em;
}

.typed_con .item_search {
  margin: 20px 0 0px;
  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 {
  margin: 20px 0;
}

.typed_con .item_search_note p {
  color: #fff;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}

.typed_con .con_bg {
  background-image: linear-gradient(#004A90 0%, #000000 100%);
  padding-bottom: 50px;
}

.typed_con .clm {
  text-align: center;
}

.typed_con .clm_hd h1 {
  color: #fff;
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 200;
  margin-bottom: 0;
}

.typed_con .clm_hd h1 img {
  margin-bottom: 10px;
}

.typed_con .clm_hd .lead_img {
  margin: 10px 0;
}

.typed_con .clm_hd .lead {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4;
}

.typed_con .clm_hd .lead span.y_txt {
  color: #FFEF76;
  position: relative;
}

.typed_con .clm_hd .lead span.l_txt {
  font-size: 40px;
}

.typed_con .clm_hd .lead span.ico_note {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: 0;
}

.typed_con .clm_hd .note {
  padding: 0 14px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  margin: 40px 0;
}

.typed_con .mv_body #movie {
  position: relative;
}

.typed_con .mv_body #movie .mv_blc {
  padding: 0;
}

.typed_con .clm .clm_box {
  background-repeat: no-repeat;
  background-size: cover;
}

.typed_con .clm .clm_box h2 {
  margin-bottom: 0;
}

.typed_con .clm .clm_box .box_innr {
  padding: 20px 14px;
}

.typed_con .clm .clm_box .box_innr .check_img {
  margin-bottom: 5px;
}

.typed_con .clm .clm_box .box_innr .item_img {
  margin: 20px 0;
}

.typed_con .clm .clm_box .box_innr .item_name {
  font-size: 24px;
  font-weight: 700;
  color: #00448D;
  margin: 15px 0;
  line-height: 1.1em;
}

.typed_con .clm .clm_box .btn_area {
  padding: 20px 20px;
}

.typed_con .clm01 .clm_box {
  background-image: url(/shimamura/res/type_d/fd-mens2026ss/img/clm01_bg.png);
}

.typed_con .clm02 .clm_box {
  background-image: url(/shimamura/res/type_d/fd-mens2026ss/img/clm02_bg.png);
}

.typed_con .clm03 .anc_blc {
  padding: 0 34px;
}

.typed_con .clm03 .anc_blc h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.typed_con .clm03 .anc_blc .btn {
  display: flex;
  justify-content: center;
  gap: 1px 1px;
  flex-wrap: wrap;
}

.typed_con .clm03 .anc_blc .btn>div {
  flex: 1 1 calc(50% - 1px);
}

.typed_con .clm07_bg {
  background-image: url(/shimamura/res/type_d/fd-mens2026ss/img/clm07_bg03.png);
  background-repeat: no-repeat;
  background-position: center top 49px;
  background-size: 723px auto;
}

.typed_con .clm07.kino_con .ttl {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 7px;
  margin-bottom: 0px;
}

.typed_con .clm07.kino_con .lead03 {
  margin: 20px 0;
  color: #fff;
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}

.typed_con .clm07.kino_con .lead03 span {
  color: #fff;
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}

.typed_con .clm07.kino_con .lead04 {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}

.typed_con .clm07.kino_con .w_box {
  background-color: rgba(255, 237, 188, 0.8);
}

.typed_con .clm07.kino_con .w_box.img_book {
  margin-top: 40px;
  padding-bottom: 20px;
}

.typed_con .clm07.kino_con .w_box.img_book>div {
  margin-top: 20px;
}

.typed_con .kino_con {
  padding: 40px 27px;
}

.typed_con .kino_con h3 {
  margin-bottom: 20px;
}

.typed_con .kino_con .ttl {
  margin-bottom: 20px;
}

.typed_con .kino_con .txt_min {
  color: #fff;
  font-size: 20px;
  margin: 0 0 20px 0;
}

.typed_con .kino_con .bnr_box {
  margin-bottom: 20px;
}

.typed_con .kino_con .w_box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.typed_con .kino_con .w_box.grn {
  background-color: rgba(0, 142, 67, 0.8);
}

.typed_con .kino_con .w_box.grn .txt_min {
  font-size: 30px;
  line-height: 1.2;
}

.typed_con .kino_con .w_box.grn .note {
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
}

.typed_con .kino_con .w_box.img_box {
  padding: 30px 20px;
}

.typed_con .kino_con .w_box .ico_box {
  display: flex;
  align-items: center;
  gap: 0 15px;
}

.typed_con .kino_con .w_box .ico_box .ico {
  width: 19%;
}

.typed_con .kino_con .w_box .ico_box .txt {
  width: 81%;
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
  font-weight: 600;
}

.typed_con .kino_con .w_box .note {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
}

.typed_con .btn_blc {
  background-color: linear-gradient(#004A90 0%, #000000 100%);
  text-align: center;
}

.typed_con .btn_blc .clm {
  padding: 20px 37px 0;
}

.typed_con .bnr_blc img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}