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

.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: #053462;
  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: #053462;
  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: #053462;
  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: 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_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;
}

.typed_con .con_kv {
  text-align: center;
  background-image: url(../img/bg_kv.jpg);
  background-size: cover;
}

.typed_con .con_kv .clm {
  padding: 60px 13px;
}

.typed_con .con_kv h1 {
  font-size: 27px;
  color: #053462;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

@media screen and (max-width: 320px) {
  .typed_con .con_kv h1 {
    font-size: 7vw;
  }
}

.typed_con .con_kv h1 img {
  margin-bottom: 5px;
}

.typed_con .con_kv p {
  font-size: 18px;
}

.typed_con .con_kv p.txt_min {
  color: #053462;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: -2px;
}

@media screen and (max-width: 320px) {
  .typed_con .con_kv p {
    font-size: 5vw;
  }

  .typed_con .con_kv p.txt_min {
    font-size: 8.5vw;
  }
}

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

.typed_con .mv_body #movie .mv_blc {
  position: relative;
  z-index: 5;
  padding: 0 13px;
}

.typed_con .mv_body #movie .item_blc {
  background-color: #fff;
  margin-top: -110px;
}

.typed_con .mv_body #movie .item_blc .clm {
  padding: 40px 24px;
}

.typed_con .mv_body #movie .item_blc .bg_g {
  background-color: rgba(5, 52, 98, 0.8);
  padding: 120px 0px 30px;
}

.typed_con .mv_body #movie .item_blc h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  line-height: 1;
  display: inline-block;
  padding: 10px 30px;
}

.typed_con .mv_body #movie .item_blc .box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.typed_con .mv_body #movie .item_blc .box .img_blc {
  width: 43%;
}

.typed_con .mv_body #movie .item_blc .box .txt_blc {
  width: 57%;
  padding: 12px 10px 18px;
  text-align: left;
}

.typed_con .mv_body #movie .item_blc .box .item_name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4em;
}

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

.typed_con .mv_body #movie .item_blc .box .item_price {
  font-size: 10px;
}

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

.typed_con .mv_body #movie .item_blc .box .item_price span {
  font-size: 15px;
  font-weight: 600;
}

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

.typed_con .mv_body #movie .item_blc .note {
  font-size: 12px;
  color: #fff;
  text-align: left;
}

.typed_con .con_bg {
  background-image: url(../img/bg_con.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-bottom: 60px;
}

.typed_con .btn_blc {
  background-color: rgba(5, 52, 98, 0.8);
}

.typed_con .btn_blc .clm {
  padding: 60px 37px;
}

.typed_con .box_w {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  text-align: center;
  border-top: 15px solid #053462;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.typed_con .box_w .btm_box {
  padding: 55px 24px 40px;
  position: relative;
}

@media screen and (max-width: 320px) {
  .typed_con .box_w .btm_box {
    padding: 55px 5.5vw 40px;
  }
}

.typed_con .box_w .btm_box .ico_p {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.typed_con .box_w .btm_box h3 {
  color: #053462;
  font-size: 18px;
  position: relative;
}

.typed_con .box_w .btm_box h3::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 74px;
  background-image: url(../img/ico_bfr.jpg);
  background-position: left center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.typed_con .box_w .btm_box h3::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 74px;
  background-image: url(../img/ico_aft.jpg);
  background-position: left center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.typed_con .box_w .btm_box h3 span {
  color: #053462;
  font-size: 27px;
  font-weight: 700;
  display: block;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 320px) {
  .typed_con .box_w .btm_box h3 {
    font-size: 4.5vw;
  }

  .typed_con .box_w .btm_box h3 span {
    font-size: 6vw;
  }
}

.typed_con .box_w .btm_box .lead {
  font-size: 16px;
  margin: 20px 0;
}

@media screen and (max-width: 430px) {
  .typed_con .box_w .btm_box .lead {
    font-size: 4vw;
  }
}

.typed_con .box_w .ico_box {
  background-color: rgba(255, 240, 237, 0.6);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-top: 10px;
}

.typed_con .box_w .ico_box.mt40 {
  margin-top: 40px;
}

.typed_con .box_w .ico_box .img_blc {
  width: 20%;
}

.typed_con .box_w .ico_box .txt_blc {
  width: calc(80% - 15px);
}

.typed_con .box_w .ico_box .txt_blc p {
  font-size: 14px;
  text-align: left;
}

.typed_con .box_w .ico_box .txt_blc p span {
  font-size: 10px;
}

.typed_con .box_w .ico_box .txt_blc p span.attn {
  vertical-align: top;
}

@media screen and (max-width: 320px) {
  .typed_con .box_w .ico_box .txt_blc p {
    font-size: 3.5vw;
  }

  .typed_con .box_w .ico_box .txt_blc p span {
    font-size: 2.5vw;
  }
}

.typed_con .box_w .attn_blc p {
  font-size: 10px;
  text-align: left;
}

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

.typed_con .clm01 h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid #053462;
  background-color: #053462;
  border-radius: 100px;
  line-height: 1;
  display: inline-block;
  padding: 10px 30px;
}

.typed_con .clm01 .lead {
  font-size: 26px;
  font-weight: 700;
  color: #053462;
  line-height: 1.4;
  margin-bottom: 15px;
}

.typed_con .clm01 .ico_raku {
  margin-bottom: 20px;
}

.typed_con .clm01 .btn_up {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
  gap: 0 3px;
}

.typed_con .clm01 .btn_up .box_btn {
  width: 33.3333333333%;
  max-width: 118px;
}

.typed_con .clm04 .box_w .btm_box {
  margin-top: 20px;
}

.typed_con .clm04 .box_w .btm_box h3 span {
  line-height: 1.2;
  letter-spacing: -2px;
}

.typed_con .clm04 .box_w .btm_box h3::before {
  height: 98px;
  background-image: url(../img/ico_bfr02.jpg);
}

.typed_con .clm04 .box_w .btm_box h3::after {
  height: 98px;
  background-image: url(../img/ico_aft02.jpg);
}

.typed_con .clm04 .box_w .btm_box .ico_p {
  top: -43px;
}

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