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

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

@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: #EB7190;
  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: 10px;
}

.typed_con .y_line span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #EB7190;
  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: #EB7190;
  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%;
  aspect-ratio: 16/9;
  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%;
  }
}

.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: 0px 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;
}

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

@media (max-width: 414px) {

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

.typed_con {
  background: #FFFFF2;
}

.typed_con .con_frm {
  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 .con_frm {
    overflow: hidden;
  }
}

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

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

.typed_con .bg_btm {
  background-image: url(../img/bg_con.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}

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

.typed_con .hdr .bg_hdr {
  background-image: url(../img/hdr_bg.png);
  background-repeat: repeat-x;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 873px auto;
}

.typed_con .hdr .hdr_ttl {
  background-color: #CC0B00;
  padding: 30px 0 40px;
  border-radius: 0 0 0 60px;
  margin-bottom: 30px;
}

.typed_con .hdr .hdr_img_blc {
  background-image: url(../img/hdr_ttl_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 388px auto;
}

.typed_con .hdr h1 {
  margin-bottom: 0;
}

.typed_con .hdr .lead {
  margin: 0;
  color: #020202;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
}

.typed_con .hdr .lead span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
}

.typed_con .hdr .lead span.t_red {
  font-family: "Zen Old Mincho", serif;
  color: #CC0B00;
  display: block;
  line-height: 1;
}

.typed_con .hdr .lead span.f_L {
  font-size: 39px;
  color: #CC0B00;
  letter-spacing: -1px;
}

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

  .typed_con .hdr .lead span.f_L {
    font-size: 7.5vw;
  }
}

.typed_con .hdr .y_line {
  display: block;
}

.typed_con .hdr .y_line span {
  font-family: "Zen Old Mincho", serif;
  color: #020202;
  font-size: 18px;
  font-weight: 700;
}

.typed_con .hdr .y_line span::before {
  height: 18px;
  background-color: #020202;
  top: 55%;
}

.typed_con .hdr .y_line span::after {
  height: 18px;
  background-color: #020202;
  top: 53%;
}

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

  .typed_con .hdr .y_line span::before {
    height: 4.5vw;
    top: 55%;
  }

  .typed_con .hdr .y_line span::after {
    height: 4.5vw;
    top: 53%;
  }
}

.typed_con .hdr .innr {
  padding: 0;
}

.typed_con .hdr .mv_blc {
  padding: 0 13px;
}

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

.typed_con .clm h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

.typed_con .clm .ttl_note {
  font-size: 14px;
}

.typed_con .box_w {
  background-color: #fff;
  background-size: 100% auto;
  padding: 20px 22px 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 .hdr {
  position: relative;
  padding: 0;
}

.typed_con .hdr .mv_item {
  padding: 40px 0 0;
}

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

.typed_con .hdr .mv_item h2 {
  margin-bottom: 5px;
  font-size: 26px;
}

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

.typed_con .hdr .mv_item .box_w {
  margin-top: 20px;
}

.typed_con .item_box {
  margin-top: 30px;
  display: flex;
  gap: 0 10px;
}

.typed_con .item_box .box {
  width: calc(50% - 5px);
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
}

@media screen and (max-width: 430px) {
  .typed_con .item_box .box {
    padding: 20px 10px;
  }
}

.typed_con .item_box .txt_blc {
  margin-top: 10px;
}

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

.typed_con .item_box .txt_blc p.item_price {
  font-size: 10px;
}

.typed_con .item_box .txt_blc p.item_price span {
  font-size: 15px;
  font-weight: 700;
  margin-left: 5px;
}

@media screen and (max-width: 430px) {
  .typed_con .item_box .txt_blc p {
    font-size: 4vw !important;
  }

  .typed_con .item_box .txt_blc p.item_price {
    font-size: 2.6vw !important;
  }

  .typed_con .item_box .txt_blc p.item_price span {
    font-size: 3.8vw !important;
  }
}

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

  .typed_con .item_box .txt_blc p.item_price {
    font-size: 3vw;
  }

  .typed_con .item_box .txt_blc p.item_price span {
    font-size: 4.4vw;
  }
}

.typed_con .clm01 {
  background-image: url(../img/ttl_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1126px auto;
  padding-top: 125px;
}

.typed_con .clm01 .lnk_box {
  display: flex;
  gap: 0 10px;
}

.typed_con .clm01 .lnk_box .c_box {
  width: calc(50% - 5px);
  background-color: #fff;
  border-radius: 10px;
}

.typed_con .clm01 .lnk_box .c_box .ttl_blc {
  background-color: #EB7190;
  border-radius: 10px 10px 0 0;
  padding: 5px 0;
}

.typed_con .clm01 .lnk_box .c_box .ttl_blc p {
  font-size: 16px;
  color: #FFF61C;
  font-weight: 700;
}

.typed_con .clm01 .lnk_box .c_box .txt_blc {
  border: 2px solid #EB7190;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 20px 10px;
}

.typed_con .clm01 .lnk_box .c_box .txt_blc .c_in_box {
  margin-bottom: 5px;
}

.typed_con .clm01 .lnk_box .c_box .txt_blc .c_ttl {
  color: #EB7190;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #EB7190;
  margin-bottom: 5px;
}

.typed_con .clm01 .lnk_box .c_box .txt_blc .c_lead {
  font-size: 18px;
  font-weight: 700;
  color: #EB7190;
  text-align: left;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .lnk_box .c_box .txt_blc .c_lead {
    font-size: 4.5vw;
  }
}

.typed_con .clm01 .lnk_box .c_box .txt_blc .c_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .lnk_box .c_box .txt_blc .c_txt {
    font-size: 4vw;
  }
}

