@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");

.typed_con {
  background-color: #FFF1E7;
}

.typed_con * {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #34271E;
}

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

.typed_con .btn_area .item_search {
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 17px;
  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 #D76934;
}

.typed_con .btn_area .item_search span {
  color: #D76934;
  position: relative;
  padding-right: 35px;
}

.typed_con .btn_area .item_search span::after {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_search_org.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: calc(50% - 9px);
  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;
}

@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 .clm {
  max-width: 414px;
  padding: 0 13px 60px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 431px) {
  .typed_con .clm {
    padding: 0 13px 60px;
  }
}

.typed_con .clm h1 {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #D76934;
}

@media screen and (max-width: 767px) {
  .typed_con .clm h1 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 375px) {
  .typed_con .clm h1 {
    font-size: 23px;
  }
}

.typed_con .clm h2 {
  text-align: center;
  margin-bottom: 0;
}

.typed_con .clm h3 {
  margin-top: -45px;
  color: #FFF1E7;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
}

.typed_con .clm h3 span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  background-color: #D76934;
  padding: 8px 20px;
  border-radius: 100px;
}

.typed_con .clm .lead {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0;
}

.typed_con .clm .img_blc img:not(.typed_con .clm .img_blc img:first-child) {
  margin-top: 5px;
}

.typed_con .clm .ico_blc {
  margin: 20px auto 0;
}

.typed_con .clm .ico_blc dl {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  align-items: center;
  flex-direction: row-reverse;
}

.typed_con .clm .ico_blc dl:not(:last-child) {
  margin-bottom: 20px;
}

.typed_con .clm .ico_blc dl dt {
  width: 58px;
  line-height: 1.4;
}

.typed_con .clm .ico_blc dl dt span {
  font-size: 10px;
  line-height: 1.2;
}

.typed_con .clm .ico_blc dl dd {
  text-align: left;
  width: calc(100% - 58px);
  font-size: 14px;
  line-height: 1.4;
}

.typed_con .clm .ico_blc dl dd span {
  font-size: 12px;
}

