.typed_con .con_nav {
  position: fixed;
  top: 100px;
  right: 0;
  border: 2px solid #fff;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  z-index: 5;
  right: -120%;
  opacity: 0;
  transition: 1s all;
}

.typed_con .con_nav.active {
  right: 0;
  opacity: 1;
}

.typed_con .con_nav>div {
  border-bottom: 2px solid #fff;
  width: 66px;
  height: 73px;
  position: relative;
}

.typed_con .con_nav>div:last-child {
  border: none;
}

.typed_con .con_nav>div a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.typed_con .con_nav>div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.typed_con .con_nav>div.sub_nav01 {
  background-color: #D13946;
}

.typed_con .con_nav>div.sub_nav02 {
  background-color: #1385C2;
}

.typed_con .con_nav>div.sub_nav03 {
  background-color: #EE8593;
}

.typed_con .con_nav>div.sub_nav04 {
  background-color: #F08321;
}

.typed_con .con_nav>div.sub_nav05 {
  background-color: #007F79;
}

.typed_con p {
  font-size: 16px;
}

.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: #000000;
  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::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #000000;
  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: #000000;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}

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

.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_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%;
  transform: translateY(-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: 17px;
  font-weight: 600;
  border: solid 1px #000;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  padding: 20px 14px;
}

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

.typed_con .btn_area .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_area .btn_online,
  .typed_con .btn_area .btn_store,
  .typed_con .btn_area .btn_lineup {
    font-size: 4vw !important;
  }
}

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

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

@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: 388px;
  height: 217px;
}

.typed_con #movie .mv_blc iframe.short {
  width: 316px;
  height: 565px;
}

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

.typed_con .lineM span {
  color: #000000;
  font-size: 15px;
  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: 8px;
  background-color: #FFEC00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

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

.typed_con #movie .mv_blc .dummy {
  width: 316px;
  height: 565px;
  margin: 0 auto;
}

.typed_con .con_head {
  padding: 20px 0 0;
}

.typed_con .con_head .bg01 {
  background-image: url(/shimamura/res/type_d/shimadeni-2025ss/img/bg01.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top 100px center;
  position: absolute;
  top: 400px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.typed_con .clm {
  position: relative;
  overflow: hidden;
  max-width: 414px;
  padding: 0 0 60px;
  text-align: center;
  margin: 0 auto;
}

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

.typed_con .clm h1 {
  text-align: left;
  margin-bottom: 20px;
  transform: translateX(-7px);
}

.typed_con .clm .box_w {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 25px 15px 15px;
  position: relative;
}

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

.typed_con .clm .item_blc .item {
  width: calc(50% - 5px);
  margin-bottom: 20px;
}

.typed_con .clm .item_blc .item:nth-child(odd) {
  padding-right: 5px;
}

.typed_con .clm .item_blc .item:nth-child(even) {
  padding-left: 5px;
}

.typed_con .clm .item_blc .item:last-child {
  padding: 0;
}

.typed_con .clm .item_blc .item img {
  margin: 10px 0;
}

.typed_con .clm .item_blc .item p {
  font-weight: 800;
  text-align: left;
  line-height: 1.4;
}

.typed_con .clm .item_blc .item .item_price {
  font-size: 10px;
  font-weight: 800;
}

.typed_con .clm .item_blc .item .item_price span {
  font-size: 14px;
  font-weight: 800;
  margin-left: 5px;
}

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

.typed_con .clm01 h2 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/shimamura/res/type_d/shimadeni-2025ss/img/bg_ttl.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 62.3%;
  margin: 0 auto;
  line-height: 1;
  padding: 10px 0 20px;
}

.typed_con .clm01 h2 span {
  line-height: 1;
  color: #115377;
  font-size: 20px;
}

.typed_con .clm02 {
  padding: 60px 0 0;
}

.typed_con .clm02 h2 {
  position: static;
  transform: none;
  background: none;
  transform: translateX(-30px);
}

.typed_con .anc_blc {
  background-image: url(/shimamura/res/type_d/shimadeni-2025ss/img/clm02_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0 0 30px 0;
  height: 167px;
  padding-top: 40px;
}

.typed_con .anc_blc h3 {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
}

@media screen and (max-width: 375px) {
  .typed_con .anc_blc h3 {
    top: -3px;
  }
}

.typed_con .anc_blc ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.typed_con .anc_blc ul li {
  margin-bottom: 25px;
  padding-right: 10px;
}

.typed_con .anc_blc ul li:nth-child(3),
.typed_con .anc_blc ul li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 375px) {
  .typed_con .anc_blc ul {
    margin-top: 2.5vw;
  }

  .typed_con .anc_blc ul img {
    height: 6.2vw;
    width: auto;
  }
}

.typed_con .con_bg {
  background-image: url(/shimamura/res/type_d/shimadeni-2025ss/img/bg_star.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 40px 0 20px;
  position: relative;
}

.typed_con .con_bg .innr {
  position: relative;
  z-index: 2;
}

.typed_con .con_bg::after {
  position: absolute;
  bottom: 60px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 300px;
  background-image: url(/shimamura/res/type_d/shimadeni-2025ss/img/bg_star.png);
  background-position: top center;
  background-size: cover;
  z-index: 0;
}

.typed_con .con_bg .btm_blc {
  background-image: url(/shimamura/res/type_d/shimadeni-2025ss/img/bg_jag.png);
  background-size: contain;
  position: relative;
  z-index: 2;
  padding: 30px 13px;
  margin-top: 30px;
}

.typed_con .clm03 {
  background-color: rgba(209, 57, 70, 0.8);
}

.typed_con .clm04 {
  background-color: rgba(19, 133, 194, 0.8);
}

.typed_con .clm05 {
  background-color: rgba(238, 133, 147, 0.8);
}

.typed_con .clm06 {
  background-color: rgba(240, 131, 33, 0.8);
}

.typed_con .clm07 {
  background-color: rgba(0, 127, 121, 0.8);
}

.typed_con .clm08 {
  background-color: #115377;
  padding: 40px 0;
}

.typed_con .clm08 .box_w {
  border: none;
  padding: 40px 15px;
}

.typed_con .clm08 h2 {
  margin-bottom: 20px;
}

.typed_con .clm08 .y_line {
  margin-top: 20px;
}

.typed_con .clm08 .y_line span {
  color: #115377;
  font-size: 20px;
  font-weight: 800;
}

.typed_con .clm08 .y_line span::before,
.typed_con .clm08 .y_line span::after {
  background-color: #115377;
}

.typed_con .clm08 .btn_area {
  padding: 40px 0 20px;
}