.typed_con .clm01 .lnk_box .c_box .txt_blc ul li {
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  background-image: url(../img/ico_check_p.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left top 5px;
  padding-left: 21px;
  margin-bottom: 10px;
  line-height: 1.4;
  min-height: 2.8em;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .lnk_box .c_box .txt_blc ul li {
    font-size: 4vw;
    padding-left: 6vw;
    background-size: 4vw auto;
  }
}

.typed_con .clm01 .lnk_box .c_box .txt_blc .lnk_blc a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border-radius: 100px;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #EB7190;
}

.typed_con .clm01 .lnk_box .c_box.bnr_clean .ttl_blc {
  background-color: #23B5B1;
}

.typed_con .clm01 .lnk_box .c_box.bnr_clean .txt_blc {
  border: 2px solid #23B5B1;
  border-top: none;
}

.typed_con .clm01 .lnk_box .c_box.bnr_clean .c_ttl {
  color: #23B5B1;
  border-bottom: 1px solid #23B5B1;
}

.typed_con .clm01 .lnk_box .c_box.bnr_clean .c_lead {
  color: #23B5B1;
}

.typed_con .clm01 .lnk_box .c_box.bnr_clean ul li {
  background-image: url(../img/ico_check_g.svg);
}

.typed_con .clm01 .lnk_box .c_box.bnr_clean .lnk_blc a {
  background-color: #23B5B1;
}

.typed_con .btm_con .ttl_blc {
  background-image: url(../img/clm02_ttl_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  padding: 10px 20px;
  text-align: left;
}

.typed_con .btm_con .btm_con_box {
  background-image: linear-gradient(to bottom, #EB7190, #FFA3BB);
}

.typed_con .btm_con .btm_con_box .w_box {
  background-color: #fff;
  padding: 20px 23px 0;
}

.typed_con .btm_con .btm_con_box .kino_blc {
  padding: 40px 0;
}

.typed_con .btm_con .btm_con_box .kino_blc .kino_ttl {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 30px;
  background-color: #EB7190;
  border-radius: 100px;
  margin-bottom: 20px;
}

@media screen and (max-width: 430px) {
  .typed_con .btm_con .btm_con_box .kino_blc .kino_ttl {
    font-size: 4vw;
    padding: 3vw 10vw;
  }
}

.typed_con .btm_con .btm_con_box .kino_blc .kino_in_box {
  display: flex;
  flex-wrap: wrap;
}

.typed_con .btm_con .btm_con_box .kino_blc .kino_in_box .kino_box {
  width: calc(50% - 5px);
  display: flex;
  margin-bottom: 10px;
}

.typed_con .btm_con .btm_con_box .kino_blc .kino_in_box .kino_box:nth-child(odd) {
  margin-right: 10px;
}

.typed_con .btm_con .btm_con_box .kino_blc .kino_in_box .kino_box .kino_img {
  width: 33%;
}

.typed_con .btm_con .btm_con_box .kino_blc .kino_in_box .kino_box .kino_img p {
  font-size: 8px;
  line-height: 1.4;
  margin-top: 3px;
}

@media screen and (max-width: 430px) {
  .typed_con .btm_con .btm_con_box .kino_blc .kino_in_box .kino_box .kino_img p {
    font-size: 2.2vw;
  }
}

.typed_con .btm_con .btm_con_box .kino_blc .kino_in_box .kino_box .kino_img p.t_left {
  text-align: left;
}

.typed_con .btm_con .btm_con_box .kino_blc .kino_in_box .kino_box .kino_txt {
  width: 67%;
  text-align: left;
  padding-left: 10px;
}

.typed_con .btm_con .btm_con_box .kino_blc .kino_in_box .kino_box .kino_txt p {
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 430px) {
  .typed_con .btm_con .btm_con_box .kino_blc .kino_in_box .kino_box .kino_txt p {
    font-size: 2.8vw;
  }
}

.typed_con .btm_con .btm_con_box .btm_lead_img {
  background-image: url(../img/clm02_btm_bg.png);
  background-repeat: no-repeat;
  background-position: center top -165px;
  background-size: 586px auto;
  padding: 60px 0 20px;
}

.typed_con .btm_con.clean .ttl_blc {
  background-image: url(../img/clm03_ttl_bg.jpg);
}

.typed_con .btm_con.clean .btm_con_box {
  background-image: linear-gradient(to bottom, #23B5B1, #80CECC);
}

.typed_con .btm_con.clean .btm_con_box .kino_blc .kino_ttl {
  background-color: #23B5B1;
}

.typed_con .btm_con.clean .btm_con_box .note {
  margin-top: 7px;
}

.typed_con .btm_con.clean .btm_con_box .note p {
  text-align: left;
  font-size: 10px;
  text-indent: -2em;
  margin-left: 2em;
}

.typed_con .btm_con.clean .btm_con_box .btm_lead_img {
  background-image: url(../img/clm03_btm_bg.png);
  background-position: center top -27px;
  background-size: 549px auto;
}

.typed_con .btm_con.enseki .ttl_blc {
  background-image: url(../img/clm04_ttl_bg.jpg);
  text-align: center;
}

.typed_con .btm_con.enseki .btm_con_box {
  background-image: linear-gradient(to bottom, #F42505, #FF9A00);
  padding-bottom: 40px;
}

.typed_con .btm_con.enseki .btm_con_box .w_box {
  padding-bottom: 40px;
}

.typed_con .btm_con.enseki .btm_con_box .note {
  margin-top: 7px;
}

.typed_con .btm_con.enseki .btm_con_box .note p {
  text-align: left;
  font-size: 11px;
  margin-bottom: 10px;
}

.typed_con .btm_con.enseki .btm_con_box .btm_lead_img {
  background-image: url(../img/clm04_btm_bg.png);
  background-position: center top -27px;
  background-size: 549px auto;
}