@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");

.minC {
  font-family: "Zen Old Mincho", serif;
}

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

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

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

.typed_con .mv_blc {
  padding: 20px 0 0;
  position: relative;
  z-index: 10;
}

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

.typed_con .mv_blc .dummy {
  width: 100%;
  max-width: 100%;
  height: 217px;
  background-color: #CCCCCC;
  position: relative;
}

.typed_con .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 .mv_blc .dummy {
    width: 100%;
    height: 51vw;
  }
}

.typed_con .mv_blc iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

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

.typed_con .movie_blc_h {
  margin: 10px auto;
}

.typed_con .movie_blc_h .mv_blc iframe {
  aspect-ratio: 9/16;
}

.typed_con .movie_blc_h .mv_blc .dummy {
  height: auto;
  aspect-ratio: 9/16;
}

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

@media screen and (max-width: 364px) {
  .typed_con .btn_area {
    padding: 60px 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;
  color: #fff;
}

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

.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: 16px;
  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_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);
}

.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 .item_search {
  margin: 16px 0 15px;
  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 {
  font-size: 10px;
  text-align: left;
  margin-top: 20px;
  text-indent: -1em;
  margin-left: 1em;
}

.typed_con .item_search_note p {
  margin-bottom: 1em;
}

.typed_con .u_line {
  background-image: linear-gradient(transparent 45%, rgba(255, 229, 83, 0.45) 45%, rgba(255, 229, 83, 0.45) 100%);
  display: inline-block;
  padding: 0 5px 7px;
}

@media (max-width: 414px) {

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

.typed_con .kino_blc {
  display: flex;
  gap: 0px 15px;
  margin-top: 40px;
  margin: 40px 0 10px;
}

.typed_con .kino_blc .ico {
  width: 80px;
}

.typed_con .kino_blc .txt {
  width: calc(100% - 80px - 15px);
  text-align: left;
  align-items: center;
}

.typed_con .kino_blc .txt p {
  color: #474645;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.typed_con .kino_blc .txt .ttl {
  font-size: 20px;
  font-weight: 700;
}

.typed_con {
  background-image: url(../img/bg_con.jpg);
  background-repeat: repeat-y;
  width: 100%;
  background-position: center top;
}

.typed_con .clm {
  max-width: 414px;
  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: 414px) {
  .typed_con .clm {
    overflow: hidden;
  }
}

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

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

.typed_con .hdr {
  padding: 0 0 50px !important;
}

.typed_con .hdr h1 {
  margin-bottom: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  letter-spacing: -3px;
  line-height: 1.1;
  margin-bottom: 30px;
}

.typed_con .hdr h1 span {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.typed_con .hdr h1 .fst_txt {
  font-size: 42px;
  letter-spacing: -5px;
  margin-right: 3px;
}

.typed_con .hdr h1 .sub_txt {
  font-size: 18px;
  letter-spacing: -1px;
}

.typed_con .hdr .lead {
  line-height: 1.6;
  margin: 20px 0;
  position: relative;
  display: inline-block;
}

.typed_con .hdr .lead.quot {
  margin: 20px 0 0;
}

.typed_con .hdr .lead.quot::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: -10px;
  background-image: url(../img/ico_quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.typed_con .hdr .lead.quot::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  background-image: url(../img/ico_quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}

.typed_con .hdr .lead span {
  color: #002A88;
  font-size: 35px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .lead span {
    font-size: 8.5vw;
  }
}

.typed_con .hdr .sub_lead {
  margin: 20px 0 0;
}

.typed_con .sub_lead {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 0;
}

.typed_con .lead02 {
  line-height: 1.6;
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 430px) {
  .typed_con .lead02 {
    font-size: 6.5vw;
  }
}

.typed_con .lead02 span {
  color: #002A88;
  font-size: 33px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 430px) {
  .typed_con .lead02 span {
    font-size: 7.5vw;
  }
}

.typed_con .box_w {
  background-color: #fff;
  background-size: 100% auto;
  padding: 20px 29px 20px;
  border-radius: 10px;
  max-width: 388px;
  margin: 0 auto;
}

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

.typed_con .item_box {
  margin-top: 20px;
  display: flex;
  gap: 0 3.6%;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.typed_con .item_box .box {
  width: 48.2%;
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 20px;
  margin-bottom: 15px;
  height: 100%;
}

.typed_con .item_box .box:nth-child(3) {
  width: 51%;
}

@media screen and (max-width: 430px) {
  .typed_con .item_box .box {
    gap: 0 2.8%;
  }

  .typed_con .item_box .box .box {
    width: 48.6%;
  }
}

.typed_con .item_box .txt p {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  line-height: 1.4;
}

.typed_con .item_box .txt p.item_name {
  min-height: 4.5em;
}

.typed_con .item_box .txt p.item_price {
  font-size: 10px;
  margin-top: 7px;
}

.typed_con .item_box .txt p.item_price span {
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 430px) {
  .typed_con .item_box .txt p {
    font-size: 3.5vw;
  }

  .typed_con .item_box .txt p.item_price {
    font-size: 2.8vw;
  }

  .typed_con .item_box .txt p.item_price span {
    font-size: 3.3vw;
  }
}

@media screen and (max-width: 375px) {
  .typed_con .item_box .txt p {
    font-size: 3.5vw;
  }

  .typed_con .item_box .txt p.item_price {
    font-size: 2.8vw;
  }

  .typed_con .item_box .txt p.item_price span {
    font-size: 3.3vw;
  }
}

.typed_con .clm {
  position: relative;
  padding: 40px 0 30px;
}

.typed_con .clm h2 {
  width: 165px;
  height: 56px;
  padding: 13px 0;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-image: url(../img/bg_h2_ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
}

.typed_con .clm .ico_new {
  color: #002A88;
  font-size: 16px;
  font-weight: 700;
  background-image: url(../img/ico_ttl.svg);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 12px;
}

.typed_con .clm .r_box .ttl_blc {
  background-color: #EB8896;
  border-radius: 10px 10px 0 0;
  padding: 5px 0;
  position: relative;
}

.typed_con .clm .r_box .bdy_blc {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 15px;
}

.typed_con .clm .r_box .bdy_blc p {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 0.5em;
}

.typed_con .clm .r_box .bdy_blc p.note {
  font-size: 10px;
}

.typed_con .clm .r_box .bdy_blc p .u_line {
  display: inline;
  margin: 0 3px;
  padding: 0 0 0;
  background-image: linear-gradient(transparent 45%, #FFFF50 45%, #FFFF50 100%);
}

.typed_con .clm01 h2 {
  margin-bottom: 0px;
}

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

.typed_con .clm03 h2 {
  margin-bottom: 10px;
}

.typed_con .clm03 .lead02 {
  margin-top: 10px;
}

.typed_con .clm03 .up_blc {
  padding: 0 22px;
}

.typed_con .clm03 .sub_lead {
  line-height: 1.4;
  margin: 20px 0;
}

.typed_con .clm03 .r_box .bdy_blc {
  padding: 5px 15px 20px;
}

.typed_con .clm03 .r_box.snd .ttl_blc {
  background-color: #D9000C;
}

.typed_con .clm03 .r_box.thr {
  margin-top: 30px;
}

.typed_con .clm03 .r_box.thr .ttl_blc {
  background-color: #7D0000;
}

.typed_con .clm03 .pre_box {
  margin-top: 50px;
  border-radius: 200px;
  padding-top: 40px;
  padding: 40px 22px 0;
  background-image: linear-gradient(to bottom, #FFE6A7, rgba(255, 230, 167, 0) 50%);
}

.typed_con .clm03 .pre_box .r_box .ttl_blc {
  height: 36px;
}

.typed_con .clm03 .pre_box .r_box .ttl_blc img {
  position: relative;
  top: -12px;
}

.typed_con .clm04 {
  position: relative;
}

.typed_con .clm04 .innr {
  position: relative;
  z-index: 3;
}

.typed_con .clm04 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 530px;
}

.typed_con .clm04 h2 {
  margin-bottom: 10px;
}

.typed_con .clm04 .sub_lead {
  margin-bottom: 0px;
  margin-top: 0;
}

.typed_con .clm04 .note {
  margin-bottom: 10px;
}

.typed_con .clm04 .kino_blc {
  width: 260px;
  margin: 40px auto 30px;
}

.typed_con .clm04 .kino_blc .txt p {
  color: #E2557F;
}

.typed_con .clm04 .trns {
  position: relative;
  right: -13%;
}

.typed_con .clm05 h2 {
  margin-bottom: 10px;
}

.typed_con .clm05 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  background-image: url(../img/bg_ttl_f.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 329px;
  height: 60px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.typed_con .clm05 .clm05_box {
  border-radius: 10px;
  margin-bottom: 20px;
}

.typed_con .clm05 .clm05_box h3 {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 0;
  width: 223px;
  background-color: #ED710E;
  border-radius: 10px 10px 0 0;
  background-image: none;
  height: auto;
  margin: 40px 0 0;
}

.typed_con .clm05 .clm05_box h3 span {
  display: block;
}

.typed_con .clm05 .clm05_box .bdy_box {
  background-color: #fff;
  border-radius: 10px;
  border: solid 2px #ED710E;
  padding: 20px 15px;
}

.typed_con .clm05 .clm05_box .bdy_box .inr_box {
  display: flex;
  gap: 0px 10px;
}

.typed_con .clm05 .clm05_box .bdy_box .inr_box .txt {
  width: calc(70% - 10px);
}

.typed_con .clm05 .clm05_box .bdy_box .inr_box .txt .ttl {
  margin-bottom: 5px;
}

.typed_con .clm05 .clm05_box .bdy_box .inr_box .txt .lead {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.typed_con .clm05 .clm05_box .bdy_box .inr_box .txt .item_price {
  font-size: 13px;
  font-weight: 600;
  color: #ED710E;
}

.typed_con .clm05 .clm05_box .bdy_box .inr_box .txt .item_price span {
  font-size: 19px;
  font-weight: 600;
  color: #ED710E;
}

.typed_con .clm05 .clm05_box .bdy_box .inr_box .txt .note {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 5px;
}

.typed_con .clm05 .clm05_box .bdy_box .inr_box .img {
  width: 30%;
}

.typed_con .clm05 .clm05_box p {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
}

.typed_con .clm05 .clm05_box.box02 h3 {
  background-color: #D9000C;
  padding: 8px 0;
}

.typed_con .clm05 .clm05_box.box02 .bdy_box {
  border: solid 2px #D9000C;
}

.typed_con .clm05 .clm05_box.box02 .bdy_box .inr_box .item_price {
  color: #D9000C;
}

.typed_con .clm05 .clm05_box.box02 .bdy_box .inr_box .item_price span {
  color: #D9000C;
}

.typed_con .clm05 .clm05_box.box03 h3 {
  background-color: #7D0000;
  padding: 8px 0;
}

.typed_con .clm05 .clm05_box.box03 .bdy_box {
  border: solid 2px #7D0000;
}

.typed_con .clm05 .clm05_box.box03 .bdy_box .inr_box .item_price {
  color: #7D0000;
}

.typed_con .clm05 .clm05_box.box03 .bdy_box .inr_box .item_price span {
  color: #7D0000;
}

.typed_con .clm05 .btm_blc {
  padding: 0 22px;
  margin-top: 40px;
}

.typed_con .clm05 .kino_blc {
  padding-bottom: 10px;
  margin-top: 0;
  align-items: center;
}

.typed_con .clm05 .kino_blc:not(:last-child) {
  border-bottom: 1px dotted #707070;
  margin-bottom: 10px;
}

.typed_con .clm05 .kino_blc .ico {
  width: 60px;
}

.typed_con .clm05 .kino_blc .txt {
  width: calc(100% - 60px - 15px);
}

.typed_con .clm05 .kino_blc .txt p {
  font-size: 14px;
  font-weight: 500;
}

.typed_con .clm05 .kino_blc .txt p.ttl {
  color: #D9160B;
  font-weight: 600;
}

.typed_con .clm05 .kino_blc .txt p.ttl.blk {
  color: #343233;
}

.typed_con .btn_bg {
  background-color: #FC7B4D;
}