.typed_con p {
  font-size: 16px;
  font-weight: 700;
}
.typed_con .innr {
  margin: 0 auto;
  padding: 0 10px;
}
.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 .y_line {
  text-align: center;
}
.typed_con .y_line span {
  color: #fff;
  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: #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: 20px;
  background-color: #fff;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}
.typed_con .btn_area {
  padding: 0 0 80px;
  max-width: 360px;
  margin: 0 auto;
}
.typed_con .btn_area p {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}
.typed_con .btn_area a {
  max-width: 360px;
}
.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%;
  left: 50%;
  transform: translate(-50%, -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;
  background-position: left center;
  padding: 10px 0 10px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  margin-left: auto;
}
.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;
}
.typed_con #movie h2 {
  margin-bottom: 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: 414px;
  height: 233px;
}
@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc iframe {
    width: 100%;
    height: 52vw;
  }
}
@media screen and (min-width: 601px) {
  .typed_con .innr.mv {
    padding: 0;
  }
}

.typed_con .minmin_blc {
  background-color: #1C1F7D;
}
.typed_con .minmin_blc .clm {
  max-width: 414px;
  padding: 0 0 40px;
  text-align: center;
  margin: 0 auto;
}
.typed_con .minmin_blc .clm h2 {
  background-image: url(../img/ttl_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  text-align: center;
  margin-bottom: 20px;
}
.typed_con .minmin_blc .clm h2 span {
  font-size: 22px;
  color: #BF9E48;
  display: inline-block;
  line-height: 1;
  background-color: #000;
  border-radius: 100px;
  padding: 20px 0;
  width: 290px;
}
.typed_con .minmin_blc .clm h3 {
  background-color: #BF9E48;
  color: #1C1F7D;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
}
.typed_con .minmin_blc .clm .note {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.typed_con .minmin_blc .clm .note a {
  color: #fff;
}
.typed_con .minmin_blc .clm .cate_img {
  margin: 20px 0 5px;
}
.typed_con .minmin_blc .clm .box_w {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}
.typed_con .minmin_blc .clm .box_w li {
  text-align: left;
  line-height: 1.4;
}
.typed_con .minmin_blc .clm .box_w .note {
  color: #020202;
  font-size: 10px;
  text-align: left;
}
.typed_con .minmin_blc .clm .box_w .item_img img {
  margin-bottom: 10px;
}
.typed_con .minmin_blc .clm .box_w .item_img .note {
  margin-bottom: 5px;
}
.typed_con .minmin_blc .clm .box_w .item_img .cate_name {
  display: inline-block;
  font-size: 16px;
  color: #13165A;
  border-radius: 100px;
  border: 1px solid #13165A;
  margin-bottom: 10px;
  width: 7em;
}
.typed_con .minmin_blc .clm .box_w .item_img img {
  margin-bottom: 20px;
}
.typed_con .minmin_blc .clm .box_w .type_img {
  margin-bottom: 13px;
}
.typed_con .minmin_blc .clm .box_w .type_img img {
  margin-top: 13px;
  width: 100%;
}
.typed_con .minmin_blc .clm .box_w .type_img .txt_note {
  text-align: left;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 20px;
  margin: 5px 0 13px;
}
.typed_con .minmin_blc .clm .box_w .type_blc {
  margin-bottom: 20px;
}
.typed_con .minmin_blc .clm .box_w .info01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.typed_con .minmin_blc .clm .box_w .info01 dt {
  width: 120px;
  color: #1C1F7D;
  background-color: #BF9E48;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -1px;
  line-height: 1.2;
}
.typed_con .minmin_blc .clm .box_w .info01 dd {
  width: calc(100% - 120px);
  text-align: left;
  padding-left: 10px;
  line-height: 1.2;
}
.typed_con .minmin_blc .clm .box_w .info02 {
  display: flex;
  gap: 0 6px;
  margin-top: 10px;
}
.typed_con .minmin_blc .clm .box_w .info02 dt {
  width: 50px;
}
.typed_con .minmin_blc .clm .box_w .info02 dt p {
  font-size: 8px;
  line-height: 1.2;
  text-align: center;
  margin-top: 3px;
}
.typed_con .minmin_blc .clm .box_w .info02 dt p span {
  font-size: 6px;
  line-height: 1.2;
}
.typed_con .minmin_blc .clm .box_w .info02 dd {
  width: calc(50% - 50px);
  text-align: left;
  line-height: 1.2;
}
.typed_con .minmin_blc .clm .box_w .info02 dd span {
  font-size: 10px;
}
.typed_con .minmin_blc .clm .box_w .info02.blc1 dd {
  width: calc(100% - 47px);
}
.typed_con .minmin_blc .clm .box_w .info03 {
  margin-bottom: 15px;
}
.typed_con .minmin_blc .clm .box_w .info03.blc1 ul {
  margin-top: 10px;
}
.typed_con .minmin_blc .clm .box_w .info03.blc2 {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
.typed_con .minmin_blc .clm .box_w .info03.blc2 .y_ttl_blc {
  width: calc(100% - 113px);
  margin-top: 0;
}
.typed_con .minmin_blc .clm .box_w .info03.blc2 .img_blc {
  width: 113px;
}
.typed_con .minmin_blc .clm .box_w .info03.blc2 .img_blc img {
  width: 100%;
}
.typed_con .minmin_blc .clm .box_w .cate_ttl {
  margin-bottom: 10px;
}
.typed_con .minmin_blc .clm .box_w#anc10 {
  margin-bottom: 50px;
}
.typed_con .minmin_blc .clm .line_blc {
  border-top: 1px dotted #000;
  margin-top: 20px;
  padding: 20px 0 0;
}
.typed_con .minmin_blc .clm .y_ttl_blc {
  margin-top: 15px;
  text-align: left;
}
.typed_con .minmin_blc .clm .y_ttl_blc p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.typed_con .minmin_blc .clm .y_ttl_blc p .txt_p {
  font-size: 16px;
  color: #D6006C;
}
.typed_con .minmin_blc .clm .y_ttl_blc li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.typed_con .minmin_blc .clm .y_ttl {
  background-color: #FFEC00;
  display: inline-block;
  color: #1C1F7D;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.typed_con .minmin_blc .clm.clm01 {
  padding-top: 64px;
  padding-bottom: 0;
}
.typed_con .minmin_blc .clm.clm01 .lead_img {
  margin-bottom: 30px;
}
.typed_con .minmin_blc .clm.clm02 .note {
  margin: 20px 0;
  font-size: 10px;
}
.typed_con .minmin_blc .clm.clm02 .lead_txt {
  font-size: 18px;
  font-weight: 700;
  color: #FFEC00;
}
.typed_con .minmin_blc .clm.clm03 .innr {
  padding: 0 20px;
}
.typed_con .minmin_blc .clm.clm03 h3 {
  background: none;
  padding: 0;
}
.typed_con .minmin_blc .clm.clm03 ul {
  display: flex;
  margin: 15px 0 20px;
  justify-content: space-between;
}
.typed_con .minmin_blc .clm.clm03 ul li {
  width: calc(50% - 8px);
  border-radius: 10px;
  background-image: url(../img/btn_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.typed_con .minmin_blc .clm.clm03 ul li a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 25px 0;
  background-image: url(../img/ico_arrwD.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 21px auto;
}
.typed_con .minmin_blc .clm.clm03 ul li span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  left: -0.5em;
}
.typed_con .minmin_blc .clm.clm03 .btn_three {
  flex-wrap: wrap;
  justify-content: center;
}
.typed_con .minmin_blc .clm.clm03 .btn_three li {
  width: calc(50% - 8px);
  margin-bottom: 20px;
}
.typed_con .minmin_blc .clm.clm03 .btn_three li:nth-child(even) {
  margin-left: 16px;
}
.typed_con .minmin_blc .clm.clm12 .info02 {
  align-items: center;
}
.typed_con .minmin_blc .clm.clm05 .clm05_btm {
  margin-top: 40px;
}
.typed_con .minmin_blc .clm.clm05 .info03.imgw100 .y_ttl_blc {
  padding-bottom: 60px;
  position: relative;
  width: 100%;
}
.typed_con .minmin_blc .clm.clm05 .info03.imgw100 .y_ttl_blc .img_blc {
  position: relative;
  width: 100%;
}
.typed_con .minmin_blc .clm.clm05 .info03.imgw100 .y_ttl_blc .img_blc p {
  width: 50%;
}
.typed_con .minmin_blc .clm.clm05 .info03.imgw100 .y_ttl_blc .img_blc img {
  position: absolute;
  top: 0;
  right: 0;
}
.typed_con .minmin_blc .clm.clm06 .anc_blc {
  margin: 20px 0 40px;
}
.typed_con .minmin_blc .clm.clm06 .anc_blc ul {
  display: flex;
  gap: 0 10px;
}
.typed_con .minmin_blc .clm.clm06 .anc_blc ul li {
  width: calc(50% - 5px);
}
.typed_con .minmin_blc .clm.clm06 .anc_blc ul li a {
  display: block;
  width: 100%;
  background-color: #2AAAA4;
  border-radius: 10px;
  background-image: url(../img/img241018/ico_btn_arrw.svg);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: right 10px center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  padding: 15px 0;
}
.typed_con .minmin_blc .clm.clm06 .anc_blc ul li a span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.typed_con .minmin_blc .clm.clm06 .anc_blc ul li:nth-child(2) a {
  background-color: #6CA5D9;
}
.typed_con .minmin_blc .clm.clm13 .box_w .info02.blc1 {
  align-items: center;
}
.typed_con .minmin_blc .clm.clm60 .box_w .info02.blc1 {
  align-items: center;
}
.typed_con .minmin_blc .clm.clm60 .box_w .info03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.typed_con .minmin_blc .clm.clm60 .box_w .info03 > li {
  width: calc(50% - 9px);
  min-height: 68px;
  height: 4.5em;
  position: relative;
  border-bottom: 2px dotted #BF9E48;
}
.typed_con .minmin_blc .clm.clm60 .box_w .info03 > li span {
  font-size: 15px;
  font-weight: 700;
  color: #1C1F7D;
  text-align: center;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 375px) {
  .typed_con .minmin_blc .clm.clm60 .box_w .info03 > li span {
    font-size: 14px;
  }
}
.typed_con .minmin_blc .clm.clm60 .box_w .info03 > li:nth-child(odd) {
  margin-right: 18px;
}
.typed_con .minmin_blc .clm.clm2503 .clm05_up .item_img img {
  margin-bottom: 40px;
}
.typed_con .minmin_blc .clm.clm2503 .clm05_up .item_img .s_box {
  margin-bottom: 20px;
  width: 100%;
}
.typed_con .minmin_blc .clm.clm2503 .clm05_up .item_img .s_box img {
  margin-bottom: 5px;
  width: 100%;
}
.typed_con .minmin_blc .clm.clm2503 .clm05_up .item_img .s_box .cap {
  font-size: 12px;
  font-weight: 400;
}
.typed_con .minmin_blc .clm.clm2503 .box_w .info02 {
  margin-top: 20px;
}
.typed_con .minmin_blc .clm.clm2503 .box_w .info03.blc2 .y_ttl_blc {
  width: calc(100% - 142px);
}
.typed_con .minmin_blc .clm.clm2503 .box_w .info03.blc2 .img_blc {
  width: 142px;
}
.typed_con .minmin_blc .clm.clm2503 .box_w .info03.blc1 .img_blc {
  text-align: center;
  margin-bottom: 15px;
}
.typed_con .minmin_blc .clm.clm2503 .box_w .info03.blc1 .txt_blc p {
  margin-bottom: 20px;
}
.typed_con .minmin_blc .clm.clm23 .ttl_img02 {
  margin: 20px 0;
}