@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 a {
  max-width: 344px;
}

.typed_con .btn_area .note {
  color: #fff;
}

@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;
  background-position: left center;
  margin-left: -30px;
  display: inline-block;
  padding: 0px 0 0 30px;
}

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

@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 .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 #00286C;
}

.typed_con .btn_area .item_search span {
  color: #00286C;
  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_dbl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}

.typed_con #movie {
  text-align: center;
}

@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: 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 h1 {
  margin-bottom: 0 !important;
}

.typed_con .tab-container .tab-buttons {
  display: flex;
  padding: 0 13px;
  align-items: end;
  justify-content: space-between;
  max-width: 414px;
  margin: 0 auto;
}

.typed_con .tab-container .tab-buttons .tab-button {
  width: calc(50% - 5px);
}

.typed_con .tab-container .tab-buttons .tab-button span {
  color: #fff;
  font-size: 16px;
  background-color: #7E7E7E;
  border: solid 1px #7E7E7E;
  border: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  padding: 8px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.typed_con .tab-container .tab-buttons .tab-button.active span {
  padding: 13px 0;
}

.typed_con .tab-container.acttab1 .tab-box {
  border-bottom: 5px solid #5C92D3;
}

.typed_con .tab-container.acttab1 .active span {
  background: linear-gradient(#ffffff, #5C92D3 40%);
  border: solid 1px #5C92D3;
}

.typed_con .tab-container.acttab2 .tab-box {
  border-bottom: 5px solid #00286C;
}

.typed_con .tab-container.acttab2 .active span {
  background: linear-gradient(#ffffff, #00286C 40%);
  border: solid 1px #00286C;
}

.typed_con .tab-container .tab-content {
  display: none;
}

.typed_con .tab-container .tab-content .clm01 {
  padding: 60px 0 40px;
}

.typed_con .tab-container .tab-content .clm01 .con_box {
  background-image: linear-gradient(#C6DCF4, #ffffff, #F2DDC7);
  border-radius: 10px;
  padding: 40px 15px;
  position: relative;
}

.typed_con .tab-container .tab-content .clm01 .con_box h3 {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
}

.typed_con .tab-container .tab-content .clm01 .con_box h3 span {
  font-size: 20px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background-image: url(/shimamura/res/type_d/dokodemotto/img250818/clmA_ttl_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 229px;
  padding: 10px 0 30px;
}

.typed_con .tab-container .tab-content .clm01 .con_box p img {
  margin-bottom: 10px;
}

.typed_con .tab-container .tab-content .clm01 .con_box .btm_blc {
  padding: 0 10px;
}

.typed_con .tab-container .tab-content .clm01 .con_box dl {
  margin: 20px 0 15px;
}

.typed_con .tab-container .tab-content .clm01 .con_box dl dt {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.typed_con .tab-container .tab-content .clm01 .con_box dl dd {
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px;
}

.typed_con .tab-container .tab-content .clm01 .con_box .rst_blc .ttl {
  margin-bottom: 10px;
}

.typed_con .tab-container .tab-content .clm01 .con_box .rst_blc .ttl span {
  color: #0092E5;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background-image: linear-gradient(transparent 60%, #FFF853 60%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.typed_con .tab-container .tab-content .clm01 .con_box .rst_blc p {
  font-weight: 600;
  line-height: 1.4;
}

.typed_con .tab-container .tab-content .ico_arrw {
  padding: 30px 0 15px;
  text-align: center;
}

.typed_con .tab-container .tab-content .clm_item {
  position: relative;
  padding: 0;
}

.typed_con .tab-container .tab-content .clm_item .ttl_blc {
  border-radius: 10px 10px 0 0;
  padding: 25px 0 20px;
}

.typed_con .tab-container .tab-content .clm_item .ttl_blc h3 {
  font-size: 18px;
  color: #ffffff;
}

.typed_con .tab-container .tab-content .clm_item .item_box {
  background-color: #fff;
  background-image: linear-gradient(#5C92D3 180px, #ffffff 180px);
  border-radius: 10px 10px;
  border: solid 1px #707070;
  margin-bottom: 50px;
  position: relative;
}

.typed_con .tab-container .tab-content .clm_item .item_box::before {
  content: "";
  display: inline-block;
  width: 758px;
  height: 540px;
  background-image: url(/shimamura/res/type_d/dokodemotto/img250818/clmA_bg02_pc.png);
  background-size: cover;
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.typed_con .tab-container .tab-content .clm_item .item {
  padding: 0 15px;
}

.typed_con .tab-container .tab-content .clm_item .kino {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.typed_con .tab-container .tab-content .clm_item .kino .ico {
  width: 22%;
  margin-bottom: 20px;
}

.typed_con .tab-container .tab-content .clm_item .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 .tab-container .tab-content .clm_item .btn_area {
  padding: 0 0 30px;
}

.typed_con .tab-container .tab-content .clm_item .btn_area .item_no {
  font-size: 14px;
  margin-top: 25px;
}

.typed_con .tab-container .tab-content .item_blc h3 {
  font-size: 26px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 7px;
}

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

.typed_con .tab-container .tab-content .item_blc .item_box {
  padding: 0 23px;
  display: flex;
  justify-content: space-between;
}

.typed_con .tab-container .tab-content .item_blc .item_box .item {
  width: calc(50% - 5px);
}

.typed_con .tab-container .tab-content .item_blc .item_box .item .txt {
  padding: 8px 5px;
  text-align: left;
}

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

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

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

.typed_con .tab-container .tab-content .btn_area {
  padding: 0 0 50px;
}

.typed_con .tab-container .tab-content#Tab1 {
  position: relative;
}

.typed_con .tab-container .tab-content#Tab1::before {
  content: "";
  display: inline-block;
  width: 787px;
  height: 491px;
  background-image: url(/shimamura/res/type_d/dokodemotto/img250818/clmA_bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.typed_con .tab-container .tab-content#Tab1 .tab1_innr {
  padding: 0px 13px;
  text-align: center;
  max-width: 424px;
  margin: 0 auto;
}

.typed_con .tab-container .tab-content#Tab1 #movie {
  padding: 40px 13px;
}

.typed_con .tab-container .tab-content#Tab1 .mv_blc {
  padding: 30px 0;
}

.typed_con .tab-container .tab-content#Tab2 {
  background-color: #00286C;
}

.typed_con .tab-container .tab-content#Tab2 h2 {
  max-width: 414px;
  margin: 0 auto;
}

.typed_con .tab-container .tab-content#Tab2 .tab2_innr {
  padding: 0px 13px 1px;
  max-width: 414px;
  margin: 0 auto;
  background-color: #fff;
}

.typed_con .tab-container .tab-content#Tab2 .copy {
  text-align: center;
  margin-bottom: 50px;
}

.typed_con .tab-container .tab-content#Tab2 .copy p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.typed_con .tab-container .tab-content#Tab2 .copy .lead {
  color: #00286C;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}

.typed_con .tab-container .tab-content#Tab2 .clm_item .item_box {
  background-image: linear-gradient(#00286C 180px, #ffffff 180px);
}

.typed_con .tab-container .tab-content#Tab2 .label {
  margin-top: 20px;
}

.typed_con .tab-container .tab-content#Tab2 .subttl {
  line-height: 1.4;
}

.typed_con .tab-container .tab-content#Tab2 .subttl span.line {
  color: #00286C;
  font-size: 26px;
  font-weight: 700;
  background-image: linear-gradient(transparent 60%, #FFF853 60%);
}

.typed_con .tab-container .tab-content#Tab2 .subttl span.line span {
  color: #00286C;
  font-size: 20px;
}

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

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