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

.zen_maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.typed_con * {
  color: #333333;
}

.typed_con p {
  font-size: 16px;
}

.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 .mb30 {
  margin-bottom: 30px;
}

.typed_con .mb20 {
  margin-bottom: 20px;
}

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

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

.typed_con .btn_area {
  padding: 40px 0 40px;
  max-width: 344px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.typed_con .btn_area .note {
  color: #000;
  text-align: center !important;
}

.typed_con .btn_area a {
  max-width: 344px;
}

@media screen and (max-width: 375px) {
  .typed_con .btn_area {
    padding: 50px 15px 80px;
    max-width: 100%;
  }
}

.typed_con .btn_area .note {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
}

.typed_con .btn_area .btn_lead {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 375px) {
  .typed_con .btn_area .btn_lead {
    font-size: 4vw;
  }
}

.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;
  text-align: center;
}

.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;
  background-position: left center;
  transform: translateX(-15px);
}

@media screen and (max-width: 375px) {
  .typed_con .btn_area .btn_store span {
    background-size: 7vw 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;
}

.typed_con .btn_area .item_search {
  background-color: #FF8888;
  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);
}

.typed_con .btn_area .item_search span {
  color: #fff;
  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.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;
}

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

.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: 360px;
  height: 217px;
}

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

.typed_con .lineM span {
  color: #333333;
  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 {
  background-color: #FFEDED;
}

.typed_con h1 {
  text-align: center;
  margin-bottom: 20px !important;
}

.typed_con .clm {
  max-width: 414px;
  text-align: center;
  margin: 0 auto;
}

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

.typed_con .clm01 {
  padding-top: 0;
  padding-bottom: 0;
}

.typed_con .clm01 .clm {
  padding: 0 0 20px;
}

.typed_con .clm01 #movie {
  padding: 0px 0 0;
}

.typed_con .clm01 .mv_blc {
  padding: 0 0;
}

.typed_con .clm01 .item_blc {
  background-image: url(/shimamura/res/type_d/utto-rich/img/clm03_bg_pc.png);
  background-repeat: no-repeat;
  background-size: auto 226px;
  background-position: top center;
  padding-top: 90px;
  padding-bottom: 0px;
}

.typed_con .clm01 .item_blc .clm {
  padding-top: 0;
}

.typed_con .clm01 .item_blc h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 7px;
  text-align: center;
}

.typed_con .clm01 .item_blc .atten {
  font-size: 14px;
  margin-bottom: 20px;
}

.typed_con .clm01 .item_blc .item_box {
  padding: 0 22px;
  display: flex;
  justify-content: space-between;
}

.typed_con .clm01 .item_blc .item_box .item {
  width: calc(50% - 5px);
  background-color: #fff;
}

.typed_con .clm01 .item_blc .item_box .item img {
  width: 100%;
}

.typed_con .clm01 .item_blc .item_box .item .txt {
  padding: 8px 10px 15px;
  text-align: left;
}

.typed_con .clm01 .item_blc .item_box .item .txt .name {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 5px;
}

.typed_con .clm01 .item_blc .item_box .item .txt .price {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
}

.typed_con .clm01 .item_blc .item_box .item .txt .price span {
  font-size: 13px;
  font-weight: 600;
}

.typed_con .clm02 {
  position: relative;
}

.typed_con .clm02::before {
  content: "";
  display: block;
  width: 100%;
  height: 236px;
  width: 815px;
  height: 236px;
  background-image: url(/shimamura/res/type_d/utto-rich/img/clm02_ttl_bg.png);
  background-repeat: no-repeat;
  background-size: auto 236px;
  background-size: contain;
  background-position: bottom top;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.typed_con .clm02 .clm {
  background-image: url(/shimamura/res/type_d/utto-rich/img/clm02_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  padding-top: 0;
}

.typed_con .clm02 .innr {
  padding: 0 35px;
  position: relative;
  z-index: 5;
}

.typed_con .clm02 h2 {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.typed_con .clm02 .lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.typed_con .clm03 {
  background-image: url(/shimamura/res/type_d/utto-rich/img/clm03_bg_pc.png);
  background-repeat: no-repeat;
  background-size: auto 226px;
  background-position: top center;
  padding-top: 90px;
  padding-bottom: 0px;
}

.typed_con .clm03 .clm {
  padding: 40px 0 20px;
}

.typed_con .clm03 .innr {
  padding: 0 35px;
}

.typed_con .clm03 h2 {
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
}

.typed_con .clm03 .item_box {
  background-image: linear-gradient(#FFC1C1, #fff 19%);
  padding: 15px 0 0;
  margin-bottom: 50px;
  border-radius: 20px 20px 0 0;
}

.typed_con .clm03 .item_box img {
  width: 100%;
}

.typed_con .clm03 .item_box h3 {
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -1px;
}

.typed_con .clm04 {
  padding-top: 0;
  padding-bottom: 40px;
}

.typed_con .clm04 .innr {
  padding: 0 50px;
}

.typed_con .clm04 h3 {
  margin-bottom: 15px;
}

.typed_con .clm04 h3 span {
  display: inline-block;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 10px 45px;
}

.typed_con .clm04 .kino {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.typed_con .clm04 .kino .ico {
  width: 22%;
  margin-bottom: 20px;
}

.typed_con .clm04 .kino .txt {
  width: 78%;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}

.typed_con .clm04 .item_no .ttl {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 7px;
}

.typed_con .clm04 .item_no ul li {
  font-size: 14px;
}

.typed_con .clm05 {
  background-color: #FBE4DE;
  padding: 0px 0;
  max-width: 100%;
}

.typed_con .clm05 .btn_area {
  max-width: 414px;
  margin: 0 auto;
}

.typed_con .clm05 .btn_area .btn_store {
  margin-top: 0;
}

.typed_con .clm05 .btn_area .btn_store span {
  display: inline-block;
}