@charset "UTF-8";

/* アニメーションの定義 (右から左へ) */
@keyframes marquee-rtl {
  0% {
    transform: translateX(0);
  }

  100% {
    /* HTMLを2セットにしたので -50% でぴったりループします */
    transform: translateX(-50%);
  }
}

/* アニメーションの定義 (左から右へ) */
@keyframes marquee-ltr {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 740px) {
  #pagetop {
    bottom: 60px;
  }
}

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

.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: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 0 8px;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
}

.typed_con .y_line span img {
  transform: translateY(-8px);
}

.typed_con .y_line span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  color: #fff;
  background-color: #fff;
  transform: translateY(-50%) rotate(-15deg);
  position: absolute;
  left: 0;
  top: 53%;
}

.typed_con .y_line span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  color: #fff;
  background-color: #fff;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}

.typed_con .lineM span {
  display: inline;
  z-index: 1;
  background-image: linear-gradient(transparent 60%, #FFFCA5 0%);
}

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

.typed_con #movie h2 {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  line-height: 1;
}

.typed_con #movie h2 span {
  font-size: 24px;
  display: inline-block;
  padding: 0 8px;
  position: relative;
  line-height: 1;
  z-index: 1;
}

.typed_con #movie .mv_blc {
  margin-bottom: 30px;
}

.typed_con #movie .mv_blc .dummy {
  width: 100%;
  max-width: 100%;
  height: 219px;
  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: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

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

.typed_con #movie .mv_item {
  padding: 0 0 20px 0;
}

.typed_con #movie .mv_item h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

@media screen and (max-width: 430px) {
  .typed_con #movie .mv_item h3 {
    font-size: 5vw;
  }
}

.typed_con #movie .mv_item .note {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.typed_con #movie .mv_item .item_blc {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
  margin-top: 20px;
}

.typed_con #movie .mv_item .item_blc .box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 20px;
  width: 100%;
}

.typed_con #movie .mv_item .item_blc .item_name {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 320px) {
  .typed_con #movie .mv_item .item_blc .item_name {
    font-size: 4vw;
  }
}

.typed_con #movie .mv_item .item_blc .item_price {
  font-size: 11px;
  text-align: left;
}

.typed_con #movie .mv_item .item_blc .item_price span {
  font-size: 15px;
  display: inline-block;
}

@media screen and (max-width: 320px) {
  .typed_con #movie .mv_item .item_blc .item_price {
    font-size: 2.5vw;
  }

  .typed_con #movie .mv_item .item_blc .item_price span {
    font-size: 4vw;
  }
}

.typed_con .btn_area {
  max-width: 344px;
  margin: 0 auto;
  padding: 0 0 80px;
  z-index: 5;
}

.typed_con .btn_area.btm {
  padding: 80px 0 80px;
}

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

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

