@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: #FFD672;
  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: #FFD672;
  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: #FFD672;
  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: 9/16;
  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: 9/16;
}

@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: #FFFCF5;
}

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

.typed_con .bg_hdr {
  background-image: url(../img/bg_hdr.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

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

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

.typed_con .hdr h1 .fst_txt {
  color: #434445;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -3px;
  display: block;
  margin-top: 15px;
}

.typed_con .hdr .lead {
  margin: 15px 0 40px;
  color: #434445;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

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

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

.typed_con .clm h2 {
  font-family: "Zen Maru Gothic", sans-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 {
  color: #fff;
  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 .clm01 {
  position: relative;
  padding: 0;
}

.typed_con .clm01 .mv_blc {
  background-color: #FFF9EA;
  border-radius: 20px 20px 0 0;
  padding: 40px 13px 20px;
}

.typed_con .clm01 .mv_blc::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 150vw;
  height: 300px;
  background-color: #38A5A6;
  z-index: -1;
}

.typed_con .clm01 .mv_blc h2 {
  color: #38A5A6;
  font-size: 28px;
  letter-spacing: -1px;
}

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

.typed_con .clm01 .mv_blc .lead02 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 30px;
}

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

.typed_con .clm01 .mv_blc .lead02 span {
  font-size: 21px;
  font-weight: 600;
  color: #38A5A6;
  line-height: 1;
}

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

.typed_con .clm01 .mv_item {
  background-color: #38A5A6;
  position: relative;
  padding: 40px 0 0;
}

.typed_con .clm01 .mv_item h2 {
  color: #ffffff;
  margin-bottom: 5px;
}

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

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

.typed_con .item_box .txt_blc p {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}

.typed_con .item_box .txt_blc p.item_price {
  font-size: 13px;
  text-align: right;
}

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

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

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

@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 .bg_btm h2 span {
  font-family: "Zen Maru Gothic", sans-serif;
}

.typed_con .bg_btm h2 span.sub_ttl {
  color: #38A5A6;
  font-size: 20px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 430px) {
  .typed_con .bg_btm h2 span.sub_ttl {
    font-size: 5vw;
  }
}

.typed_con .bg_btm h2 span.sub_ttl::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url(../img/ico_quoteL.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 5px;
}

.typed_con .bg_btm h2 span.sub_ttl::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/ico_quoteR.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 1px;
}

.typed_con .bg_btm h2 span.num {
  color: #38A5A6;
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 430px) {
  .typed_con .bg_btm h2 span.num {
    font-size: 10.5vw;
  }
}

.typed_con .clm02 {
  background-image: url(../img/bg_ttl.png), url(../img/bg_ttl.png);
  background-size: 639px auto, 639px auto;
  background-position: center top -55px, center bottom -55px;
  background-repeat: repeat-x, repeat-x;
  padding: 100px 0;
}

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

.typed_con .clm02 .p_box img {
  margin-bottom: 20px;
}

.typed_con .clm03 {
  background-color: #38A5A6;
  background-image: url(../img/clm03_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 712px auto;
  min-height: 720px;
  position: relative;
}

.typed_con .clm03 .innr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.typed_con .clm03 h2 {
  color: #ffffff;
  text-shadow: -1px 5px 4px rgba(0, 0, 0, 0.2);
}

.typed_con .clm03 .lead {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-shadow: -1px 5px 4px rgba(0, 0, 0, 0.2);
}

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

.typed_con .clm03 .price_blc {
  margin: 30px 0;
}

.typed_con .clm03 .price_blc .price {
  display: inline-block;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 700;
  background-image: linear-gradient(to bottom, #FFE5A7, #FFC73E);
  padding: 12px 50px;
  border-radius: 100px;
  position: relative;
}

.typed_con .clm03 .price_blc .price::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 42px;
  background-image: url(../img/ico_btn_bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -54px;
  top: 0;
}

.typed_con .clm03 .price_blc .price::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 42px;
  background-image: url(../img/ico_btn_bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -54px;
  top: 0;
}

.typed_con .clm03 .price_blc .price .tax {
  font-size: 14px;
  display: block;
  text-align: right;
}

.typed_con .clm03 .price_blc .price .num {
  font-size: 31px;
}

.typed_con .clm04 {
  background-image: url(../img/bg_ttl.png), url(../img/bg_ttl.png);
  background-size: 639px auto, 639px auto;
  background-position: center top -55px, center bottom -55px;
  background-repeat: repeat-x, repeat-x;
  padding: 100px 0;
}

.typed_con .clm04 h2 .txt_s {
  font-size: 24px;
}

.typed_con .clm04 .lead {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

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

.typed_con .clm04 .p_box img {
  margin-bottom: 20px;
}

.typed_con .clm04 .lead_txt {
  font-size: 29px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  margin-top: 40px;
}

.typed_con .clm04 .lead_txt::after {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background-image: url(../img/ico_onp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -21px;
  right: calc((100% - 285px) / 2 - 21px);
}

.typed_con .clm04 .lead_txt span {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  width: 285px;
  font-size: 37px;
  font-weight: 700;
  color: #EA6C25;
  font-family: "Zen Maru Gothic", sans-serif;
  background-image: url(../img/bg_lead.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.typed_con .btn_bg {
  background-color: #38A5A6;
}