@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

h1.img {
  box-shadow: 0 0 0 2em #f4aab9;
}

.typed_con {
  background-color: #005BAC;
}

@media screen and (max-width: 430px) {
  .typed_con .btn_area {
    padding: 0px 10px 40px;
  }
}

.typed_con .btn_area {
  max-width: 344px;
  margin: 0 auto;
  padding: 0px 0 40px;
}

@media screen and (max-width: 364px) {
  .typed_con .btn_area {
    padding: 40px 13px;
  }
}

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

.typed_con .btn_area .note {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
}

.typed_con .btn_online {
  background-color: #C7002F;
  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;
}

.typed_con .btn_online span {
  color: #fff;
  margin-left: -30px;
  padding-left: 30px;
  position: relative;
}

.typed_con .btn_online span::before {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_cart.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.typed_con .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_store span {
  color: #000;
  background-image: url(/shimamura/res/type_d/common/img/ico_shop.svg) !important;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 30px;
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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_lineup {
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  height: 57px;
  border: solid 1px #000;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  margin-top: 16px;
  padding: 20px 14px;
}

.typed_con .btn_lineup span {
  color: #000;
  position: relative;
  padding-right: 25px;
}

.typed_con .btn_lineup span::after {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_arrw_btm_bk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
}

@media (max-width: 414px) {

  .typed_con .btn_online,
  .typed_con .btn_store,
  .typed_con .btn_lineup {
    font-size: 4vw !important;
  }
}

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

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

@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc {
    padding: 20px 0 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: 388px;
  height: 217px;
}

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

.typed_con #movie.movie_blc_h .mv_blc iframe {
  height: 710px;
}

.typed_con .con_frm {
  background-image: url(/shimamura/res/type_d/spcool2025ss/img/bg_con.jpg);
  max-width: 414px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: bottom center;
}

@media screen and (max-width: 430px) {
  .typed_con .con_frm {
    max-width: 100vw;
  }
}

.typed_con .innr {
  padding: 0 13px;
}

.typed_con .clm {
  position: relative;
  padding: 0;
}

.typed_con .box_w {
  background-color: #fff;
  background-image: url(/shimamura/res/type_d/spcool2025ss/img/box_top_img.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 40px 22px 30px;
  max-width: 399px;
  margin: 0 auto;
}

@media screen and (max-width: 375px) {
  .typed_con .box_w {
    padding: 30px 13px 30px;
  }
}

.typed_con .box_w h2 {
  color: #005BAC;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding: 10px 0;
  margin-bottom: 40px;
  background-image: url(/shimamura/res/type_d/spcool2025ss/img/ttl_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: inline-block;
  width: 180px;
}

.typed_con .box_w h4 {
  line-height: 1;
  margin-bottom: 20px;
}

.typed_con .box_w .ico_blc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

.typed_con .box_w .ico_blc .ico {
  width: 73px;
}

.typed_con .box_w .ico_blc .txt {
  width: calc(100% - 73px);
  padding-left: 15px;
}

.typed_con .box_w .ico_blc .txt p {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

.typed_con .box_w .ico_blc .txt p.ttl {
  font-size: 18px;
  font-weight: 600;
  color: #005BAC;
}

.typed_con .box_w .ico_blc .txt p span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.typed_con .box_w .ico_blc.ico02 .ico {
  width: 155px;
  display: flex;
  justify-content: space-between;
}

.typed_con .box_w .ico_blc.ico02 .txt {
  width: calc(100% - 155px);
}

.typed_con .box_w .cate_blc {
  margin-top: 50px;
}

.typed_con .box_w .cate_blc:first-child {
  margin-top: 0;
}

.typed_con .box_w .mve_img_blc_btm {
  margin: 40px 0 10px;
}

.typed_con .box_w .mve_img_blc_btm .note {
  text-align: left;
  font-size: 14px;
  margin: 40px 0;
}

.typed_con .box_w .mve_img_blc_btm .btn_area {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.typed_con .box_w .mve_img_blc_btm .btn_area a {
  background-color: #E8589C;
  border: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background-image: url(/shimamura/res/type_d/spcool2025ss/img/ico_arrwll.svg);
  background-size: 9px auto;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.typed_con .box_w .mve_img_blc_btm .btn_area a span {
  color: #fff;
  background-image: none !important;
  padding: 10px 0;
}

.typed_con .clm01 {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(/shimamura/res/type_d/spcool2025ss/img/bg_hdr.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top -220px center;
}

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

.typed_con .clm01 .bgA {
  padding-top: 30px;
}

.typed_con .clm01 .item_blc .innr {
  padding-top: 50px;
}

.typed_con .clm01 .item_blc .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.typed_con .clm01 .item_blc .item>div {
  width: calc(50% - 10px);
  position: relative;
}

.typed_con .clm01 .item_blc .item>div:nth-child(odd) {
  margin-right: 20px;
}

.typed_con .clm01 .item_blc .item>div:last-child {
  margin-right: 0;
}

.typed_con .clm01 .item_blc .item>div:last-child p.item_name {
  height: auto;
}

.typed_con .clm01 .item_blc .item>div .ico {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.typed_con .clm01 .item_blc .item>div p {
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}

.typed_con .clm01 .item_blc .item>div p.item_name {
  font-size: 14px;
  margin: 10px 0 10px;
  height: 1.7em;
}

.typed_con .clm01 .item_blc .item>div p.item_price {
  font-size: 10px;
}

.typed_con .clm01 .item_blc .item>div p.item_price span {
  font-size: 14px;
  font-weight: 700;
}

.typed_con .clm01 .btn_area {
  padding: 30px 0 10px;
}

.typed_con .clm02.add2507 {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(/shimamura/res/type_d/spcool2025ss/img/bg_hdr.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top -220px center;
}

.typed_con .clm02.add2507 h1 {
  margin-bottom: 20px;
}

.typed_con .clm02.add2507 .innr {
  padding-top: 50px;
}

.typed_con .clm02 .innr {
  padding-top: 70px;
}

.typed_con .clm02 .box_w {
  padding: 0;
}

.typed_con .clm02 .box_w .cate_blc {
  background-image: url(/shimamura/res/type_d/spcool2025ss/img/clm02_bg.png);
  background-size: 100% auto;
  background-position: bottom 30px center;
  background-repeat: no-repeat;
  padding: 40px 22px 30px;
}

.typed_con .clm02 .box_w .cate_blc .mve_img_blc img {
  margin-bottom: 30px;
}

.typed_con .clm02 h2 {
  margin-bottom: 15px;
}

.typed_con .clm03 .innr {
  margin: 50px 13px 20px;
  padding: 20px 0 10px;
}

.typed_con .clm03 .innr h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.typed_con .clm03 .innr p {
  font-size: 14px;
}

.typed_con .clm03 .innr p span {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(transparent 50%, #ffffff 50%);
  margin-right: 3px;
}

.typed_con .clm03 .innr .come {
  font-size: 12px;
}

.typed_con .clm03 .anc_blc {
  margin-top: 15px;
}

.typed_con .clm03 .anc_blc ul {
  display: flex;
  justify-content: space-between;
}

.typed_con .clm03 .anc_blc ul li {
  width: calc(50% - 10px);
}

.typed_con .clm03 .anc_blc ul li a {
  display: inline-block;
  background-color: #BADBFF;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  color: #005BAC;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  position: relative;
}

.typed_con .clm03 .anc_blc ul li a::after {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/spcool2025ss/img/ico_arrw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.typed_con .clm03 .anc_box {
  margin-top: 30px;
  padding: 50px 0 0;
  background-image: url(/shimamura/res/type_d/spcool2025ss/img/anc_box_bg.png);
  background-size: 211px auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.typed_con .clm03 .anc_box .ttl_box h3 {
  background-color: #005BAC;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  position: relative;
  margin-bottom: 40px;
}

.typed_con .clm03 .anc_box .ttl_box h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}

.typed_con .clm03 .anc_box .ttl_box h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.typed_con .clm03 .item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.typed_con .clm03 .item_box.solo {
  display: block;
}

.typed_con .clm03 .item_box.solo>div {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 60px !important;
}

.typed_con .clm03 .item_box>div {
  width: calc(50% - 5px);
  position: relative;
  margin-bottom: 50px;
  position: relative;
}

.typed_con .clm03 .item_box>div:nth-child(odd) {
  margin-right: 10px;
}

.typed_con .clm03 .item_box>div .ttl {
  font-size: 12px;
  color: #005BAC;
  background-color: #BADBFF;
  border-radius: 100px;
  display: inline-block;
  padding: 3px 13px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

.typed_con .clm03 #anc02 {
  border-bottom: 1px dashed #707070;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.typed_con .clm03 #anc03 {
  background-image: none;
  padding: 10px 0 0;
}

.typed_con .clm03 #anc03 .point_box {
  margin: 30px 0 20px;
}

.typed_con .point_box {
  background-color: rgba(184, 209, 237, 0.2);
  border-radius: 10px;
  padding: 60px 13px 20px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
}

.typed_con .point_box h4 {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 75%;
}

.typed_con .point_box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}

.typed_con .point_box dl dt {
  width: 54px;
  font-size: 14px;
  font-weight: 600;
}

.typed_con .point_box dl dd {
  width: calc(100% - 54px);
  padding-left: 15px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.typed_con .point_box dl dd span {
  font-size: 18px;
  background: linear-gradient(transparent 55%, #EAC675 45%);
}

.typed_con .point_box .note {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 13px;
}

.typed_con .dry_box {
  margin-bottom: 3dvh;
}

.typed_con .btn_area {
  position: relative;
  max-width: 100%;
}

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