.typed_con .clm .ico_blc dl dd span.ico_name {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.typed_con .clm .item_blc .item_box {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  align-items: center;
}

.typed_con .clm .item_blc .item_box:not(:last-child) {
  margin-top: 30px;
  margin-bottom: 20px;
}

.typed_con .clm .item_blc .item_box .img_box {
  width: 140px;
}

.typed_con .clm .item_blc .item_box .txt_box {
  width: calc(100% - 140px);
  text-align: left;
}

.typed_con .clm .item_blc .item_box .txt_box p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.typed_con .clm .item_blc .item_box .txt_box p.item_price span {
  font-size: 10px;
}

.typed_con .clm .item_blc .item_box .txt_box .btn_area {
  padding-bottom: 0;
}

.typed_con .clm .item_blc .item_box .txt_box .btn_area .btn_online {
  height: auto;
  text-align: center;
}

.typed_con .clm .item_blc .item_box .txt_box .btn_area .btn_online span {
  position: static;
  transform: none;
  padding: 10px 0 10px 30px;
}

.typed_con .clm .box_w {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 15px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.typed_con .clm .ttl_blc {
  background-image: url(../img250902/clm_ttl_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.typed_con .clm .ttl_blc h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.typed_con .clm .ttl_blc h2 span {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.typed_con .con_bg {
  position: relative;
}

.typed_con .con_bg .con_bg_img {
  position: absolute;
  top: -196px;
  left: -8px;
  width: 100vw;
  max-width: 100vw;
}

@media screen and (min-width: 431px) {
  .typed_con .con_bg .con_bg_img {
    left: -189px;
    width: 758px;
    max-width: 758px;
  }
}

.typed_con .con_bg .con_bg_img img {
  width: 100vw;
  max-width: 100vw;
}

@media screen and (min-width: 431px) {
  .typed_con .con_bg .con_bg_img img {
    width: 758px;
    max-width: 758px;
  }
}

.typed_con .con_bg .box_w {
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
}

.typed_con .clm_in_box {
  padding: 20px 14px;
}

.typed_con .clm_in_box.line {
  border-top: 1px dotted #D76934;
  margin-top: 20px;
  padding-top: 30px;
}

.typed_con .clm_in_box .item_name {
  font-size: 28px;
  color: #34271E;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.4;
}

.typed_con .clm_in_box .item_name span {
  font-size: 20px;
  color: #34271E;
  display: block;
}

.typed_con .clm_in_box .item_name span.f_sml {
  font-size: 20px;
  display: inline-block;
}

.typed_con .clm_in_box .detail_blc {
  background-color: rgba(237, 218, 205, 0.31);
  border-radius: 10px;
  padding: 20px;
  margin-top: 60px;
}

.typed_con .clm_in_box .detail_blc h3 {
  margin-bottom: 10px;
}

.typed_con .clm_in_box .detail_blc h3 span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #D76934;
  border-radius: 100px;
  padding: 12px 0;
  width: 10em;
}

.typed_con .clm_in_box .detail_blc .item_detail {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.typed_con .clm_in_box .detail_blc .item_detail .ttl {
  font-size: 16px;
  font-weight: 700;
}

.typed_con .clm_in_box .detail_blc .item_detail ul {
  margin-bottom: 30px;
}

.typed_con .clm_in_box .detail_blc .item_detail ul li {
  font-size: 14px;
}

.typed_con .clm_in_box .item_search_box {
  margin-top: 30px;
}

.typed_con .clm_in_box .item_search_box .btn_area {
  padding: 0 12px 0px;
  margin-top: 10px;
}

.typed_con .clm_in_box .item_search_box .btn_area .note {
  text-align: center;
}

.typed_con .clm_in_box .item_search_box .item_no {
  text-align: left;
  padding: 0 0 0 34px;
}

.typed_con .clm01 {
  padding-top: 13px;
  position: relative;
}

.typed_con .clm01 .clm01_bg_img {
  position: absolute;
  top: 0;
  left: -8px;
}

@media screen and (min-width: 431px) {
  .typed_con .clm01 .clm01_bg_img {
    left: 50%;
    transform: translateX(-50%);
  }
}

.typed_con .clm01 .clm01_bg_img img {
  width: 100vw;
  max-width: 100vw;
}

@media screen and (min-width: 431px) {
  .typed_con .clm01 .clm01_bg_img img {
    width: 758px;
    max-width: 758px;
  }
}

.typed_con .clm01 h1 {
  position: relative;
  z-index: 3;
}

.typed_con .clm01 .in_box {
  padding: 0 14px;
}

.typed_con .clm01 .in_box h2 {
  margin-top: 10px;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .in_box h2 {
    margin: 20px auto 20px 0;
  }
}

.typed_con .clm01 .in_box h2 span {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  border-radius: 0 100px 100px 0;
  margin-left: -27px;
  padding: 13px 30px 13px 40px;
  background-color: #D76934;
  min-width: 70%;
  display: inline-block;
}

.typed_con .clm01 .in_box.up_blc {
  position: relative;
}

.typed_con .clm01 .in_box.up_blc .ico01 {
  position: absolute;
  top: -60px;
  right: -67px;
  transform: rotate(40deg);
}

.typed_con .clm01 .in_box.up_blc .ico02 {
  position: absolute;
  top: 190px;
  left: -13px;
}

.typed_con .clm01 .in_box .btm_blc {
  margin-top: 20px;
  position: relative;
}

.typed_con .clm01 .in_box .btm_blc .ico02 {
  left: auto;
  right: -22px;
  top: auto;
  bottom: -62px;
}

.typed_con .clm01 .in_box .btm_blc .bg_blc {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}

.typed_con .clm01 .in_box .btm_blc .ttl {
  font-size: 17px;
  color: #D76934;
  font-weight: 700;
  border-bottom: 1px dotted #D76934;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.typed_con .clm01 .in_box.in_box02 {
  position: relative;
  padding: 60px 0 0;
}

.typed_con .clm01 .in_box.in_box02 .ico02 {
  position: absolute;
  left: -13px;
  top: 105px;
}

.typed_con .clm01 .in_box.in_box02 h2 {
  text-align: right;
}

.typed_con .clm01 .in_box.in_box02 h2 span {
  border-radius: 100px 0 0 100px;
  margin-right: -27px;
  padding: 13px 40px 13px 30px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm01 .in_box.in_box02 h2 {
    margin: 20px 0 20px auto !important;
  }

  .typed_con .clm01 .in_box.in_box02 h2 span {
    width: 70vw;
  }
}

.typed_con .clm01 .anc_blc {
  position: relative;
  z-index: 3;
}

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

.typed_con .clm01 .anc_blc ul li {
  width: 50%;
  margin-bottom: 5px;
}

.typed_con .clm01 .anc_blc ul li a {
  display: inline-block;
  width: 100%;
  background-image: url(../img250902/anc_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  padding: 25px 0;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 375px) {
  .typed_con .clm01 .anc_blc ul li a {
    padding: 21px 0;
  }
}

.typed_con .clm01 .anc_blc ul li a::after {
  content: "";
  width: 13px;
  height: 7px;
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_arrw_btm_wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.typed_con .clm01 .note {
  font-size: 12px;
}

.typed_con .clm01 .lead {
  font-weight: 600;
  text-align: left;
  font-size: 17px;
  letter-spacing: -0.5px;
}

.typed_con .clm01 .y_line span {
  font-weight: 600;
  font-size: 22px;
}

.typed_con .clm01 .y_line span::before {
  background-color: #34271E;
}

.typed_con .clm01 .y_line span::after {
  background-color: #34271E;
}

.typed_con .clm03 .img_blc img:not(.typed_con .clm03 .img_blc img:first-child) {
  margin-top: 5px !important;
}

.typed_con .clm05 {
  position: relative;
}

.typed_con .clm05 .btm_bg {
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 100%;
}

@media screen and (min-width: 431px) {
  .typed_con .clm05 .btm_bg {
    left: -189px;
  }
}

.typed_con .clm05 .btm_bg img {
  width: 100vw;
  max-width: 100vw;
}

@media screen and (min-width: 431px) {
  .typed_con .clm05 .btm_bg img {
    width: 758px;
    max-width: 758px;
  }
}