@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@media (max-width: 740px) {
  #pagetop {
    bottom: 60px;
  }
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.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: 50px;
}

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

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

.typed_con .clm01 h2 {
  margin-bottom: 10px;
}

.typed_con .clm01 .lead {
  font-family: "Shippori Mincho", serif;
  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 .clm01 .anc_blc {
  background-color: rgba(214, 180, 94, 0.7803921569);
  background-color: rgba(221, 170, 66, 0.6);
}

.typed_con .clm01 .anc_blc .innr {
  padding: 30px 27px;
}

@media screen and (max-width: 320px) {
  .typed_con .clm01 .anc_blc .innr {
    padding: 30px 13px;
  }
}

.typed_con .clm01 .anc_blc .y_line {
  margin: 10px 0 20px;
}

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

.typed_con .clm01 .anc_blc .btn li {
  width: calc(50% - 5px);
}

.typed_con .clm01 .anc_blc .btn li:nth-child(odd) {
  margin-right: 10px;
}

.typed_con .clm01 .anc_blc .btn li:last-child {
  margin-right: 0;
}

.typed_con .clm01 .anc_blc .btn li a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/ico_btn_arrw.svg);
  background-size: 10% auto;
  background-position: right 6px center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 320px) {
  .typed_con .clm01 .anc_blc .btn li a {
    font-size: 3.5vw;
  }
}

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

.typed_con .clm02 h3 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #404040;
  padding: 6px 0;
  width: 9em;
  border-radius: 100px;
  margin-bottom: 15px;
}

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

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

.typed_con .clm02 .lead span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
}

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

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

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

.typed_con .slider01 .slider-thumbnail {
  width: 360px;
  max-width: 100% !important;
  margin: 0 auto 40px;
  height: 300px;
  overflow: hidden;
}

.typed_con .slider01 .slider-thumbnail .swiper-wrapper {
  height: 100% !important;
  flex-wrap: wrap !important;
  max-width: 100% !important;
}

.typed_con .slider01 .slider-thumbnail .swiper-slide {
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s;
  width: 33.3333333333% !important;
}

.typed_con .slider01 .slider-thumbnail .swiper-slide:hover {
  opacity: 0.8;
}

.typed_con .slider01 .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.typed_con .slider01 .slider-main {
  padding-bottom: 150px;
}

.typed_con .slider01 .slider-main .swiper-slide .sld_in {
  max-width: 414px;
  padding: 30px 27px;
  margin: 0 auto;
}