.typed_con .btn_area .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_area .btn_online span {
  color: #fff;
  font-size: 14px;
  position: relative;
  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_area .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_area .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_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: 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_area .btn_lineup span {
  color: #000;
  position: relative;
}

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

.typed_con .btn_area .note {
  font-size: 11px;
  color: #000000;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}

@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 {
  background-image: url(../img/con_bg.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
}

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

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

.typed_con .bg01 {
  background-image: linear-gradient(to bottom, transparent 260px, rgba(251, 118, 43, 0.65) 260px, rgba(226, 85, 127, 0.64));
  position: relative;
}

.typed_con .bg01::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15px;
  background-image: url(../img/bg_ico01.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 15px;
  position: absolute;
  top: 245px;
  left: 0;
}

.typed_con .bg01::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15px;
  background-image: url(../img/bg_ico02.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 15px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.typed_con .clm01 {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.typed_con .clm01 h2 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #EA6000;
}

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

.typed_con .clm01 .lead {
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
}

.typed_con .clm01 .lead span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

@media screen and (max-width: 320px) {
  .typed_con .clm01 .lead {
    font-size: 4.5vw;
  }
}

.typed_con .clm02 {
  padding: 0;
}

.typed_con .clm02 h2 {
  font-size: 29px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

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

.typed_con .clm02 h2 img {
  vertical-align: middle;
  transform: rotate(-13deg);
  position: relative;
  top: -5px;
}

.typed_con .clm02 .lead {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.4;
}

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

.typed_con .clm02 .note {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  margin: 10px 20px 30px;
}

.typed_con .clm02 .kino_blc {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.typed_con .clm02 .kino_blc .kino_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.typed_con .clm02 .kino_blc .kino_box .img {
  width: 23%;
}

.typed_con .clm02 .kino_blc .kino_box .txt {
  width: 73%;
  padding-left: 20px;
}

.typed_con .clm02 .kino_blc .kino_box .txt p {
  font-size: 18px;
  font-weight: 700;
  color: #E2557F;
  text-align: left;
  line-height: 1.4;
}

.typed_con .clm03 {
  padding-bottom: 60px;
}

.typed_con .clm03 .clm03_box {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

.typed_con .clm03 .clm03_box .ttl_blc {
  background-color: rgba(234, 96, 0, 0.7);
  border-radius: 10px 10px 0 0;
  padding: 15px 20px;
}

.typed_con .clm03 .clm03_box .ttl_blc h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  width: auto !important;
}

@media screen and (max-width: 430px) {
  .typed_con .clm03 .clm03_box .ttl_blc h2 {
    font-size: 5.7vw;
  }
}

.typed_con .clm03 .clm03_box .ttl_blc h2 img {
  position: absolute;
  right: 0;
  top: 33%;
  transform: rotate(-16deg);
}

@media screen and (max-width: 430px) {
  .typed_con .clm03 .clm03_box .ttl_blc h2 img {
    right: -2vw;
    width: 5.5vw;
  }
}

.typed_con .clm03 .clm03_box .bdy_blc {
  padding: 20px 20px;
}

.typed_con .clm03 .clm03_box .bdy_blc .k_box {
  display: flex;
  align-items: center;
}

.typed_con .clm03 .clm03_box .bdy_blc .k_box:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #EA6000;
}

.typed_con .clm03 .clm03_box .bdy_blc .k_box .img {
  width: 40%;
}

.typed_con .clm03 .clm03_box .bdy_blc .k_box .txt {
  width: 60%;
  padding-left: 10px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm03 .clm03_box .bdy_blc .k_box .txt {
    padding-left: 3vw;
  }
}

.typed_con .clm03 .clm03_box .bdy_blc .k_box .txt p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm03 .clm03_box .bdy_blc .k_box .txt p {
    font-size: 3.8vw;
  }
}

.typed_con .clm04 .innr {
  padding: 30px 27px;
}

.typed_con .clm04 h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #BA0C40;
}

.typed_con .clm04 h2 span {
  display: block;
  font-size: 20px;
  font-size: 500;
  color: #BA0C40;
}

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

  .typed_con .clm04 h2 span {
    font-size: 4.5vw;
  }
}

.typed_con .clm04 .lead {
  font-size: 16px;
  font-weight: 600;
}

.typed_con .clm04 .lead img {
  vertical-align: bottom;
}

.typed_con .clm04 .lead span {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
}

.typed_con .clm04 .b_line {
  display: inline-block;
  border-bottom: 1px dotted #020202;
  margin: 10px 0;
}

@media screen and (max-width: 320px) {
  .typed_con .clm04 .b_line {
    font-size: 4.5vw;
  }
}

.typed_con .clm04 .slider01 {
  /* スライダーコンテナの基本設定 */
  /* ラッパーの基本設定 (JSの代わり) */
  /* スライドの基本設定 (JSの代わり) */
  /* --- アニメーションの適用 --- */
  /* slider-a と slider-c (左から右へ) */
  /* slider-b (右から左へ) */
  /* (任意) マウスが乗ったらアニメーションを止める */
}

.typed_con .clm04 .slider01 .marquee-slider {
  margin-bottom: 20px;
}

.typed_con .clm04 .slider01 .marquee-slider .marquee-slide {
  width: auto !important;
}

.typed_con .clm04 .slider01 .marquee-slider .marquee-slide img {
  height: 160px;
}

.typed_con .clm04 .slider01 .marquee-slider {
  overflow: hidden;
  /* はみ出たスライドを隠す */
}

.typed_con .clm04 .slider01 .marquee-slider .marquee-wrapper {
  display: flex;
  width: max-content;
  /* スライドが横に並び切る幅を確保 */
}

.typed_con .clm04 .slider01 .marquee-slider .marquee-slide {
  width: auto;
  /* 画像幅に合わせる */
  margin-right: 15px;
  /* spaceBetween: 15 の代わり */
}

.typed_con .clm04 .slider01 .slider-a .marquee-wrapper,
.typed_con .clm04 .slider01 .slider-c .marquee-wrapper {
  animation: marquee-ltr 70s linear infinite;
}

.typed_con .clm04 .slider01 .slider-b .marquee-wrapper {
  animation: marquee-rtl 70s linear infinite;
}

.typed_con .clm04 .item_pc {
  display: block;
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
}

.typed_con .clm04 .slider01 {
  display: none;
}

@media screen and (max-width: 430px) {
  .typed_con .clm04 .item_pc {
    display: none;
  }

  .typed_con .clm04 .slider01 {
    display: block;
  }
}

.typed_con #movie {
  margin-bottom: 20px;
}

.typed_con .clm05 {
  padding-bottom: 40px;
  background-color: rgba(255, 170, 179, 0.3);
  position: relative;
  overflow: visible;
}

.typed_con .clm05::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 0;
  background-image: url(../img/bg_ico03.png);
  background-repeat: repeat-x;
  background-position: center top;
}

.typed_con .clm05::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url(../img/bg_ico04.png);
  background-repeat: repeat-x;
  background-position: center top;
}

.typed_con .clm05 .innr {
  padding: 30px 13px;
}

.typed_con .clm05 h2 {
  display: inline-block;
  color: #BA0C40;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.typed_con .clm05 h2 span {
  color: #BA0C40;
  font-size: 20px;
  display: block;
  margin-top: 5px;
}

.typed_con .clm05 h2 img {
  vertical-align: middle;
  transform: rotate(-13deg);
  position: relative;
  top: -5px;
}

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

  .typed_con .clm05 h2 span {
    font-size: 4.5vw;
  }
}

.typed_con .clm05 .coord_pc {
  display: flex;
  max-width: 897px;
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
  gap: 0 16px;
}

.typed_con .clm05 .coord-slider-container {
  display: none;
}

@media screen and (max-width: 430px) {
  .typed_con .clm05 .coord_pc {
    display: none;
  }

  .typed_con .clm05 .coord-slider-container {
    display: block;
  }
}

.typed_con .clm05 .coord-slider-container {
  margin: 0 auto;
  max-width: 414px;
  padding-bottom: 20px;
}

.typed_con .clm05 .swiper-slide {
  width: 280px;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}

.typed_con .clm05 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.typed_con .clm05 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.typed_con .clm05 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
  bottom: -20px;
}

.typed_con .clm05 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e24456;
  margin: 0 5px;
  cursor: pointer;
}

.typed_con .clm05 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #BA0C40;
}

.typed_con .btn_area.clm06 {
  padding-top: 60px;
}

.typed_con .btn_area.clm06 .item_search {
  margin: 15px 0 10px;
}

.typed_con .btn_area.clm06 .note {
  margin-left: 20px;
  font-weight: 500;
}