@keyframes yurayura {

  0%,
  100% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }
}

@media screen and (max-width: 430px) {
  .typed_con .btn_area {
    padding: 0px 10px 40px;
  }
}

.typed_con #movie {
  text-align: center;
  margin: 30px 0 20px;
}

@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 .btn_area {
  padding-top: 40px;
  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_online {
  background-color: #C7002F;
  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;
}

.typed_con .btn_online span {
  color: #fff;
  margin-left: -30px;
  padding-left: 30px;
  position: relative;
}

.typed_con .btn_online span::before {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_cart.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.typed_con .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_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_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 {
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  height: 57px;
  border: solid 1px #000;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  margin-top: 16px;
  padding: 20px 14px;
}

.typed_con .btn_lineup span {
  color: #000;
  position: relative;
  padding-right: 25px;
}

.typed_con .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_online,
  .typed_con .btn_store,
  .typed_con .btn_lineup {
    font-size: 4vw !important;
  }
}

.typed_con .con_frm {
  max-width: 414px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/con_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  text-align: center;
}

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

.typed_con .con_head {
  padding: 60px 0;
}

@media screen and (min-width: 601px) {
  .typed_con .con_body {
    padding: 0px 0 60px;
  }
}

.typed_con .con_body .ttl_blc {
  background-color: #15C8D0;
  padding: 10px 13px 20px;
}

.typed_con .con_body .ttl_blc .ttl01 {
  margin-top: -25px;
}

.typed_con .con_body .ico_ttl {
  position: relative;
}

.typed_con .con_body .ico_ttl h3 {
  position: relative;
  z-index: 5;
}

.typed_con .con_body .ico_ttl .ico_ani {
  position: absolute;
  top: -8px;
  left: -130px;
  opacity: 0;
}

@media screen and (max-width: 375px) {
  .typed_con .con_body .ico_ttl .ico_ani {
    top: auto;
    bottom: 0;
  }
}

.typed_con .con_body .ico_ttl .ico_ani.animated {
  left: 29px;
  opacity: 1;
  transition: 1s all;
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}

.typed_con .con_body .ico_ttl .ico_ani.ico02 {
  left: auto;
  right: -130px;
}

.typed_con .con_body .ico_ttl .ico_ani.ico02.animated {
  right: 5px;
  left: auto;
}

@media screen and (max-width: 375px) {
  .typed_con .con_body .clm01 .ico_ttl .ico_ani.ico01 {
    width: 19vw !important;
  }

  .typed_con .con_body .clm01 .ico_ttl .ico_ani.ico02 {
    width: 30vw !important;
  }
}

.typed_con .con_body .clm02 {
  padding: 16px 0 0 !important;
}

.typed_con .con_body .clm02 .ico_ani {
  top: -16px;
}

.typed_con .con_body .clm20 {
  padding: 16px 0 0 !important;
}

.typed_con .con_body .clm20 .ico_ani {
  top: -10px;
}

@media screen and (max-width: 375px) {
  .typed_con .con_body .clm20 .ico_ani {
    top: auto;
    bottom: 0;
  }
}

.typed_con .con_body .clm04 .ico_ani {
  top: 5px;
}

.typed_con .con_body .clm04 .ico_ttl .ico_ani.ico02 {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 375px) {
  .typed_con .con_body .clm .ico_ttl .ico_ani {
    width: 29vw;
  }

  .typed_con .con_body .clm .ico_ttl .ico_ani.ico02 {
    width: 24vw;
  }

  .typed_con .con_body .clm04 .ico_ttl .ico_ani.ico02 {
    width: 32vw;
  }
}

.typed_con .con_body .clm {
  padding: 10px 0 40px;
}

.typed_con .con_body .clm.clm01,
.typed_con .con_body .clm.clm02,
.typed_con .con_body .clm.clm03 {
  padding: 10px 0 0;
}

.typed_con .con_body .box_w {
  padding: 20px 20px;
  border-radius: 10px;
  border: solid 2px #000000;
  background-color: #ffffff;
}

@media screen and (max-width: 430px) {
  .typed_con .con_body .box_w {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 375px) {
  .typed_con .con_body .box_w {
    padding: 15px 10px;
  }
}

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

.typed_con .con_body .box_w .txt_blc .status {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.typed_con .con_body .box_w .txt_blc .status .ico_cate {
  text-align: left;
}

.typed_con .con_body .box_w .txt_blc .status .ico_cate .ttl {
  font-size: 12px;
  font-weight: 700;
  color: #15C8D0;
}

.typed_con .con_body .box_w .txt_blc .status .ico_cate span {
  font-size: 15px;
  font-weight: 700;
  background-color: #EBF0AE;
  display: inline-block;
  border-radius: 100px;
  padding: 3px 13px;
}

@media screen and (max-width: 375px) {
  .typed_con .con_body .box_w .txt_blc .status .ico_cate span {
    font-size: 3.2vw;
    padding: 3px 4px;
  }
}

.typed_con .con_body .box_w .txt_blc .status .ico_cate span:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 375px) {
  .typed_con .con_body .box_w .txt_blc .status .ico_cate span:not(:last-child) {
    margin-right: 3px;
  }
}

.typed_con .con_body .box_w .txt_blc .status .ico_kino ul {
  display: flex;
  justify-content: end;
}

.typed_con .con_body .box_w .txt_blc .status .ico_kino ul li {
  margin-left: 3px;
}

@media screen and (max-width: 375px) {
  .typed_con .con_body .box_w .txt_blc .status .ico_kino ul li img {
    max-width: 13vw;
  }
}

.typed_con .con_body .box_w .txt_blc .txt_btm {
  text-align: left;
}

.typed_con .con_body .box_w .txt_blc .txt_btm .ttl {
  font-size: 12px;
  font-weight: 700;
  color: #15C8D0;
}

.typed_con .con_body .box_w .txt_blc .txt_btm p {
  font-size: 16px;
}

@media screen and (max-width: 375px) {
  .typed_con .con_body .box_w .txt_blc .txt_btm p {
    font-size: 3.6vw;
  }
}

.typed_con .con_body .box_w .txt_blc .txt_btm .lead {
  font-size: 19px;
  font-weight: 700;
}

@media screen and (max-width: 375px) {
  .typed_con .con_body .box_w .txt_blc .txt_btm .lead {
    font-size: 4.2vw;
  }
}

.typed_con .con_body .box_w .item_info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.typed_con .con_body .box_w .item_info:last-child {
  margin-bottom: 0;
}

.typed_con .con_body .box_w .item_info .item_img {
  width: 150px;
}

.typed_con .con_body .box_w .item_info .item_txt {
  width: calc(100% - 150px);
  text-align: left;
}

.typed_con .con_body .box_w .item_info .item_txt .item_name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.typed_con .con_body .box_w .item_info .item_txt .item_price {
  font-size: 10px;
  font-weight: 700;
}

.typed_con .con_body .box_w .item_info .item_txt .item_price span {
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}

.typed_con .con_body .clm01 .box_w .txt_blc .status .ico_cate {
  width: calc(100% - 159px);
  max-width: 53.78%;
}

.typed_con .con_body .clm01 .box_w .txt_blc .status .ico_kino {
  padding-top: 21px;
  width: 159px;
  max-width: 46.22%;
}