.typed_con .slider01 .slider-main .swiper-slide .main_img {
  margin: 20px 0;
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc .ico_plus {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  width: 9%;
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc>div {
  width: calc((100% - 5px) / 2);
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  background-color: #FFDEDE;
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc>div.r_box {
  background-color: #fff;
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc>div .kino_ttl {
  font-size: 16px;
  font-weight: 600;
  color: #E5012D;
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc>div .kino_img {
  margin: 10px 0;
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc>div .kino_img.ico3 {
  margin: 16px 0;
  display: flex;
  padding: 0 5px;
  justify-content: space-between;
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc>div .kino_img.ico3 img {
  width: calc((100% - 4px) / 3);
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc>div .kino_img.ico2 {
  margin: 16px 0;
  display: flex;
  padding: 0 5px;
  justify-content: space-between;
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc>div .kino_img.ico2 img {
  width: calc((100% - 2px) / 2);
}

.typed_con .slider01 .slider-main .swiper-slide .kino_blc>div .kino_txt {
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

.typed_con .slider01 .slider-main .swiper-slide .spe_blc {
  text-align: center;
}

.typed_con .slider01 .slider-main .swiper-slide .spe_blc h5 {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #EA6D8F;
  padding: 6px 0;
  border-radius: 100px;
  width: 8em;
  margin-bottom: 10px;
}

.typed_con .slider01 .slider-main .swiper-slide .spe_blc ul {
  display: flex;
  flex-wrap: wrap;
}

.typed_con .slider01 .slider-main .swiper-slide .spe_blc ul li {
  width: 50%;
  margin-bottom: 2px;
}

.typed_con .slider01 .slider-main .swiper-slide .spe_blc ul li a {
  width: 100%;
}

.typed_con .slider01 .slider-main .swiper-slide .spe_blc ul li a img {
  width: 100%;
}

.typed_con .slider01 .slider-main .swiper-slide.sld01 {
  background-color: rgba(240, 146, 174, 0.7);
}

.typed_con .slider01 .slider-main .swiper-slide.sld02 {
  background-color: rgba(35, 181, 177, 0.7);
}

.typed_con .slider01 .slider-main .swiper-slide.sld02 .kino_blc>div.r_box .kino_ttl {
  color: #10A39F;
}

.typed_con .slider01 .slider-main .swiper-slide.sld02 .spe_blc h5 {
  background-color: #10A39F;
}

.typed_con .slider01 .slider-main .swiper-slide.sld03 {
  background-color: rgba(184, 147, 91, 0.7);
}

.typed_con .slider01 .slider-main .swiper-slide.sld03 .kino_blc>div.r_box .kino_ttl {
  color: #B8935B;
}

.typed_con .slider01 .slider-main .swiper-slide.sld04 {
  background-color: rgba(214, 0, 0, 0.7);
}

.typed_con .slider01 .slider-main .swiper-slide.sld04 .kino_blc>div.r_box .kino_ttl {
  color: #E14A45;
}

.typed_con .slider01 .slider-main .swiper-slide.sld05 {
  background-color: rgba(255, 211, 24, 0.7);
}

.typed_con .slider01 .slider-main .swiper-slide.sld05 .kino_blc>div.r_box .kino_ttl {
  color: #FDDC53;
}

.typed_con .slider01 .slider-main .swiper-slide.sld06 {
  background-color: rgba(48, 153, 229, 0.7);
}

.typed_con .slider01 .slider-main .swiper-slide.sld06 .kino_blc>div.r_box .kino_ttl {
  color: #6BB2E1;
}

.typed_con .slider01 .slider-main .swiper-button-prev {
  width: 23px;
  height: 23px;
  background-image: none;
  top: 95px;
  left: calc(50% - 205px);
}

@media screen and (max-width: 431px) {
  .typed_con .slider01 .slider-main .swiper-button-prev {
    left: 0;
  }
}

.typed_con .slider01 .slider-main .swiper-button-prev img {
  transform: rotate(180deg);
}

.typed_con .slider01 .slider-main .swiper-button-next {
  width: 23px;
  height: 23px;
  background-image: none;
  top: 95px;
  right: calc(50% - 180px);
}

@media screen and (max-width: 431px) {
  .typed_con .slider01 .slider-main .swiper-button-next {
    right: 0;
  }
}

.typed_con .slider01 .slider-main .swiper-pagination {
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.typed_con .slider01 .slider-main .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 4px;
}

.typed_con .slider01 .slider-main .swiper-pagination-bullet-active {
  background-color: #020202;
}

.typed_con .clm03 {
  background-color: rgba(221, 170, 66, 0.6);
  padding-bottom: 80px;
}

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

.typed_con .clm03 h3 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #404040;
  padding: 6px 0;
  width: 9em;
  border-radius: 100px;
  margin-bottom: 15px;
}

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

.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((100% - 17px) / 5);
}

.typed_con .tab-container .tab-buttons .tab-button span {
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  padding: 6px 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 span img {
  width: 90px;
}

.typed_con .tab-container .tab-buttons .tab-button span {
  background-color: #E2D9C3;
  border: solid 1px #E2D9C3;
  color: #404040;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 430px) {
  .typed_con .tab-container .tab-buttons .tab-button span {
    font-size: 3vw;
  }
}

.typed_con .tab-container .tab-buttons .tab-button.active span {
  padding: 10px 0;
  color: #fff;
  background-color: #404040;
  border: solid 1px #404040;
}

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

.typed_con .tab-container .tab-content {
  background-color: #fff;
  display: none;
}

.typed_con .tab-container .tab-content .innr {
  max-width: 414px;
  margin: 0 auto;
  padding: 40px 27px;
}

.typed_con .tab-container .tab-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.typed_con .tab-container .tab-content .note {
  font-size: 14px;
}

.typed_con .tab-container .tab-content .item_blc {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.typed_con .clm04 {
  background-color: rgba(255, 255, 255, 0.2);
  padding-bottom: 130px;
  /* =============================================== */
  /* ★★★ Splide.js 動画スライダー用 (手動再生ボタン 最終版) ★★★ */
  /* =============================================== */
  /* ★ 1. 動画と再生ボタンを重ねるためのコンテナ */
  /* ★ 2. iframeは常にスワイプ可能（クリック不可）にしておく */
  /* ★ 3. 再生ボタンのスタイル */
  /* 再生ボタンの「三角」アイコン */
  /* ★ 4. 再生が開始された時のスタイル */
  /* ページネーションのスタイル */
}

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

.typed_con .clm04 h3 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #404040;
  padding: 6px 0;
  width: 9em;
  border-radius: 100px;
  margin-bottom: 15px;
}

.typed_con .clm04 .movie_blc_h {
  margin-top: 30px;
}

.typed_con .clm04 .video-slider-splide {
  max-width: 420px;
  margin: 0 auto;
}

.typed_con .clm04 .video-slider-splide .splide__slide {
  /* スライドの大きさは全部同じ */
}

.typed_con .clm04 .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  /* 縦長動画の比率 */
  background: #000;
  /* 読み込み中の背景 */
}

.typed_con .clm04 .video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  pointer-events: none;
  /* ★★★ これが最重要 ★★★ */
}

.typed_con .clm04 .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 1;
}

.typed_con .clm04 .video-play-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  margin-left: 22px;
  /* アイコンを中央に配置 */
}

.typed_con .clm04 .video-play-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.typed_con .clm04 .video-container.is-playing .video-play-button {
  /* ボタンを非表示に */
  opacity: 0;
  pointer-events: none;
}

.typed_con .clm04 .video-container.is-playing iframe {
  /* iframeを操作可能に（動画のシークバーなどを触れるように） */
  pointer-events: auto;
}

.typed_con .clm04 .video-slider-splide .splide__pagination {
  bottom: -3em;
}

.typed_con .clm04 .video-slider-splide .splide__pagination__page {
  background: #ccc;
  opacity: 1;
  height: 15px;
  width: 15px;
  margin: 0 9px;
}

.typed_con .clm04 .video-slider-splide .splide__pagination__page.is-active {
  background: #333;
  transform: scale(1);
}

.typed_con .clm05 {
  background-image: linear-gradient(to bottom, rgba(230, 24, 16, 0.8), rgba(236, 107, 0, 0.7));
}

.typed_con .clm05 .innr {
  padding: 40px 27px;
}

.typed_con .clm05 h3 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #404040;
  padding: 6px 0;
  width: 11em;
  border-radius: 100px;
  margin-bottom: 5px;
}

.typed_con .clm05 .kinen {
  margin-bottom: 15px;
}

.typed_con .clm05 .kinen span {
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 7px;
}

.typed_con .clm05 .txt_con {
  font-size: 16px;
  color: #fff;
  margin: 10px 0 15px;
}

@media screen and (max-width: 320px) {
  .typed_con .clm05 .txt_con {
    font-size: 4vw;
  }

  .typed_con .clm05 .txt_con img {
    width: 19vw;
  }
}

.typed_con .clm05 .txt_con img {
  vertical-align: middle;
  margin: 0 3px;
}

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